Skip to content

Instantly share code, notes, and snippets.

@bepcyc
Created January 19, 2012 15:02
Show Gist options
  • Save bepcyc/1640454 to your computer and use it in GitHub Desktop.
Save bepcyc/1640454 to your computer and use it in GitHub Desktop.
Proxy for apt in Debian/Ubuntu
#define in apt.conf
Acquire {
Retries "0";
HTTP {
Proxy "http://username:password@proxy.mystarhub.com.sg:8080";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment