Created
March 5, 2013 07:22
-
-
Save bulain/5088597 to your computer and use it in GitHub Desktop.
linux through http proxy
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
vim /etc/profile.d/proxy.sh | |
export http_proxy=http://proxy:8080 | |
export https_proxy=https://proxy:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment