DistroWatch Weekly |
| DistroWatch Weekly, Issue 133, 9 January 2006 |
Welcome to this year's second issue of DistroWatch Weekly. We had a quiet week, only disturbed by new releases from Arch Linux and DragonFly BSD. We'll take a critical look at the latter, especially from the perspective of a desktop user, but don't expect much praise for the new version. In other news, the Fedora project has started testing its new rescue CD, Gentoo has published a HOWTO on creating a Gentoo LiveUSB, and Puppy is preparing for the launch of Puppy2, a major update. Among the distributions newly included on DistroWatch we have three live CDs: ArcheOS for archaeologists, Arudius for penetration testers, and Xenoppix for the fans of the Xen technology. Happy reading!
Listen to the Podcast edition of this week's DistroWatch Weekly in ogg (5.00MB) or mp3 (5.97MB) format (courtesy of Shawn Milo).
Join us at irc.freenode.net #distrowatch
Content:
Fedora rescue CD, Gentoo LiveUSB, Learning Debian, Puppy 2, Pardus Linux
One of the new features of Fedora Core 5, expected to enter a second testing phase next week, is a new rescue CD. Although not much information has been published about the features and goals of this Fedora sub-project, it is likely to become an important tool for all Red Hat and Fedora system administrators and therefore we thought it deserved some publicity. The first test release of the Fedora rescue CD was announced last week and several new builds have been released since then. The latest release, dated 8 January, appears to be built for x86_64 processors, but the developers are planning to produce a rescue CD for all three supported architectures. You can find the 70 MB ISO image in the /fedora/linux/development/isos/ directory on your favourite Fedora mirror.

The new Fedora Rescue CD has entered a testing phase.
Have you ever thought about building a bootable Linux system for a USB storage device? If so, you might be pleased to learn that the Gentoo Linux LiveUSB HOWTO has now become part of the project's official documentation: "This HOWTO explains how to create a Gentoo Linux LiveUSB or, in other words, how to emulate a Gentoo Linux Installation CD using an USB flash drive. This is particularly useful for installing Gentoo Linux on a modern laptop with no CD-ROM drive." Although the document explains the procedure running Gentoo Linux as the host system, it shouldn't be too difficult to apply the steps while using other distributions. The HOWTO, formatted in the usual high standard of the Gentoo documentation project, can be viewed here.
O'Reilly has published the entire content of Learning Debian GNU/Linux online for free access. Originally published in 1999, this "vintage" Linux publication was the first book teaching the basics of Debian - that strange distribution with no corporate backing, just hundreds of volunteer programmers. The book was also included in O'Reilly's Debian GNU/Linux box set, published in the same year, together with a CD of Debian 2.1 "slink" and a quick start guide - all labelled as "the last Linux OS you will ever need to buy". Although some seven years after its publishing the book might seem outdated, it is interesting to read the chapters about how Linux was viewed back in the final year of the 20th century and what the reality is today. The book can be accessed here.
The increasing popularity of Puppy Linux, a tiny and superfast distribution designed for older computers, has prompted the developers to start planning features for a new major upgrade. According to news published on the project's web site, the upcoming Puppy 1.0.8 will be the last 1.x series, after which all effort will focus on Puppy 2. What can we expect?, Well, Barry Kauler (the project leader) is not telling, but here are some good guesses: "Puppy will be really multiuser; the format and structure of the Squash file systems will change to give more freedom to mount custom file systems; hardware recognition will stay the same; the XDG menus and new network wizard will make it to the official release." A pre-alpha release of Puppy Linux 2 is expected "soon". More information on the project's Wiki and news pages.
It is always nice to see a mainstream technology publication giving exposure to smaller Linux distributions. Turkey's Pardus Linux is one of such projects, recently given coverage at ZDNet. Developed by a small group of developers at a Turkish research institute, the project is not short of ambition: "With the widespread use of Pardus, Turkey's software imports are expected to decline dramatically, and hardware sales and computer ownership to increase consequently, as the total cost of ownership of computers drop off." Strong words, but the project's first official release certainly looked like a winner. Originally based on Gentoo, the developers created a custom installer and several utilities to make it easier to use, while Turkish speakers will be pleased to find language-related dictionaries, spellcheckers and translation software included in the distribution. English is also supported. More information about Pardus can be found on the project's web site.
|
| First looks: DragonFly BSD 1.4 |
First looks: DragonFly BSD 1.4
Reviewing an operating system designed for hard core geeks is never easy. For one thing, there usually isn't all that much customisation to make the OS stand out (most of the OS-specific tweaks are somewhere in the kernel or userland, well hidden from the view of ordinary computer users). But also, these types of operating systems tend to have haphazardly put-together installer and system utilities, often without comprehensive documentation and without having done any usability assessments, which tends to put reviewers off. In a word, DragonFly BSD has about as much glamour as Phyllis Diller in a bikini.
Before going further, a quick refresher about the beginnings of this FreeBSD fork. Announced by in June 2003 by Matt Dillon, a long time FreeBSD and AmigaOS developer, DragonFly BSD was meant as a "logical continuation of FreeBSD 4.x series". Matt disliked the direction FreeBSD was taking when it entered the 5.x development stage - hence the reason for launching the fork. After DragonFly BSD 1.0 and 1.2, version 1.4 is the project's third major stable release.
The bootable ISO image of DragonFly BSD is very small - only about 81 MB in compressed state and 226 MB after the file is gunzip-ed, giving an early indication that the CD contains a base system only. It boots into a "live CD" mode with an option to login as root, while logging in as "installer" will start the installation program. After a few informational screens and options to return to the "live CD" mode, the installer goes through the normal formatting and partitioning stages, before in starts installing files. The installation is brisk - on my 1.4GHz P4 test system with 384MB of RAM it took only about 6 minutes. After setting up a boot loader, I was given an option to configure various aspects of the installed system, including time zone, date, passwords, users and networking. A handful of extra packages are also available for installation.

