USB booting :: install to usb behind proxy
I want to install in a usb pen but I'm behind a proxy so the script cannot connect to the internet, what can I do?
I think that there is a file called
.wgetrc
that you can change to fill in your proxy settings.
Try searching the forums for *wgetrc* and search ALL FORUMS and FROM THE BEGINNING or NEWER
open a new terminal, type
export http_proxy= your web-proxy server: port
example:
export http_proxy=web-proxy.xxx.com:8088
this setting only apply to this terminal only
if u want it to be system wide, pls add it to your .bashrc or .kshrc.

original here.