October 2008
3 posts
Why Phusion Passenger better than Mongrel for...
It starts new processors for new requests automatically, and kills them after they are not needed. So if you have a big site running locally, and you don’t want to setup mongrel cluster and load balancer, my advice is to go with Passenger. It’s really a piece of cake to setup if you have apache installed (and you do, if you’re on Mac or Linux).
Official Git Autocompletion Script for BASH →
Installation instruction are in the header of the link. For the lazy it’s:
$ cd ~; wget [link]
$ echo 'source bash-git-completion.sh' >> ~/.bashrc
The script is just awesome, it’s very thorough and proivdes completion for commands, commands options, branch names, and all kinds of stuff.
The link to a file I posted points to my server, but if it’s down for some...
[PDF] Printable version of Git Cheatsheet →
Taken from http://cheat.errtheblog.com/s/git and post-processed to be easier on eyes when printed.