The DragonFly BSD installation program
After rebooting, I found myself staring at a boot prompt. Networking worked fine so it was time to try to extend the system by installing some useful packages. While reading the release notes I noted that FreeBSD ports were no longer supported and that the preferred way of installing packages on DragonFly BSD was with pkgsrc, a utility ported from NetBSD. It took me a while to find some information about this - the DragonFly BSD Handbook, which is an exact copy of the FreeBSD Handbook, gives no indication about the existence of pkgsrc in the system. Luckily, I found a good write-up about it on the project's Wiki pages. The pkgsrc utility turned out to be a very nice way to install binary DragonFly BSD packages; once I set the PKG_PATH environment variable, all it took to install a package and all of its dependencies was to issue a simple command, e.g. "pkg_add xorg".
Can DragonFly BSD used on a desktop system? Certainly. Or, to be more precise, that's what the project's founder claimed in this interview at OSNews.
"It is extraordinarily difficult to make GUIs work out of the box on PCs due to the wide variability in hardware and peripherals, but at the same time technology has continued to progress over the years towards standards that actually make this easier to accomplish. At some point the standards going in one direction will meet the software going in the other and systems such as Linux and the BSDs (including DragonFly) will be able to approach the out-of-the-box compatibility that took Microsoft billions of dollars of development to accomplish. It isn't a matter of if, it's a matter of when."
Unfortunately, once you try to set up DragonFly BSD as a desktop system, you'll soon realise that the above are just empty words and the developers have made absolutely no effort to push the software part of the equilibrium ahead, seemingly choosing to wait for the hardware part to move in from the other direction. In fact, using DragonFly BSD made me feel as if I was back in the mid-nineties, with every single aspect of the desktop needed to be configured manually. In the end, I did get KDE up and running, but not before I spent quite a bit of time configuring the X Window System and USB mouse, and, in the absence of any useful documentation, searching for answers on Google. An educational experience? Maybe. A waste of time? Certainly yes.
In summation, DragonFly BSD is probably a very good, stable system created by a group of talented developers with a vision. I find its installer intuitive and its package management pleasant to use. But DragonFly BSD is still an operating system designed for "ubergeeks", rather than ordinary users. The project's biggest problem, however, is the lack of any decent documentation. It took the big three BSDs many years to write comprehensive handbooks and it's foolish to expect the DragonFly BSD developers to write similarly good documentation when they clearly prefer to write code. Unfortunately, without it, the project will never become the 4th major BSD OS, especially while we are witnessing an interesting trend of building user-friendly BSDs by the DesktopBSD and PC-BSD projects. Yes, this is a very shallow assessment of a release that certainly includes plenty of exciting features, but I did expect a bit more, especially after reading the above-mentioned comment by the project's creator.
The DragonFly BSD project pages can be found at DragonFlyBSD.org.
|
| Released Last Week |
EnGarde Secure Linux 3.0.3
EnGarde Secure Linux has been updated to version 3.0.3: "Guardian Digital is happy to announce the release of EnGarde Secure Community 3.0.3 (Version 3.0, Release 3). 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 NetDiff Network Scanner; the WebTool AIDE host intrusion detection module is now enabled by default; support for USB keyboards; the latest stable versions of MySQL (5.0.17), Apache (2.0.55), BIND (9.3.2), iptables (1.3.4)...." Read the release announcement for further information.
Arch Linux 0.7.1
A brand new version of Arch Linux has been released: "Here it is, folks. All the Arch goodness you know and love, only half the fat. We've added some better hardware detection, stock initrd support for neat things like encrypted root filesystems, network profiles, and more little goodies here and there. Thanks for the patience, everyone. As always, read the docs before installing." See the brief release announcement on the distribution's news page.
Yellow Dog Linux 4.1
Yellow Dog Linux 4.1 has been released: "Terra Soft Solutions is pleased to announce the release of Yellow Dog Linux v4.1. This next evolution of Yellow Dog provides an incredible array of updates and improvements, the foundation for the most complete, integrated release to date: support for backlit keys; PCMCIA cell phone and modem support; support for Atheros wi-fi cards; dual head configuration via the GUI; install direct to and boot from FireWire drives; USB device auto-mount under both KDE and GNOME; greatly improved sound support; graphical Up2Date package install and update tool ... and a completely rebuilt KDE and Gnome 'start' menu for vastly improved navigation of the graphical user interface." More details in the press release.
DragonFly BSD 1.4
DragonFly BSD 1.4 has been released: "1.4 is our third major DragonFly release. This release represents a significant milestone in our efforts to improve the kernel infrastructure. DragonFly is still running under the Big Giant Lock, but this will probably be the last release where that is the case. The greatest progress has been made in the network subsystem. The TCP stack is now almost fully threaded (and will likely be the first subsystem we remove the BGL from in coming months). The TCP stack now fully supports the SACK protocol and a large number of bug and performance fixes have gone in, especially in regard to GigE performance over LANs." Find more details in the comprehensive release notes.
Finnix 86.2
A new version of Finnix is out: "Finnix is a small, self-contained, bootable Linux CD distribution for system administrators, based on Debian testing. Today marks the release of version 86.2 for the x86, PowerPC, and UML/Xen platforms. Finnix 86.2 contains several new features, including Linux kernel 2.6.15, improved hardware detection (using data from Fedora Core 4), improved reliability when booting from USB CDROM and thumb devices, and an expanded general-purpose task utility, aptly named 'finnix'. In addition, Finnix may now be installed and run directly from a hard drive." The release announcement.
* * * * *
Development and unannounced releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| Web Site News |
New distribution additions
* * * * *
New distributions added to the waiting list
- Barefoot Linux. Barefoot Linux is a distribution created to extend the capabilities of VectorLinux, with out-of-the-box NVIDIA support, Autopackage, locale for Tamil and Sinhala languages, and other tweaks. Currently in early development.
- nUbuntu. nUbuntu is a collection of network and server security testing tools, piled on top of the existing Ubuntu system. While aimed to be mainly a security testing platform, nUbuntu also operates as a desktop environment for the advanced Linux user.
- SlackPen. SlackPen is a live CD based on Slackware Linux. The current goal is to offer everything necessary to perform a complete security audit of a network, in a low overhead environment. The end goal of SlackPen is to provide an easy installer for SlackWall, a Slackware-based firewall distribution. SlackPen was built using Slackware and the linux-live scripts written by Tomas Matejicek.
* * * * *
DistroWatch database summary
That's all for today. See you next Monday!
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) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
| |
| NovaCustom |

