The Dude abides.

Some nifty Unix tricks for PHP devs

The Unix userland utilities have a startling number of cool tricks that can make a developer’s job easy as can be. This is a list of common tricks I use:
1. ssh-copy-id
ssh-copy-id is one of those cool tools that deserve more hype that it is currently receives. In essense, ssh-copy-id does all the hard work of [...]