DistroWatch Weekly |
| DistroWatch Weekly, Issue 434, 5 December 2011 |
|
Welcome to this year's 49th issue of DistroWatch Weekly! One of the places where Linux is an unquestionable king of operating systems is on older and low-resource computers where all of the modern commercial alternatives tend to come to a grinding halt as soon as one inserts an installation CD into the machine. But which of the multitude of lightweight Linux distros designed for older systems is the best? This week Robert Storey takes a look at one of the lesser known among them - antiX, a Debian and SimplyMEPIS-based operating system with IceWM as the preferred window manager. Will it revive the author's first-generation ASUS Eee PC? Read below to find out. In the news section, endless speculations about the rising popularity of Linux Mint at Ubuntu's expense continue to make headlines, with some journalists going as far as suggesting that Mint could indeed be an "Ubuntu killer". On a similar note, Jesse Smith also looks at some statistical data to provide a few interesting insights. There is more, including links to two well-written articles about Mandriva Linux and another to a controversial report suggesting that Red Hat is possibly trying to break away with well-established standards in order to better compete in the Linux distribution arena. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (21MB) and MP3 (30MB) formats
Join us at irc.freenode.net #distrowatch
|
| Feature Story (by Robert Storey) |
Review: antiX M11
"Never buy low serial numbers." Easy advice to give, but hard to follow. Witness the modern-day genius of pre-marketing: every time a neat new hi-tech gadget gets announced, a virtual army of unsuspecting consumers turns out to pay for the privilege of becoming beta-testers. Egging them on are "reviewers" (possibly hired shills), who write glowing reviews of the as-yet unmanufactured product in question. Occasionally, we are treated to videos of consumers camping out overnight in front of an electronics store for the privilege of being first in line to purchase a shiny new experimental gizmo that the manufacturer needs to get rid of before a greatly-improved version 2.0 is launched a few months later.
Much as I would like to proclaim my smug all-knowing wisdom and self-control in this matter, the fact is that back in 2007 - based on glowing pre-reviews - I jumped at the chance to purchase an ASUS Eee PC 701 2G, boasting 512 MB of RAM (not upgradeable), an Intel Celeron-M processor running at 571 MHz, a 7" display, unusable keyboard, no hard drive, a 2 GB SSD with Xandros Linux pre-installed.
Sucker. Needless to say, this first-generation device was a slow machine, made all the worse by the fact that this particular version of Xandros had a known security hole. I fully intended to install Ubuntu...except it wouldn't fit on the 2 GB SSD. Undeterred, I installed Ubuntu on a 4 GB USB stick, only to discover that the combination of low RAM, a slow processor, and the bottleneck that is USB 2.0, and the bloat of GNOME, made running Ubuntu as exciting as watching paint dry.
Recently, I purchased a new ASUS Eee PC 1015P for about the same price as my old one. The new machine has a dual-core processor, 2 GB of RAM, a 250 GB hard drive, and feels about 10 times as fast as its predecessor. The ancient model has gone mostly unused for four years, but now I'd like to revive it as a public kiosk machine at a bed-and-breakfast guesthouse. Theft shouldn't be an issue - who would want to steal it?
Thus began my quest to find a small, lightweight Linux that could run on my Eee PC 701. Which brings me to antiX, a cool little distro put together by a developer who goes by the name Anticapitalista. At number 55 on the list of DistroWatch greatest hits, antiX is a long way from dominating the OS market, but what it brings to the table is speed. Based on SimplyMEPIS (which in turn is based on Debian), antiX follows the traditional Linux path of building on the work of numerous others to deliver a fast and powerful distro. The promised combination of speed and power lured me to the download mirrors - at last I would prove to all doubters that I was, in fact, a smart shopper when I bought that decrepit proto-netbook with the low serial number.
Live CD
As is becoming the norm these days, antiX is supplied on a live CD with an option to install to the hard drive. Since my Eee PC lacks a CD/DVD drive, I used the program UNetbootin to create a "live USB stick" from the downloaded ISO image file.
My live stick booted without any need for configuration or user names and passwords. However, if you want to log into text mode (by, for example, hitting ALT-F2 after boot), you can login as root (password "root") or demo (password "demo").
In live mode, you have a much slimmer supply of software packages than what is available when installed to a hard drive. Nevertheless, there are still enough powerful apps for getting serious work done. Among the more important offerings:
- Internet: Dillo (lightweight browser), Iceape (heavyweight browser), gFTP, Links2 (text & graphical browser), Elinks (text-mode browser), Pidgin Internet Messenger, Wicd Network Manager (wired & WiFi), Transmission (file-sharing torrent), wpagui (wifi-only manager)
- Programming: Geany (text editor), Iceape Composer (WYSIWYG html editor)
- Editor: Leafpad, Ted
- Graphics: Geeqie (photo viewer), gtkam (digital camera viewer), mtPaint
- Office: AbiWord (word processor), ePDFviewer, Gnumeric (spreadsheet)
- Sound & Video: Asunder (CD ripper), mhWaveEdit, Xfburn (CD burner), GNOME Mplayer & Gxine (video), Googles Music Manager, Imagination (DVD slideshow maker), WinFF (GUI front-end for FFmpeg video converter)
Installation
I won't bore everyone with step-by-step instructions on how to install. The user-friendly graphical installer, derived from SimplyMEPIS, is easy enough to understand. You are given a choice of default window managers (IceWM and Fluxbox) - I chose IceWM which I've used in the past and found to be both fast and easy on the eyes. Once I selected my options, the installation proceeded quickly without a hiccup.
Unfortunately, upon first boot, I encountered a rather confusing gotcha that others have experienced. Rather than booting into a cheerful graphical login screen, I was dumped into a blank text-mode shell, with no sign of IceWM or any other window manager. Although I was expecting antiX to be "minimalist," this was far more minimal than I cared for. Not having ever encountered this particular problem before, I retreated to my other computer and went googling for answers.
What I learned was that if you have an older computer (such as mine) - and especially when you're booting from a USB stick - you might have to add the following to the GRUB boot loader: "rootdelay=10". To put this to the test, before GRUB completes booting push the "e" (for edit) key, add "rootdelay=10" to the end of the "kernel" line, and finally push "b" for boot.
If this produces a satisfactory result, you should make this change permanent by editing file /boot/grub/menu.lst. This requires root privileges, and do note that antiX does not come equipped with the sudo command - use su to become root (or sux for GUI root apps). If you're making the changes from a text-mode terminal, the user-friendly nano editor (and the user-hostile vi) are both available by default.
Incidentally, the fact that /boot/grub/menu.lst exists at all reveals the remarkable truth that antiX still uses GRUB 0.x, or GRUB Legacy as it's officially known. It's "remarkable" in the face of the relentless campaign to push the execrable GRUB 2 onto the unsuspecting geek public. As a devout hater of GRUB 2, I was overjoyed to see antiX resisting the onslaught.
But I digress. After making the above-mentioned edit and rebooting, I was delivered to another scary-looking text-mode screen, as follows (note: lower half of screen didn't appear until I hit Enter:

antiX M11 - boot annoyance (full image size: 1,326kB, screen resolution 1024x768 pixels)
Bad as that looks, choosing to hit the space bar, or just waiting 30 seconds, will cause the machine to boot-up fine into a graphical desktop, though perhaps not with the best screen resolution. The "undefined video mode number: 317" apparently wasn't the best choice. I tried typing "311" and hit Enter, and it looked fine. The annoying part was that this text-mode menu would appear on each reboot, forcing me to type "311", or space, or wait 30 seconds every time. That soon grew wearisome, so I looked for a solution.
Again, a little quality time online produced an answer. I had to once again edit the kernel line in file /boot/grub/menu.lst, this time changing "vga=791" to "vga=0x0311." Your mileage will vary - my Eee PC has very lame video, but you need to change to the resolution that's appropriate for your machine. You can decide which specification to use by opening a terminal and typing (as root), the following: "hwinfo --framebuffer". Note that not all distros have the package hwinfo installed by default. Kudos to antiX for including it.
Once you've reconfigured your /boot/grub/menu.lst file, you should (hopefully) never need to encounter the text-mode screen again on boot-up.
Tips, Tweaks and Hints
Once you've got the above-mentioned tweaks out of the way, the antiX desktop is a pleasant place to play. Although lacking fancy bells and whistles, IceWM has an intuitive, clean interface that looks sharp. On the upper-right portion of the screen, the monitoring utility Conky displays some useful eye candy, informing you about your free hard disk space, CPU and RAM usage, etc.

antiX M11 - the default desktop (full image size: 534kB, screen resolution 1280x1024 pixels)
In live CD mode, you have eight large icons residing on the upper-left portion of the screen. As I was to discover, after installation these are gone from the desktop. I wasn't surprised to see the "Install" icon removed, but the others ("Files, Browser, Video, Music, Terminal, Control Centre" and "Word") would have been useful to keep.
One place you might want to take time to explore is the Control Centre. It's a bit tricky finding the Control Centre since its big icon is one of those that disappear upon installation, and it doesn't appear in the menus. You can access it by clicking on the little wrench-and-screwdriver icon on the menu bar. Probably your first use of the CC will be to update your packages - there are a lot of them, so expect this to take a while. If you think that point-and-click is for wimps, you can update the hardcore Debian way - open a terminal, su to root and type "apt-get update && apt-get dist-upgrade".
Once you've updated and upgraded, you're free to install whatever apps you like from the Debian-Testing repositories. With something like 30,000 packages, Debian boasts the largest Linux software collection around. Though "Testing" may be less stable than Debian-Stable, most people have few problems, and it's very up-to-date.
After installing your favorite apps, you may want to tackle the next most useful tweak: getting USB devices to auto-mount. Sadly, this isn't enabled by default, though the developer Anticapitalista says he plans to have it as an optional live-boot cheatcode that will carry over on install. But for now, the situation is easily remedied if you open a terminal, su to root, and rename:
/etc/udev/rules.d/99-usbstorage.rules.unused
...to...
/etc/udev/rules.d/99-usbstorage.rules
After a reboot, USB devices will auto-mount. Unfortunately, this doesn't work quite as well as I'd like. For one thing, plugging-in a USB device doesn't automatically bring up a file manager. Rather, you've got to open one manually. antiX comes with two file managers: Thunar and ROX-Filer. I strongly advise everyone to use ROX-Filer. This is because Thunar will not allow you to umount a USB device when you're not root, while ROX-Filer will. You can launch ROX-Filer from Applications --> System Tools --> ROX-Filer
Once launched, you can point-and-click your way to the /media directory, where your USB device will hopefully show up. Note that if you fail to umount a device, next time you reboot it will still appear in the /media directory - it won't disappear until you've manually deleted it, despite the fact that your device is no longer plugged-in.
A more serious flaw - possibly a show-stopper for some users - is that I could never get my microphone to work. This was disconcerting, as I've recently become enamored with Google Talk. That kind of blows a big hole in my hopes of using my old Eee PC as a kiosk machine. A request for help on the friendly antiX forum produced some knowledgeable replies, but alas the issue remains unsolved. The (in)famous PulseAudio is not installed by default, but installing it did not help either. In fairness, this is possibly problematic only because of my troglodyte hardware - your mileage may vary.
To save you the embarrassment of making a Google Talk call that fails when your friend is on the line, you can test your microphone with the included mhWaveEdit program. Start it from Sound & Video, and click through the menus as follows: Play --> Record --> Choose_A_Sample_Format --> CD Quality --> Start Recording. If the needles bounce when you talk, your microphone is doing its job.

antiX M11 - using mhWaveEdit (full image size: 47kB, screen resolution 540x522 pixels)
A final issue for me was to set up Asian language support, important in the particular corner of the world where I live. It is possible to use the included ibus for character input, but I much prefer SCIM (Smart Common Input Method). I am grateful to antiX forum poster Minux for this useful info on how to set up SCIM for Chinese.
Conclusion
All things considered, the time I've spent with antiX has been enjoyable. Aside from speed, I was impressed by the system's stability. I experienced no crashes, and never encountered anything I would call a bug. Doing the necessary tweaks wasn't a big deal for an experienced Linux geek. However, I admit that a newbie might find this intimidating. I can live with the fact that inserting a USB gizmo doesn't pop-up a pretty file manager. Unfortunately, my biggest complaint - the unresolved microphone issue - could be fatal. I await a solution for this - otherwise, I may have to look elsewhere if I want to bring my ancient Eee PC 701 back from the dead.
|
| Miscellaneous News (by Ladislav Bodnar) |
Mint as an Ubuntu killer, how Mandriva was built, Red Hat's syslog controversy
The (presumed) rapid increase of Linux Mint's popularity continued to receive attention in many online publications throughout the week. One of the authors commenting on the issue was Bruce Byfield of Datamation who believes that, based on user traffic and key design changes, it is not entirely inconceivable that Mint is indeed becoming an Ubuntu killer: "At first glance, the idea is absurd. Given that MGSE modifies the GNOME 3.2 release, you might convincingly speculate that Linux Mint has provided the solution for the many who are unhappy with GNOME's current directions. But challenge Ubuntu? Canonical, Ubuntu's commercial arm, claims twenty million users, and is promoting the distribution heavily. By contrast, Linux Mint is a much smaller, non-commercial organization that appears to be less organized, and to have fewer resources to draw upon. In fact, it relies on donations and ingenuity for funding. Yet is the idea even technically possible? Certainly Linux Mint's team and its supporters think so, considering that for several years they have been calling Linux Mint the fourth most widely used operating system, which sounds like a deliberate challenge to Ubuntu's claim to be the third. One way or the other, a closer look seems in order."
On a more technical note, Linux Mint founder Clement Lefebvre has published a post warning users about possible issues found in MATE, a fork of GNOME 2 that ships with the distribution's latest version as an alternative to the default GNOME 3 desktop. The article includes a potential fix, request for testing, and an interesting side note about the future of MATE: "We consider MATE yet another desktop, just like KDE, GNOME 3, Xfce etc., and based on the popularity of GNOME 2 in previous releases of Linux Mint, we are dedicated to support it and to help it improve. The most popular Linux desktop was, and arguably is, GNOME 2. It is no longer possible for Linux Mint to provide GNOME 2 but there are two promising alternatives available, GNOME 3 which is stable and which could lead to an even better desktop than the one we previously had but which lacks features and flexibility at the moment, and MATE which design is identical to GNOME 2 but which lacks stability at the moment. The future will tell which of these desktops will eventually become the most popular. In the meantime we'll be working hard to bring more features and configuration options to GNOME 3 and more stability to MATE."
* * * * *
Away from the Ubuntu/Mint world, one of the distributions often recommended as a good alternative to the more mainstream ones is Mandriva Linux. This is even more true now that the project has re-invented itself, both technically and commercially, with version 2011. For those interested to find out more about the distro, follow the links to two articles about Mandriva published last week. The first one, written by TechRadar's Mayank Sharma, is entitled "How Mandriva was built": "There's more to Mandriva than what goes on in the boardroom. It's still one of the easiest distros for Linux newbies. Sure, Mandriva's fortunes have been on a downward spiral for quite some time, but the new team has managed to shrug off cash-flow problems and technological traumas, and its latest release is filled to the brim with features." The second story, called "10 things Mandriva is doing right for Linux" is by Jack Wallen from TechRepublic: "Some time ago, I stopped paying attention to Mandriva. I felt that this Linux distribution, which hails from France and is financially backed by Russia, wasn't quite sure what it wanted to be. All has changed now. Mandriva knows where it is and where it's heading. Mandriva Linux Powerpack 2011 is available for purchase and is one of the finest releases I have come across in quite some time. What makes it so good? Let's break it down."
* * * * *
Finally, a link to a rather controversial report concerning Red Hat and some of the upcoming changes in the world's most popular enterprise Linux distribution. It appears that the company is planning to do away with the traditional UNIX system logging function and replace it with a new journal daemon. And although Red Hat claims that the 30-year old syslog is simply too inefficient, some experts have started to question the wisdom of moving away from established industry standards. ITworld's Brian Proffitt reports: "Simplifying the file system hierarchy and event logging in Fedora (and by extension, Red Hat Enterprise Linux) seem like worthy goals, but it could come at the expense of circumventing existing standards, like the Linux Standard Base or the Common Event Expression, respectively. You can argue the effectiveness of these standards (and many have), but if Red Hat is planning on just going their own way here with Linux infrastructure, as they seem to be doing, this represents a game-changer for the Linux ecosystem. Such differentiators will most certainly affect how independent software vendors work with Red Hat's Linux versus the other distributions. In a world where app development can make all the difference for commercial Linux vendors, that's a telling path to take."
|
| Statistics (by Jesse Smith) |
Lies and statistics
At the beginning of November we reported the Linux Mint distribution had surpassed Ubuntu on DistroWatch's six-month hits-per-day counter. What this means is simply that more people were visiting the Linux Mint distribution page on DistroWatch than were visiting Ubuntu's, at least in these past six months. Regular readers are probably aware that these statistics are offered for entertainment or, at best, a rough indication of which distributions are attracting attention. But that week the Linux community was either suffering from several slow news days or a lot of people placed undue significance on the hits-per-day statistics. All over the Linux community blogs declared Mint's rise at Ubuntu's expense, it was discussed on forums and on Linux news sites all around the web. That week I saw a lot of comments making declarations along the lines of "The king is dead," and people suggesting that Unity was to blame for the decline in Ubuntu's popularity. It seemed that for every person pointing out the lack of significance which should be attributed to DistroWatch's ranking there were five or more speculating on why Ubuntu is losing its user base. But is it?
After browsing a few hundred comments about why Ubuntu was dying I began to wonder if there was any truth in matter. Is Ubuntu gaining or losing ground? I decided to put together some numbers which may be illuminating. First, let's look at the DistroWatch page hit charts (compiled on 29 November):
| Distribution |
Past Week |
Past Month |
Past 6 Months |
Past 12 Months |
| Linux Mint |
5,118 |
5,020 |
2,487 |
2,267 |
| Ubuntu |
1,700 |
1,895 |
2,077 |
2,185 |
| Kubuntu |
370 |
406 |
381 |
364 |
| Xubuntu |
353 |
382 |
335 |
315 |
| Lubuntu |
710 |
753 |
620 |
550 |
|
Looking at these numbers it does appear as though Mint has been gaining interest, especially in the past month while everyone has been talking about it. Something else I find interesting is that the main Ubuntu distribution has lost some of the spotlight, but other Ubuntu-based editions (especially Lubuntu) have gained ground. This hints to me that the flagship Ubuntu edition may be losing the spotlight to other Ubuntu editions as much as to Linux Mint.
However, the above numbers only reflect page hits on DistroWatch; what are the distributions themselves seeing as far as usage numbers? At the moment I don't have any firm numbers on Linux Mint, but according to this blog post on the Linux Mint website, the project's community is seeing a rapid increase in growth and already features a few million users. I was able to get firmer numbers from Ubuntu and the results were interesting. In early 2010, around the time Ubuntu 10.04 was released, Ubuntu had an estimated install base of 12 million users. About a year ago, after the launch of Ubuntu 10.10, it was estimated there were 16 million users. Now, in the wake of version 11.10, Ubuntu has an estimated 20 million users. Gerry Carr, Director of Communications at Canonical, says these figures come from a variety of places. "It's a combination of things - active connections to our security servers being one of the most prominent. We also get other connection data, we look at downloads and a small number of other checks, So it's robust." Mr Carr also informed me that over one million Ubuntu One accounts have been created since the service launched.
What can we take from all of this? There are a lot of different ways to interpret the data, but one thing I feel we can safely say is the user communities of both Ubuntu and Mint are larger now than ever before. It would also appear that Linux Mint is getting a lot of well-deserved attention. The developers have been sensitive to their user community's desires and word of their efforts is spreading. Interest in Ubuntu, at least among the DistroWatch crowd, has taken a slight drop over the past year, but their user base is still growing. And growing quickly. In fact it looks like Ubuntu's community has grown almost 25% since Unity was launched. Perhaps most importantly, I think these numbers raise another question: if both Mint and Ubuntu are seeing an increase in the size of their communities, then from where are these users coming? From other Linux distributions, from proprietary systems? Is Linux reaching into new territory where computers weren't being used before? Unfortunately I don't have the answer, but it is something to ponder.
|
| Released Last Week |
VectorLinux 7.0
Robert Lange has announced the final release of VectorLinux 7.0: "VectorLinux 7.0 is now available. This release is the result of nearly two years of blood, sweat and tears since the very successful release of VectorLinux 6.0. With the enthusiasm of a small group of packagers, our repository now hosts over a thousand up-to-date packages. VectorLinux is the fastest Linux desktop in its class bar none. We have exceeded our original goals and produced a beautiful, full-featured stable desktop that is fun, fast and efficient. The main desktop is Xfce 4.8 with a custom theme and artwork. Fluxbox is installed as a secondary desktop option. Much work has been done on localization and we know users from all over the globe will find VectorLinux usable in their language of choice. The kernel is version 3.0.8." See the release announcement and release notes for more details.

VectorLinux 7.0 - a new version of the Slackware-based distribution featuring a customised Xfce desktop (full image size: 673kB, screen resolution 1280x1024 pixels)
Clonezilla Live 1.2.11-23
Steven Shiau has announced the release of Clonezilla Live 1.2.11-23, a new stable version of the project's Debian-based live CD designed for disk cloning tasks: "This release of Clonezilla Live (1.2.11-23) includes major enhancements and bug fixes: the underlying GNU/Linux operating system was upgraded, this release is based on the Debian 'Sid' repository as of 2011-11-28; Linux kernel was updated to version 3.1.1; Partclone was updated to version 0.2.38, gDisk to 0.8.1; a new mode '1-2-mdisks' (one image to be restored to multiple disks) was added in Clonezilla main menu, this is useful for creating massive USB Flash drives; this release supports VMFS5 imaging and cloning; the option to fsck the source partition will be shown in beginner mode; GRUB 2 for EFI booting was improved, now it is able to boot a Mac OS X machine from a USB Flash drive with the MBR partition table...." Read the rest of the release announcement for a full list of changes and new features.
* * * * *
Development, unannounced and minor bug-fix releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| DistroWatch.com News |
November 2011 DistroWatch.com donation: LiVES
We are happy to announce that the recipient of the November 2011 DistroWatch.com donation is LiVES, a free and open-source video editor and VJ tool. The project receives US$300 in cash.
According to the project's web site, "LiVES is a video editing system. It is designed to be simple to use, yet powerful. It is small in size, yet it has many advanced features. LiVES mixes real-time video performance and non-linear editing in one professional quality application. It will let you start editing and making video right away, without having to worry about formats, frame sizes, or frame rates. It is a very flexible tool which is used by both professional VJ's and video editors - mix and switch clips from the keyboard, use dozens of real-time effects, trim and edit your clips in the clip editor, and bring them together using the multi-track timeline. You can even record your performance in real time, and then edit it further or render it straight away. For the more technically minded, the application is frame- and sample-accurate, and it can be controlled remotely or scripted for use as a video server. And it supports all of the latest free standards." If you'd like to find out more and see the application in action, please check out the features and screenshot pages.
Launched in 2004, this monthly donations programme is a DistroWatch initiative to support free and open-source software projects and operating systems with cash contributions. Readers are welcome to nominate their favourite project for future donations. Those readers who wish to contribute towards these donations, please use our advertising page to make a payment (PayPal and credit cards are accepted). Here is the list of the projects that have received a DistroWatch donation since the launch of the programme (figures in US dollars):
- 2004: GnuCash ($250), Quanta Plus ($200), PCLinuxOS ($300), The GIMP ($300), Vidalinux ($200), Fluxbox ($200), K3b ($350), Arch Linux ($300), Kile KDE LaTeX Editor ($100) and UNICEF - Tsunami Relief Operation ($340)
- 2005: Vim ($250), AbiWord ($220), BitTorrent ($300), NDISwrapper ($250), Audacity ($250), Debian GNU/Linux ($420), GNOME ($425), Enlightenment ($250), MPlayer ($400), Amarok ($300), KANOTIX ($250) and Cacti ($375)
- 2006: Gambas ($250), Krusader ($250), FreeBSD Foundation ($450), GParted ($360), Doxygen ($260), LilyPond ($250), Lua ($250), Gentoo Linux ($500), Blender ($500), Puppy Linux ($350), Inkscape ($350), Cape Linux Users Group ($130), Mandriva Linux ($405, a Powerpack competition), Digikam ($408) and Sabayon Linux ($450)
- 2007: GQview ($250), Kaffeine ($250), sidux ($350), CentOS ($400), LyX ($350), VectorLinux ($350), KTorrent ($400), FreeNAS ($350), lighttpd ($400), Damn Small Linux ($350), NimbleX ($450), MEPIS Linux ($300), Zenwalk Linux ($300)
- 2008: VLC ($350), Frugalware Linux ($340), cURL ($300), GSPCA ($400), FileZilla ($400), MythDora ($500), Linux Mint ($400), Parsix GNU/Linux ($300), Miro ($300), GoblinX ($250), Dillo ($150), LXDE ($250)
- 2009: Openbox ($250), Wolvix GNU/Linux ($200), smxi ($200), Python ($300), SliTaz GNU/Linux ($200), LiVES ($300), Osmo ($300), LMMS ($250), KompoZer ($360), OpenSSH ($350), Parted Magic ($350) and Krita ($285)
- 2010: Qimo 4 Kids ($250), Squid ($250), Libre Graphics Meeting ($300), Bacula ($250), FileZilla ($300), GCompris ($352), Xiph.org ($250), Clonezilla ($250), Debian Multimedia ($280), Geany ($300), Mageia ($470), gtkpod ($300)
- 2011: CGSecurity ($300), OpenShot ($300), Imagination ($250), Calibre ($300), RIPLinuX ($300), Midori ($310), vsftpd ($300), OpenShot ($350), Trinity Desktop Environment ($300), LibreCAD ($300), LiVES ($300)
Since the launch of the Donations Program in March 2004, DistroWatch has donated a total of US$29,940 to various open-source software projects.
* * * * *
New distributions added to waiting list
- FDGnuX. FDGnuX is an Ubuntu-based Linux distribution with software designed to run an amateur (ham) radio station.
- Tango Studio. Tango Studio is an Ubuntu-based distribution designed for musicians and professional studios.
- VESTA. VESTA is a live Linux distribution whose purpose is to facilitate work with Java. The project provides a way to create a custom live CD/DVD image by choosing a Linux kernel, language and any of the available modules from a web-based interface.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 12 December 2011.
Robert Storey, Ladislav Bodnar and Jesse Smith
|
|
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
| |
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
| • Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
| • Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
| • Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
| • Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
| • Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
| • Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
| • Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
| • Full list of all issues |
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
| Random Distribution | 
Build Your Own (BYO) Linux
Can you answer yes to any of these questions? Have you ever wondered what it would be like to have a Linux distribution where you knew what every file or directory was for? Do you dislike downloading applications for your particular distribution? When you want to remove an rpm, do you find that you can't because it will break a dependency? Do you think Linux distributions, in general, have too much junk you won't ever use but you can't remove things because your distribution won't function without them? Do you want to learn to configure Linux without using vendor tools? Are you just plain curious how things work? If this sounds like you, you've came to the right place. Together, we'll create your own personal Linux distribution. You decide what goes in and what doesn't. We'll compile applications from the authors' original source code, not code tinkered with by a commercial distribution. Not only will you gain a much better understanding of how linux works and a little bit of programming knowledge on the side, you'll take pride in the fact that you did it yourself.
Status: Discontinued
|
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|