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

When Linux Hangs or Completely Freezes

There’s a great post about using special keyboard combinations to unjam a frozen Linux box here. Also, the same information is available in Wikipedia.

read more