Today I took some time to flash my Linksys WRT41G with the OpenWRT firmware. This firmware sets up the router as a little embedded Linux router. I have to say that the flash went through pretty easily. All I did was upload the image using the Linksys web interface, telnet to the router after it …
Tag: linux
Hear your cpu in action!
Want to hear your CPU think? cat /proc/kcore > /dev/dsp CAUTION: This may be loud! Eric Davis
Subversion in my ~/Home
Today I finished importing my home directory into Subversion. I did this because I needed an easy way to keep files in sync between my desktop and laptop and rsync was not cutting it. I first thought of this after reading the new O’Rielly book on Safari called Mind Performance Hacks. There is a hack …