I am using Ubuntu 14.04
. I want to change the http proxy
settings from the command line. This should be equivalent to changing in the GUI(All Settings->Network->Network Proxy) and clicking the button Apply System Wide
. I don't want to restart/logout the system as I am planning to change the settings dynamically from a script(bash
).
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
||||
From what I understand, setting proxies system-wide via that GUI does three things:
1 and 3 take effect immediately.
Even though it requires a re-login for PAM to apply
|
||||
sudo service network manager restart
. – Ramesh Aug 26 at 15:57