DistroWatch Weekly |
DistroWatch Weekly, Issue 269, 8 September 2008 |
Welcome to this year's 36th issue of DistroWatch Weekly! This week's feature story is a review of Debian GNU/Linux 5.0 "Lenny" on the ASUS Eee PC. With Debian being the first Linux distribution to have an open communication channel with the Taiwan-based hardware manufacturer, our expectations were high, but is Lenny really a good choice for the popular ultra-portable? Read on to find out. In the news section, Google restarts the browser war with Chrome, Dell unveils the long-awaited Inspiron Mini 9, Mandriva Linux 2009 enters the release candidate stage, and Fedora calls on beta testers to help with testing the promising ext4 file system. Also worth a mention, a new community edition of openSUSE 11.0 with Enlightenment as its principal window manager is now available for download. Finally, a lot of interesting news for the fans of Linux Mint as Clement Lefebvre announces a range of upcoming community editions before giving an excellent interview on a Linux news blog. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in ogg (9.6MB) and mp3 (9.6MB) formats (many thanks to Russ Wenner)
Join us at irc.freenode.net #distrowatch
|
Feature Story |
Debian GNU/Linux 5.0 on ASUS Eee PC 900
In June 2008, the Debian project announced that it had started a cooperation project with ASUS in order to bring full support for the company's Eee PC to Debian. It had set up a Debian Eee PC page on the distribution's Wiki and has since released an installation image based on Debian's upcoming release - version 5.0 and code name "Lenny". While many other distributions have announced support for the Eee PC and released various CD and USB images claiming full or partial support for the popular netbook, Debian was the first project with an active communication channel between a Linux distribution and the Taiwan-based hardware manufacturer. So how does Debian GNU/Linux fare on the ASUS Eee PC some three months later?
First, I was curious to see whether any Eee PC support was being integrated into the mainstream Debian GNU/Linux 5.0. To test this, I downloaded the recently released Debian Live, another Debian's sub-project that promises to deliver a set of live Lenny images for those who prefer to install their distribution from a live CD, DVD or USB media. I used the live USB image, which I transferred to a 4 GB USB key in order to boot the ASUS Eee PC 900. While the boot process went well and the system came up with a working sound and correct screen resolution, neither the wired, nor the wireless network was active. As I discovered later, the kernel modules of the two network devices were not available on the stock Debian Lenny system and while it was possible to download the required modules from ASUS's web site, the lack of any development tools on the live media meant that it was not possible to compile them. That brought an end to my experimentation with Debian Live, which clearly is nowhere near ready for the Eee PC.
Next, I downloaded the 16 MB custom Debian USB image specifically designed for the Eee PC. My plan was to use an external SD card to boot the image, then install it to an external USB storage device, leaving the internal Solid State Drives (SSD) unmodified. This worked well; I used one of those SD card USB adapters to write the Debian Eee PC image to it:
dd if=debian-eeepc_20080729.img oflag=direct of=/dev/sdc
The installation went without a hitch. After I booted the machine from the external SD card (/dev/sdd), the system correctly detected the two internal solid state disks (the 4 GB disk as /dev/sda and the 16 GB one as /dev/sdb), and asked where to install the system. I chose the 4 GB external USB drive (/dev/sdc). The installer also asked which network adapter I preferred to use for system installation - the options were eth0 (Attansic Technology Corp. L2 100 Mbit Ethernet Adapter) or the wireless ath0 (Atheros Communications Inc. AR242x 802.11abg Wireless PCI E). I chose the latter, then confirmed all the remaining options and went to get myself a cup of coffee. By the time the installer finished I could have had a dozen as installing the system to the external USB drive turned out to be a very lengthy process - it took more than four hours! And it definitely wasn't due to the slow download of packages over the network.
However, before rebooting the system, it was necessary to manually make some changes to the /etc/fstab and /boot/grub/menu.lst - the details are available here. If you are planning to follow these instructions, then one more warning - different models of Eee PC require a different set of changes so pay close attention to the note in the "Fixing GRUB configuration and /etc/fstab" chapter of the above page. In any case, if you reboot before making the required changes to these files, it is possible to fix them by mounting the USB drive on another computer.
First boot after installation. Once again, the sound and screen resolutions were correct, but still no networking. Even though the entire installation was performed over the wireless network, once booted into the newly installed system, the ifconfig command revealed that there was no device named ath0 and no kernel module corresponding to it. As I was to find out, to get the wireless network up, it was necessary to install the MadWifi package (the instructions are here). Luckily, the eth0 network interface worked as a "hotplug", so as soon as I plugged in the network cable, the system was all set up for some serious apt-get action. Installing MadWifi worked fine and soon I was able to surf the Internet from the balcony.
However, there were a few glitches. While having to do all the extra manual work, such as configuring GRUB and installing MadWifi, was unexpected from a system that claimed to provide support the Eee PC, more disappointments followed. Firstly, the network applet (nm-applet 0.6.6) present by default in the GNOME panel only registered the wired network, so if connected through the wireless one, it claimed "no networking" available. Secondly, the battery applet also gave an error, something to the effect of having only 1% of battery power. And the package update applet claimed that there were two updates ready for the system, but after launching the Update Manager, I was told that "your system is up-to-date" (see screenshot below). Some of these problems were the result of a recent kernel upgrade in Debian, which brought a new set of bugs and for which there are some known workarounds. So even though the system is usable in this state, those wanting a more authentic Eee PC experience with Debian need to be prepared to do much manual work on the command line.

