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

Monthly Archive:: April 2007

Learn How UNIX Multitasks

"On UNIX systems, each system and end-user task is contained within a process. The system creates new processes all the time and processes die when a task finishes or something unexpected happens. Here, learn how to control processes and use a number of commands to peer into your system."

Debian GNU/Linux 4.0 Released

"The Debian Project is pleased to announce the official release of Debian GNU/Linux version 4.0, codenamed etch, after 21 months of constant development. Debian GNU/Linux is a free operating system which supports a total of eleven processor architectures and includes the KDE, GNOME and Xfce desktop environments. It also features cryptographic software and compatibility with the FHS v2.3 and software developed for version 3.1 of the LSB. Using a now fully integrated installation process, Debian GNU/Linux 4.0 comes with out-of-the-box support for encrypted partitions. This release introduces a newly developed graphical frontend to the installation system supporting scripts using composed characters and complex languages; the installation system for Debian GNU/Linux has now been translated to 58 languages." Update: Debian 3.1r6 has also been released. Update II: Screenshots, and how to upgrade to it.

Thurrott: Microsoft Has ‘Absolutely No Plans’ to Ship Windows XP SP3

Paul Thurrot writes about Windows XP SP3: "If you were looking for any glimpse into the mind of Microsoft, this is it: the company has completely abandoned Windows XP, and it has absolutely no plans to ever ship an XP SP3. My guess is that Microsoft will do what it did with the final Windows 2000 Service Pack: claim years later that it's no longer needed and just ship a final security patch roll-up. This is the worst kiss-off to any Microsoft product I've ever seen, and you'd think the company would show a little more respect to its best-selling OS of all time."

WebCore From Safari 2.0 Branch Imported in GTK+-WebCore

Kimmo Kinnunen wrote yesterday on the GTK+-WebCore developer mailing list that he has imported the Safari 2.0 WebCore branch into GTK+-WebCore. "This means that from the webcore/javascriptcore part, the code is mostly the same as in current Safari. So if there are any crashes, they're not from webcore/javascriptcore part of the codebase with very high probability, rather my code."

OpenBSD bcw: Possible GPL Violation Issues

"I, Michael Buesch, am one of the maintainers of the GPL'd Linux wireless LAN driver for the Broadcom chip (bcm43xx). The Copyright holders of bcm43xx (which includes me) want to talk to you, OpenBSD bcw developers, about possible GPL license and therefore copyright violations in your bcw driver. We believe that you might have directly copied code out of bcm43xx (licensed under GPL v2), without our explicit permission, into bcw (licensed under BSD license)." The entire thread can be found here.

AROS Gets Themeing Support, USB Keyboard Driver

The AROS team has published a new status update with a list of improvements. Another important step in AROS customization has been done. Darius Brewka and Georg Steger have added a new decor system to Wanderer, allowing user to edit and change themes. Damir Sijakovic's ICE theme has been used as an example and it is now the default theme for AROS nightly builds. In addition, a USB keyboard driver has been committed, among other things.

The Top 5 Things I Hate About Linux

"Even though I enjoy using my Linux boxes a great deal for the most part, there are still those little annoyances that are enough to drive a guy batty. After all, even something as elegant and as effective as the top Linux distributions can still do certain things to drive you nuts from time to time." More here.

FSF Releases New Draft of LGPL

The Free Software Foundation has released the second draft of version 3 of the GNU Lesser General Public License (LGPL). In addition to general editing, the new draft ties the LGPL more closely to the GNU General Public License (GPL), introduces the concept of a "linked version," and adds a new option for distributing combined works.

High Availability with Open Source

In the article High Availability with Open Source, Josh Kuo looks at three of the popular Open Source projects to implement High Availability redundancy (failover): Heartbeat, keepalived, and CARP. The article talks about where each of these three excels and some implementation ideas. Josh also mentions the DRBD utility to sync two remote filesystems to aid in an advanced High Availability setup.