1. 程式人生 > >[轉]linux terminal中使用proxy

[轉]linux terminal中使用proxy

代理 htm html logs linu arr b- blog linux

轉自:http://www.cnblogs.com/JoJosBizarreAdventure/p/5892383.html

在linux terminal中使用代理

方法一:

terminal中輸入 export http_proxy="http://web-proxy.xxxxxxxx.com"

方法二:

.bashrc 中添加 export http_proxy="http://web-proxy.xxxxxxxx.com"

然後執行.bashrc

然後新建的terminal就export了http proxy

[轉]linux terminal中使用proxy