Author Archives: Jeff Fitzsimons
SSH Key Generation and Conversion With OpenSSH
Key Generation Generate a DSA key: ssh-keygen -t dsa This will generate an RFC 4716-formatted key file similar to the following: —–BEGIN DSA PRIVATE KEY—– MIIBuwIBAAKBgQDijfpmyXBZpnq8EhEhSxeJz7fNxIlWYD6t7bviDZMARh8mLCr2 bug2J1K+Rl4qoLQJ7zRGlytwQ2krTCmvVahOjy9m/QW5936rCyVS19PRdJMEEMSN vLQaMtpKbnHp0z8Xs/X1CkDmxThOlvRVjiObdd0U9eELLoo5VHauVHmufwIVAO7j l4bxgVXeX09WJcyOXAUauNXHAoGAF20ESXgTvbbdxDECa2tfTi/j1/+emNV/+zuR aq6xms/K0piZhMlkK3BD9PgHhXfqZuRT/Z9b8ja3nR34H2KL3UInCNV6kSq6h+MD MLJnNQG4wADLYw3p5Tzz/hUwtfqpZ/9e7FpBdgfooS274GgPKTG8BFRiudIztPpK 4GueicoCgYEAy8hllDrFzQUqFG0kMe8r3dOFDjMQHf6ITttmAiScwEPg+a5D++Sq bj42vkKSNgaYHc+Z8QPgerPehIkBde6wx0ukq0a8IXy8F86IasXz3wzotPeJsdKi mynQKzhSm9Jzbk/SK/yh5NGhJzz1VmHsg+ir/qReguMHfqDGCI4kSFYCFDJKXQ4h MteJHSlu62RrGwInRBOh —–END DSA PRIVATE KEY—– An … Continue reading
Compiling X264 on Ubuntu
I noticed that HandBrakeCLI displayed this message: x264 [info]: using cpu capabilities: none! I thought that, perhaps, I could gain some performance by recompiling x264 directly for my AMD dual-core, 64-bit CPU. It turned out to be quite a task. … Continue reading
Yay for Ft. Lauderdale Airport
Free, open wireless. Not like lousy Dallas airport, which only has T-Mobile Hotspots ($$$).
Edirol MA-15D ‘Micro Monitor’ Speakers
A random YouTube video reminded me of one of the most disappointing product experiences I’ve ever had. A few years back, my employer gave us each $500 to spend on office improvements, since we completed a project well under schedule. … Continue reading
Console Replacement for Windows
The Windows Console is an abomination. In this modern word of mice, cut and paste, and fast video output, it’s slow, painful to use, and ugly. As it turns out, there’s an Open Source project called, appropriately enough, Console. This … Continue reading
Hacking the Buffalo TeraStation Live
The Buffalo TeraStation Live is a NAS device which uses an embedded, ARM-based computer running a variant of Linux. Originally, I wanted to enable NFS, though later I stuck with CIFS/Samba. However, enabling SSH access proved invaluable for performing backups … Continue reading
XML + XSLT Won’t Render in Firefox
In an attempt to create some easily customizable Kanji flashcards, I put all the class handouts into an XML file and wrote an XSLT file to transform it into HTML. Internet Explorer was able to render the resultant HTML table, … Continue reading
How Many Chocolate-Covered Espresso Beans to Kill Me?
Someone at work left an open tub of Trader Joe’s chocolate-covered espresso beans in the break room. Unable to resist their chocolaty siren’s call, I soon myself munching them down like Skittles. Since I’m unavoidably somewhat morbid, this got me … Continue reading
Antec Fusion Black + Logitech Harmony 880 (via LIRC iMon)
I have an Antec Fusion Black 430 HTPC case, which has a built-in LCD and IR receiver, and I want to control it using my Logitech Harmony 880 programmable remote. Getting it to work was a major pain. Overview The … Continue reading