If you have randomly stumbled on this blog, I first apologize... This blog started out as a note book of sorts but has quickly turned into something more. So... It may still be a little rough, but I will try and write more to the public. It will be random comments on things that I find out, and a place for commands and web pages that I have found useful...
Travis Epperson
Friday, August 10, 2007
Using a proxy for apt-get in Debian
Linux Debian:
A quick and easy way to get apt-get to work with a proxy in Debian...
Place the following code into the file /etc/apt/apt.conf.d/proxy
2 comments:
I'm not sure that this actually works, but you could try doing:
export http_proxy=http://localhost:8008/
before running apt-get if you want to set it only for that given session.
The Debian way of doing this (ie, if you select a proxy during the installer) is now to write that Proxy config to /etc/apt/apt.conf
Post a Comment