a.k.a. what to do when your ISP starts blocking sites :(
Start SSH tunel
ssh -D 8888 -C -N [email protected]
Set the SOCKS proxy to local SSH tunnel
a.k.a. what to do when your ISP starts blocking sites :(
Start SSH tunel
ssh -D 8888 -C -N [email protected]
Set the SOCKS proxy to local SSH tunnel
| import ConfigParser | |
| import multiprocessing | |
| import os | |
| import servicemanager | |
| import sys | |
| import time | |
| import win32serviceutil | |
| import win32service | |
| import win32event | |
| import win32api |
| "============================================================================= | |
| " Description: Ins1ne's .vimrc | |
| " Author: Aider Ibragimov <[email protected]> | |
| " URL: https://github.com/Ins1ne/dotfiles.git | |
| "============================================================================= | |
| " Vundle setup | |
| set nocompatible " be iMproved | |
| filetype off " required! |