Created
July 21, 2014 10:30
-
-
Save libo1106/cfbe9dbd98bd54078c64 to your computer and use it in GitHub Desktop.
ubuntu全局代理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export http_proxy="http://domain.com:8080/" | |
export https_proxy="https://domain.com:8080/" | |
# export是查看系统全局变量 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment