A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
"============================================================================= | |
" 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! |
import ConfigParser | |
import multiprocessing | |
import os | |
import servicemanager | |
import sys | |
import time | |
import win32serviceutil | |
import win32service | |
import win32event | |
import win32api |
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