July 2008
2 posts
Rake tab completion with caching and namespace... →
is very rad.
Jul 27th
speed up multiple connections to same host (ssh)
It’s stupid to open a new connection every time. Add to the Host entry in ~/.ssh/config: ControlMaster auto ControlPath ~/.ssh/master-%r@%h:%p
Jul 22nd