NovaCustom PrivacyGuard Laptops - Escape from Big Tech
The NovaCustom PrivacyGuard Laptop is ideal for anyone who prioritizes privacy. Comes with Dasharo coreboot open source firmware and Zorin OS Pro, free from influence of Big Tech.
|
| 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 1182 (2026-07-20): Small community solutions, installing software when root is full, Hauku ports virtual machine monitor from NetBSD, GNOME OS makes it easier to test features, FreeBSD purges GPL code from its base |
| • Issue 1181 (2026-07-13): Artix 20260419, making migrating to Linux easier, Google locking down Android, TUXEDO switches to Debian base, Mint improves Cinnamon on Wayland, OpenMandriva recovers from repository deletion, OSNews compares Windows and Linux |
| • Issue 1180 (2026-07-06): FreeBSD 15.1 and rumours of its installer capabilities, tools for running admin commands, Asahi fixes boot issue, reasons to run Gentoo, Ubuntu reverts Rust-based copy command, Astral gets WINE port |
| • Issue 1179 (2026-06-29): PCLinuxOS 2026.05, tips for switching distros, COSMIC gets a new system monitor, Xfce tests new Wayland compositor, FreeBSD developers invite questions |
| • Issue 1178 (2026-06-22): TBLock reviewed, the AUR compromised, Fedora's growing community, reasons to avoid immutable desktop distributions, Ubuntu to get speech-to-text, Canonical updates its beta policy, highlights in Plasma 6.7 |
| • Issue 1177 (2026-06-15): TROMjaro 2026.05.08, Ubuntu MATE updates, Asahi fixes dual-boot issue with macOS 27, AUR infected with malware, setting variables across shells |
| • Issue 1176 (2026-06-08): Redcore Linux 2601, the problem with minimal system requirements, Red Hat account linked to compromised npm repositories, COSMIC to get frosted glass effect, openSUSE shows off system extension manager, Origami merges with RakuOS |
| • Issue 1175 (2026-06-01): PineTab2 with various distros, less common words of wisdom, Canonical shutting down Ubuntu's Pastebin, Murena nears 100k users, DistroWatch turns 25 |
| • Issue 1174 (2026-05-25): Solus 4.9, Linux tablets, Haiku boots on Apple M1 machines, Fedora drops Deepin packages, Mint improves Nemo performance |
| • Issue 1173 (2026-05-18): Sylve on FreeBSD, the benefit of BleachBit, Debian commits to reproducible builds, Debian publishes updated install media, Haiku introduces SMP support on ARM64 processors, Rocky Linux creates opt-in security repository, Fedora reconsiders AI tools, KDE receives generous donation |
| • Issue 1172 (2026-05-11): Fedora 44, dealing with extra fonts, Fedora plans to provide AI tools, problems with Ubuntu's new coreutils, TrueNAS extends its development cycle, postmarktetOS improves the boot splash screen, Redox ports tmux |
| • Issue 1171 (2026-05-04): Xubuntu 26.04, extending memory with VRAM, Ubuntu plans AI features, Devuan developer forks GTK2, Mint introduces hardware enablement builds, Linux running on a PlayStation 5, local kernel exploit found in Linux |
| • Issue 1170 (2026-04-27): ENux 5.2.1, picking a second distro, AlmaLinux expands CPU support, FreeBSD publishes Status Report, Ubuntu MATE skips 26.04 release |
| • Issue 1169 (2026-04-20): Lakka 6.1, free software and source-based distributions, FreeBSD Foundation publishes compatible laptop list, Debian holds Project Leader election, Haiku progresses ARM64 port, Mint to extend development cycle, Linux 7.0 released |
| • Issue 1168 (2026-04-13): pearOS 2026.03, EndeavourOS 2026.03.06, which distros are adopting age verification, Arch adjusts its firewall packages, Linux dropping i486 support, Red Hat extends its release cycle, Debian's APT introduces rollbacks, Redox improves its scheduler |
| • Issue 1167 (2026-04-06): Origami Linux 2026.03, answering questions for Linux newcomers, Ubuntu MATE seeking new contributors, Ubuntu software centre is expanding Deb support, FreeBSD fixes forum exploit, openSUSE 15 Leap nears its end of life |
| • Issue 1166 (2026-03-30): NetBSD jails, publishing software for Linux, Ubuntu joins Rust Foundation, Canonical plans to trim GRUB features, Peppermint works on new utilities, PINE64 shows off open hardware capabilities |
| • Issue 1165 (2026-03-23): Argent Linux 1.5.3, disk space required by Linux, Manjaro team goes on strike, AlmaLinux improves NVIDIA driver support and builds RISC-V packages, systemd introduces age tracking |
| • Issue 1164 (2026-03-16): d77void, age verification laws and Linux, SUSE may be for sale, TrueNAS takes its build system private, Debian publishes updated Trixie media, MidnightBSD and System76 respond to age verification laws |
| • Issue 1163 (2026-03-09): KaOS 2026.02, TinyCore 17.0, NuTyX 26.02.2, Would one big collection of packages help?, Guix offers 64-bit Hurd options, Linux communities discuss age delcaration laws, Mint unveils new screensaver for Cinnamon, Redox ports new COSMIC features |
| • Issue 1162 (2026-03-02): AerynOS 2026.01, anti-virus and firewall tools, Manjaro fixes website certificate, Ubuntu splits firmware package, jails for NetBSD, extended support for some Linux kernel releases, Murena creating a map app |
| • Issue 1161 (2026-02-23): The Guix package manager, quick Q&As, Gentoo migrating its mirrors, Fedora considers more informative kernel panic screens, GhostBSD testing alternative X11 implementation, Asahi makes progress with Apple M3, NetBSD userland ported, FreeBSD improves web-based system management |
| • Issue 1160 (2026-02-16): Noid and AgarimOS, command line tips, KDE Linux introduces delta updates, Redox OS hits development milestone, Linux Mint develops a desktop-neutral account manager, sudo developer seeks sponsorship |
| • Issue 1159 (2026-02-09): Sharing files on a network, isolating processes on Linux, LFS to focus on systemd, openSUSE polishes atomic updates, NetBSD not likely to adopt Rust code, COSMIC roadmap |
| • Issue 1158 (2026-02-02): Manjaro 26.0, fastest filesystem, postmarketOS progress report, Xfce begins developing its own Wayland window manager, Bazzite founder interviewed |
| • Issue 1157 (2026-01-26): Setting up a home server, what happened to convergence, malicious software entering the Snap store, postmarketOS automates hardware tests, KDE's login manager works with systemd only |
| • Issue 1156 (2026-01-19): Chimera Linux's new installer, using the DistroWatch Torrent Corner, new package tools for Arch, Haiku improves EFI support, Redcore streamlines branches, Synex introduces install-time ZFS options |
| • Issue 1155 (2026-01-12): MenuetOS, CDE on Sparky, iDeal OS 2025.12.07, recommended flavour of BSD, Debian seeks new Data Protection Team, Ubuntu 25.04 nears its end of life, Google limits Android source code releases, Fedora plans to replace SDDM, Budgie migrates to Wayland |
| • Issue 1154 (2026-01-05): postmarketOS 25.06/25.12, switching to Linux and educational resources, FreeBSD improving laptop support, Unix v4 available for download, new X11 server in development, CachyOS team plans server edtion |
| • Issue 1153 (2025-12-22): Best projects of 2025, is software ever truly finished?, Firefox to adopt AI components, Asahi works on improving the install experience, Mageia presents plans for version 10 |
| • 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 |
| • 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 | 
Linpus Linux
Linpus Lite was a commercial, Fedora-based distribution developed by Linpus Technologies, a Linux company with headquarters in Taipei, Taiwan and a development office in Shanghai, China. The product's main features are: easily switchable touch-based mouse and keyboard launchers; web applications integrated with the launchers; HTML 5 widget panel; full theme changes and compatibility with a wide range of computer hardware.
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.
|
|