Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Tux Goes to College

In an era when mature Linux distributions abound, do you need a special one just for college? Robert Kennedy College in Delémont, Switzerland, thinks so. The school's CollegeLinux 2.3 , a single-CD Linux distribution, is a power tool for educational organizations. Read the review at NewsForge and our recent interview with professor David Costa here.

SCO’s Chris Sontag on Linux, Unix and Brewing Legal Fights

In an interview with Computerworld reporter Patrick Thibodeau, SCO's Chris Sontag, a senior vice president and general manager of SCOsource Division, the group within SCO in charge of enforcing the company's intellectual property, discussed the company's position. It is discussed the Linux kernel issue, Novell's reasons and why Microsoft licensed the Unix IP. Update: More SCO news.

OpenBFS 1.0 Beta 6 Released

The OpenBFS team is proud to announce that a new version of OpenBFS (Beta 6) is available for download. This new version features a fix for the dreaded "Vnode already exists with a different cookie" problem, a fix for live queries, a fix for searching on non-indexed attributes and lots of other small corrections and additions. BeOSJournal features a mini-interview with BGA. Update: Here are part 2 and part 3 of David Reid's editorials.

When you Shouldn’t be Using Linux

Many articles already explain why you should use Linux and describes its advantages. However, for a potential new user, it's also important to know the other side: what are the disadvantages of Linux? This short article by Carl Simard tries to present this other side so that new users can evaluate much better if Linux is for them to try or if they should forget about it.

Novell Challenges SCO Position, Reiterates Support for Linux

In what Bruce Perens is describing as answering "the call of the open source community," Novell, makers of the popular NOS NetWare, has delivered a letter to SCO challenging their rights to UNIX System V. "Novell has just won the hearts and minds of developers and corporations alike," Perens continued. Read the article and the letter at Yahoo. Update: SCO's response.

Windows Server 2003 as a Workstation: Great, But Not Unconditionally

I don't need a server. Our FreeBSD home server runs unstoppably for years, asking nothing in return. However, my curiosity about OSes drove me on ordering the free evaluation version of Windows Server 2003 Enterprise, the latest Microsoft's OS offering. Naturally, there is a lot of marketing hype surrounding the product, but this time, I am really happy to witness that most of the hype is for real.

What if SCO wins? Why Microsoft Licensed the Unix IP?

John Carroll editorializes about the SCO situation and advocates that the worst it could happen to the Linux OSS market is to have a temporary slow down, and not a collapse. Elsewhere, Sys-Con reports that people started all these conspiracy theories when Microsoft licensed the Unix IP from SCO, but in reality the magazine says, it was something that was on schedule to happen as Microsoft needed the license possibly for a new product of theirs.

New Bootloader, Preliminary ELF Prebinding Patches for FreeBSD

FreeBSD Release Engineering team's Scott Long has written a bootloader front-end script that allows one to enable/disable acpi, boot single users, etc. Elsewhere, Matthew N. Dodd has implemented per-executable ELF prebinding in FreeBSD-current. Initial performance measurements are very encouraging. Relocatable objects (executables and libraries) contain elements that require relocation before they are usable. By 'prebinding', much of this work can be done beforehand and speed up the actual relocation process. As a result, apps like KDE and other library happy executables take a little less time to load.