Linux Persisting Proxy
With following changes in system file I am able to solve my issue with system Ubuntu 11.10 for updates.
For proxy setting here is steps:
1) go to file: vim /etc/apt/apt.conf
2) Put this lines in this fileAcquire::http::proxy "http://myusername:mypassword@<ProxyServerName>:<Port>/";
Acquire::ftp::proxy "ftp://myusername:mypassword@<ProxyServerName>:<Port>/";
Acquire::https::proxy "https://myusername:
Save it and close.
3)Then update system.
I hope it will help other also, so i am sharing information with you.
Linux Persisting Proxy
Reviewed by ADCORP
on
12:19 AM
Rating:
2 comments
great info dude !!
This post is very simple to read and appreciate without leaving any details out. Great work! vpn free
Post a Comment