Debian GNU/Linux 5.0 on an Eee PC - not a smooth experience (full image size: 137kB, screen resolution: 1280x1024 pixels)
Despite all the trouble that makes Lenny on the Eee PC somewhat hard to install and use at this stage, the good news is that the Debian Eee PC team continues to work on the existing issues. As I started typing this report, I noticed a new Eee PC image released just yesterday (Sunday). Labelled as debian-eeepc_20080907.img, it didn't take long before it found itself on the external SD card for the repeat of the 4+-hour installation process to see if anything has improved. Unfortunately, the same problems showed up again - the "broken battery" error, no wireless network, and the package update issues were still very much present in the new image.
Conclusions? The Debian Eee PC team has made it possible to run Debian Lenny on the ultra-portable, all right. All it takes is a bit of command-line work, some module compilation, and a few workarounds here and there and it will work - thanks also to the excellent documentation on the Debian Wiki pages. But the entire experience isn't particularly positive. Firstly, it's clear that, unlike Mandriva, Debian has not integrated the work done by its Eee PC team into the main Debian kernel. Secondly, getting Debian work on the Eee PC requires many unnecessary steps. If the installer has support for the Atheros wireless network card, why is it not available in the installed product? And if the installer is capable of detecting the installation target, why is it necessary to modify some critical system files after the installation is completed?
At the end of the day, it's obvious that Debian's support for the Eee PC is still very much work in progress. Until this work is completed, there are better distributions to run on the little laptop.
|
Miscellaneous News |
Google Chrome, Dell Inspiron Mini 9, Mandriva Linux 2009 RC1, Fedora update status and ext4 testing, openSUSE with Enlightenment, interview with Clement Lefebvre
The two big stories of the week that occupied the pages of many Linux web sites were the release of Google Chrome, a new web browser built by the world's largest search engine, and the announcement about the Dell Inspiron Mini 9, a new entry into the world of ultra-portables or "netbooks", as some prefer to call them. Disappointingly, none of them is ready for Linux users - Google Chrome is currently Windows-only (although support for Linux and Mac OS X is reportedly forthcoming) and the Mini 9 too is Windows-only at the moment (with the Ubuntu flavour promised to start shipping shortly). Still, most of those who tried Google's new software were highly impressed, while most of the reviewers lucky enough to be able to test the US$350 Dell laptop were also rather positive about the hardware. If you are interested to find out more, here is a good interview with John New, the Dell Inspiron Mini 9 product manager.
* * * * *
On the distribution front, Mandriva has entered the final testing period last week with the first release candidate of Mandriva Linux 2009. The release looks good, with the new KDE 4.1.1 as the default desktop (KDE 3.5.10 is available from online repositories) and several new features, such as the redesigned system installer, automatic repository configuration and mirror selection in Rpmdrake, and further integration of the official Mandriva theme and artwork. But Mandriva also warns that upgrading from version 2008 to the current release candidate is not recommended: "There are unresolved issues with KDE which are likely to result in any system upgraded from any stable release to this beta being unable to start a desktop, rendering it useless for most people. Please only use this beta as a clean installation, and, as always, do not expect to be able to use it as a day-to-day workstation; keep an installation of a stable Mandriva release for this purpose."

