Proxy wget
26 February 2008 by admin
If you are running linux and if you get in trouble with the wonderful wget tool proxy, don’t panic… you simply need to export the http_proxy like in that sample:
export http_proxy=’http://YOUR_LOGIN:Your_PASSWORD&@XXX.XXX.XXX.XXX:Port’
echo $http_proxy
and to the test:
wget www.google.Fr
Hope it helps … enjoy
Posted in System

