Add following two lines at the end of file '/etc/bash.bashrc'
===================================================
export http_proxy=http://username:password@netmon.iitb.ac.in:80/
export ftp_proxy=http://username:password@netmon.iitb.ac.in:80/
===================================================
Tuesday, April 27, 2010
Accesing repositories behind your proxy server through Terminal:
Posted on 6:32:00 PM by Meghanad Shingate
Subscribe to:
Post Comments (Atom)
NOTE:
ReplyDeleteIn password if you are having special charactor add escape before it.
e.g. password: pass$word
do : pass\$word