Mandriva Linux 2009 RC1 - the brand new desktop look and feel (full image size: 348kB, screen resolution: 1280x1024 pixels)
* * * * *
Following the recent compromise of the Fedora download servers, Jesse Keating has published an update on the status of package updates for Fedora's versions 8 and 9: "As you well know, we have been working hard to get updates for 8 and 9 flowing again, complete with new package signing keys. Discussion has been somewhat quiet on this front as we've all had our heads down and have been working hard toward a solution, one that involves little to no manual effort on behalf of our users. Today we've reached a major milestone in this progress. We have done a successful compose of all the existing and pending updates for Fedora 8 and Fedora 9, all signed with our new keys. These updates will soon hit mirrors in a new set of directory locations. What we don't have quite yet is the updated fedora-release package in the old updates location that will get you the new keys and the new repo locations. The last mile testing of this update requires that new updates be live on the mirrors."
In the meantime, the development of Fedora 10 continues with testing of the various features that will eventually appear in the distribution. One of them is support for ext4, a new journaling file system that is a successor to the widely-used ext3. Last week, Eric Sandeen issued a call for testing: "Just my semi-annual plea for some ext4 testing in the Fedora beta cycle. With the e2fsprogs 1.41.0 release in Fedora 10, we now have an ext4-capable e2fsprogs, with working fsck, debugfs, etc as well as mkfs.ext4 and mkfs.ext4dev to enable the new disk format features by default. For Fedora 10, the barrier to entry has been lowered by 14 characters - now all you have to type on the boot prompt is "ext4" and when you go to the custom partitioning screen, you'll get the option to create ext4 file systems at install time. I'd appreciate any and all testing, benchmarking and feedback that people would be willing to do. Just getting more exposure in real-life scenarios would be great."
* * * * *
How would you like to run an openSUSE 11.0 with Enlightenment as its principal desktop? If you are interested, here is the good news, courtesy of Dmitry Serpokryl: "Glad to announce the release of Enlightenment live CD based on openSUSE 11.0. The main purpose of this disk was to bring the cutting edge SVN code of Enlightenment to your desktop. We tried to pick the best software and make some tiny adjustments to save your time and deliver the best out-of-the-box experience. The main concept is to provide a relatively small, fast, stable, secure and 'transparent' distribution for users. Enlightenment DR17 desktop shell (E17) along with the EFL (Enlightenment Foundation Libraries) applications aimed to be the major environment. Enlightenment DR16 (E16) is used as the default window manager. IceWM is provided for those who can't live without the panel located in the bottom of the screen and the Start button in the lower left corner. TWM is for deep meditation in the dark. Selected programs proven to be the best in their area are included in the base distribution set." Here is a quick download link to the live CD: suse-11.0-live-iso.i686-2.5.1.iso (682MB, login: linux, password: soad).

openSUSE 11.0 with Enlightenment 17 - great theme, sexy effects (full image size: 989kB, screen resolution: 1280x1024 pixels)
* * * * *
Finally, a link to a nice interview with Clement Lefebvre, the founder and lead developer of Linux Mint: "Q: Where will Linux Mint go from here on? A: Up :) The Windows market will slowly shrink and Linux Mint will remain among the most successful distributions. The more people are aware of the choice they have the more they'll start using Linux and I can see a snowball effect has already started. I don't know if Linux Mint will become as popular as say Debian or Ubuntu within the Linux market but it surely will get its fair share of new users when people start migrating from Windows. As for us we'll continue to do what we do best, improve what we have, innovate and gather our users' feedback."
|
Released Last Week |
MidnightBSD 0.2.1
Lucas Holt has announced the release of MidnightBSD 0.2.1, a FreeBSD derivative with the goal of creating a BSD with ease of use and simplicity in mind: "MidnightBSD 0.2.1 has been released. This version focused on adding hardware for newer devices including ATI, NVIDIA and Intel SATA controllers, and wireless support standard. A great deal of work was put into creating packages with over 2,000 packages available on our FTP server. The new release includes two CDs of packages plus X11 on disc1. Other software updated: GCC 3.4.6, BIND 9.4.2-p1, Sendmail, bzip2, OpenSSH 5.0p1, PCC compiler added (i386), removal of GNU cpio for BSD licensed version, cpdup added, IPv6 fixes, mksh added. Users who install KDE from the ISOs will be able to enable graphical login on boot-up. A script now runs on the first boot asking to enable BSDStats and 'graphical desktop environment'." See the full release announcement for additional details.
Scientific Linux 4.7
Troy Dawson has announced the release of Scientific Linux 4.7, an updated build of the project's legacy version based on Red Hat Enterprise Linux (RHEL) 4: "Scientific Linux 4.7 has been released. It doesn't have any exciting new features, it is just a nice, stable release. Scientific Linux release 4.7 is based on the rebuilding of RPMs out of SRPMs from Enterprise 4, including Update 7. It also includes all errata and bug fixes up until September 03, 2008." Scientific Linux enhances the standard RHEL with a number of applications, including a cluster suite, the FUSE file system, IceWM window manager, Intel wireless firmware, Java, MadWifi, OpenAFS file system and others. For more information please see the release announcement and read the comprehensive release notes.
BOSS GNU/Linux 3.0
BOSS GNU/Linux is a Debian-based GNU/Linux desktop distributions developed in India, supporting a number of Indian languages. Yesterday a new major version was announced on the project's web site: "Centre for Development of Advanced Computing (C-DAC) has launched its Bharat Operating Systems Solutions (BOSS) GNU/Linux software version 3.0, developed by NRCFOSS (National Resource Centre for Free/Open Source Software). BOSS version 3.0 is coupled with GNOME and KDE desktop environments with a wide Indian language support and packages that are relevant for use in the government domain. The software is also endowed with Bluetooth for short range of communications along with salient features like RSS feed reader and PDF viewer. The objective of creating BOSS Linux is to enable the non-English speaking people of India to be exposed to the benefits of free and open source software and GNU/Linux." Here is the complete press release.
SystemRescueCd 1.1.0
SystemRescueCd 1.1.0, a major new version of the popular hard disk partitioning and data rescue live CD, has been released. What's new? "New features introduced in SystemRescueCd-1.1.0: advanced customization - you can now install new packages to SystemRescueCd by doing an advanced customization; kernel recompilation - there is new documentation about building a customized SystemRescueCd with your own kernel; backstore - this tool allows you to keep your changes when you reboot SystemRescueCd; nameif - this tool allows you to specify the name of each Ethernet interface using the Mac address; rsync tutorial - new documentation about how to use rsync; added development tools (GCC, make) and Gentoo tools (emerge, equery); ability to install your own packages using the Gentoo commands (emerge)..." These are just some of the most interesting changes, but there are many more, please read the full changelog for additional details.

