Untuk setting proxy aplikasi wget pada ubuntu dengan asumsi proxy anda cache.itb.ac.id (port 8080) :
Edit di /etc/wgetrc:
#nano /etc/wgetrc
———————————————————————————————
http_proxy = http://username:password@cache.itb.ac.id:8080/
———————————————————————————————
save dan langsung bisa digunakan
misal :
#wget -o http://xxxxxx/xxxx/xxx.pdf
Selamat mencoba