DistroWatch Weekly |
| DistroWatch Weekly, Issue 290, 16 February 2009 |
|
Welcome to this year's 7th issue of DistroWatch Weekly! Without a shadow of a doubt, the biggest story of the past week was the release of Debian GNU/Linux 5.0 'Lenny'. After nearly two years of continuous development and a controversial vote or two, we finally get the chance to take a quick look at the finished product - the new live media as well as the 'netinst' network installation CD. In other news, Ubuntu announces that Jaunty will ship with Linux kernel 2.6.28, Wiley publishes OpenSolaris Bible and makes three sample chapters available for free download, openSUSE's Zypper gains Bash-completion improvements, Red Hat publishes a 'State of the Union' address, the Woof project releases version 0.0.0 with support for Arch Linux, and Cuba develops their own Gentoo-based variant distribution called Nova. Also in this issue are links to two interviews - the first with Steve MacIntyre, the head of the Debian project, and the second with Scott Ritchie, an Ubuntu community developer. Happy reading!
Content:
- First looks: Debian GNU/Linux 5.0 live CD and network installation
- News: Debian 'Lenny', Ubuntu 9.04 kernel updates, OpenSolaris Bible, Zypper improvements, Red Hat 'State of the Union' address, Woof 0.0.0, Nova - Cuba's national distribution
- Released last week: Debian GNU/Linux 5.0, antiX MEPIS 8, sidux 2009-01
- Upcoming releases: Frugalware Linux 1.0 RC1
- New additions: Progex
- New distributions: Debris Linux, Dotsch/UX, Nova
- Reader comments
Join us at irc.freenode.net #distrowatch
|
| Feature Story |
First look at Debian GNU/Linux 5.0 live CD and network installation
Introduction
Debian GNU/Linux is the one of the oldest surviving, independently developed Linux distribution and the grand-daddy of many others, including the ever popular Ubuntu. Each release is named after a character from the Pixar animated movie 'Toy Story', and so as it is with 'Lenny' - the pair of binoculars with feet. Debian is unique in that the project is entirely community driven and is one of the largest open source projects in the world. It is governed by two major documents, the Debian Constitution and the Social Contract, the latter being at the centre of the recent firmware debate.
Debian has a huge binary repository, consisting of four branches; stable, testing, unstable and experimental. Packages begin in experimental or unstable and make their way down once they have proven themselves suitably stable and bug-free. Only once packages are thoroughly tested do they make it into testing, which in time becomes the next stable release. Debian also includes official support for more architectures than any other Linux distro, with this latest release adding support for ARM EABI (armel), increasing the total number to eleven.
Debian is great for servers as they focus on stability and security, over features and the latest packages. That may be great for a server, but how does it fare as a desktop operating system? The problem with Debian stable in this regard is that it is very slow moving, especially when compared to other distributions. Two years between releases is a long time in the open source world, especially when purchasing new hardware which is not supported by the stable tree! This has brought about the 'and a half' release which made its début in the previous stable release, Etch. It provides support for newer hardware by way of a more recent kernel, X.Org and installer, while leaving all other packages at their current stable versions. This latest release includes the K Desktop Environment 3.5.10, GNOME 2.22.2, Xfce 4.4.2, new lightweight desktop environment LXDE 0.3.2.1, X.Org 7.3, and OpenOffice.org 2.4.1, many of which are already dated.

Debian GNU/Linux 5.0 default GNOME desktop (full image size: 318kB, screen resolution: 1680x1050 pixels)
Debian is famous for not releasing on time, preferring to instead "release when it's ready". Given what Debian sets out to achieve though, this philosophy does not come as a surprise. How can one release a new stable product which has not been thoroughly tested!? As we have seen with the release of Lenny, internal political issues can also hinder the release of the stable version. So, it was with relief to a great many that Lenny finally made it out the door over the weekend. I took this opportunity to see what Lenny had to offer in the way of a desktop. As previously mentioned, Debian's release cycle is much slower than that of Ubuntu, which pushes out a new version every six months. As such, Ubuntu also includes more up-to-date software and has more liberal support for binary drivers and other non-free software, as well as including numerous scripts and automated enhancements. So what does Debian have to offer?
The first images I downloaded were the GNOME and KDE live CDs. Unlike many other distros, the Debian CD appears rather basic as it boots up. There is no fancy splash screen or progress bar, just the default terminal resolution and the usual text passing by. Apart from a little artwork, the Debian environments appear to be fairly standard. They all load straight into the desktop as 'user' and you're ready to begin! The first thing that struck me was how complete this live CD was, probably the most complete I have ever seen. For a start, it included OpenOffice.org, something that is rarely on a live CD these days due to its size. The KDE version also had a few GTK+ applications, including Iceweasel (Debian's browser built from Firefox) and the GIMP. One thing that annoys me in distributed GNOME environments is the default view setting in the file manager Nautilus, which opens everything in a new window.

Debian GNU/Linux 5.0 KDE desktop (full image size: 476kB, screen resolution: 1680x1050 pixels)
The environments come with the Synaptic graphical package management tool, including a system updater. Under GNOME, plugging in my media player caused Rythmbox to start up and my music was available, but I was unable to play it. To my surprise, the same MP3 file played out of the box in Totem. The GStreamer plugins appear to have been installed by default, so other proprietary codecs may also be supported out of the box. Unlike Ubuntu, there are no graphical single-click helpers for installing proprietary software and drivers. Debian does however have a great tool called 'module-assistant' which automates much of the task of building external kernel modules. Installing 'fglrx-driver' downloaded the required packages for my video card, including module-assistant and the development build tools and libraries. Once I had this installed I ran the required module-assistant command:
sudo m-a prepare && sudo m-a autoinstall fglrx
This downloaded the kernel headers, built the module and installed it. Next I had to prepare the X Server configuration file and load the module:
sudo aticonfig --initial && sudo modprobe fglrx
Restarting the X server all worked as expected and after installing 'compiz' and 'fusion-icon', I could test out a 3D desktop, which worked well.
Installer
For a long time Debian had the reputation of being a hard-to-install, hard-to-use distro. It's true that the default installer is console-based, but there is also a graphical installer available (although it's not the default). To test the installer, I downloaded the network install image, which includes a base system on the CD and downloads the rest of the environment via the Internet. The installer is a simple GTK+ front end to their console installer, but it looks quite nice. There is the option for an 'expert mode' for users who want a little more control (such as the ability to install from FTP mirrors). It would be great to see it include a summary of steps on the left hand side, to give the user some feedback on the overall process. The network I was installing on has a proxy which blocks unauthenticated traffic, which caused lengthy delays when refreshing the repositories.
One of the coolest features of the Debian installer is the ability to take screenshots. Simply click the 'Screenshot' button and they are saved on the virtual environment. Pretty neat! The partitioner is not the most user friendly out there, but once you understand how it works, it does the job well. You have to double click on each partition to edit it and complete each task in the panel above, or select an entry and hit the 'Continue' button down the bottom. It does however present the option to automatically partition the drives in a guided manner and also offers LVM and encryption. In expert mode, the installer asks whether you want the initial RAM disk to support all available drivers, or just those needed for this system. It's a nice new feature to help create a more customised system.

Debian GNU/Linux 5.0 install partitioner (full image size: 318kB, screen resolution: 1680x1050 pixels)
Once the base system is installed and configured, the installer prompts for a password for the root account and also to set up a local user. It does not check the provided passwords for complexity, which would be a good feature to add. Expert mode asks whether the root account should be enabled at all. If it is not, then root commands are performed via the 'sudo' command, similar to the default configuration under Ubuntu. One little gripe about the installer is the inability to abort easily. One has to hit the back button to get to the initially hidden step menu, select 'Abort the installation' then hit 'Continue'. All in all, the installer is rather simple, but it works very well.
Conclusion
Debian is simple, yet it has very powerful tools for building packages and configuring the system. It is a very stable distribution as it is not overly interested in lots of shiny new features, but rather concentrates on creating an environment that is reliable. For users who want the latest fancy desktop, Debian doesn't provide this out of the box in their stable tree. For this reason, the majority of users run testing or unstable on their desktop, or a combination thereof. This provides them with newer packages, at the cost of supreme stability. Out of the box, Lenny includes all the software that most users would want, with tens of thousands more available at the click of a mouse, or tap on the keyboard. For low-end systems, the new LXDE environment appears to work well, using around 130MB RAM on my test machine. For experienced Ubuntu users, Debian may also be a good fit as it does not automate as much and provides greater control over the system from the get go.

