Where are username and password stored when you set System Wide Proxy in Settings -> Network?
I'm trying to find this file to configure an Ubuntu Server that does not have GUI.
Where are username and password stored when you set System Wide Proxy in Settings -> Network?
I'm trying to find this file to configure an Ubuntu Server that does not have GUI.
The user-specific configuration is stored in each user's
dconf
registry.You can read that configuration e.g. using
gsettings
:If you click the Apply system-wide button, it will set the proxy host values as environment variables in the
/etc/environment
file.How exactly you can set a system-wide proxy is already well-described here.