Linux Archive

Linux-on-Mac Seller Aims to Fill Void

When Apple Computer announced in June that it planned to move to Intel chips, one of the companies left in the lurch was Terra Soft Solutions. This week, Terra Soft is announcing it has filled some of the void created by Apple's move. Under a new deal, Terra Soft will resell PowerPC-based servers from Mercury Computer Systems. Mercury's XR9 systems use the same G5 chip as Xserve, but at 2.4GHz, the chips are slightly faster than those used in Apple's servers.

Vectorlinux 5.1 Review

Madpengiun has a review of the latest release of the trimmed-down Slackware-based Linux distro, Vectorlinux. At the end, the author advocates its use for "PC Recycling," wherein old, decommissioned hardware is set up for schools or nonprofits.

Tips: Porting Applications From Windows and Unix to Linux

Security, cost-savings, performance and innovation are the primary reasons to move to Linux, says Novell Linux developer evangelist Darren R. Davis, stating what is to him the obvious. Rather than dillydallying with that question, he'd rather help IT shops and developers get moving to Linux. Davis explains how to port Unix and Windows applications to Linux and how to make those Linux apps support multiple distributions in this interview.

Multifunction Multimedia Machine, Part II

The Mac mini offers a viable platform for embedded multimedia development. In this article, Lewin Edwards shows how to make efficient, direct use of the framebuffer to display JPEG files and discusses the issues involved in deciding between direct framebuffer access and using the X server as a graphics driver. Part I of this series can be found here.

Managing Linux Daemons with init Scripts

When you install a new Linux server distribution, you can often install all of the daemons you'll need to run on that machine at install time. Distribution vendors present a "ready to go" distribution by supplying initialization scripts for all of the services you might run. But what happens if you're building from source, and no init script is supplied? What if you're writing the source and haven't ever built an init script? Here are a few ways to cope when you're faced with this challenge.

Torvalds: How to Keep Linux Kernel on Course

According to open-source insiders, the move to create separate kernel trees for technology testing and bug fixes, which are then incorporated into the stable kernel when ready, has been a huge success, pleasing both kernel developers and the vendors who distribute the open-source operating system. Torvalds: "I'm certainly pleased, and judging from the reactions we had at the Linux Kernel Summit in Ottawa a few weeks ago, most everybody else is too."