天天看点

Linux在命令行设置Proxy

今天老大让搭建一个正向代理服务器,找了些资料搭建完了,还是比较得意的O(∩_∩)O~

吃饭的时候,在想windows上就不说了,设置代理还是比较方便的,要是不带图形界面的linux,改怎么设置代理呢。。

后来问了下百度大叔,原来可以用:

export http_proxy=http://easwy:[email protected]:8080

export https_proxy=http://easwy:[email protected]:8080

export ftp_proxy=http://easwy:[email protected]:8080

Linux环境变量设置文件

/etc/profile

全局用户,应用于所有的Shell。

/$HOME/.profile

当前用户,应用于所有的Shell。

/etc/bash_bashrc

全局用户,应用于Bash Shell。

~/.bashrc

局部当前,应用于Bash Sell。 

上一篇: 会话保持
下一篇: 字符串类型

继续阅读