All Projects β†’ thealphadollar β†’ Set_proxy

thealphadollar / Set_proxy

Licence: gpl-3.0
Entire Proxy Settings: One Script To Set Them All

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Set proxy

Nexrender
πŸ“Ή Data-driven render automation for After Effects
Stars: ✭ 946 (+2389.47%)
Mutual labels:  automation
Plz
Say the magic word 😸
Stars: ✭ 31 (-18.42%)
Mutual labels:  automation
Goapy
Goal-Oriented Action Planning implementation in Python
Stars: ✭ 33 (-13.16%)
Mutual labels:  automation
Navalia
A bullet-proof, fast, and reliable headless browser API
Stars: ✭ 950 (+2400%)
Mutual labels:  automation
Roboconf Platform
The core modules and the platform
Stars: ✭ 30 (-21.05%)
Mutual labels:  automation
Python Uiautomation For Windows
(Donot use 3.7.6,3.8.1)🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Stars: ✭ 961 (+2428.95%)
Mutual labels:  automation
Charjabox
Ansible based Homeserver setup using Docker
Stars: ✭ 28 (-26.32%)
Mutual labels:  automation
Gsoc2018 3gm
πŸ’« Automated codification of Greek Legislation with NLP
Stars: ✭ 36 (-5.26%)
Mutual labels:  automation
Openkore
A free/open source client and automation tool for Ragnarok Online
Stars: ✭ 956 (+2415.79%)
Mutual labels:  automation
Ophidian
Ophidian's Mirror Repository on github. https://gitlab.com/eclufsc/eda/ophidian
Stars: ✭ 32 (-15.79%)
Mutual labels:  automation
Appium Selenium Starter
Open source, complete and easy to use QA Automation platform
Stars: ✭ 30 (-21.05%)
Mutual labels:  automation
Posher
Windows image build system via POwerSHell + packER
Stars: ✭ 30 (-21.05%)
Mutual labels:  automation
Ebs bckup
Stars: ✭ 32 (-15.79%)
Mutual labels:  automation
Pivotal Flow
Automate your pivotal workflow
Stars: ✭ 29 (-23.68%)
Mutual labels:  automation
Scheduler
Automates completion and emailing of .xlsx time sheet.
Stars: ✭ 34 (-10.53%)
Mutual labels:  automation
Openagent
An agent library for systems of nested automata.
Stars: ✭ 28 (-26.32%)
Mutual labels:  automation
Make Mi Air Purifier Great Again
A smart automation alternative to Mi Home.
Stars: ✭ 32 (-15.79%)
Mutual labels:  automation
Nettacker
Automated Penetration Testing Framework
Stars: ✭ 982 (+2484.21%)
Mutual labels:  automation
Kafka Specs
Tool to ease and automate Apache Kafka cluster configuration management
Stars: ✭ 36 (-5.26%)
Mutual labels:  automation
Rmcontrol
RM Control β€” A python app to control an RM2 from BroadLink.
Stars: ✭ 32 (-15.79%)
Mutual labels:  automation

WEBAPP

ProxyMaster is now available at https://proxymaster.herokuapp.com

LINUX Proxy

The script in the repository sets/unsets proxy for most frequently used commands in the Ubuntu/Debian system.

  • Gnome system wide
  • Apt Package Installer
  • Environment
  • Terminal
  • Git
  • Docker

How to run

You need to have internet (working without proxy) to download the script: use mobile data and hotspot.

Using Browser

  • Open http://proxymaster.herokuapp.com and download the script.
  • Follow the instructions on the page to set proxy.

Using Terminal Only

  • Open terminal by pressing Ctrl+Alt+T
  • Install wget. sudo apt-get install wget
  • Download the repository. wget https://github.com/thealphadollar/set_proxy/archive/master.zip
  • Unzip the file. unzip master.zip
  • Change directory to the inflated archive folder. cd set_proxy-master/static
  • To set the proxy sudo bash set_proxy.sh -h [PROXY HOST] -p [PROXY PORT]
  • Enter proxy host (172.16.2.30 for KGP) and proxy port (8080 for KGP).
  • Voila, proxy set! Preferably restart the system, or at least restart the terminal session.

Going Home?

You can use the same script to remove proxy from your system when going to home. Just run following command in your terminal and restart system.

sudo bash set_proxy.sh -u

Test

Connect to the campus network; wifi or LAN.

  • Open www.google.com in browser
  • Install curl by running sudo apt-get install curl in the terminal then run curl www.google.com in the terminal

If all the above steps pass, congratulations!

support

For any queries, please raise an issue or contact [email protected]

Contributing

Please read CONTRIBUTING.md guide to know more.

NOTE: Before sending your script, please do a syntax check via ShellCheck

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].