Answer the question
In order to leave comments, you need to log in
How to set up Steam through a proxy in Ubuntu 14.04?
I can't log in to steam.
Ubuntu 14.04
Internet through proxy!
1. sudo nano /etc/environment
https_proxy="https://x.x.x.x:y/"
http_proxy="http://x.x.x.x:y/"
ftp_proxy="ftp://x.x.x.x:y/"
2. sudo nano /etc/apt/apt.conf.d/70debconf
Acquire::http::Proxy "http://x.x.x.x:y/";
Acquire::ftp::Proxy "ftp://x.x.x.x:y/";
Acquire::https::Proxy "https://x.x.x.x:y/";
Acquire::::Proxy "true";
3. sudo nano /etc/chromium-browser/default
CHROMIUM_FLAGS="-proxy-server=x.x.x.x:y"
и в GUI настроен прокси!!!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question