Skip to content

Instantly share code, notes, and snippets.

@bulain
Created March 5, 2013 07:22
Show Gist options
  • Save bulain/5088597 to your computer and use it in GitHub Desktop.
Save bulain/5088597 to your computer and use it in GitHub Desktop.
linux through http proxy
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