Skip to content

Instantly share code, notes, and snippets.

@elmer
Created September 27, 2013 00:38
Show Gist options
  • Save elmer/6722651 to your computer and use it in GitHub Desktop.
Save elmer/6722651 to your computer and use it in GitHub Desktop.
echo 'Acquire::http::Proxy "http://10.20.30.100:3128";' | tee /etc/apt/apt.conf.d/00-proxy
echo 'http_proxy = http://10.20.30.100:3128/' | tee -a /etc/wgetrc
apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment