SSH Do's and Don'ts

Nothing amazing here that I didn’t already know, but it’s concise.

Stop paying your jQuery tax

How to efficiently include jQuery in your webpages.

Qualys SSL Labs - Projects / SSL Server Test

dotCloud now supports FUSE! - dotCloud blog

I can’t keep track of all the different clouds, but this sounds interesting.

really simple things

I use shell pipes and redirection all the time, but I don’t use them enough. A good example here.

$ gzip -cd /var/log/messages.1.gz | less

Totally simple I know but it’s useful