Debian GNU/Linux 5.0 LXDE desktop (full image size: 679kB, screen resolution: 1680x1050 pixels)
|
| Miscellaneous News |
Debian 'Lenny', Ubuntu 9.04 kernel updates, OpenSolaris Bible, Zypper improvements, Red Hat 'State of the Union' address, Woof 0.0.0, Nova - Cuba's national distribution
We're never quite sure whether it's going to happen on time, but happen it did! As recently re-scheduled, Debian GNU/Linux 5.0 'Lenny' was finally released - not quite on St. Valentine's day (unless you live in Samoa), but not too late for a good weekend party. The release was followed by several interesting announcement, including one by Marc Brockschmidt explaining the new numbering scheme for point releases (formerly revisions): "We would also like to point out that the numbering scheme for Debian releases has been changed - point releases now use a true micro version number, so the first point release will be 5.0.1 instead of 5.0r1. The minor release number will be used for efforts such as Lenny and a half." With the stable release of 'Lenny', the testing branch has now been renamed to Squeeze, which will also be the code name of the next stable Debian release.
Before Debian 5.0 Lenny actually made it out the door, Computer World UK posted an interview with the head of the project, Steve MacIntyre. Steve discusses the release of Lenny and what users can expect: "It's the focus of lots of the work we've been doing for the last two years or so, with many new and updated versions of everybody's favourite packages," he writes. "Many members of our community are happy to run from our testing and unstable branches," he continues, "but the stable releases are very important to the rest where they trust us to just make things work and keep them working." They also discuss the upcoming Debian conference in Spain and what's in store for the coming year - more discussion on non-free firmware!
* * * * *
Recently on the Ubuntu kernel mailing list, developer Tim Gardner put to rest the rumour that the upcoming release of Ubuntu 9.04 'Jaunty Jackalope' may ship with the 2.6.29 kernel, expected to be available before the time of release: "Jaunty will absolutely, positively, and without a doubt, release with a 2.6.28 kernel. Is that clear enough to dispel all rumors?" It was a fair enough question, though, as the release of 8.10 'Intrepid Ibex' went the other way, shipping the latest kernel at the time. You may remember that version 8.04 'Hardy Heron', a Long-Term Support release, shipped with a beta version of the Firefox web browser, while 'Intrepid Ibex' released OpenOffice.org 2.4.1, rather than the newer 3.0 version.
Ubuntu focused technology website, 'Works With U', has published an interview with Scott Ritchie, a community developer who packages the Wine application, which allows some Windows software to run under Linux. So what's in store? "For 'Jaunty' (codename for the upcoming Ubuntu 9.04), it will become very easy to install and launch Wine applications for a first-time user without any prior instruction - just double clicking the executable will guide you through it much like how codecs are installed." His biggest piece of advice for users is to "avoid using the latest Wine unless something is broken or you want to help us beta test. People are often frustrated by Wine regressions, but you'll never encounter them if you just use the working installation you have."
* * * * *
 On the documentation side of the news, The Observatory is reporting about the availability of several free chapters from the just published OpenSolaris Bible, the first-ever book on Sun Microsystems' open-source operating system. These include the excellent 'OpenSolaris Crash Course' and a useful section on ZFS, Sun Microsystems' much-envied file system. All 16 pages from the first introductory chapter are also available. The book may be purchased from Amazon.com (US$31.49), so if you're interested in OpenSolaris, this is a great way to get a take of what the book holds, for free! Currently this is the only OpenSolaris reference book available, but on the horizon sits Pro OpenSolaris, a book expected to be published by Apress in late April. You can download the three free chapters from here:
* * * * *
In the middle of last year, we featured an article on Zypper, the package manager developed by openSUSE. While it is very fast and powerful, this doesn't mean that there is nothing left to improve! This week, openSUSE developer, Josef Reidinger, announced improved Bash completion support, which allows you to auto-complete options and commands for Zypper. He writes that as he has had some spare time, so he used it to add support for global options and short versions of commands, as well as help for names of repositories, services and locks. He confirms that his changes will be available in the upcoming 11.2 release, but those running 11.1 will need to download the script themselves.
* * * * *
Jim Whitehurst, President and CEO of Red Hat, recently published a 'State of the Union' address. He writes: "Red Hat's accomplishments help us better serve our customers and reflect the tremendous work of our associates. In addition, significant events in the external environment helped shape our business environment and influence our work and lives." Whitehurst then discusses some of the highlights over the past year since his appointment as CEO, covering Red Hat during tough economic times, recent company acquisitions, Fedora and the community, wins in the patent field and finishes up with that quote from Gandhi on fighting the good fight.
* * * * *
In last week's DistroWatch Weekly, we brought news of a new project called Woof, by Puppy Linux creator Barry Kauler. His new project is essentially a set of scripts which allows end users to build their own Puppy-like operating system by pulling packages from various other distributions. This week Kauler announced the release of Woof version 0.0.0, and then more recently, an alpha release. He also announced support for Arch Linux: "I have just done a test build, the desktop comes up, sound works, looks OK." The project is starting to gain interest among the community and Barry insists that he's still having fun.
* * * * *
The last big news story of the week is the announcement that Cuba has launched their very own Linux distribution named Nova. The distribution is based on the popular source-based distribution, Gentoo Linux, which by its nature is extremely flexible and makes building a binary distribution relatively easy. Motivation for the distribution appears to be mostly centred around 'technological independence': "The Cuban variant, called Nova, was introduced at a Havana computer conference on 'technological sovereignty' and is central to the Cuban government's desire to replace the Microsoft software running most of the island's computers. According to Hector Rodriguez, dean of the School of Free Software at Cuba's University of Information Sciences, about 20 percent of computers in Cuba, where computer sales to the public began only last year, are currently using Linux." Hopefully the development of this distribution will also allow improvements to feed back into the Gentoo project, as well as the open source community at large.

Nova 1.1.2 - a new Cuban distribution based on Gentoo Linux (full image size: 465kB, screen resolution 1280x1024 pixels)
|
| Released Last Week |
antiX MEPIS 8
antiX MEPIS 8, a lightweight edition of the upcoming SimplyMEPIS 8.0, has been released: "The antiX team is proud to announce that antiX MEPIS 8 - a fast and light complete desktop and live CD based on SimplyMEPIS and Debian Testing, with a little bit of sidux - is now available at MEPIS mirrors. This release defaults to a fully customised IceWM desktop (Fluxbox is also installed). In addition to the SimplyMEPIS 8.0 foundation with its 2.6.27 kernel and assistants, antiX has an improved antiX Control Centre, new scripts for screenshots, and phonebook. There are improved and extended themes and artwork for IceWM and Fluxbox. Localisation is much improved in this version. As well as including usual applications such as Iceweasel 3.0.6, Pidgin 2.4, AbiWord 2.6.4 and Gnumeric 1.8.3, antiX 8 also includes the sidux meta-installer, an updated ceni and wicd for wired and wireless connections, UMTSmon - a simple connect program for users using 3G USB modems...." Read the rest of the release announcement and release notes for further information.

antiX MEPIS 8 - a lightweight desktop distribution with IceWM (full image size: 736kB, screen resolution 1280x1024 pixels)
trixbox 2.6.2.2
Andrew Gillis has announced the release of trixbox 2.6.2.2, a CentOS-based distribution featuring the popular, open-source PBX and telephony platform called Asterisk: "I just released trixbox 2.6.2.2. This is a roll-up release with a bunch of bug fixes and the latest version of all our packages. All trixbox users are recommended to upgrade to this release. This release resolves the problems with the package manager not working and some PSTN cards causing kernel panic when the system is rebooted. There are also a number of small GUI fixes and enhancements. I also added support for some of the new Realtek network chipsets that are not supported by CentOS 5.2. For existing systems please do a yum update from command line: 'yum update trixbox'; this will get the fixes to the GUI and the package manager. You can also update ZapTel to get the kernel panic fix." Here is the brief release announcement.
Parted Magic 3.6
Patrick Verner has announced the release of Parted Magic 3.6, a live CD featuring a collection of hard disk management utilities: "Parted Magic 3.6. This release offers a major overhaul in the way Parted Magic boots and behaves. The 'Live' option is back and Parted Magic runs on a machine with 128 MB of RAM. There is also a 'low memory' option that disables unnecessary daemons to speed up systems that only require trivial tasks, like running GParted. The 'Live' option was tested on a PII with 128 MB of RAM. There is a new way to mount devices too, mount-gtk creates a consistent interface to mount file systems found in fstab created by the pmagic_fstab_daemon. Last but not least, the updated package list: GParted 0.4.3, Linux kernel 2.6.28.5, e2fsprogs 1.41.4, NTFS-3G 2009.2.1." See the full release announcement for more details.
ArtistX 0.6
Marco Ghirlanda has announced the release of ArtistX 0.6, an Ubuntu-based distribution with 2,500 free multimedia programs for 2D/3D graphics manipulation, video editing and media playback: "ArtistX 0.6 is based on the great Remastersys software for creating live CDs and includes the 2.6.27 Linux kernel, GNOME 2.24 and KDE 4.1.3, Compiz Fusion and about 2,500 free multimedia software packages, nearly everything that exists for the GNU/Linux operating system. Main features: based on Ubuntu 8.10, Ubiquity installer (tried in VirtualBox, please back up your data as this is the first version shipped with ArtistX). A partial list of software included in the DVD: 2D graphics software: GIMP, Inkscape, Nip2, Krita, CinePaint, Synfig, Rawstudio, Skencil, Hugin; 3D graphics software: Blender, Wings3D, KPovModeler + POV-Ray 3.6, K3D; video software: Cinelerra, Kino, Open Movie Editor, Kdenlive, PiTiVi, Avidemux, DeVeDe...." Visit the distribution's home page to read the release announcement.

