to use wget through proxy
simpley set Environment variable http_proxy
if your proxy setting is http://192.168.1.1:3128/
bellow bash example
export http_proxy=http://192.168.1.1:3128/ wget http://rutake.com/
to use wget through proxy
simpley set Environment variable http_proxy
if your proxy setting is http://192.168.1.1:3128/
bellow bash example
export http_proxy=http://192.168.1.1:3128/ wget http://rutake.com/