Forbes.com: What SCO Wants, SCO Gets

This story paints a scary picture of what SCO may be about. Sure, Linux users all over the world deride them and laugh, but how many of you cheered when they beat Microsoft over the DOS lawsuit? Now they’re coming after Unix and Linux with the exact same tactics. One might argue the open source and Free software is different, but if the big boys desert Linux then lots of development is going to slow or stop..

These guys in Utah are no dummies. The crunchies in the Linux community should be paying more attention.

Linux desktop wars – who's winning?

While searching for more post-it notes applications for Linux (sticky_notes doesn’t let you resize smaller if a sentence is the width of the window.. boo!) I tried a search for linux desktop and noticed a certain desktop environment was conspicious by it’s absence. That may change by the time you read this so don’t hang me if this post doesn’t make sense!

QTParted – Partition Magic for Linux

Well, not quite. This is a Qt frontend to GNU parted. I have a spare 20GB hardrive here so I’ll see what it can do with that!
It’s also available as an RPM on apt-get, but I’m not sure which repository. Here’s the contents of my sources.list:

rpm ftp://apt-rpm.tuxfamily.org/apt redhat/9/en/i386 os updates extra
rpm-src ftp://apt-rpm.tuxfamily.org/apt redhat/9/en/i386 os updates extra

rpm http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms
rpm-src http://ayo.freshrpms.net redhat/9/i386 os updates freshrpms

rpm http://utelsystems.dyndns.org/apt redhat/9/en/i386 utelsystems
rpm-src http://utelsystems.dyndns.org/apt redhat/9/en/i386 utelsystems

#newrpms.sunsite.dk
rpm http://newrpms.sunsite.dk/apt/ redhat/en/i386/9.0 newrpms
rpm-src http://newrpms.sunsite.dk/apt/ redhat/en/i386/9.0 newrpms

(via the ILUG!)

Chkrootkit

Worried about the security of your Unix box? Chkrootkit will check your machine for many common rootkits. Even if you’re confident your machine hasn’t ever been compromised this might be a good app to keep in mind just in case.. Not worried are you? Take a look at the readme for one such rootkit. It’s simple to run.
(thanks to Colm for those.)