Neat little Linux tool

Uncategorized 12 September 2006 | 0 Comments

Command Not Found is a great little utility for Linux. If you’ve ever tried to follow a set of instructions only to find that you don’t have some of the CLI programs needed, this will come to your rescue. Install command-not-found then add this to your ~/.bashrc: function command_not_found_handle { /usr/bin/command-not-found $1 return $? } [...]

Tagged in , , ,

Spotted

Uncategorized 5 September 2006 | 0 Comments

This seen outside New World supermarket, Wellington, New Zealand. I’m not sure if the placement is some kind of metaphor.

Tagged in , , ,

DeskBar Calculator

Uncategorized 5 September 2006 | 2 Comments

As created by Spooky. It really is easy to use (and surprisingly simple to install), and much easier than popping up Qalculate (despite its awesomnity). Follow his lead and you’ll have calculation support in DeskBar in less than a minute. The thing that’s nice about these Python applications is their extensibility, and not having to [...]

Tagged in , ,