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 |
|
| |
| 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 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 |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
| • Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
| • Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
| • Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
| • 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 | 
ASPLinux
ASPLinux was Russian company developing ASPLinux distribution and providing a wide range of professional services such as porting existing applications to Linux from other OS, development of embedded GNU/Linux solutions for custom hardware platforms such as consumer electronic devices, including porting GNU/Linux OS itself if needed, software development for GNU/Linux, technical support, consulting, training. In March 2001 ASPLinux and Black Cat Linux Team, developers of the popular in Russia and CIS Linux distrubution, merged. ASPLinux company headquarters are located in Moscow.
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.
|
|