proxy server configuration
Posted 03-19-2009 at 04:09 PM by am_it_wild
many of us on a college campus or office network access the internet through a proxy server .how do you set the proxy server details in your shell environment?you can set the proxy for different protocolsas follows-
$ export http_proxy="http://192.168.0.1:3128";//http proxy
$export ftp_proxy="192.168.0.1:3128";//ftp proxy
you can add your proxy server ip sddress instead of 192.168.0.1 and your port numbers
$ export http_proxy="http://192.168.0.1:3128";//http proxy
$export ftp_proxy="192.168.0.1:3128";//ftp proxy
you can add your proxy server ip sddress instead of 192.168.0.1 and your port numbers
Total Comments 0




