Skip to content

Instantly share code, notes, and snippets.

@brainsik
brainsik / gist:976895
Created May 17, 2011 17:20 — forked from mwhooker/gist:969121
ambient steampunk
good discussion at
http://www.last.fm/group/Steampunk/forum/42787/_/376230
some interesting first starts
http://sites.google.com/site/chinasteamengine/
http://www.lifesdecay.com/Home/Home.html
your life will get very strange for a little while after clicking this link
http://www.youtube.com/watch?v=cycXIYdFGsQ
@brainsik
brainsik / gist:971526
Created May 13, 2011 23:57
sudo -H for Fabric
import fabric.api
from contextlib import contextmanager
@contextmanager
def shell(new_shell):
old_shell, env.shell = env.shell, new_shell
yield
env.shell = old_shell
@brainsik
brainsik / gist:775788
Created January 12, 2011 06:43
Wolever, put this in your .ssh/config
Host foo
User blah
HostName foo.bar.baz
Port 42