I have written a "Proxy Setting Manager". It is a pluggable shell script to turn proxy settings on or off for various programs, and modules can be individually enabled/disabled.
It seems usable enough, tested between my own and one other computer belonging to a coleague of mine.
It has currently got the following modules
There is also a module for Gnome, not included in the github page, because I don't have a gnome installation on which to test it. I can share it if any body would like to try it out.
There is no Mozilla Firefox module, from my research it does not seem to be possible to do it. I use the Firefox QuickProxy extention to turn Firefox proxy setting on/off.
Please have a look at the program here: https://github.com/Tahaan/proxymanager
All feedback welcome.
It seems usable enough, tested between my own and one other computer belonging to a coleague of mine.
It has currently got the following modules
- bashrc:# ProxyManager module for bashrc environment variables
- cntlm:# ProxyManager module to stop/start/check cntlm as part of managing Proxy
- curlrc:# ProxyManager module for Curl Proxy setting management
- dropbox:# ProxyManager module to restart DropBox with/without proxy environment variables
- git:# This ProxyManager module switches the git user global Proxy setting on or off
- kde:# This ProxyManager module switches the KDE global Proxy setting on and off for
- root_bashrc:# ProxyManager module for Root user .bashrc profile
- root_curl:# ProxyManager module for Root user .curlrc profile
- s3cmd:# ProxyManager module for S3cmd
- sys-apt:# ProxyManager module to set System-wide proxy for APT
- sysenvironment:# ProxyManager module for system default proxy setting
- sysproxy-suse:# ProxyManager module to set System-wide proxy for Suse
- virtualbox:# ProxyManager Module for VirtualBox GUI Proxy setting management
- wgetrc:# ProxyManager module for Wget
There is also a module for Gnome, not included in the github page, because I don't have a gnome installation on which to test it. I can share it if any body would like to try it out.
There is no Mozilla Firefox module, from my research it does not seem to be possible to do it. I use the Firefox QuickProxy extention to turn Firefox proxy setting on/off.
Please have a look at the program here: https://github.com/Tahaan/proxymanager
All feedback welcome.
Comment