I frequently use focus: true in my specs when I’m working in a particular area of the code. I also frequently forget to remove this tag and subsequently commit the spec to Git, resulting in most of the test suite not running. Duh! “Removing focus:true” is my most frequent commit message :-/ The solution is [...]
Home» Useful
How to backup a Linux server with Tarsnap
I picked up a dedicated server just before Christmas from OVH. It’s a nice little ‘Kimsufi’ 4GB Atom server which is more than enough for a couple of WordPress blogs and some personal projects. As it’s a bare-bones dedicated server I really want a decent backup service to make sure I don’t lose 11years of [...]
How to stop Mail starting up on iCal events
Disable it using sudo chmod 000 /Applications/Mail.app/Contents/MacOS/Mail Particularly useful since I don’t use Apple’s Mail. Source