« Gadgets | Main | Macintosh »

March 27, 2004

Newsflash: Darl McBride has no credibility

I was thumbing through an old issue of The Linux Journal (August 2003 issue) and found an excerpt in the “They Said It” section that I just had to repeat here (I’ve taken a larger excerpt, but the important part is the last sentence):

The then-Caldera legal team was appointed the task of coming up with a review of the history of Caldera’s intellectual properties and their status. The review turned up a stack of license agreements that had gone uncollected for years. To date (remember, McBride has been on board as CEO for only a few weeks), Caldera has already come to agreements with holders of these old licenses that will generate $600,000 in recurring revenue.

The intellectual property fishing expedition has provided The SCO Group with the legal due diligence to now lay claim to UNIX itself. According to Opinder Bawa, new Senior VP of Technology, “we own the source to UNIX; it’s that simple. If we own the source, we are entitled to collect the agreed license fees.”

To my fellow folk in the Linux community, you need not fear. I specifically asked if, in making that broad a statement about UNIX, The SCO Group was making any legal claim to Linux. According to McBride, “obviously Linux owes its heritage to UNIX, but not its code. We would not, nor will not, make such a claim.

(Emphasis mine. Source: Linux Journal, August 2002.)

This is old news and has been reported widely. Might as well report it here too.

September 24, 2003

Switching to Shrike

RedHat Linux 9 (codename Shrike) makes for a nice OS. I have it installed on my home desktop PC. Which sits beside my G3 which are connected to a Linksys router (running Linux). These are in the same living room as our TV which has a TiVo — another Linux device. I don’t know if any of this is worrisome to Microsoft, but it should be.

The only Windows machine I have left is my laptop. It still runs XP. I’d switch it right now if there was a driver available for my 54g WiFi PC card. Linksys has no ETA for it, but I don’t think there are any 54g cards available for Linux yet (check for yourself).

While I find RedHat 9 to be a decent desktop OS for me, it’s certainly not for everyone. Yes, installation was a breeze, but general maintenance is not for the timid. For example: enabling anti-aliased fonts in XFree86. Or installing the latest nVidia drivers (this one required the kernel source code to install for my machine). Or adding the NTFS support so you can mount and copy files from a NTFS-formatted volume. Here’s hoping that RedHat continues to improve usability. It would be nice to see it reach the level of ease seen in Mac OS X.

Speaking of Apple and Macs, I’m still tempted to buy an Apple G5. This weekend we took a trip to the Apple store near us so I could drool up-close-and-personal-like with the latest goods. Man, that place is built to frisk you of $1000-$6000 depending on what you can bear to part with. I would love to have a dual-processor G5 in my home, but I’m afraid I would be spending most of my time staring at a terminal window. Something I can just as easily do with a $200 PC. But wouldn’t that terminal window look spectacular on an Apple Cinema display? I somehow managed to walk out of the Apple store barehanded, but I don’t know how much longer I can hold out.

Speaking of freakin’ huge monitors, the Samsung SyncMaster 240T is quite a beauty. It has the Apple Cinema 23” beat in many ways: one more inch of real estate. It has digital and analog inputs — even S-video. You can split the screen between multiple sources — great for watching a movie while you’re working or reading. I’m afraid I might have to buy a more powerful video card to support a DVI-powered 1920×1200 display.

But I digress.

Software-wise, I feel pretty comfortable. OpenOffice is installed and running nicely. Mozilla Firebird runs better than ever on Linux. I can share files with my Mac thanks to the Samba support both have. jEdit is identical to the Windows version. No need for Putty since ssh is installed (and patched) right out of the “box”. Gaim is no Trillian, but will do for now. The Gimp interface will take some getting used to (Won’t someone add a Photoshop-like interface option for it? Photoshop-compatible keyboard mappings would be nice.) I still can’t find a good replacement for TopStyle Pro. So Nick… if you’re listening— any plans for a Linux version? You have heard of Kylix, right?

November 4, 2002

More Linux for Windows

Cross-blog discussion at it's finest. Here is Rafe Colburn's rebuttal on my original post regarding the merits or lack thereof of the WINE project for Linux. My response (via e-mail to him) follows...

Continue reading "More Linux for Windows" »

November 2, 2002

Linux for Windows?

You'd almost think it was the ultimate goal of Linux-- to be able to run ELF and Windows binaries on the same O/S. "Lindows" does it. Now SuSe does it. And another new Linux distro, Xandros does it. Efforts by the WINE project and CodeWeavers are making this dream a reality. But here's a question I have: WHY???

Continue reading "Linux for Windows?" »

July 22, 2002

PHP 4.2.2

PHP 4.2.2 is out, mainly a vulnerability update. For you sysadmins out there, time to configure and make!

Lowercase Filenames

One-liner to lowercase all filenames in the current directory (bash flavor):
for f in *; do mv $f `echo $f | tr '[:upper:]' '[:lower:]'`; done

References: Shell Programming; Advanced Bash-Scripting Guide

March 18, 2002

Ugh

sendmail is a pain to configure. I mean, have you seen a sendmail.cf file recently? I don't know how it could be made any easier, but there's gotta be a better way. (Actually, qmail makes for a nice sendmail replacement.)

Continue reading "Ugh" »

February 15, 2002

BSD beats Linux to the desktop

The Register: BSD '3 times as popular as desktop Linux' - Apple

Key word here is 'desktop'. Sure, BSD has gained a new foothold since it is the foundation for Mac OS X. But it's sad that Apple is touting dominance over a free O/S -- I guess it's the best they can do since they're nowhere near Windows in the marketplace.

I do think it's funny that Apple has managed to get Microsoft to make a UNIX edition of Office and Internet Explorer. How'd that happen?? :)

January 20, 2002

AOL Time-Warner RedHat Linux?

AOL reportedly in talks to buy Red Hat - News.com. I just don't see this happening. Do they realize how many AOL bashers there are in the Linux community?

Oh well, as long as they keep it free, I guess I don't care. Thank goodness they haven't affected Winamp yet since they bought Nullsoft.

Update: UserFriendly is right on target!

January 9, 2002

Ximian GNOME

Ximian GNOME makes for a great Linux desktop. I just did a fresh install of it on my Redhat 7.1 box and it went smooth as silk.

Their site boasts "The Open Source Desktop Leader" and I'd have to agree with them. The latest addition to their suite of products is Ximian Evolution (screenshot), a very nice groupware product (kind of like Outlook 'Lite'). The Ximian desktop is very friendly, offering a number of different looks ranging from Mac-ish to Windows-ish. Nautilus (screenshot) is the file manager and is very clean and user-friendly as well.

Ximian has put quite a bit of work into Ximian GNOME-- I think it raises the bar for other Linux desktop products, and certainly puts Linux one step closer to becoming a true consumer-grade O/S.

Categories

Archives

Powered by Movable Type