Fabric: a System Administrator’s Best Friend

Do you routinely make changes to more than a dozen machines at a time?
Read this article to find out about a tool to make that task much easier.
more>>

read more

Need a quick proxy via SSH?

Need access to a web site, tucked behind a firewall?  Do you already have a public SSH server set up to allow access, but not sure how to tunnel your HTTP session?  It’s easy! ssh -N -D 127.0.0.1:8000 <user>@<ssh server … Continue reading

read more