linux 局域网配置代理
vi .bash_profile
http_proxy=http://:3128/
https_proxy=http://:3128/
export http_proxy https_proxy
在另外一台机器上安装 squid 代理
vi .bash_profile
http_proxy=http://:3128/
https_proxy=http://:3128/
export http_proxy https_proxy
在另外一台机器上安装 squid 代理