19.03.06

wget and apt-get proxy setup

WGET proxy
============
scite /etc/wgetrc
edit the following lines
Code Sample

http_proxy = http://user:pass@xxx.xxx.xxx.xxx:port/
ftp_proxy = http://user:pass@xxx.xxx.xxx.xxx.port/
use_proxy = on

Apt-get proxy
============
scite /etc/apt/apt.conf
add
Code Sample

Acquire::http::Proxy “http://user:pass@xxx.xxx.xxx.xxx:port/”;
Acquire::ftp::Proxy “http://user:pass@xxx.xxx.xxx.xxx:port/”;

Leave a Reply

You must be logged in to post a comment.

Copyright 2008 by Global Technology Integrated