I want to update ubuntu 11.04 throught apt-get.
So I added the following lines in apt.conf
export http_proxy=http://username:password@proxyserver.net:port/
export ftp_proxy=http://username:password@proxyserver.netport/
export http_proxy=http://deepak:Deepak@123@12.1.1.1:3128
My question is: how do I insert special characters to a username or password?
For instance: my password for proxy is Deepak@123 and it is getting an error.
.bashrc. Inapt.confyou have to use this – Capt.Nemo Oct 18 '11 at 5:16