DebianLinux

tsocks

Someone at work pointed out a cool utility called tsocks. tsocks allows non-SOCKS-aware applications (e.g.: telnet, ssh, ftp, etc.) to use SOCKS without any modification. It does this by intercepting the calls that applications...
Linux

Fixing a jacked Control-C

I noticed Control-C had stopped working on my Linux box for killing foreground processes. I'm not sure how it happened but somehow my stty intr setting got set to Control-G. Here's how I diagnosed it and fixed it: $ stty speed...
Linux

Playing with Gentoo

Just for the heck of it, I setup a virtual machine with QEMU and installed Gentoo Linux in it. Gentoo is the distro for uberhackers - no fancy installers here; you do all the setup manually and you compile everything yourself...