Proxy
List articles using Proxy tag
Cara Setting Proxy di .bashrc CentOS 7
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 →