Linux Archive

Linux 2.6.34 Released

Linux 2.6.34 has been released. This version includes the distributed filesystem Ceph and LogFS, a filesystem for flash devices. Other features are a driver for almost-native KVM network performance, the VMware ballon driver, the "kprobes jump" optimization for dynamic probes, new perf features (the "perf lock" tool, cross-platform analysis support), support for GPU switching, several Btrfs improvements, RCU lockdep, asynchronous suspend/resume, several new drivers and many other small improvements. You can peruse the full changelog as well.

Introducing PCLinuxOS 2010

The PCLinuxOS distribution is the popular brain child of a man best known as Texstar. PCLinuxOS's website, which carries a pleasant blue theme with ads bordering the pages, claims the distro is "radically simple" and easy to use. If we stopped there, it would probably give the impression PCLinuxOS is aimed at newcomers to the Linux community, but that does not appear to be the case.

10 Things Linux Does Better Than Windows

"To be clear about this article's intent, it's not to bash Microsoft, or Windows. Because to be fair, despite using Linux 95% of the time while I'm on the PC, I can find more faults with it than Windows. So, this article's goal is to highlight some of the major pluses of Linux, and also showcase where Windows could improve in the future, should Microsoft take heed of the suggestions."

First Glance at SimplyMEPIS 8.5

All Linux users have their own vision of the ideal distribution. Some people crave stability, others want new and exciting features, some people are very security focused and others are concerned about licensing. Warren Woodford has his own vision and he's made it accessible to the world via MEPIS. This week he was willing to take a few minutes to talk about his creation.

Peering at Paldo 1.21

One of the things I love about software, particularly open source software, is innovation can come from anywhere. Sometimes it appears out of large tech companies such as Red Hat, IBM or Sun and other times it can come from one person writing code on a second hand computer in their college dorm. Software is really the expression of ideas and concepts, which can come from anyone. So I really enjoy seeing small open source projects try new things. Some will succeed and be adopted and some will fade away, but the amazing thing is to see people put their idea out there and present it to the world. Which is why I was thrilled when a few people directed me to Paldo and suggested it was worth a look.

New Version of SCHED_DEADLINE for Linux Available

Evidence has just submitted to LKML a new version of the SCHED_DEADLINE real-time CPU scheduler for the Linux kernel. The project is basically a new scheduling policy (implemented inside its own scheduling class) aiming at introducing deadline scheduling for Linux tasks, and it is being developed by Evidence in the context of the EU-Funded project ACTORS. This version takes into account comments come from Linux kernel developers, and it also introduces a first drafted implementation of deadline inheritance.

Linux 2.6.33 released

Linux 2.6.33 has been released. This version features Nouveau, Nintendo Wii and Gamecube support, DRDB (Distributed Replicated Block Device), TCP "cookie transactions", a syscall for batching recvmsg() calls, several new perf subcommands (perf probe, perf bench, perf kmem, perf diff), support for cache compression and other improvements. See the full changelog here.

Linux Not Fully Prepared for 4096-Byte Sector Hard Drives

Recently, I bought a pair of those new Western Digital Caviar Green drives. These new drives represent a transitional point from 512-byte sectors to 4096-byte sectors. A number of articles have been published recently about this, explaining the benefits and some of the challenges that we'll be facing during this transition. Reportedly, Linux should unaffected by some of the pitfalls of this transition, but my own experimentation has shown that Linux is just as vulnerable to the potential performance impact as Windows XP. Despite this issue being known about for a long time, basic Linux tools for partitioning and formatting drives have not caught up.