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

Linux Archive

Free Download of Turbolinux 8 Server

From DistroWatch: "A "promo" edition of Turbolinux 8 Server can now be had for free, after registration. The registration page is in Japanese only, but it's a simple matter to fill in your name (middle row) and email address (bottom row) and agreeing to the license by clicking on the long button on the bottom left. The next page will give you a login name and password to access the ISO image. Read the Release Notes and visit the product features page for detailed information."

Test of the Preemptible Kernel Patch

Linux was originally written as a general-purpose operating system without any consideration for real-time applications. Recently Linux has become attractive to the real-time community due to its low cost and open standards. In order to make it more practical for the real-time community, patches have been written to affect such things as interrupt latency and context switch. These patches are public domain and are becoming part of the main Linux tree. LinuxJournal tests the preemptible patch.

The Power of GNU

This article over at PCLinuxOnline.com tries to suggest how the ideals of free software can be better conveyed to the normal computer-using public. It takes an alternate view to the 'GNU/Linux vs Linux' naming debate, ignoring entirely the issue of whether 'Linux' is an OS or just a kernel, and instead focusing on the notion of freedom.

Torvalds on 2.6 Release, 3.0 Name Debate, MacOSX, IA-64, BitKeeper

The next version of the heart of the Linux operating system is expected by June, project founder and leader Linus Torvalds predicted on Thursday. "We're pretty close to done with what will be 2.6...We're actually looking at the second quarter 2003 for the real 2.6 release," Torvalds told a group of Linux aficionados aboard a "Geek Cruise" in the Caribbean. News.com reviewed a recording of Torvalds' talk.

Desktop Linux Leaders to Hold Summit

Major technology companies and DesktopLinux.com today announced their sponsorship of the inaugural Desktop Linux Summit to be held in San Diego on Feb 20-21, 2003. The Summit will be the first event entirely devoted to desktop Linux and will be hosted by the top executives of leading technology companies worldwide including Codeweavers, Hewlett Packard, Lindows.com, Lycoris, MandrakeSoft, Sun Microsystems, SuSE, and Ximian.

Vector Linux Releases Version 3.0

"We are proud to release the 3.0 incarnation of Vector Linux. This is a big rewrite as we made the decision to go completely Slackware compatible and also LSB compliant. This gives us the ability to update as Slack does and keep up with security fixes and other vunerabilities on a more timely basis." Read more for the rest of the announcement.

Linux – Good Windows Alternative, but Installation can be Tricky

Contrary to popular belief, the cops will not arrest you if you don’t use Windows. There are some interesting alternative operating systems out there —and with perseverance, you won’t go crazy trying to use them. Chief among them is Linux, the largely free, enormously geek-popular system that hard-line anti-Windows users rave about, which has Tux the penguin as its mascot. Read the rest here.

ViaVoice and XVoice: Providing Voice Recognition

Conversing with a computer has long been a staple of science fiction. Such conversations are still largely in the realm of fiction, but voice recognition technology has improved significantly over the last decade. A number of voice recognition and control products are available on various platforms. Many people don't realize, however, that it is possible to control the Linux desktop by voice, and it has been possible for some time. Read the article at LinuxJournal.

Mac Users Get the Goods! Yellow Dog Linux v2.3

Running open source software on a Mac is a different animal — almost like an x86, but not quite. Configuring new hardware has always been a problem in Linux; it is now compounded for the Mac user. Yellow Dog Linux (YDL) has built this port of Linux with the hardware of current Macs in mind, such as the iMac and the G4. YDL 2.3 is a treat to install and use on these machines. Read the rest of the review at UnixReview.

Interview With Con Kolivas

Con Kolivas, a practicing doctor in Australia, has written a benchmarking tool called ConTest which has proven to be tremendously useful to kernel developers, having been designed to compare the performance of different versions of the Linux kernel.

Robert Love Explains Variable HZ

Robert Love provides details at KernelTrap on a recent patch he's backported from the 2.5 development kernel to the 2.4 stable kernel. The patch allows one to adjust the frequency of the timer interrupt, defined in 2.4 with "HZ=100". Robert explains, "The timer interrupt is at the heart of the system. Everything lives and dies based on it. Its period is basically the granularity of the system: timers hit on 10ms intervals, timeslices come due at 10ms intervals, etc."