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
Nothing amazing here that I didn’t already know, but it’s concise.
How to efficiently include jQuery in your webpages.
I can’t keep track of all the different clouds, but this sounds interesting.
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