Skip to content

Instantly share code, notes, and snippets.

@jbpadgett
Created August 21, 2016 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbpadgett/fb0c3bfc3246f6f00d1a2908651df20a to your computer and use it in GitHub Desktop.
Save jbpadgett/fb0c3bfc3246f6f00d1a2908651df20a to your computer and use it in GitHub Desktop.
#Ubuntu Apt proxy setup
#Create (as sudo or root) the /etc/apt/apt.conf file to make use of cntlm proxy from VirtualBox Linux VM using NAT
Acquire::http::Proxy "http://10.0.2.2:3128";
Acquire::ftp::Proxy "http://10.0.2.2:3128";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment