I want to make a script that sets and unsets SYSTEM WIDE proxy just as what happens through the network settings.
I tried this answers gsettings part but it does not work in 14.04
Could Anyone please help? Its FRUSTRATING to open the network settings every time!
gsettings get org.gnome.system.proxy mode
? – muru Nov 04 '14 at 07:10gsettings
andapt.conf
should take effect immediately, but/etc/environment
needs a logout. What aboutgsettings get org.gnome.system.proxy.http host
, or one of the other values, and the files/etc/apt/apt.conf
and/etc/environment
? Are they changed? – muru Nov 04 '14 at 07:27