Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 990 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 990 Bytes

switchProxy

Small shell script made to toggle between Ubuntu proxy settings. Made this primarily for different proxy settings in my college campus. You can modify the script according to your needs.

  • Clone the repo to local machine.

  • Make the file switchProxy.sh executable.

    $ chmod +x switchProxy.sh
  • Move the file to any of the paths in $PATH say /usr/bin

  • Open keyboard settings from unity launcher and create a keyboard shortcut like Shift+Ctrl+Alt+P with Command switchProxy.sh

That's it! You can now toggle between proxy settings with a simple keyboard shortcut. :)

Although this is supposed to be a basic script for someone new to shell scripting, contributions are always welcome!

Read in detail here: https://akshat157.github.io/blog/2019/02/27/how-i-made-a-shortcut-to-toggle-among-system-proxy-settings-on-ubuntu.html