Linux Archive

The Path to Linux Success

Virtualization and Linux can be a match made in heaven, which is why enterprise Linux heavyweights Red Hat and Novell are pushing so hard to make support for virtualization a highlight of their respective mainstream Linux operating systems. Also recognizing this potential - but pursuing a markedly different tack toward realizing it - is rPath, a company that offers IT organizations and the ISVs that serve them a clever new means of getting the most out of this technology tandem.

Misconceptions About the Portland Project

"When OSDL announced the first release of its Portland initiative at LinuxWorld Boston in April, heralding it 'a breakthrough in desktop Linux', I muttered my skepticism to a co-worker. He expressed surprise at my reaction, noting that the initiative employs extremely smart people. I don't doubt their intelligence, or their sincerity, but I wouldn't bet a penny on the project living up to its initial claim, because you can't conjure a silver bullet out of intelligence and sincerity." KDE developer Kevin Krammer replies: "There is an article over at linux.com which predicts that the Portland initiative will fail to reach its goal of 'unifying the Linux desktop'. Unfortunately the author somehow missed that 'unifying the Linux desktop' is not the goal of Portland."

Q&A: Linux Guns for Desktop

Red Herring interviews Eric Raymond. "Open-source advocate Eric Raymond on winning over the iPod generation, the need for open source to conquer hearts and minds beyond geekdom, and why Linux advocates don’t have much time to beat Microsoft." Update by ELQ: Raymond shows signs of once more playing a bigger role in open-source circles. Steven J. Vaughan-Nichols explains this change of strategy in DesktopLinux.com as he knows Raymond personally.

T2 SDE 6.0.0 Released

T2 SDE 6.0.0 has been released with various prebuilt .iso images for AMD64, i386, PPC, PPC64, and SPARC64. The various architectures include support for Intel Macs as well as Sun's T1 Niagara CPU, and ship with Xorg 7.0, GCC 4.1.1, KDE 3.5.4, GNOME 2.14.3, and much more. T2 SDE is not just a common Linux distribution - it is a flexible open source System Development Environment. T2 allows the creation of custom distributions. Currently the Linux kernel is used - but they are expanding to MINIX, Hurd, OpenDarwin, and OpenBSD.

Smart Way to Reinstall Linux Software After System Failure

Hardware and Software failures are part of Life. That is why you need to have a backup. However, you do not need to backup all installed binaries (mostly software). In order to reinstall or restore your installed software you need to have a list of all installed software. This tutorial show how to backup list of installed software and apply it when needed after crash. It will not just save your time but both Debian and RHEL distro can update them instantly for you.

Review: Puppy Linux

"Puppy Linux is a small Linux live CD distribution that can boot from a CD, DVD, or USB drive; a hard disk is optional. According to the Puppy Linux Web site, Puppy's goals include being Linux newbie-friendly, booting and running quickly, and including all the applications typical users need. The newest version is its most usable yet."

Using Linux in a Windows World

"You've built a linux desktop. You've mounted the learning curve to configure the hardware (or paid someone else to do so) and you are able to do your own work on the machine. You've discovered that if you can point and click you can run a modern linux OS on your desktop. But how is it you will ever relate to the rest of the world? What do you do with the MS attachments people send you? How do you enjoy the music distributed in formats for a Windows World?"

OSDL and the Linux Desktop: the Road Ahead

The Linux desktop has made great strides in just the last few months, and experts at the LinuxWorld Conference & Exhibition in San Francisco see much more to come. Talk about technological issues is finally turning into successful deployments. John Cherry, the Desktop Linux Initiative manager for Open Source Developer Labs, spoke with SearchOpenSource.com about the progress of the Portland Project's beta release of its programming interfaces for the GNOME and KDE environments.

Q&A: Linus Torvalds

If open source were a religion, Linus Torvalds, the Finnish engineer who wrote the core of the operating system that would become Linux, would be its prophet. In 1991, Mr Torvalds created the kernel, or core software, that would eventually be adopted by millions of computer users and lay the foundation for a vibrant open-source community. In an email interview with Red Herring, Mr Torvalds says the increasing focus of venture capitalists and large companies on open source can only be good for a community that, until now, was on the fringes of the commercial realm.

LinuxWorld Expo Wraps up

"Another LinuxWorld Conference & Expo has come and gone. More than 10000 attendees and 175 exhibitors passed through the Moscone Center in San Francisco. The show ended yesterday after a shorter schedule of talks and exhibits, including a session by kernel developer Greg Kroah-Hartman. Here's our final report, including more video goodness."

The State of the 2006 Linux Desktop

Were you to walk around LinuxWorld in San Francisco this week, for almost every person you'd see sitting, you'd see a laptop in front of them. And, if you're a snoopy person, like me, you'd also see that about half of those laptops were running Linux. That doesn't sound like that much? Think again. Even a year ago, Linux-powered laptops were a rarity. Find out why Linux journalist Steven J. Vaughan-Nichols thinks the Linux desktop is poised for success.

Impressions from LinuxWorld

Check inside for our photo review of this year's LinuxWorld. In short, Novell rocked the show, while Red Hat and Sun were missing completely! We think that there were fewer people visiting this year... However, we got to see the new PalmSource ALP OS, we chatted with Motorola about their Linux SDK's state of affairs and more!

A Slow Start at LinuxWorld

The LinuxWorld Conference & Expo lurched to a start on Monday at the Moscone Center in San Francisco with half-day tutorials and after-hours parties for the early birds. As per usual, the first day of LinuxWorld consisted of tutorials only, while the exhibitors worked furiously to get their booths set up before the exhibit floor was scheduled to open on Tuesday morning.

Simplify Data Extraction Using Linux Text Utilities

Much of Linux system administration involves tediously combing through plain-text configuration files. Fortunately, Linux has a rich array of UNIX-derived data extraction utilities, including head, tail, grep, egrep, fgrep, cut, paste, join, awk, and more. This article uses real-world examples that show how these simple command-line programs can make you a better sysadmin. Also look at each data extraction utility and its options, and learn how to apply them to typical day-to-day work files.

Key Porting Differences from LinuxThreads to NPTL

The LinuxThreads project originally brought multithreading to Linux, but didn't conform to POSIX threading standards. The introduction of Native POSIX Thread Library (NPTL) however, overcame many of these disadvantages. This article describes some of the differences between these two Linux threading models for developers who may need to port their applications or who simply want to understand where the differences lie.