Ubuntu set system proxy from command line

command-line-interfacePROXYUbuntu

Using server version of 10.4 beta 2

Need to to set the proxy that the system needs to use

Thanks

Best Answer

Depending on your needs you could add

   http_proxy="http://your.proxy.here:3128/"
   https_proxy="http://your.proxy.here:3128/"
   ftp_proxy="http://your.proxy.here:3128/"

to /etc/environment to have them set by the login-process.

cheerio