Fahmi's Blog

Proxy

List articles using Proxy tag

image

Cara Setting Proxy di .bashrc CentOS 7

Published 9 years ago in - 1 min read
vi ~/.bashrc # Proxy Settings export ALL_PROXY=http://10.0.0.94:8080 # export ALL_PROXY=http://username:password@10.0.0.94:8080 #AUTH export HTTP_PROXY=$ALL_PROXY export HTTPS_PROX...
Read more →