SystemRescueCd 1.1.0 uses the JWM window manager at the desktop level. (full image size: 60kB, screen resolution: 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
OpenBSD 4.4
The OpenBSD project has published a page dedicated to its upcoming release, version 4.4, scheduled for 1 November 2008. The new version will have improved hardware support, several new tools, new functionality in existing utilities, code clean-up, OpenSSH 5.1, and the usual range of included software packages, such as GNOME 2.20.3, KDE 3.5.8, Firefox 3.0.1 and OpenOffice.org 2.4.1. For more information please see the OpenBSD 4.4 page. The release is already available for pre-order (C$50.00).
Linux Mint 5 Community editions
The Linux Mint project has published an update on the various community editions that are currently being completed. The first ones, the Xfce and Fluxbox editions, will arrive later this week, while the KDE edition is expected to arrive as soon as the last glitch is fixed. From the announcement: "Xfce CE (stable) will be released early next week; Fluxbox CE (RC) will be released before the next weekend; KDE CE RC1 was close to being stable, there's a tiny little glitch with xdg-user-dirs which I want to fix so technically the final ISO will be different but if you're running KDE CE RC1 you don't need to wait for the final release; work on the x86_64 edition is on hold for a few days; there won't be any time dedicated to the Debian and Enterprise editions before Mint 6 is out; Main and Light (which will become 'Universal' and will come with language packs) will have a new revision to include the new Firefox, Flash 10 (when it's stable), and the latest versions of the mint tools."

Linux Mint 5 "Xfce" edition - the default desktop showing the mintConfig control centre (full image size: 440kB, screen resolution: 1280x1024 pixels)
* * * * *
Summary of expected upcoming releases
|
DistroWatch.com News |
Possible site downtime
DistroWatch.com might become unavailable for brief periods of time later this week. The hard disk carrying the web site has being showing some early warning signs of deterioration, so it's time for a replacement. Tomorrow (Tuesday), the web site will be temporarily migrated to a virtual server (with a new IP address), so that the hard disk can be re-imaged and replaced. With luck, you won't notice any downtime, but if DistroWatch.com happens to be inaccessible, please remember that there are several mirrors in the USA and Europe (e.g. distrowatch.serve-you.net, more are listed at the bottom of this page), so you might want to bookmark one of those.
* * * * *
New distributions added to database
* * * * *
New distributions added to waiting list
* * * * *
DistroWatch database summary
* * * * *
And this concludes the latest issue of DistroWatch Weekly. The next instalment will be published on Monday, 15 September 2008. Until next week,
Ladislav Bodnar
|
|
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) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
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 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• 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.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
CROWZ
CROWZ is a lightweight, Devuan-based Linux distribution. The project offers three graphical window managers: Openbox, Fluxbox, and JWM. CROWZ can be run from live media or installed to a hard drive using the Calamares system installer.
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.
|
|