[转]linux terminal中使用proxy
Posted ┓天空之城┏
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[转]linux terminal中使用proxy相关的知识,希望对你有一定的参考价值。
转自: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的主要内容,如果未能解决你的问题,请参考以下文章
petalinux--执行子进程“oe-gnome-terminal-phonehome”失败(没有那个文件或目录)(转)