Skip to content

Instantly share code, notes, and snippets.

@libo1106
Created July 21, 2014 10:30
Show Gist options
  • Save libo1106/cfbe9dbd98bd54078c64 to your computer and use it in GitHub Desktop.
Save libo1106/cfbe9dbd98bd54078c64 to your computer and use it in GitHub Desktop.
ubuntu全局代理
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