Skip to content

Instantly share code, notes, and snippets.

@raphaelm
Created June 7, 2012 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaelm/2890282 to your computer and use it in GitHub Desktop.
Save raphaelm/2890282 to your computer and use it in GitHub Desktop.
SSH Tunnel + Chrome
#!/bin/sh
urxvt -bg black -fg green -e ssh -D 2323 HOST &
pkill google-chrome
killall google-chrome
google-chrome --proxy-server=socks4://localhost:2323&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment