DistroWatch Weekly |
DistroWatch Weekly, Issue 130, 12 December 2005 |
Welcome to this year's 50th issue of DistroWatch Weekly. This issue covers a variety of interesting topics, including a call to protest against introducing a DMCA-style law in France, Linux migration efforts by Berlin, Prague and Cape Town, and an insider's feedback to our last week's feature on backporting newly released applications to existing distributions. In the news section we'll introduce Security Enhanced SUSE, congratulate Patrick Volkerding, and draw your attention to a newly compiled list of FreeBSD projects for volunteer programmers. Finally, we'll take a brief look at the new Ark Linux 2005.2. Happy reading!
Join us at irc.freenode.net #distrowatch
Content:
About software freedom and Linux migration efforts
We have seen the dangerous trend of big businesses in the United States influencing the law - by lobbying and successfully instituting controversial protection measures, such as software patents or the infamous Digital Millennium Copyright Act (DMCA). Now it appears that this trend is moving across the big pond and into Europe. France is the first major target and, if not prevented, it will become the first country in Europe to have a law similar to DMCA (correction: Finland is the first). Once it happens, it will be illegal for French residents to circumvent any copy-protection or encryption technologies. As an example, those who download the libdvdcss library to watch encrypted DVDs on Linux or find a way to make a backup copy of a copy-protected music CD might face criminal penalties.
As a web site advocating the use of Free Software we find this trend unacceptable and worth fighting against. Europeans have already demonstrated their ability to get together when they protested against the adoption of software patents earlier this year, so let's hope that the current attempt by the French government to adopt another controversial law will suffer the same fate. But for this to happen, the French citizens need to mobilise once again. The leading advocate against the "loi DADVSI" is EUCD.INFO which also provides a way for readers to sign a petition against adopting the law. We would like to encourage all freedom-loving French citizens to visit the page and sign the petition - not only for the sake of preserving software freedom in France, but also to send out a message to other governments and legislators to think twice before they succumb to commercial interests of powerful multinationals.

Luckily, it's not all bad news on the European front this week. It would seem that, after Munich, Vienna and Paris, the next major cities to adopt Linux or at least encourage migration towards open source software for use in their municipalities are Berlin and Prague. According to Heise.de (link in German), the local government of the German capital is currently drafting a plan to switch their servers to Linux, while migration of some 60,000 desktops to Linux is also under consideration. Additionally, the city intends to introduce a formal requirement to buy and deploy only software with open standards and open document formats.
In the meanwhile, an interesting piece of news has reached us from across the border - from Prague. According to two news reports released by European eGovernment Services, the Czech capital has had an open source study and research plan since 2001, with the goal of cutting down the city's IT budget and "showing citizens that there are no economic, moral or ethical excuses for using illegal software since OSS is an alternative to proprietary software". As a result, the Czech government is now planning a range of activities in 2006 to actively encourage the use of open source software and to assist those municipalities that adopt a migration plan. More information is available here and here.
And while on the subject of migration to open source software, further good news comes from Cape Town (pictured on the right). As reported by Tectonic, the municipal offices of the South Africa's second largest city currently have some 540 desktops in daily use that run open source software, while a migration of another 500 City Library computers to open source is in the planning stage. "To those that say the open source desktop is not ready for wide usage we say 'we are already doing it'," asserts Nirvesh Sooful, head of the IS&T Directorate in Cape Town. (Disappointingly, the city's open source deployment plan has so far by-passed its official web site, which is still hosted on Windows and IIS.)
The above gives a good indication that more and more municipalities and government offices around the world have started seeing the value in open source software and begun migration plans.
How about the government in your city? Is it still using your tax money to pay massive license fees for running proprietary, closed-source and closed-format software in places where Free Software would do perfectly fine?
* * * * *
Miscellaneous news: SESUSE, Patrick Volkerding, FreeBSD list of projects for volunteers
One of the positive side effects of opening up the development of SUSE Linux to public is the emergence of various specialist sub-projects based on this popular distribution. The latest addition to this growing family is SESUSE (Security Enhanced SUSE), a hardened distribution for those users who demand extra strong security features. The project is presently in early development, but the first release, based on the upcoming Alpha 4 of SUSE Linux 10.1, is expected shortly. The distribution will have SELinux enabled by default, it will ship with both KDE and GNOME, and it will include a new YaST module for configuring security profiles. For more information please see the unofficial announcement and visit the SESUSE project page.
Followers of the Slackware current changelog were greeted with a rather unusual entry last weekend. "It's a girl!" declared the title of a new post, the first one in over a month. It turned out that Patrick Volkerding, the 38-year old maintainer of Slackware Linux and one of the most prominent personalities in the world of Linux distributions, had just had his first child: "I know a lot of you have been wondering what's going on here, and the news is that my wife Andrea delivered our first child, a daughter Briah Cecilia." Our warmest congratulations to Patrick and Andrea! More details (including some mundane stuff, such as upgrades to the Linux kernel, glibc, GCC and ALSA, and a promise that "things should be getting back to normal here (more or less) over the next couple of weeks") can be found in the Slackware current changelog.
FreeBSD has published a new list of projects and ideas that could help to extend its features and has invited volunteers who might be interested in contribution code: "The FreeBSD project has hundreds of active developers spread all over the world, and many of them have their own parts of the source-tree that they work on. However, there are always a lot of new interesting projects and ideas that needs to be investigated and evaluated, and this is where the FreeBSD project relies on heroic efforts from volunteers." All projects are highly technical and require the ability to write code. Please see this page for more information.
* * * * *
Feedback: On backporting applications
Our last week's feature on backporting newly released applications to stable distributions has stirred quite a debate. One of the more interesting posts was the one from John Dong, the Ubuntu Backports project leader. With more backporting experience than most, John has outlined some of the pitfalls of backporting complex applications to well-tested distribution releases. Some readers felt that it was worth reprinting John's posts for the benefit of those readers who don't read the forums. So here it goes:
- Backporting is a sweet way for us to enjoy the hot new things in the Open Source world without compromising stability like running a development/CVS/snapshot release.
- Backporting can be a major PITA if not done correctly! There are lots of compatibility issues that stem from poorly or recklessly done backports.
- Developers know what they're talking about, and what they're doing. Nobody's voice is being ignored. Most backports are just a handful of commands (just a few minutes of interactive work), so there is not much effort in the actual backporting process. So if a developer doesn't backport a certain package, it's been done with good reason.
For example, Firefox 1.5 has been a very popular request for the Ubuntu Backports project. However, backporting Firefox also requires recompiling over 50 source packages in the Ubuntu collection, and even then there is no guarantee that the recompiled packages would work correctly. As of now, everything from Mono applications (that use HTML rendering) to the GNOME Help viewer is broken by recklessly compiling a set of firefox backports, just to give you an idea about the degree of breakage.
Sometimes, there is more to a package than meets the eye -- especially true of Firefox. It's not just a browser (though that's what most people think) -- it's an embeddable HTML rendering library that's used at the core level by a majority of the Linux desktop programs that utilize HTML rendering. There is a lot more work than meets the eye when you do something. I hope now people see that the "I unpacked the damn 1.5 tarball, what's so difficult about backporting it?" argument does NOT work!"
I'd like to emphasize the importance of compatibility again. There are two aspects of compatibility: A platform for 3rd party developers to target, and consideration for the consequences of backports to users:
- As much as your distribution is able to package OSS (or even restricted) packages, others will at times need to make packages for Linux themselves. These could be authors of less-popular OSS software, or even large commercial vendors wanting support of the Linux community.
Either way, when they package, they need a platform that they can depend on. For example, if I am a commercial vendor that wants to make packages for RHEL, I expect the package to work with RHEL, no matter how much of RHEL's software I must link to. That's one thing enterprise-grade Linux is good at -- providing a well targetable uniform platform. For the life of RHEL, I can expect that the package I made 12 months ago will continue to function on this platform.
Ubuntu also tries to be that way, though we certainly do make more releases! Through the 18 (or more) months of support, we strive to make each release a targetable enterprise-grade platform. As a results, Backports has to be careful not to introduce incompatibilities in the process of providing updates. In the Firefox example, backporting Firefox 1.5 would cause any 3rd party package linked to the Ubuntu Firefox Gecko engine to need recompiling (meanwhile they'll crash on attempts to use Gecko), which is something I cannot do. Recompiling the 55 source packages in the Ubuntu repositories: sure, I have the authority to request that done. Telepathically recompile every 3rd party package that's made and will be made for Ubuntu Breezy 5.10 within the next 16 months? Sorry, don't think I can do that.
- A part of the Code of Conduct (the core philosophy behind Ubuntu) is to be considerate. Backports has to be considerate to other Ubuntu users, and the consequence to every user is weighed before a backport is officially made. For example, consider the Firefox backport example again (wow, this is becoming a popular example): many people heavily customize their Firefox profiles, usually through extensions. Most of us Firefox 1.5 adopters know that the Extension API in 1.5 is not compatible with 1.0.x. As a result, many extensions that work fine in 1.0 will not run when Firefox is upgraded to 1.5.
At the same time, there are many Ubuntu users who use Ubuntu as an enterprise-class workstation OS for getting job-critical work done. For me to decide to introduce a new package that breaks a core application for them is not considerate to them, and causes them countless headaches.
Maybe I and many of us amongst here are Linux hobbyists / enthusiasts that can deal with (or even enjoy) the occasional breakdown and fix here and there, but others cannot accept this and consider it downtime.
Until there is a user-friendly way to allow users to make a conscious decision as to what "potentially incompatible Backports" to install, I will tread very cautiously and only provide absolutely safe, top-quality packages to Backports users. Those hobbyists amongst us can use Backporting scripts (like ubp-build.py [google]) to make their own backport packages (oh boy, I think I have 50+ of those installed at the moment!).
John Dong, Ubuntu Backports Team Leader
|
First looks: Ark Linux 2005.2 |
Ark Linux 2005.2
When Ark Linux was first announced in 2002, it created much excitement as it was to become the first free distribution designed for novice and non-technical computer users. The fact that it was led by such an experienced and well-known developer as Bernhard "Bero" Rosenkraenzer, previously coding for Red Hat, added more credibility and expectations to the project. But some three years and one buggy release later, the distribution has failed to attract many users. Partly responsible for this failure was the emergence of other free, user-friendly distributions, such as MEPIS or PCLinuxOS, with larger and more active communities, and more frequent releases.
Nevertheless the developers of Ark Linux have continued their work. Last week, the project's second stable release hit the mirrors and I decided to take a look. The new version 2005.2 comes with an updated system installer, the latest development kernel, X.Org 6.9 from cvs, KDE 3.5.0, Firefox 1.5, OpenOffice.org 2.0, and many other up-to-date applications, some bordering on the bleeding edge. It also includes 3D acceleration support for ATI graphics cards and the usual improvements in hardware detection, speed and usability.
The Ark Linux installer now provides an "expert mode" by integrating QTParted for custom partitioning and a screen for selecting partitions to install the distribution. While this is a welcome addition, I found it somewhat broken, with GRUB being setup incorrectly when told to write to the root partition instead of the Master Boot Record. Also, QTParted feels a little out of place, lacking "continue" button once you finish the partitioning. The installer still gives a feeling of something designed in the Caldera era of mid-nineties, somewhat awkward to use and with no support for the USB mouse wheel. I am, of course, writing this from the point of view of somebody who has performed hundreds of Linux installations so new Linux users might have a more favourable view of the installer. Nevertheless, I feel that Ark Linux should perhaps make use of one of the tried and tested open source installers, rather than re-invent the wheel.
I found the hardware detection and setup a little flaky as well. While the Realtek 8139too network card was configured correctly, the SoundBlaster Live! sound card was not (permission problem) and the screen resolution was set to 1024x768, which is lower than the maximum resolution supported by the monitor. Worse, there was no way to increase this in Ark's Mission Control - a surprising omission for a distribution designed for use by non-technical computer users. These are issues that many less beginner-friendly distributions solved a long time ago so it was disappointing to see Ark failing here.
On the positive side, after the GRUB problem was fixed and the hardware setup failures corrected, Ark turned out to be a very nice operating system. The beautifully designed Mission Control is a pleasure to use and Kynaptic and KPackage were pre-configured and ready for installing, removing and updating packages. The developers have resisted the temptation to introduce heavy customisations to KDE, the only available desktop, preserving its default look and feel. One of the more interesting aspects of the distribution is the omission of the "root" user - the system logs you straight into a user account with elevated privileges to modify system settings, but without the right to delete or alter important system files. Power users can access the root account via the "Super User Terminal".
Overall, Ark Linux 2005.2 is not a bad distribution, but I don't think it is quite ready to be called "beginner-friendly". More experienced users might, however, find it a worthwhile project, especially since it attempts to be on the bleeding edge of open source software development and its "dockyard" package repository is continuously updated. Perhaps a little extra attention to detail, some usability studies and better installer with more testing could bring it closer to the beginner-friendly league, but as it is now, this goal remains elusive.
For more information about Ark Linux please visit the project's home page at arklinux.org.

Ark Linux 2005.2 - still not quite as beginner-friendly as it would like to be. (full image size: 1,367kB)
|
Released Last Week |
EnGarde Secure Linux 3.0.2
A new update to EnGarde Secure Linux 3.0 series has been released: "Guardian Digital is happy to announce the release of EnGarde Secure Community 3.0.2. This release includes several bug fixes and feature enhancements to the Guardian Digital WebTool, the SELinux policy, and the LiveCD environment. New features include: a new WebTool frontend to the AIDE filesystem integrity checker; daily, weekly, and monthly graphs for the Snort IDS WebTool module; the latest stable versions of MySQL (5.0.16), fetchmail (6.3.0), and Snort (2.4.3)...." Find a more complete list of changes in the release announcement.
Kate OS 2.3
The Kate OS distribution has been updated to version 2.3: "We are proud to present the newest milestone release of Kate OS II series. Kate OS 2.3 brings 2.6.14.2 kernel with Reiser4 support, the newest glibc library, XFce 4.2.3.2 desktop environment and many other applications in current versions. We have modified system boot scripts so they present the boot sequence in a clear way. Another new addition in Kate OS is a hardware detection tool 'discovery', which detects and configures system hardware. ... Additionally, the DVD edition contains GNOME 2.12.1 and KDE 3.4.3 (optimized for i686 class processors)." Read the complete release announcement on the project's home page.
Helix 1.7
Helix is a customised distribution of the Knoppix live CD dedicated to incident response and forensic analysis of compromised computer systems. A new version 1.7 has been released: "Helix 1.7 has been released. This edition revamped the GUI on the Windows side with all new code and added some new tools. The Linux side has been dramatically updated with a brand new 2.6.14 kernel that features many new RAID and SATA drivers." Read the release announcement and changelog for further information.
B2D Linux 20051207, 20051208
The December release of B2D Linux is now available for download. B2D Linux is a Taiwanese live and installation CD based on Knoppix, with complete support for traditional Chinese. The major changes in this release are: upgrade to kernel 2.6.13.3, upgrade to Firefox 1.5, inclusion of OpenOffice.org 2.0.0 (an enhanced Chinese edition packaged by OpenDesktop.org.tw), newly added ability to switch between UTF8 and Big5 locales from within a graphical utility, switch to xcin 3.0 for Chinese input, and several other enhancements. See the release notes (in Chinese) for a more detailed description of the changes.
64 Studio 0.6.0
64 Studio is a Debian-based Linux distribution with a collection of software for digital content creation on x86_64 hardware. It's based on the pure 64 port of Debian GNU/Linux, but with a specialised package selection and lots of other customisations. The latest version is 0.6, released yesterday: "I'm glad to announce the 0.6.0 version of the 64 Studio distribution. The release features many major software upgrades and system enhancement, for further details just have a look to the list of closed tickets for this milestone." More information is available in the release announcement and on the project's web site.
Ufficio Zero 0.7
Hot on the heals of the recently released version 0.6, the developers of Italy's Ufficio Zero, based on Ubuntu Linux, have announced another new release: "Ufficio Zero 0.7 has been released. This release features a big step forward with the new version of 'automatico', an automatic software installer based on gnome-app-install. A simple guide through all daily tasks has been included in the distribution so users can find information right on their desktop." Like the previous version, Ufficio Zero 0.7 is a live CD only, without a hard disk installation option. Read the full release announcement (in Italian) for further information.
ClarkConnect Gateway/Server 3.2 R1
The recently released ClarkConnect Gateway/Server 3.2 has received its first bug-fix revision: "From time to time, we release ISO downloads with all the latest updates and bug fixes. Revision Notes: intrusion detection report generation; system watch connection issues with some ISPs; PPTP VPN blocked access to local server; PPPoE configuration issue on a new network interface; Webmail configuration error on a new installation; cosmetic issue with the rpm command." Read the complete revision notes for further details.
SLAMPP 1.0 "Lite"
A "lite" edition of the SLAMPP 1.0 live CD project for home servers has been released: "As I promised before, a lite version of SLAMPP is now available for public download. It contains only essential server applications and other tools that will support your web development work. To keep SLAMPPLite small and make it easy to update, I've chosen to include a ready-made solution called XAMPP, developed by nice people at Apache Friends. ... A new linux kernel 2.6.14.3 has been used. To compile all things into a live CD, I also updated the linux live scripts which will be available for you to use as well. You can use it to edit or re-master SLAMPPLite if you have intention to do so in the future." Here is the full release announcement.
Berry Linux 0.65
A new version of Berry Linux has been released: The most important changes in version 0.65 include the following: upgrade to Linux kernel 2.6.14.3 with SMP, udev and bootsplash, upgrade to KDE 3.5.0, upgrade to Firefox 1.5, newly added Thunderbird mail client version 1.5rc1. XMMS and Mozilla have been removed and MPlayer upgraded to its latest development release. GCC has been upgraded to version 4.0.2. See the complete changelog for further information.
Coyote Linux 3.00.31
Build 31 of the Coyote Linux Personal Firewall distribution 3.00 has been released: "Coyote Linux 3.00 build 31 is available for download. This release fixes the following problems: UPnP service not working properly; web admin page not working for http remote access config; web admin reload function fixed to prevent blocking access to the web admin after a reload; several unused files were cleaned from the root firmware image. This release also contains an updated version of the firmware loader. NOTE: This release can not be upgraded to using the firmware update web admin page. Until the firmware loader specs and process are finalized, this function can not be used." The release announcement.
Ark Linux 2005.2
A new major version of Ark Linux, an easy-to-use distribution designed for non-technical users, was released today: "The Ark Linux team is pleased to announce the release of Ark Linux 2005.2. The highlights of this release include: an upgrade to the KDE 3.5 desktop; OpenOffice.org has been upgraded to version 2.0; 3D acceleration on ATI Radeon 9600 and 9800 based hardware is now supported; handling of auto running inserted CDs and DVDs has been improved; hardware support has been improved; unsupported PCI / wireless network cards can now automatically be configured to use a Windows XP driver through the Ndiswrapper emulation layer; some USB printers are configured fully automatically...." More details are available in the long press release.
Foresight Linux 0.9.2
A new version of Foresight Linux, a desktop-oriented distribution based on rPath Linux, has been released: "It has been a long hard road, but 0.9.2 ISOs are now posted. I will say they aren't perfect, but a huge jump from the previous ISOs released. What has changed? The GTK theme has been hacked to use colors that match our look better; default icon set is 'Tango'; stripped out stuff that folks won't even miss, which shaved 120MB off the 2nd CD; added laptop-tools, which includes some nice wireless drivers, NetworkManager, GNOME Power, and ndisgtk (GUI for configuring windows wireless drivers); convert back to using GNOME Systems Tools; package selection in the installer." More details can be found in the release announcement.
Wolvix 1.0.4 Games Edition
A new edition of the Wolvix live CD, featuring over 50 games, has been released: "Games Edition features over 50 games in different categories, four emulators and quite a few desktop applications. You won't find World of Warcraft or Half-Life 2 on the CD, but I've tried to include some of the finest free Linux games and I think there should be a game or two for most people, I've even added dopewars for your grandma. ;-) None of the games require 3D drivers, so you should be able to play most games on any graphics card." More in the release announcement and on the Games Edition page.
* * * * *
Development and unannounced releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Web Site News |
New distribution additions
- How-Tux. How-Tux is a Slackware-based, desktop-oriented Linux distribution with the installer translated into Italian and most applications localised for the benefit of Italian speakers. Compared to Slackware, How-Tux is enhanced by GWARE GNOME, OpenOffice.org, and several extra multimedia and graphics applications.
- 64 Studio. 64 Studio is a collection of software for digital content creation on x86_64 hardware (that's AMD's 64-bit CPUs and Intel's EM64T chips). It's based on the pure 64 port of Debian GNU/Linux, but with a specialised package selection and lots of other customisations. It will be marketed to hardware OEMs in the creative workstation and laptop markets as an alternative to the 64-bit version of Windows XP, or OS X on Apple hardware.
* * * * *
DistroWatch database summary
And with this we'll say good-bye until next Monday. We hope you've enjoyed this issue of DistroWatch Weekly!
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 | 
Xarnoppix
Xarnoppix was a Knoppix-based live CD with support for Catalan and Spanish.
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.
|
|