Friday, January 25, 2008

Using apt-get from behind a proxy

in /etc/apt/apt.conf.d/70debconf

add something like:

Acquire {
Retries "0";
HTTP {
Proxy "http://proxy.mystarhub.com.sg:8080";
};
};

Thank you linuxquestions.org!

0 comments: