sudo nano /etc/bash.bashrcAt the end of the file add:
export http_proxy=http://username:password@proxyserver:port/If your proxy server does not require authentication then leave out the username:password@
export ftp_proxy=http://username:password@proxyserver:port/
You'll need to open a new terminal for it to take effect.
No comments:
Post a Comment