Linux Archive

Zemlin to Linux OEMs: Yer Doing it Wrong

Yes, it's apparently another netbook today on OSNews. Netbooks were supposed to become the major foot in the door, but as soon as Microsoft got off its fat bum and started offering Windows XP to netbook OEMs, the popularity among OEMs of Linux has dwindled; when the netbook surge started, Linux was the operating system of choice among OEMs, but now, the Windows version comes first, and the Linux version later - if at all. Linux Foundation executive director Jim Zemlin basically tells OEMs: "Yer doing it wrong".

An Introduction to Logical Volume Management

In Linux distros, how do you know how much space to assign for each partition? And what if you do this and then later run out of room? Well you could delete data or move it off to other partitions, but there is a much more powerful and flexible way. It's called Logical Volume Management. LVM is a way to dynamically create, delete, re-size and expand partitions on your computer. It's not just for servers, it's great for desktops too! How does it work? Instead of your partition information residing on your partition table, LVM writes its own information separately and keeps track of where partitions are, what devices are a part of them and how big they are.

Intelligent Linux ext4 Migration Design

Ext4 is the latest in a long line of Linux file systems, and it's likely to be as important and popular as its predecessors. As a Linux system administrator, you should be aware of the advantages, disadvantages, and basic steps for migrating to ext4. This article explains when to adopt ext4, how to adapt traditional file system maintenance tool usage to ext4, and how to get the most out of the file system.

Video: Ted Ts’o on Ext4, BtrFS, First Steps with Linux

Linux Magazine has put up a video of Ted Tso, one of the primary developers of Ext4 and current CTO of Linux Foundation, on the current state of Ext4, the current plan of Fedora to have it as the default filesystem for Fedora 11, how it compares to Btrfs, and other insights.Ted says that Ext4 is close to production-ready being built on the mature and stable Ext3 codebase and being an evolutionary step that brings in additional performance and scalability. Btrfs is a completely new filesytem developed from scratch with a number of new features like filesystem level snapshots that Ext4 could not accommodate. Ext4 is well on its way to becoming the next standard filesystem for Linux while allowing Btrfs to innovate more and mature over time.

The Return of the Linux Realtime Preemption Tree

The realtime preemption project is a longstanding effort to provide deterministic response times in Linux. But for the last year progress toward getting the realtime work into the mainline has slowed. On February 11, Thomas Gleixner and Ingo Molnar resurfaced with the announcement of a new realtime tree and a newly reinvigorated development effort, LWN has a interviewed them.

13 Specialty Linux Distros Worth Considering

InfoWorld's Rick Grehan offers a two-part roundup of 13 specialty Linux distros, each of which constructs a user environment tuned to a specific application or, in the case of Ubuntu Christian Edition and Ubuntu Muslim Edition, to a specific community's computing needs. Whereas the first installment focused on small-footprint distros, system-rescue Linux, and Linux flavors geared for archaic hardware, the second installment showcases the advantages of customizing both OS components and user-level software, focusing on firewall Linuxes, a Linux SAN/NAS appliance, two Linuxes for musicians, and the aforementioned religious flavors of Ubuntu. 'These distributions are outstanding examples of flexibility of the Linux OS,' Grehan writes. 'Hats off to the designers and developers who build these specialized distributions and make the fruits of their enthusiasm available to all.'

Linux Can Rule Cloud Computing

You can't read a technical Web site these days without some mention of so-called cloud computing. Cloud computing gives users access to massive computing and storage resources without them having to know where those resources are or how they're configured. This article discusses the anatomy of cloud computing and how Linux and the open source community contribute to the world of cloud computing. As you might have guessed, Linux and open source technologies play a huge role.

Avoid Virtualization Overhead with Linux Containers

Linux Containers provide lightweight virtualization that lets you isolate processes and resources without the need to provide instruction interpretation mechanisms and other complexities of full virtualization. In this step-by-step tour of Linux container tools (LXC), the author introduces you to the Linux container tools and shows how to get up and running on them. This article will show you how Linux containers significantly lower the overhead of using true virtualization, while still providing isolation.

Torvalds on Filesystems, Netbooks, KDE 4.0

Ever year, Linus Torvalds goes on vacation to Australia, during which he usually also visits linux.conf.au. During his stay this year he gave an interview to ComputerWorld, in which he talked about the success of point releases and the important topic of file systems in Linux, which is quite an active field today with ext4 and Btrfs. He also gave some insights into why he switched away from KDE, moving to GNOME instead, and he shares his thoughts on Windows 7.

Building a Mini-ITX Web Content Filter with Ubuntu

Using an Mini-ITX motherboard and some spare parts lying around my study, I was able to put together an extremely powerful internet filtering appliance that is not only powerful but fast, reliable, and darn near impossible to circumvent by computer savvy teens. Most parents do not want to bother becoming the internet police of the household but today's internet is a very hostile place with many different opportunities for trouble.

Btrfs 0.17 Released

Versin 0.17 of the Linux filesystem btrfs has been released. The main news on this release is that it has been included in the Linus' tree. The changes include support of transparent compression, seed devices, improved block sharing while moving extents, improved block allocation and many bug fixes and performance improvements. Also, the disk format is not expected to change unless a critical bug is found.