ArtistX 0.6 - an Ubuntu-based distribution featuring a large collection of multimedia software (full image size: 855kB, screen resolution 1280x1024 pixels)
sidux 2009-01
Stefan Lippers-Hollmann has announced the release of sidux 2009-01, a desktop Linux distribution based on Debian's unstable branch: "A little earlier than originally planned, we now have the pleasure to announce the availability of sidux 2009-01, shipping with kernel 2.6.28.6-rc1. It concentrates on integrating the changes caused by kernel 2.6.28, stabilising the init optimisations accomplished by insserv, and in particular improving the reliability of the installer and the USB installers. Kernel 2.6.28 doesn't only improve and stabilise hardware support for newer devices, it also adapts the I/O scheduler support for SSDs in order to improve prioritisation of disk access and to speed these up. Another major accomplishment is the deployment of the open-source OpenFWWF firmware for Broadcom wireless devices." Read the detailed release notes for further information.

sidux 2009-01 - a desktop distribution based on the latest Debian "sid" branch (full image size: 861kB, screen resolution 1280x1024 pixels)
Debian GNU/Linux 5.0
Big day for the Debian fans - Debian GNU/Linux 5.0 "Lenny" has been released: "The Debian Project is pleased to announce the official release of Debian GNU/Linux version 5.0 (code-named 'Lenny') after 22 months of constant development. Debian GNU/Linux is a free operating system which supports a total of twelve processor architectures and includes the KDE, GNOME, Xfce, and LXDE desktop environments. This release includes numerous updated software packages, such as the K Desktop Environment 3.5.10, an updated version of the GNOME desktop environment 2.22.2, the Xfce 4.4.2 desktop environment, LXDE 0.3.2.1, the GNUstep desktop 7.3, X.Org 7.3, OpenOffice.org 2.4.1, GIMP 2.4.7...." See the release announcement and release notes for a detailed description of the release.
* * * * *
Development, unannounced and minor bug-fix releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| DistroWatch.com News |
|
New distributions added to database
* * * * *
New distributions added to waiting list
- Debris Linux. Debris Linux is a minimalist, desktop-oriented distribution based on Ubuntu.
- Dotsch/UX. Dotsch/UX a Linux distribution based on Ubuntu Linux. The purpose of the project is to create a Linux distribution for BOINC, which easily installs and boots from a USB stick, hard disk and diskless clients, and also has some interfaces to set up the diskless server and clients automatically.
- Nova. Nova is a Cuban, easy-to-use, desktop Linux distribution based on Gentoo Linux and incorporating technologies from Ututo and Sabayon Linux projects.
* * * * *
DistroWatch database summary
* * * * *
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 23 February 2009.
Chris Smart
|
|
| 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 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • 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 |
| • 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 | 
Feren OS
Feren OS is a desktop Linux distribution based on Ubuntu and featuring the KDE Plasma desktop. It ships with a tweaked Calamares system installer, a custom theme and fonts, the Vivaldi web browser, boot options for advanced users, and a Feren OS Tour application, among the many home-built features and improvements. Prior to November 2020, the distribution was based on Linux Mint and included an edition with the Cinnamon desktop.
Status: Active
|
| 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.
|
|