DistroWatch Weekly |
| DistroWatch Weekly, Issue 1123, 26 May 2025 |
|
Welcome to this year's 21st issue of DistroWatch Weekly!
Sometimes it seems like technology moves too quickly for us to keep up with it. Sometimes it feels as though quantum-this and AI-that are outpacing our ability to keep up. And, for that matter, do we really want to keep up with some of the changes and gadgets which are being offered? When the world of software seems to be spinning too fast there are still Linux distributions which take a slower, simpler approach. This week we begin with a look at one such "keep it simple" distribution: CRUX. The CRUX project is minimal, designed to be functional instead of flashy, and works much the same way now as it did twenty years ago. Read on to learn more about CRUX and what it is like using the distribution. In our News section we talk about FreeBSD improving laptop support while also sharing a tool to transition FreeBSD systems from the traditional unified base to a base managed by packages. We also share confirmation Fedora will be dropping GNOME's X11 support in the next version of the distribution. Meanwhile HardenedBSD is introducing Rust support to the base userland system and KDE is creating a virtual machine manager as an alternative to GNOME Boxes. We also share work Linux Mint is doing to make GTK applications look more natural on other desktop environments.
In our Questions and Answers column this week we talk about preventing a system from going to sleep and different approaches we can take to keep systems running. Do you usually put your computer to sleep or leave it running? Let us know in this week's Opinion Poll. Then we are pleased to share the releases of the past week and list the torrents we are seeding. We've also been busy adding new projects to our database with AxOS, Drauger OS, and Securonis now featured. Read on to learn more about these three projects. Finally, we are grateful to everyone who sent us donations this month. We appreciate you and all of our readers. Have a wonderful week and we wish you happy reading!
This week's DistroWatch Weekly is presented by TUXEDO Computers.
Content:
- Review: CRUX 3.8
- News: FreeBSD improves laptop support and introduces a tool to transition to pkgbase, Fedora confirms X11 sessions will be dropped from GNOME, HardenedBSD introduces Rust support in userland build, KDE works on virtual machine manager, Linux Mint forks libAdwaita
- Questions and answers: Preventing a laptop from going to sleep
- Released last week: Red Hat Enterprise Linux 10.0, AlmaLinux OS 9.6, NixOS 25.05
- Torrent corner: AlmaLinux OS, BigLinux, KDE neon, Tails
- Upcoming releases: FreeBSD 14.3-RC1
- Opinion poll: Sleep, hibernate, power off, or keep running?
- Site news: Donations and Sponsors
- New additions: Aurora, AxOS, Bluefin, Drauger OS, LastOSLinux, Securonis
- Reader comments
|
| Feature Story (By Jesse Smith) |
CRUX 3.8
The CRUX project develops a lightweight Linux distribution for experienced users. The project aims to "keep it simple" from a technological point of view, ignoring such modern conveniences as system installers and desktop environments.
The latest version of CRUX is 3.8 which introduces Wayland support, to a point.
CRUX 3.8 includes Wayland 1.23.1. Ports continue to default to X.Org, but Wayland can easily be installed along and run in either pure Wayland or Xwayland mode. If you decide to run a Wayland session, you will need to enable the 'contrib' collection and rebuild a few ports (for example xorg/mesa) to make it fully available.
The latest release features version 6.12 of the Linux kernel while doing away with Python 2 ports:
Python 2 has been EOL since January 1st, 2020. We have dropped it from the ports tree entirely.
The x86_64-only distribution also warns users that there have been some ABI changes and upgrading from an earlier version of CRUX might not go smoothly:
Important libraries have been updated to new major versions which are not ABI compatible with the old versions. We strongly advise against manually updating to CRUX 3.8 via ports, since these changes will temporarily break the system.
The sole edition of CRUX 3.8 is provided as a 1.6GB ISO file. Booting from this medium brings up a menu which gives us the chance to boot into the live/install session, perform hardware detection, or test the computer's RAM. When booting in Legacy BIOS mode we're also given the option of setting the screen resolution/framebuffer size. Whether booting in Legacy BIOS or UEFI mode, taking the default option will quickly boot CRUX into text mode and sign us into a console as the root user.
Since CRUX is a minimal, command-line focused project which does not ship with manual pages on its install media, I recommend visiting the project's on-line handbook before experimenting with the distribution. CRUX targets more experienced users and the handbook reflects this. At the beginning of the install section, the handbook states: "If performing a clean installation, create (if necessary) and format the partition(s) you want CRUX to be installed on. You can skip this step when performing an upgrade. Remember the choice you make for the filesystems (especially root)! The driver for your chosen filesystem must be compiled into your Linux kernel, or included on an initramfs." If any of that sounds scary or like gibberish, then CRUX is not the distribution for you. If it seems normal and reasonable, then CRUX might be just what you want.
The handbook tells us to create partitions, format them, and mount them from the command line. We are then told to run a setup script which will offer to install just the minimal base packages for the operating system, or include extras such as X.Org. We are also asked which bootloader we want to install, with options including GRUB, GRUB for EFI, and syslinux. The handbook mentions LILO, but this bootloader is no longer an option in the setup script. All the script does is copy the selected packages to the hard drive, which happens quite quickly.
Next, we need to set up a chroot environment, move into it, and then perform some configuration steps. These steps include setting a password for the root account, selecting our timezone, and picking a font. We also need to run commands to generate a locale for our system. All of this is accomplished with text files and some commands which are listed, though not really explained, in the documentation. Next up, we're told by the handbook to configure and build our kernel. There are very few details or recommendations on how to do this in the handbook, but CRUX does ship a default configuration. (Note: the commands in the handbook which explain how to install a new kernel also wipe out the default configuration.) It's been years since I had to compile my own kernel and this takes me back to the Linux 2.2 days of picking filesystems and drivers.
The handbook advises us to then install and configure the bootloader. Earlier we picked which bootloader package to use, but it wasn't configured for us. This requires just a few commands, provided by the handbook, and then we can reboot our system to try out our freshly installed operating system.
The install process is fairly long. What would normally take about five minutes for a mainstream distribution takes over half an hour with CRUX. Partly because of the manual work and typing, but mostly because compiling the kernel is a lengthy process, even if we just use the default configuration provided and don't manually tweak anything.
Early impressions
When I restarted the computer I was briefly shown the GRUB boot menu. Then my new copy of CRUX launched and booted almost instantly to a text console. There I was shown a login prompt. I could sign in to explore the shell environment. The GNU command line tools and GNU Compiler Collection are installed. Manual pages, which were missing from the install media, are available on the installed system. SysV init starts services in the background (there are not many, cron is one of the few daemons running by default) and CRUX ships with Linux 6.12.
By default, this is about all we really have to work with. We can run startx to launch a graphical environment. This just opens a terminal in a graphical display, but there are no desktop elements - nothing to click on, no menus, no icons, and no buttons. Those components need to be installed separately. The handbook doesn't cover how to do this, but it could be done if we are enterprising enough and I'll talk about how to fetch additional software later in this review.
Hardware
Since it's running from a text console and offers very few background services by default, CRUX is unusually light in memory. The distribution uses about 66MB to sign into the default shell. However, a full install of CRUX is fairly large on the disk, taking 6GB of space. A lot of this is, I believe, the build system, manual pages, and X.Org. We could slim this down by performing a minimal install, but it's probably not necessary in most situations.
CRUX was able to run in a VirtualBox instance and on my laptop. The distribution boots in Legacy BIOS mode and in UEFI mode. The default functionality is minimal and we need to set up networking, keyboard layout, and other common items manually. The default console font is tiny and, unfortunately, the usual console configuration tools available on mainstream distributions are not available to help us change this.
Package management
Package management on CRUX is handled by building software from source code. This means packages take a lot longer to install because we're not just downloading an archive, we also need to compile the software and any dependencies. This means smaller items can take a few minutes to fetch and install rather than a few seconds. It also means larger applications can take a few hours to build. Depending how much software we want to run on CRUX (and how fast our system is), we might spend a few hours to a day or two building all of the packages we want. As far as I could tell by browsing the collection of CRUX ports, there are just a few items available as pre-built binary packages - it looks like Firefox and Thunderbird are built for us.
The handbook offers a few tips for managing the CRUX port collection. We can run "prt-get search <keyword>" to find software, "prt-get install <package-name>" to compile and install a new package. Dependencies are not handled automatically, unless we run "prt-get depinst <package-name>" to install dependencies. We can update an installed port using "prt-get update <package-name>" and running "prt-get sysup" will update all installed software. The odd-one-out command in the bunch is "ports -u" which updates repository information.
CRUX does not appear to have a binary repository. The distribution also does not include support for portable package formats, such as Flatpak, either installed by default or in the repositories. This greatly limits the range of software we can install and many common desktops, applications, and even command line utilities are not available in the ports collection.
There are extra repositories available which we could enable. These appear to be provided by the CRUX community. The additional repositories expands the available packages a bit, but CRUX is still quite limited in what is available.
Other observations
CRUX is extremely minimal by default. While people running the distribution can expand its functionality by finding recommended packages listed in the wiki, but even the wiki offers very little information on how to work with the available software or configure it.
I was able to set up some basic tools, such as a text-based web browser, a bittorrent client, and wget. We can set up OpenSSH for communication with remote systems, and there are text editors (Nano and Vim) to help us configure the system. But this is about all there is and adding extra software to the system is an exercise in patience because each new application or desktop component needs to build from source. It can take hours to get just to the point of a minimal working system and days to get a fully functional one. Based on the handbook, it seems CRUX is intended to be used from the command line only (though a few desktop applications can be fetched from the ports collection). This makes for a limited system - one with no network services, no desktop software, and not much in the way of documentation or packages to expand.
Conclusions
CRUX is exactly what it says on the label (or website): "CRUX is a lightweight Linux distribution for the x86-64 architecture targeted at experienced Linux users. The primary focus of this distribution is keep it simple, which is reflected in a straightforward tar.gz-based package system, BSD-style initscripts, and a relatively small collection of trimmed packages"
The result is a fairly small, super fast distribution. One which boots and shuts down quickly, almost instantly, and can compile additional software from a ports collection. But this is about where the benefits stop.
DistroWatch has been covering CRUX since 2001 (though Wikipedia, for some reason, claims the project's initial release didn't happen until 2002). Yet, after over 20 years, there is still very little in terms of pre-built packages, friendly tools, or even (oddly enough) documentation. The handbook and wiki do briefly cover how to install the distribution and how to work with ports, and that's about it. There is nothing like the Arch wiki which covers configuration, setting up desktops, working with services, managing networking, etc. CRUX just dumps a bare bones system on us and expects us to figure out how to deal with it.
Twenty-some years ago, when CRUX was young, this sort of minimal set up where almost nothing was installed for us and we had to build our own kernel, could make sense in some situations - such as when hardware was unusually low-end. If a person only had access to 128MB of RAM, using about 60MB for the operating system would be a welcome, minimal change compared to more mainstream distributions. These days though, there isn't a practical benefit to building a kernel from source, even on low-end equipment, and the lack of binary packages means CRUX isn't really practical in most desktop or server settings.
These days we have other, similarly minimal distributions (such as Alpine, Arch Linux, and Void) which can run in lightweight environments, such which also provide binary packages, easier configuration, and lots of documentation. They can be installed and loaded with the software we need in a matter of minutes while CRUX would still be compiling its kernel.
CRUX is a project which made sense in some scenarios 25 years ago, but these days I don't think it has any practical benefit over other keep-it-simple distributions and it has several drawbacks, especially if we want modern features like Flatpak, binary packages, easy to install desktop environments, and quick install process. The project continues to exist, but it does not seem to have evolved at all to keep up with other KIS projects. Running CRUX feels more like visiting a museum than running a modern KIS distribution.
* * * * *
Hardware used in this review
My physical test equipment for this review was an HP DY2048CA laptop with the following
specifications:
- Processor: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
- Display: Intel integrated video
- Storage: Western Digital 512GB solid state drive
- Memory: 8GB of RAM
- Wireless network device: Intel Wi-Fi 6 AX201 + BT Wireless network card
* * * * *
Visitor supplied rating
CRUX has a visitor supplied average rating of: 8.4/10 from 7 review(s).
Have you used CRUX? You can leave your own review of the project on our ratings page.
|
| Miscellaneous News (by Jesse Smith) |
FreeBSD improves laptop support and introduces a tool to transition to pkgbase, Fedora confirms X11 sessions will be dropped from GNOME, HardenedBSD introduces Rust support in userland build, KDE works on virtual machine manager, Linux Mint forks libAdwaita
The FreeBSD Foundation is working on improving laptop support for the FreeBSD operating system. The efforts in this area include expanding wireless card support, updating graphics drivers, and, managing system upgrades using a unified package manager. There are also initiatives to improve sleep and lower power states. The latest update includes mention of Realtek wireless drivers and the ability to install FreeBSD on-line using packages for the pkg package manager: "Updated support for Realtek wireless drivers rtw88 and rtw89 is now in main, and will be in 14.3 soon. To test these, please go to the wireless mailing list. The FreeBSD installer now installs pkgbase in 15.0-CURRENT Users can now install a pkgbase system using bsdinstall on 15.0-CURRENT. The current state is not feature-complete, as it doesn't support offline installation, but will be in 15.0 release." Additional updates can be found in the project's monthly updates report.
The FreeBSD team has published a Quarterly Status Report, sharing new developments and improvements for the first quarter of 2025. One of the new features discussed is a tool for converting existing FreeBSD installs, which use the traditional freebsd-update upgrade manager, to a system which can use the new pkgbase system. "The new pkgbasify tool automatically converts an existing FreeBSD 14+ system to use pkgbase. I've done my best to make pkgbasify as robust as possible and currently believe it to be as reliable as manual conversion if not better. That said, pkgbasify could use testing on more diverse systems! See the README for usage instructions and details on pkgbasify's behavior."
* * * * *
The Fedora team have confirmed plans to replace GNOME's X11 session support from the distribution. This means GNOME will be Wayland-only without the option to install X11 support from the repositories. The proposal, "Remove the GNOME X11 packages from the Fedora repositories. All users of the GNOME X11 session will be migrated to the GNOME Wayland session,' has been accepted and will be applied to Fedora 43, which will be released later this year.
* * * * *
The HardenedBSD project is experimenting with making it possible to build userland programs written in the Rust language. Rust is a "memory safe" language, avoiding many of the issues which cause security issues in programs written in some older languages, such as C. "We introduced a new BSD makefile, located at share/mk/bsd.rust.mk, that enables building a Rust application during buildworld. As of this writing, we only support building and installing Rust applications. Supporting library crates is planned (we would like to be able to build/install library crates that expose an FFI, like for C/C++ compatibility). Normal library crates build and install just fine. Support for cdylib Rust library crates specifically is what's missing, but is desired and planned. We do not currently support Rust in the kernel. Kernel support requires more work that we deemed out-of-scope for this initial proof-of-concept/work-in-progress patchset." Additional information on this change is presented in the project's May 2025 newsletter.
* * * * *
The KDE project is developing a graphical virtual machine manager. The new application, which is called Karton, is being worked on as a Google Summer of Code project and will provide a Qt-native alternative to GNOME Boxes. "Currently, GTK-based virtual machine managers (virt-manager, GNOME Boxes) are the norm for a lot of KDE users, but they are generally not well integrated into the Plasma environment. Although there has been work done in the past with making a Qt-Widget-based virtual machine manager, it has not been maintained for many years and the UI is quite dated. Karton, as originally started by Aaron Rainbolt, was planned to be a QEMU frontend for virtualization through its CLI. Eventually, the project ownership was handed over to Harald Sitter and it was made available as a GSoC project. My aim is to make Karton a native Qt-Quick/Kirigami virtual machine manager, using a libvirt backend. Through libvirt, lower-level tasks can be abstracted and it allows for the app to be potentially cross-platform." Additional information and a video demonstrating Karton's capabilities can be found in this blog post.
* * * * *
The Linux Mint project is working to make applications written with the GTK development libraries look more natural on desktop environments other than GNOME. The project's GitHub page explains: "libAdapta is libAdwaita with theme support and a few extra. It provides the same features and the same look as libAdwaita by default. In desktop environments which provide theme selection, libAdapta apps follow the theme and use the proper window controls. libAdwaita also provides a compatibility header which makes it easy for developers to switch between libAdwaita and libAdapta without requiring code changes." This became necessary because, as the Mint team observes, libAdwaita "identifies as a GNOME-only platform" and its developers refused to include theme support, something which is required to make applications look natural on non-GNOME desktops.
* * * * *
These and other news stories can be found on our Headlines page.
|
| Questions and Answers (by Jesse Smith) |
Preventing a laptop from going to sleep
Staying-up-all-day asks: Is there a way to block my laptop from going to sleep? It doesn't wake up properly.
DistroWatch answers: There are a few ways you can approach preventing your laptop from going into sleep/suspend mode. The approach you end up taking will depend on a few things. For example, your approach will likely change depending on whether you are trying to prevent other users from putting the laptop to sleep or if you just don't want the system to go into sleep mode automatically when not being actively used. Your approach might also vary depending on which distribution you are running.
Let's assume what you want to do is avoid having your laptop go to sleep automatically when it is idle or maybe you want to prevent the laptop from snoozing when you close its lid. If that is the case then your desktop environment likely provides a power management tool to help you. The major desktop environments, such as GNOME, Xfce, and KDE Plasma have graphical power management utilities, accessible through their configuration panels.
The Xfce Power Manager utility
(full image size: 55kB, resolution: 773x609 pixels)
You can open the power management tool, select which behaviour (if any) you want to assign to the system being idle, the laptop lid being closed, or the power button being pressed.
The KDE Plasma Power Management panel
(full image size: 117kB, resolution: 1062x809 pixels)
On the other hand, if what you are trying to do is to prevent another person or an application from being able to put the laptop to sleep then you have a more tricky situation. On most Linux distributions you can disable sleep and hibernate modes using the systemd systemctl command. Going into suspend or hibernate mode can be disabled by using a systemd concept called "masking". When a systemd target or service is masked, it is effectively disabled and inaccessible. This means we can "mask" the suspend, hibernate, and hybrid-sleep units in order to prevent them from being used. The command looks like this:
systemctl mask hibernate.target hybrid-sleep.target sleep.target suspend.target
To re-enable sleep and hibernate functions later, you can "unmask" these units:
systemctl unmask hibernate.target hybrid-sleep.target sleep.target suspend.target
Note: the above commands should be run as the root user or through an access elevation tool such as sudo.
On distributions which do not have systemd, then you may be able to accomplish the same thing using Advanced Configuration and Power Interface (ACPI). This is a bit more risky as disabling ACPI entirely means no power management is being handled by your operating system and this may cause increased power usage, additional heat, or unexpected behaviour.
Disabling ACPI can be handled at boot time by adding the following parameters to your kernel's boot options:
acpi=off apm=off
On most distributions this is accomplished by editing the GRUB configuration file (/boot/grub/grub.cfg) and adding the parameters "acpi=off apm=off" to the end of the kernel's boot line.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
| Released Last Week |
Red Hat Enterprise Linux 10.0
Red Hat, Inc. has announced the availability of Red Hat Enterprise Linux (RHEL) 10.0, a major update of the company's enterprise Linux line of products. Some of the main new innovations of RHEL 10 include AI-powered Linux management with Lightspeed and enhanced security features for the quantum frontier. "Red Hat, the world's leading provider of open source solutions, today introduced Red Hat Enterprise Linux 10, the evolution of the world's leading enterprise Linux platform to help meet the dynamic demands of hybrid cloud and the transformative power of AI. More than just an iteration, Red Hat Enterprise Linux 10 provides a strategic and intelligent backbone for enterprise IT to navigate increasing complexity, accelerate innovation and build a more secure computing foundation for the future. Recognizing the long-term security implications of quantum computing, Red Hat Enterprise Linux 10 leads the industry as the first enterprise Linux distribution to integrate Federal Information Processing Standards (FIPS) compliance for post-quantum cryptography." See the press release and read the detailed release notes for further information.
Red Hat Enterprise Linux 10.0 -- Running the GNOME desktop
(full image size: 2.3MB, resolution: 2560x1600 pixels)
AlmaLinux OS 9.6
The AlmaLinux project has released an update to the distribution's 9.x series. AlmaLinux OS 9.6 focuses on performance and security, as the release announcement highlights: "AlmaLinux 9.6 Stable continues to enhance performance, development tools, and security. Updated module streams improve support for web applications, while new compiler versions bring optimizations for better performance. The release also delivers updates to elfutils, Valgrind, SystemTap, and PCP improving system debugging and performance monitoring. Networking improvements come with new versions of NetworkManager and iproute. Security updates include new SELinux-policy and SSSD versions. Containerization and virtualization are improved with updated podman, buildah, libvirt, and QEMU-KVM. Additionally, the new snpguest and snphost packages enhance virtualization capabilities. AlmaLinux OS 9.6 also includes a tech-preview of KVM virtualization support for the IBM Power architecture. It has been unavailable upstream since version 9.0, but is fundamental for a number of AlmaLinux users." The release notes offer additional details.
NixOS 25.05
NixOS is an independently developed GNU/Linux distribution that aims to improve the state of the art in system configuration management. The distribution's latest release is version 25.05 "Warbler" which will be supported until the end of 2025. The project's release announcement mentions some key highlights, including the availbaility of GNOME 48 and COSMIC desktop packages. "The packaging of Mesa graphics drivers has been significantly reworked, in particular: Applications linked against different Mesa versions than installed on the system should now work correctly going forward (however, applications against older Mesa, e.g. from Nixpkgs releases before 25.05, remain broken). The global Mesa version can now be managed without a mass rebuild by setting hardware.graphics.package. Packages that used to depend on Mesa for libgbm or libdri should use libgbm or dri-pkgconfig-stub as inputs, respectively. OpenSSH has been updated from 9.9p2 to 10.0p2, dropping support for DSA keys and adding a new ssh-auth binary to handle user authentication in a different address space from unauthenticated sessions. Additionally, we now enable a configure option by default that attempts to lock sshd into RAM to prevent it from being swapped out, which may improve performance if the system is under memory pressure. See the full changelog for more details. GNOME has been updated to version 48."
* * * * *
Development, unannounced and minor bug-fix releases
|
| Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not have a bittorrent client capable of handling the linked files, we suggest installing either the Transmission or KTorrent bittorrent clients.
Archives of our previously seeded torrents may be found in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 3,213
- Total data uploaded: 47.3TB
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| Opinion Poll (by Jesse Smith) |
Sleep, hibernate, power off, or keep running?
In this week's Questions and Answers column we talked about a computer's sleep/suspend state, a low-power mode where the system is (mostly) inactive to reduce energy consumption. There are other low-power states, such as hibernate, which saves even more power and dumps information from RAM to the disk for future access. When you are finished using your computer, what do you do with it: leave it running, put it to sleep, put it in hibernate mode, or off the machine?
You can see the results of our previous poll on changing the layout of the Linux filesystem in our previous edition. All previous poll results can be found in our poll archives.
|
Do you use sleep, hibernate, or power off your computer?
| Sleep/suspend: | 451 (25%) |
| Hibernate: | 76 (4%) |
| Power off: | 964 (54%) |
| I leave it running: | 284 (16%) |
| I do not have a personal computer: | 9 (1%) |
|
|
| Website News |
Donations and Sponsors
Each month we receive support and kindness from our readers in the form of donations. These donations help us keep the web server running, pay contributors, and keep infrastructure like our torrent seed box running. We'd like to thank our generous readers and acknowledge how much their contributions mean to us.
This month we're grateful for the $113 in contributions from the following kind souls:
| Donor |
Amount |
| J S | $50 |
| Jonathon B | $10 |
| Sam C | $10 |
| Joshua B | $7 |
| Brian59 | $5 |
| Chris S | $5 |
| Chung T | $5 |
| John B | $5 |
| TaiKedz | $5 |
| J.D. L | $2 |
| PB C | $2 |
| aRubes | $1 |
| Colton D | $1 |
| Stephen M | $1 |
| Kai D | $1 |
| Lars N | $1 |
| Shasheen E | $1 |
| William E | $1 |
* * * * *
New distributions added to database
Aurora
Aurora is a Fedora Silverblue-based Linux distribution with the goal of being a general-purpose workstation. It uses the KDE Plasma desktop. Like Fedora Silverblue, Aurora's root filesystem is immutable (read-only), which makes the system more stable, less prone to bugs, and easier to test and develop. Updates, upgrades and rollbacks to a previous image are available via the rpm-ostree utility. The distribution also features Flatpak applications and Toolbox containers.
AxOS
AxOS is an Arch-based Linux distribution for the desktop. It features a custom package manager called Epsilon and it strives to present a modern and elegant look while remaining powerful, lightweight and customisable. Besides the default KDE Plasma desktop, the project offers two other desktop options - Calla (a custom desktop environment based on the Awesome window manager) and Sleex (a custom desktop environment based on the Hyprland compositor).
AxOS 25.01 -- Running the KDE Plasma desktop
(full image size: 1.3MB, resolution: 2560x1600 pixels)
Bluefin
Bluefin is a Fedora Silverblue-based distribution that aims to provide a stable and secure system with pre-installed software and hardware support, GNOME desktop, Flatpak integration, and Distrobox inclusion. It features an immutable, read-only root file system, enhancing system stability and security. Bluefin provides various editions of the product, including "gts" (based on the previous stable version of Fedora), "stable" (based on the current stable version of Fedora), and "latest" (based on the latest stable version of Fedora, inclusive of daily updates). It also offers a developer mode with various tools and container-based technologies for developers.
Drauger OS
Drauger OS is an Ubuntu-based Linux desktop gaming distribution that ships with many modifications and optimizations over stock Ubuntu; these are intended to improve gaming performance and the gaming experience. From simple changes such as swapping GNOME out for KDE Plasma and using a dark Qt theme by default, to more complex changes such as using a kernel compiled in-house and replacing PulseAudio with PipeWire. Drauger OS is built from the ground up with a focus on performance.
Drauger OS 7.7 -- Running the KDE Plasma desktop
(full image size: 227kB, resolution: 2560x1600 pixels)
LastOSLinux
LastOSLinux is Linux Mint-based distribution with the goal of being a user-friendly alternative to Windows. It is designed for current Windows users wishing to migrate to Linux, with a Windows-like user interface and tools. The distribution uses the Cinnamon desktop and it also includes the Wine software which is able to run some Windows applications on Linux.
LastOSLinux 2025-03-02 -- Running the Cinnamon desktop
(full image size: 4.3MB, resolution: 2560x1600 pixels)
Securonis
Securonis Linux is a privacy- and security-focused Linux distribution based on Debian's "Testing" branch. It includes a preconfigured tool that forces all incoming and outgoing connections through the Tor network. The system comes preloaded with various privacy and security tools, along with some custom-developed utilities. Securonis Linux uses the MATE and GNOME desktop environments. It can be run in live mode or installed permanently using the Calamares installer. The goal of Securonis is to provide a secure system suitable for everyday use.
Securonis 2.5 -- Running the MATE desktop
(full image size: 500kB, resolution: 2560x1600 pixels)
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 2 June 2025. Past articles and reviews can be found through our Weekly Archive and Article Search pages. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
|
|
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 1, value: US$3.47) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
|
| Reader Comments • Jump to last comment |
1 • Night, night (by brad on 2025-05-26 00:39:10 GMT from United States)
I use hibernate most of the time, because it works on MX LInux without issue (I had problems using hibernate in Manjaro - when that was my daily driver, sleep was preferred, because it seemed to work without a problem).
I guess (as usual) "it depends". I'm hoping other folks can say that hibernate worked without issue, no matter what distro is used.
2 • Sleep, hibernate, power off, or keep running (by SM on 2025-05-26 01:09:22 GMT from United States)
I put desktop PC in sleep mode when not using. However, if storms are on the way I will use poweroff in case of power failure. On laptop I will use sleep if I will be back on it in an hour or less, otherwise I use poweroff.
3 • Sleep, Power Off or Hibernate (by penguinx86 on 2025-05-26 01:13:24 GMT from United States)
I only use sleep mode when I close the lid on my laptop for a short time. For longer times, I shutdown my laptop to save the battery. I never use hibernate, because it takes too long to come back up.
Also, I like the idea of a Silverblue based distro like Aurora or Bluefin, but I'd rather have the Xfce desktop instead of Kde or Gnome. Lack of Xfce is why I don't use Silverblue.
I also like FreeBSD's "efforts in this area include expanding wireless card support". There are lots of distros I can't use because they are incompatible with my laptops Wifi adapter.
4 • To sleep or not to sleep... (by Friar Tux on 2025-05-26 02:28:03 GMT from Canada)
I voted "Power Off". I never use sleep or hibernate. If I leave my laptop during the day, I leave it on - no timing out, no screensaver. Generally, I turn my laptop on at 6:30 am, and turn it off at 10:30 pm. I'm retired and do just about everything on my laptop, from communicating with family, reading books, paying bills, shopping, and much, much more. Then, at 10:30 pm, I let the poor baby rest.
5 • Poweroff or Hibernate (by JKL on 2025-05-26 03:53:34 GMT from United States)
I poweroff on my desktop (Linux). I like fresh boots. Ironically I prefer hibernating on my laptop (windows) because I am usually in the middle of things (sleep has issue where the laptop goes into “eternal sleep” sometimes). I don’t trust sleep on my desktop either even if it’s supposedly safe (nvidia) because I had traumatic experiences with nouveau and sleep (eternal) before I had a chance to install the nvidia drivers.
I don’t want to allocate a huge swap space just to allocate on Linux which is why I don’t hibernate. Plus I don’t want to deal with that resume= stuffs (I am lazy).
One of these days, it would be nice if swap could be dynamically allocated.
6 • Dropping X11 (by JKL on 2025-05-26 04:04:25 GMT from United States)
Fedora is dropping X11, I actually heard GNOME is going to drop X11 entirely on version 50 (wayland + xwayland only). People are getting very salty about it. Honestly it works perfectly fine on my 10+ yo machine with haswell intel i5 and Nvidia 1560 super.
Honestly, it is good to reduce the workload of the developers to focus on making GNOME work well on one window system instead of two. The bandage had to be ripped at some point, and for the missing features will be added over time.
Those who need X11 still can use Cinnamon like I do for apps like Zoom.
7 • Using shutdown. (by Bobbie Sellers on 2025-05-26 04:17:59 GMT from United States)
Mostly I use Shutdown because I find that starting up from Hibernation is just as keystroke intensive. My Dell 7730 Precision is usual run from the plugged in power supply but I have set it up to power off at low batter levels. Formerly I ran other computers continuously but lately have been shutting it on and off during the day.
bliss-Dell Precision 7730-PCLOS 2025.05-Linux 6.6.92-pclos1-KDE Plasma 5.27.11
8 • leave running and seldom ture off (by Don on 2025-05-26 04:40:51 GMT from Canada)
if you do not have a solid state drive . is their less wear on the drive if you leave the computer and drive running . is that not true ? dose not most of the wear happen as the drive is started up at boot or waking up from sleep
9 • Shutdoown (by blu3b3rry on 2025-05-26 05:18:31 GMT from United Kingdom)
Desktop or laptop I tend to shutdown everything at the end of the day, although after an hour or so most of my computers are set to sleep unless I know they have issues on resume.
Not sure I'm completely convinced about the 100% move to Wayland by GNOME - surely better off waiting that things all work correctly before dropping X11 for good. Screen sharing for example isn't 100% yet.....
10 • Sleep, hibernate or shutdown (by Kostas on 2025-05-26 05:35:31 GMT from Greece)
I always use sleep on my laptop by just closing the lid. When I return, I just use the fingerprint and everything is back instantly. Pretty simple!
I use MX-Linux (KDE) for the last few years with no problems at all. Dell Vostro 15 5510 with Intel Iris Xe Graphics (the open source driver is included in the Linux Kernel, and that's why it has no issues). I still remember the hard time I had with the nvidia card when trying to hibernate my previous laptop (Toshiba Qosmio F60), because of the faulty nvidia driver...
11 • Hibernation (by Guido on 2025-05-26 07:28:56 GMT from Philippines)
It's worth noting that for hibernation, you also need to create a swap partition on your hard drive the size of your RAM to store all of your system's contents. So, if you have 4 GB of RAM, you also need 4 GB of swap on your hard drive. And so on.
12 • FreeBSD's + laptop sleep (by Chris on 2025-05-26 08:00:35 GMT from United Kingdom)
well it was time from FreeBSD devs to give an f for suspend/resume support, but still lags light yrs away from Linux, it is still a mess and good luck if you have a system that can be wake up (from hyeprnation) without ... reboot! Not to mention you only can do that using PS/2 keybaord or using the power button (as USB is dodo when suspend on FreeBSD) , year of FreeBSD on .. laptop , ok LOLz not even next deecade
13 • Sleeptime (by Chris on 2025-05-26 09:40:23 GMT from South Africa)
I have Home Assistant running on an old laptop and I don't recall ever having the thing go to sleep/shutdown so HA possibly sets that correctly?
14 • Linux Mint forks libAtwaita... (by Marky Mark on 2025-05-26 10:05:07 GMT from The Netherlands)
Quote: "The Linux Mint project is working to make applications written with the GTK development libraries look more natural on desktop environments other than GNOME."
That's the best news I've read in a long time! FINALLY someone does something about that, Some applications have those big, chunky parts and doesn't look refined at all. It's like playing with Fisher Price software instead of a serious application. And it's not very forgiving under small screens. You only see too big buttons.
LibreOffice looks dreadful under a GTK-theme nowadays. And eye candy gets more important under Linux distros because of it's rising userbase.
And it must have been said: once again it's the Linux Mint team that forks a major piece of software to make it better. Maté, the X-apps, and soon libAdwaita.... all Linux distros without GNOME will benefit for it later. I hope especially Xfce (my favourite desktop). Some apps under Xfce look really ugly en too chunky for such a refined desktop as Xfce was/is. So thank you once more, Linux Mint team, for being extremely valuable for the Linux world.
15 • Sleep and hibernate (by David on 2025-05-26 11:01:52 GMT from United Kingdom)
These made sense with mechanical drives, especially the slower ones on laptops, but modern systems boot so quickly that sleep and hibernate no longer offer any real advantage — and hibernate needs a large swap partition.
16 • Crux (by pat on 2025-05-26 11:07:17 GMT from United States)
I think a distro like this is the digital equivalent of living as an off-the-grid subsistance farmer. Happy adventures.
17 • Linux (by Scooter Rallen on 2025-05-26 11:47:09 GMT from United States)
One problem with LINUX .... is the blistering amount of frequent releases of the NEWEST BEST Ground Breaking technologies. Its hard .... Darn near impossible to filter out the junk from the others. Mostly I only INSTALL - Distros with a minimum of five years. Anything new - happens in a VM first. Right now - I think Universal Blue.... Project Blue (Silver Blue) is about the best there is. But that's just my opinion.
18 • poweroff (by wally on 2025-05-26 11:56:26 GMT from United States)
Poweroff for two laptops & one desktop. Leave running for my main desktop which has jobs to run at various times.
19 • libAdapta (and I always shutdown my laptop since it's as fast as hibernating) (by Tuxidos on 2025-05-26 12:14:01 GMT from France)
@14 libAdapta, is a "soft" fork meaning it'll be kept as closed as possible to libAdwaita (if not, it would become yet another framework) to allow devs to re-build their software with just few lines of code (and all classes keep the libAdwaita's "Adw" prefix), but with predefined themes for apps to look more like other Mint apps (ex. https://github.com/xapp-project/libadapta-examples?tab=readme-ov-file#python-app), with Mint colors, font, etc. So if tomorrow Gnome launches new widgets in libAdwaita (and they often do it), it won't be difficult to integrate in libAdapta, but it will fundamentally look the same on Gnome-based distros and Mint, since theses apps have certainly been developed and tested using libAdwaita, just it won't no more seem totally alien in Mint.
20 • Lightweight distros (by Hank on 2025-05-26 12:53:08 GMT from Germany)
Quote: other, similarly minimal distributions (such as Alpine, Arch Linux, and Void) which can run in lightweight environments, such which also provide binary packages, easier configuration, and lots of documentation. They can be installed and loaded with the software we need in a matter of minutes while CRUX would still be compiling its kernel.
As usual here one of the best lightweight distros was not mentioned, reading below it ticks all the boxes, is available in base core and full versions all with no systemd. Debian based, choice of Window managers and init, sysV or Runit, two kernels included, one is for older hardware. On top a 32 bit version is still available, very important for poorer countrys.
21 • Sleep and hibernate (by CopEnHagen on 2025-05-26 14:00:01 GMT from The Netherlands)
@15 • Sleep and hibernate (by David) "These made sense with mechanical drives, especially the slower ones on laptops, but modern systems boot so quickly that sleep and hibernate no longer offer any real advantage — and hibernate needs a large swap partition."
This is double wrong.
The focus of hibernate was never so much about quicker boot time, but about letting all of your programs open, shut down the computer, turn it on again, and everything is again at the point as it was before shutdown.
The point of sleep was similar. You have dozen applications open, you walk away and come back in an hour or two, and everything is still exactly as when you left off.
Sleep and hibernate were never ment to be shutdown replacements.
22 • Power management and source based distros. (by Tuxedoar on 2025-05-26 14:19:27 GMT from Argentina)
As of power management, I don't setup neither hibernate nor suspend on desktop computers. However, I do take care of suspend on laptops. AFAIK, hardware on laptops have improved quite a bit in terms of the amount of power they consume (with a downward trend over the years) when using some power-saving mode. Plus, batteries capacity have also improved significantly in recent years. Thus, I don't think using hibernation in laptops is worth it. Even less when you take into account that hibernation requires that you have the equivalent of swap space, that the total amount of RAM your hardware has.
Regarding source based distros, such as Crux, I think one should think of them as educational projects. I mean, if you want to learn in detail how each component of a GNU/Linux system is setup and integrated with other components of the system, that's where the most value lies on. In this regard, it seems to me, that effort required to install and setup Crux, isn't that much far from projects like "Linux From Scratch". To have an in-depth learning experiece, I rather prefer the latter.
Have a nice week. Cheers.
23 • power poll (by Chris on 2025-05-26 14:31:51 GMT from United States)
I never had much use for Hibernate. I find the time advantage over simply powering off/on is minimal, and the additional "wasted" disk space required makes it just not worth it. I used to love Sleep/Standby, but Microsoft/Intel ruined that by replacing S3 with the half-baked S0ix. When I bought my current ThinkPad a year ago, I quickly found out that under Win11, the machine uses up more battery and gets warmer while "asleep" than while awake & surfing the 'net (even after disabling network connectivity while in Standby).
24 • @20 - antiX? (by Uncle Slacky on 2025-05-26 15:20:01 GMT from France)
I assume that Hank is talking about antiX (as it has base/core/full versions) - maybe he just forgot to actually mention the unmentioned distro?
25 • Crux Linux (by Always_curious_about_FOSS on 2025-05-26 15:33:34 GMT from Germany)
I had thought about trying Crux Linux. Jesse's review has now demotivated me. Well. Actually for a moment. If I dared to do it, it would certainly take me much longer than half an hour. It could be more like 3 weeks.....
26 • Crux sounds cool (by Andy Prough on 2025-05-26 18:10:06 GMT from United States)
Crux sounds very cool, like Linux From Scratch but with some basic package management functions through prt-get. I may have to try it. The lack of any package management is the thing that keeps me from using LFS for very long after I build a copy.
27 • @20, yes antiX, (by Hank on 2025-05-26 19:30:09 GMT from Germany)
Seems the distro name fell in to a black hole, it is still in the draft post.
Anyways after using and supporting for many years antiX gets my prize for best of the best Debian based distros. It runs well even on some 25 year old hardware.
I read in a review sound does not work, that usually comes from persons clicking madly away in the graphical control center, a single click on the turn on pipewire option and the fun might start. It often needs a reboot and a couple of tries turning pipewire on and off to get back to alsa.
I am not a fan of the frontends to alsa, that is pipewire wireplumber etc. pure alsa works on pretty much any setup, just needs apulse for some browsers but not the delivered FF ESR which is compiled to use alsa directly..
28 • System integrity: Sleep, hibernate or power off? (by dob on 2025-05-26 19:43:01 GMT from United Kingdom)
Consider implications for system security (timely patching, minimising downtime/maximising availability) - whether there will be a trade off with respect to filesystem housekeeping / other background tasks (any impact on SSD maintenance wear-levelling, journalled file system or database performance or secondary storage lifetime (due to write-amplification)
29 • On or Off or nothing... (by tom joad on 2025-05-27 02:31:28 GMT from United States)
First, I never, ever used anything but on and off with my machines. I have always been deeply suspicious of suspend, hibernate, ignore, leave me alone, comatose and very nearly dead.
So...
With my laptop it is on until it is not. When it is not on is after I am done using it. My tower at home is started when ever during the day and it runs all day until bed time. Then it is off. The server tower I have in a corner of my 'cave' runs the tor relay. That tower box is well over a decade old, having endured serveral resurrections, has been running continuiously for several years being a relay. The only time it is down is when it has gone foo-bar on me for some reason. Then I 'fix' and it goes right back into battle. The screen is mostly always off.
When I was a cube dweller doing tech support everything ran according to 'Policy.' Most places our machines were on during our shifts and then off. The exception was Gateway. Our computers there ran 24/7/365. When we started our shifts we rebooted them. We would shut down the screens when we went home but the boxes ran. Why? We were told 'they' in North Souix city, South Dakota were managing them through the network. And they did.
Personally, I think it is better for them to just run. Consider heat, expansion and contraction on the electronics. I think the constant 'On and Off' is much more problematic than just leaving them run. At Gateway, we had remarkably few issues with doing just that.
30 • #28.powering down and SSD / Flash optimisations (by dob on 2025-05-27 06:48:45 GMT from United Kingdom)
Use of F2FS, TRIM, & noatime https://www.baeldung.com/linux/solid-state-drive-optimization
https://docs.kernel.org/filesystems/f2fs.html
Hardware component design MLC, NAND vs NOR memory gateways, Consider: risks / opportunity for Bit-flipping (loss of data or ‘state’ integrity) and over provisioning
RAID storage types… Storage in triplicate (array storage and comparison on retrieval) as to identify potential failure or interference (Versus more primitive error checking for example ‘parity bit’ checks employed in some RAM module designs).
31 • Sleep/Hibernate/Poweroff (by Robert on 2025-05-27 13:59:47 GMT from United States)
For the past several years I've been powering off my PC while I'm at work and leave it on otherwise. I used to just leave it on 24/7.
I would like to have it it sleep/hibernate, but over the past 20 years I've had at best mixed results with that on Linux. Occasionally I'll find a particular combo of distro, version, and hardware that works reliably but more often than not the computer will fail to wake or wake to a black screen. Not useful.
32 • sleep modes just buggy (by Jay on 2025-05-28 00:23:52 GMT from United States)
Shutdown, cuz sleep modes just buggy. hardly works well like windows. not even considering side channel issues at all.
33 • Code Kitty Question (by Jimmy Richards on 2025-05-28 08:42:04 GMT from United States)
Jimmy Richards here, long time listener, first time caller,... My question Gods is, We just found this neat powerhouse Distro which seems to equal (if not out-due) Mike-row Loft called "Corel Linux" and, if ye Gods be so benevolent, We were sacrificing offerings seeking guidance on how to flash it to USB, or is it devil disks for discontinued Distro deluxe...Corel Linux?? Give all thanks to root....man sudo.
34 • Heck I'm Liable To Do Any Of Those Choices (by Slappy McGee on 2025-05-28 14:21:05 GMT from United States)
..sleep, power off, hybernate, suspend, expel, discharge, jettison, smash to smithereens, etc, depending on a lot of things.
35 • Crux (by rhtoras on 2025-05-28 19:28:55 GMT from Greece)
Well i happen to like the ideas of Crux and it is transparent project in the nosystemD side of things. You need to maintain things yourself and it is not consider a project for both new or noob users but for those searching for the truth. OK it won't work easily on a computer 20 years old but this is beyond it's scope. And btw arch is not lightweight. I would love to see review of Noir Linux and Dragora too. Go on Jesse...
36 • Hibernate, run, or shutdown? (by Kitty on 2025-05-28 20:25:45 GMT from United States)
$ uptime 15:23:41 up 147 days, 14:53, 3 users, load average: 0.09, 0.26, 0.32
I just let mine run
37 • religy tech (by distroprayser on 2025-05-29 06:12:31 GMT from United States)
There's room for all in tech - religious and non-so alike.Life's too short to battle one against the other. It's best to find a good place within your group - and a good OS - and march on regardless.
38 • shut down (by peer on 2025-05-29 07:24:13 GMT from The Netherlands)
I allways shutdown my pc and laptops. It is just a habit.
39 • Power Options (by Jan on 2025-05-29 22:09:49 GMT from The Netherlands)
End 2023 I (re)started testing in live mode and installed mode to replace Windows 10 (I think a distro with a big management/support-group and a long history and seldom/no breakage is the best (Ubuntu, Mint, Fedora, MX, preferably in KDE).
One of the problems I encountered is freezing of the desktop, mostly in live mode and mostly at KDE after a some 5 minutes of use. On internet this kind of problems can be found, but no solution. I attributed this problem to something wrong with the Power-Options (hibernation, sleep, closing notebook-lid, etc.).
So when I test a distro in live mode or in installed mode, the first thing I do is disable any Power-Option (to never, very long time, do-nothing). However I am not sure if this is the source of the freeze problem.
40 • Uptime (by CopEnHagen on 2025-05-30 09:33:47 GMT from Germany)
@36 • Hibernate, run, or shutdown? (by Kitty)
"$ uptime 15:23:41 up 147 days
I just let mine run"
This sounds like 1147 missing firmware updates, security patches, bug fixes, etc.
Just because "kitties" always run doesn't mean that PCs should do it too. ;) :) :)
41 • Lightweight distros (by After 10 on 2025-05-30 11:30:20 GMT from Germany)
Read about antiX here. It sounded interesting ,now running Full stable version, everything working as expected on a 12 year old device which ms wants me to scrap as win 11 will not run on it..
Playing with an experimental Multi Init version of current antiX running live from USB, I learned about it on antiX forum. Updating, Customisation, live remaster, iso creation all working well enough to use for some work and as proof of concept. sysV init, s6-rc, s6-66, openrc, dinit, runit, this is work in progress but working proof there is not one init to rule them all as has been claimed all too often by an almost religeous faction. Hard work was done by ProwlerGR with help from upstream and others too many to list.
42 • @41...Lightweight distros... (by R. Cain on 2025-05-30 14:48:40 GMT from United States)
You have just discovered one of the best-kept secrets in the Linux 'distro-sphere'...two, if you consider antiX's cooperative-venture cousin: MX-Linux.
From Distrowatch: (antiX) "...It should run on most computers, ranging from 256 MB old PIII systems with pre-configured swap to the latest powerful boxes. 256 MB RAM is recommended minimum for antiX...
(MX-Linux) "...Not only did MX Linux work well with my hardware, it worked quickly, was stable, and I can't think of a single time I saw an error message during my trial... "I'm of the opinion MX Linux is one of the most capable, friendly, reliable desktop distributions currently available. It runs on a wide range of hardware, from older computers to more modern machines."
If you'd like to read a first-hand account of one member of this collaboration by a well-respected Linux reviewer, simply go to
https://www.dedoimedo.com/computers/eeepc-mx-linux.html
and
https://www.dedoimedo.com/computers/eeepc-2024.html
43 • ON or OFF? (by Treen HQ on 2025-05-30 18:29:42 GMT from United Kingdom)
In the early days, Colossus, Pegasus, Algol & co., computers ran on valves (US: tubes), very hot. They were turned off each night. Getting them running again next day was a real chore for the bevy of engineers assigned. Indeed the MTBF was less than the 'ON'-time frequently - down-time could exceed operational time. This pattern of operation or lack of, continued when the first solid state (transistor) machines appeared. The cost of electricity concerned the management - plus ca change! Eventually the penny dropped - leaving the machines running 24hrs/7dys/etc led to greater reliability, longer up-time and CHEAPER overall cost-of-operation. Thermal and electrical cycling leads to premature failure - a well-established mantra in most areas of engineering... Over to you.
Number of Comments: 43
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
| 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 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 |
| • 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 |
| • 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 | 
AlterOS
AlterOS is a Russian, general-purpose Linux distribution based on Red Hat Enterprise Linux. It is developed by ALMI PARTNER, a Russian software development company, and available for personal and professional workstations and servers. Some of the features of AlterOS include optimisation of the Linux kernel and the core libraries for modern hardware, the Cinnamon desktop environment, and pre-installed certificates from the Russian Ministry of Digital Development to ensure integration with government systems and compliance with cybersecurity requirements.
Status: Active
|
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
| Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
|