HOWTO setup proxy


Forum: Other Help Topics
Topic: HOWTO setup proxy
started by: woverin

Posted by woverin on April 17 2004,03:26
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/";

Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.