Proxy en ubuntu por terminal cliente

sudo nano/etc/environment y agrega estas lineas

 

http_proxy=http://general:[email protected]:3128/

https_proxy=http://general:[email protected]:3128/

ftp_proxy=http://general:[email protected]:3128/

no_proxy=»localhost,127.0.0.1,localaddress,.localdomain.com»

HTTP_PROXY=http://general:[email protected]:3128/

HTTPS_PROXY=general:[email protected]:3128/

FTP_PROXY=general:[email protected]:3128/

NO_PROXY=»localhost,127.0.0.1,localaddress,.localdomain.com»

 

sudo nano /etc/apt/apt.conf  file (se crea si no existe)

Acquire::http::Proxy "http://ceo:[email protected]:3128";