TerminalDigit

Good to the last bit.

Marvell SheevaPlug

Marvell SheevaPlug

Marvell’s SheevaPlug is a power-adapter-sized Linux machine featuring a GHz-class processor, Ethernet, and USB interfaces. Several companies are already marketing customized versions as cheap, low-power NAS, online backup, or streaming media solutions.

20 January 2009

Uncategorized

0 Comments

Project Honeypot

Project Honeypot

Project Honeypot is a pretty awesome distributed system for tracking and identifying spammers, spambots, harvesters, and dictionary attackers. There are many ways to participate, but my favorite applies to domain owners—all you have to do is donate an MX record for some subdomain you never plan to use. Check it out.

Apple’s Macbook Wheel

Wow, I can’t wait to get one of these!

Rod Kovel: PEBKAC

Rod Kovel is a lawyer who doesn’t understand a thing about technology, but that doesn’t stop him from writing about it!  I’m not going to link to his uninformed flamebait here, but you can follow the links through Groklaw, whose analysis of the situation had my sides hurting from laughter.  Don’t miss his epic rant on Konqueror linked in the comments.

read more

Get Firefox To Honor KDE File Associations

Firefox is a nice browser, but it’s very Gnome-centric.  In a KDE environment, it’s totally clueless about what application to use to open any downloaded file.  Here’s a little fix I came up with (although probably many others have thought of this) that associates all files with a kfmclient script which is smart enough to do the right thing.

Update (1 Feb 2009): I’ve incorporated suggestions from several commenters (thanks!):

  1. At the konsole, type: which xdg-open and note the output. On my machine it’s /usr/bin/xdg-open.
  2. Show Firefox who’s boss by double-clicking a file in the Downloads list, enter the location of xdg-open into the textbox (or browse to it), and check the option to remember the association for all files.
  3. Done! Live your life! Be nice to others. :)

If for some reason this doesn’t work for you, you might try the instructions from the original version of this post:

  1. Make the script:
    mkdir -p ~/bin
    echo -e '#!/bin/bash\nkfmclient exec $1' > ~/bin/kdeff.sh
    chmod +x ~/bin/kdeff.sh
  2. Show Firefox who’s boss by double-clicking a file in the Downloads list, choosing to open that file with the script we just created, and checking the box to remember the association for all files.
  3. You’re done.  Notice the “Open Containing Folder” option also works now.  You’re welcome. :)

Editorial note: Another solution to this problem is to use Opera, which in my experience, does the right thing on every platform.  This has the added benefit of entirely bypassing the extension-hunt-wait-grind-your-teeth-dance that happens with every new version of Firefox.  Every extension I have for Firefox duplicates functionality that is built into Opera by default, with the exception of NoScript for which I haven’t found an Opera match, although they’re getting very close.