Pages
Categories
Archives
Tags
Algorithm Bash Bell BlackBerry Blogging C# C/C++ China08Earthquake Christmas Concurrency Debian Demonoid DistroWatch DIY Environment Firefox Fun Furniture Gear Gmail Gnome Google Hot-pot Party iPhone Java Joost LFS Linux MagicDraw Math MC2037 Metal-J New Year Picture Python Street Fighter Ubuntu User_Experience Vehicle Video VIM Web Wordpress YouTube ZooomrBookmarks
Elsewhere
Meta
Monthly Archives: August 2008
SSH as Proxy
Three steps: A server with SSH access, say its address is yourhostname.com. ssh -D 8080 -Nf yourhostname.com Setup browser or other applications to use the proxy with Host: 127.0.0.1 Port: 8080 Type: SOCKS v5.