proxy authentication
Just copy paste this in your ".bashrc" and invoke it by the command "#proxy"
This is a secure authentication method:
function proxy(){
echo -n "username:"
read -e username
echo -n "password:"
read -es password
export http_proxy=http://$username:$password@vsnlproxy.iitk.ac.in:3128/
}
0 Comments:
Post a Comment
<< Home