DistroWatch Weekly |
DistroWatch Weekly, Issue 1034, 28 August 2023 |
Welcome to this year's 35th issue of DistroWatch Weekly!
There are few more interesting, independent Linux distributions than Void. The Void project offers its own package manager, makes the unusual choice to use the runit init software, and offers builds that use the lightweight musl C library. This unique combination sets the Void project apart and gives the rolling distribution a following of people looking for something outside of the mainstream. How well does this unique distribution function? Jesse Smith takes Void for a test run and reports on his experiences in this week's Feature Story. While most distributions use the GNU C library, Void is one of the few which uses the musl C library. Do you run a distribution that runs musl C? Let us know in the Opinion Poll below. In our News section we talk about the FreeBSD project gaining a port of Linux's NVIDIA DRM driver which should improve Wayland performance. We also talk about Fedora looking to offer better theme handling for Qt-based applications while Canonical plans new features for the Ubuntu desktop. Then we talk about measuring memory consumption on Linux in our Questions and Answers column. Plus we're pleased to share the releases of the past week and share the torrents we are seeding. We're also grateful to the readers and sponsors who continue to support us and thank them below. We wish you all a wonderful week and happy reading!
This week's DistroWatch Weekly is presented by TUXEDO Computers.
Content:
|
Feature Story (By Jesse Smith) |
Void 20230628
Void is one of the more interesting Linux distributions, in my opinion. It is an independent project, meaning it is not based on other distributions. The Void project offers a rolling release, keeping it up to date, while maintaining a reputation for being more stable than the average rolling distro. The project features the rarely deployed runit init software and a custom package manager called XBPS which can work with both binary packages and source packages.
To make matters more interesting, Void is available in desktop flavours and a minimal, command-line only flavour. Plus, it offers multiple C library implementations: glibc (which is used by most Linux distributions) and musl libc. Void is able to run on x86 machines (both 32-bit and 64-bit) as well as a variety of ARM boards. All of this is to say, Void offers a great deal of flexibility, a unique personality, and a small resource footprint.
The Base (minimal) edition of Void is a 659MB download while the Xfce edition for x86_64 machines is 984MB. I decided to try the glibc build of the Xfce edition. While the musl libc build may be interesting, it's probably best reserved for people who know they specifically need it as some software in the GNU/Linux ecosystem is compatible with glibc only.
The Void live media boots straight into the Xfce 4.18 desktop. A panel at the top of the screen holds an application menu and system tray. A dock with launchers for key applications sits at the bottom. There are icons on the Xfce desktop for launching the Thunar file manager.
Void 20230628 -- Exploring the application menu
(full image size: 553kB, resolution: 1680x1050 pixels)
I noticed early on there is an audio mixer in the system tray and sound worked out of the box. The last few times I've run Void audio was muted by default and there was no mixer control available. This feels like a positive step.
Installing
I did not find any launcher on the desktop or in the application menu for the system installer. Instead we can launch the text-menu driven installer from the command line by running the "sudo void-installer" command.
Void's installer walks us through a series of steps which we can perform (or revisit) in the order of our choosing. We're asked to pick our keyboard layout from a cryptic list and given a chance to enable our network connection. We're asked if we'd like to install packages from the local media or install software over the network. There is a note on the Void website which warns us to stick to local packages on the ISO when installing a desktop environment.
We are asked to pick our locale from a list as well as our timezone. We're asked to make up a root password. Plus we are given the chance to create a regular user account and set its groups and password. Plus we can choose where to install a boot loader.
When it comes to disk partitioning, Void's installer will offer to launch either the fdisk or cfdisk partition managers. I used the latter and it worked well for me. We can then use another module of the installer to format these partitions and assign mount points. This also worked well. Finally, the installer copies its packages to our hard drive. The installer worked well - it was unusually fast and it was stable. Void's installer requires a bit of Linux knowledge to navigate, but worked without any issues. It also only took about three minutes to install Void, even when running in a virtual machine.
Early impressions
My fresh copy of Void booted to a simple, graphical login screen. From there I was able to sign into my account which started a new Xfce session. The background is a sort of string-themed, abstract painting with lots of negative space and colourful lines centred around the Xfce mascot. The Xfce is highly responsive, very fast, and its animation is smooth.
The default theme is a bit mixed. The panel and application menu show a dark theme while context menus are light. The virtual terminal is dark while the file manager and text editor are light. As with my experience with Solus a few weeks ago, there seems to be no consistency across the default desktop, even with fairly vanilla settings.
Void 20230628 -- The Thunar file manager
(full image size: 657kB, resolution: 1680x1050 pixels)
The Xfce screensaver locks the desktop after five minutes of inactivity. Even with this timeout removed or extended, the screen still blanked and locked. I discovered this was due to the power settings also blanking my screen during inactivity, so the behaviour needs to be addressed in two places.
Hardware
I tested Void in a VirtualBox instance and on my workstation. The distribution performed well in the virtual machine without any issues. Void ran similarly smoothly on my workstation. All of my hardware was detected, sound worked out of the box, and I had no trouble connecting to local wireless networks.
While I was using Void, everything ran surprisingly quickly. The distribution boots and shutdowns almost instantly (thanks to a smaller number of background services and the runit init software), the distribution was always quick, responsive, and the Xfce desktop was unusually snappy.
The distribution is quite light on resources. A fresh install of Void's Xfce edition requires just 2.3GB of disk space (about a third of the typical mainstream desktop distribution) and Xfce runs in 410MB of RAM, about two-thirds of what KDE Plasma tends to use these days and less than half what GNOME often consumes. This offers extra room for running applications.
Included software
Void ships with a small number of desktop applications. We're given the Firefox web browser, the Ristretto image viewer, and Thunar file manager. The Parole media player is included along with the Mousepad text editor. The Xfce settings panel is provided to help us customize the desktop environment. All of these worked quite well for me. I like the minimal approach as there are enough tools to get us started while virtually no clutter.
Void 20230628 -- The Xfce settings panel
(full image size: 376kB, resolution: 1680x1050 pixels)
Void also ships with the GNU command line utilities and manual pages. This snapshot of Void runs the PipeWire media software, though a PulseAudio volume control is included. In the background Void uses the runit init software and version 6.3 of the Linux kernel.
Software management
Earlier I mentioned Void has its own, custom package manager. This command line package manager is called XBPS. XBPS is actually a collection of package management tools with the three key ones for most situations being: xbps-install for fetching new software, xbps-query for finding packages, and xbps-remove for deleting unwanted software. The syntax of these tools, particularly the query utility, is a little unusual, but the documentation does a nice job of offering examples.
The first day I was running Void, XBPS found 41 packages totalling 206MB in size waiting to be updated. These new packages were fetched and installed without any issues.
XBPS is quite fast, matching the rest of the Void distribution in general. It also worked without any issues. There doesn't appear to be any graphical front-end for XBPS which, also matching the rest of the distribution, suggests this operating system is not intended for novice Linux users.
Void doesn't have a lot of software in its repositories, compared next to projects like Debian. What is does have tends to be on the cutting edge though. Should we require a wider range of software, Void includes Flatpak support in its repositories (Flatpak is not installed by default). We can also customize available software using a utility called xbps-src which will build packages from source code. I didn't have cause to use xbps-src, but have encountered people in the Void community sharing source ports in order to help each other install new software without relying on the trust needed to download software from third-party binary repositories.
Void 20230628 -- Looking up steps to add Flatpak support using Firefox
(full image size: 83kB, resolution: 1680x1050 pixels)
Conclusions
Void certainly stands out in the Linux community. In a world with dozens of spins of Arch Linux and Ubuntu, Void is a rare gem, trying different approaches and offering an unusually clean and capable experience. The project is light on resources, blazingly fast, and (in my experience) stable.
Since the last time I tried Void, the developers have fixed the sound issues I experienced in the past and managed to keep everything else running well without introducing any new problems. In fact, Void seems to be error-free. I can't recall running into any error messages, glitches, or crashes during my trial and that's quite unusual.
Void is a capable distribution and, while it uses some lighter, custom tools, it provides a great deal of functionality.
I am a fan of what Void is doing and how it is accomplishing its goals. The distribution is light, fast, clean, stable, and well documented. If I had any concerns it would be just two things. First, the distribution requires a degree of familiarity with Linux. This is not a beginner-friendly project. People using Void need to be comfortable with the command line, documentation, and text menus. In this way, Void shares some style elements with Arch or OpenBSD. The other warning I would share is Void has a smaller repository of software. All the basics are there, but there are some niche tools, alternative web browsers, and such which are missing. These can often be supplied through other means, such as Flatpak or a container.
In short, for people with a bit of Linux experience who want a clean, efficient distribution and who don't mind using the command line, Void is one of the best options I've encountered in recent years.
* * * * *
Hardware used in this review
My physical test equipment for this review was a Lenovo desktop with the following specifications:
- Processor: Hex-core Intel i5-10400 CPU @ 2.90GHz
- Storage: Western Digital 1TB hard drive
- Memory: 8GB of RAM
- Networking: Realtek RTL8111/8168/8411 wired network card, Realtek RTL8822CE 802.11ac PCIe wireless adapter
- Display: Intel CometLake-S GT2
* * * * *
Visitor supplied rating
Void has a visitor supplied average rating of: 9.3/10 from 192 review(s).
Have you used Void? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
FreeBSD receives port of Linux NVIDIA DRM driver, Fedora considers proposal for improved Qt theme handling, Canonical's plans for desktop Ubuntu
People who run FreeBSD with NVIDIA video cards received some good news recently. There is an ongoing effort to port the Linux NVIDIA DRM driver to FreeBSD which should improve compatibility and performance for desktops running Wayland sessions. "The most important use case of this is Wayland compositors. Namely, a sway desktop is fully usable on NVIDIA hardware when running with this driver. Wayland compositors primarily use the DRM-KMS API for advanced display features and for importing GPU buffers from clients without performing a copy. Please note that this is currently in the testing stage." People running FreeBSD can install this experimental driver using the project's port and package.
* * * * *
There is a proposal up for discussion in the Fedora community which would improve theme handling for Qt applications. "Fedora Workstation has been using QGnomePlatform and Adwaita-qt projects to apply GNOME-like configuration and styling to Qt applications to match the environment. These projects are now in a state where they are outdated and semi-occasionally broken for some applications and it would be better to default to what Qt upstream has to offer."
The proposal goes into more detail: "With this change we would like to stop shipping and using these projects by default on Fedora Workstation and default to Qt default theming and styling. Also, because the GTK Platform Theme in Qt doesn't support everything we have support for in QGnomePlatform, we would like to contribute it to Qt instead. With this work, there shouldn't be any drawbacks when using Qt's GTK Platform Theme and we believe we would even get broader usage and more contributors for things like Client-Side Window Decorations. For Adwaita-qt replacement, we would default to Fusion style or possibly to Breeze style for KDE apps. Both styles have benefit of active upstream and broader usage than our custom style that is only used by Fedora Workstation and not tested by developers."
* * * * *
Canonical has laid out plans for future versions of its Ubuntu distribution. The company has ideas for future versions, including an immutable desktop edition and improved security controls for applications. "Ubuntu Desktop must hold itself to the highest standards of security for both daily users and organisations with specific compliance requirements. Ubuntu's recommended security configurations should be easy to understand and available as the default experience. Ubuntu 23.10: We are currently working on a highly experimental implementation of hardware-backed full disk encryption as an option in the Ubuntu installer and the newest release of software-properties improves security for PPA key management." Additional plans and details can be found in the company's statement.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Types of memory usage and running Linux on older computers
Forgetting-things asks: My Linux distro uses a lot of memory compared to Windows, but I heard Linux was supposed to work well on older machines? When I brought this up people told me "unused memory is wasted memory". But how is Linux considered good for older machines if it gobbles up so much memory?
DistroWatch answers: I think this is a good example (actually two examples) of how bits of wisdom tend to get boiled down into slogans and soundbites. In the proper context, snippets of wisdom are useful shorthands to guide people, but outside their specific context the soundbites of wisdom lose all value, and may be entirely wrong.
Outside the realm of computers, consider the phrase "You need to spend money to make money." This is helpful advice for an entrepreneur considering whether they should advertise or an investor planning their retirement. However, it's absolutely terrible advice to give someone entering a casino or a person deciding whether to engage in a multi-level marketing scheme. In a similar fashion, the line "Let he who is without sin cast the first stone," is a great reminder to not judge others too harshly because we all make mistakes. On the other hand, it is a stance which will get you fired from a job at a rock quarry.
Getting back to the original question, for most of its existence Linux has been offered up as a lightweight alternative to commercial operating systems such as Microsoft Windows and a good option for keeping older machines running. This is in large part because Linux can be configured to use very minimal amounts of resources. Some Linux distributions can run a lightweight graphical interface using just 100MB of RAM and a 32-bit CPU.
While some Linux distributions are quite minimal and will run with very few resources, not all Linux distributions are geared toward minimalism. For every Linux distro which runs a light window manager and functions well with 512MB of RAM and less than 2GB of disk space, there are three which run full-featured desktop environments with lots of background services, widgets, and conveniences which will gobble up 1,000MB of RAM before you open a web browser.
Over time people have boiled down the true observation that there are some Linux distributions which work well with minimal computer hardware to simply declaring "Linux runs well on older machines." It's true, in the proper context, but it's also true that a lot of popular, mainstream distributions will consume more resources to provide a more modern, convenient experience.
Moving on to the claim that "unused memory is wasted memory", this is another statement which can be true under the right circumstances, but it's not always true. To provide the proper context, let's talk about the different states of RAM.
There are basically three states of memory on a modern operating system, though admittedly I'm simplifying things a little here for the sake of brevity. The first is "free" memory. Free memory is not used at all, in any way. It's effectively empty and unused. The second state is "active" memory, which is RAM currently used by running applications. Active memory typically holds running programs and any data they are currently using to function.
The third state of RAM is "cached". Reading information from a storage disk is relatively slow compared to accessing RAM. For this reason, open files are typically loaded into RAM and a copy of the data is kept in memory for quicker access. Operating systems typically keep files in RAM, even after they have been closed, in case we want to open them again. This is why, especially if you have a spinning hard drive, opening a large file or application once might take several seconds but opening the same file later in the day might happen almost instantly - the file is still cached in RAM.
Some memory statistics programs treat both active and cached memory as being "used" and combine their total amounts together. For example, if we have 1GB of active memory and 2GB of cached memory, a lot of system monitors will report 3GB of memory are being used. This isn't exactly wrong, but it is a bit misleading. The reason it is misleading is cached memory is just mirroring information on our storage drive. Cached memory can be dropped (freed) at any time and used for something else.
In other words, while cached memory is being used for something (keeping copies of files for quick access) it can be quickly repurposed and used as active memory as needed. Active memory can only be freed up if a program uses less memory or terminates. Active memory is somewhat "locked in" and not available for use by anything else. Cached memory, by contrast, is basically still available for other purposes as needed.
Linux tends to fill up free memory with cached data in order to make file access faster. Over time, memory on a Linux system will gradually fill up with cached files. These cached files improve performance and, since cached data can be dropped at any time, cached memory does not prevent us from using the memory for something else. This is where the phrase "unused memory is wasted memory" comes from. There is no benefit to having memory be "free" instead of "cached" because both can be repurposed for "active" use as needed. Meanwhile, having data in cached memory speeds up file access.
This approach to caching, taking over free memory to be used as cached memory, often results in people seeing their memory as being entirely used by Linux and conclude Linux is heavy in RAM. In fact, Linux typically uses fairly small amounts of active memory and it is only the unfortunate method of reporting used by a lot of system monitors (which add active and cached memory together to show them as "used") that gives this impression of Linux being heavy. Linux usually consumes a small amount of active memory and will immediately dump cache to make room as needed.
The free command does a better job than most of showing how memory is being utilized. Here we have an example:
$ free -m
| total | used | free | shared | buff/cache | available |
Mem: | 7599 | 1248 | 521 | 185 | 5829 | 5839 |
In the above example we can see the system has 7,599MB of physical RAM available. Of that, just 1,248MB is currently being actively used. In other words, about 16% is being consumed by applications and services. However, only about 521MB of RAM is free. This is what tends to make people concerned and think Linux is memory hungry. However, we shouldn't focus on how much memory is "free", we should look at how much is still "available" for use. In this case 5,839MB (76%) of the computer's memory is still available to be used by applications. All the system needs to do is dump some of its cached data and repurpose the memory for active use.
Getting back to the phrase "unused memory is wasted memory", that can be true. Memory which is currently "free" instead of "cached" is wasted. It's simply sitting there doing nothing and offering us no benefit. Since memory is available for applications to use whether it's free or holding cached data, it is almost always better for the operating system to cache files in RAM.
However, some people misunderstand the slogan "unused memory is wasted memory" and assume it applies everywhere. Ideally, an operating system won't eat up a lot of space with active memory, because active memory cannot be used for other tasks. The phrase "unused memory is wasted memory" occasionally gets used to justify heavy applications or desktop environments which should be made more efficient and improved to consume less active memory which could be better utilized by cache or other applications.
In short, the phrase makes sense when applied to free memory which could be cached. It is incorrect when talking about active memory which can be used to our benefit elsewhere.
I suspect your Linux distribution of choice probably doesn't require more memory than Windows did, the memory statistics are probably just being displayed differently. Usually when people see a big gap in resource usage in favour of Windows they're comparing "active" memory usage on Windows versus "active + cached" on Linux. That's likely why people are telling you unused memory (free memory which could be used for cache) is wasted.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Bodhi Linux 7.0.0
Robert Wiley has announced the release of Bodhi Linux 7.0.0, a major new update of the project's Ubuntu-based distribution featuring the Moksha desktop (a fork of Enlightenment). This version introduces a special "s76" variant with a cutting-edge Linux kernel (version 6.4.6): "The Bodhi team is thrilled to announce the long-awaited release of Bodhi Linux 7.0. Built on the Ubuntu 22.04 LTS base, Bodhi 7.0 is a momentous step forward. With a strong commitment to improving user experience, performance and adhering to its core values of minimalism and customization, this release marks a significant milestone in the evolution of Bodhi Linux. Bodhi Linux 7.0 comes with an array of improvements and updates. Most notable are: introduction of a new 's76' release which features a more advanced Linux kernel for those seeking cutting-edge performance; Linux kernel updates are now enabled by default; EFL and Terminology are updated to the version in e-git; Moksha no longer relies on deprecated libraries; the login screen boasts an upgraded slick greeter with a password reveal feature, complemented by a new Plymouth theme." See the release announcement and the release notes for further information.
Bodhi Linux 7.0.0 -- Running the Moksha desktop
(full image size: 2.0MB, resolution: 2560x1600 pixels)
Kali Linux 2023.3
Kali Linux is a Debian-based distribution with a collection of security and forensics tools. The project's latest release is Kali Linux 2023.3. "Today we are delighted to introduce our latest release of Kali, 2023.3. This release blog post does not have the most features in it, as a lot of the changes have been behind-the-scenes, which brings a huge benefit to us and an indirect positive effect to you as end-users. It always goes without saying, but there are a number of new packages and tools as well as the standard updates. If you want to see what's new for yourself download or upgrade if you have an existing Kali Linux installation. The highlights of the changelog since the 2023.2 release from May: Internal Infrastructure - Major stack changes are under way; Kali Autopilot - The automation attack framework has had an major overhaul; New Tools - 9 new tools added this time round! With the release of Debian 12 which came out this summer, we took this opportunity to re-work, re-design, and re-architecture our infrastructure. It is as massive as it sounds, and should not be a surprise that it's not yet complete! This is where a good amount of our focus has been for this release-cycle (and also the next one unfortunately)." Additional information is provided in the project's release announcement.
Mageia 9
Mageia is a general purpose, independent desktop distribution from the Mandriva family of projects. The project's latest release is version 9 which includes improves to the installer, package management, and minimal install size of the distribution. "Smaller disk footprint: The size of the minimal install (when disabling the recommended packages) has been reduced. - It's the smallest since Mageia 4. The RPM DB has switched to SQLite: The RPM database no longer uses the old and unmaintained Berkeley DB. It now uses the modern SQLite. Conversion is performed during upgrade from Mageia 8. Major developments: Installation - NFS support is done using system tools rather than our 15 years old forked NFS code, thus gaining support for NFSv4 and co... When using an HTTP server, it's now possible to specify a port different than the default "80". The stage1 images are compressed with Zstd instead of gzip. Lots of bug fixes and improvements in the partitioner. Add 'downloader=curl' in order to switch from wget to curl for downloading packages. Rescue - The rescue system has been enhanced. Live ISO: The NetworkManager system service is now enabled by default on the Plasma Live ISO (this was already done for the GNOME and Xfce Live ISOs in previous releases). This allows network connections to be managed via the Plasma system settings tool as well as by the traditional Mageia network management tools." Additional details can be found in the project's release notes.
* * * * *
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: 2,901
- Total data uploaded: 43.5TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Running software on the musl C library
In our overview of the Void distribution this week we mentioned the project offers two separate builds. One build uses the popular glibc library while the other build runs on the musl C library.
While the musl library is less commonly used, it does have some attractive features such as being lightweight, fast, and with a focus on standards compliant behaviour. Do you run the musl C library on any of your systems? Let us know which distro provides your musl library in the comments.
You can see the results of our previous poll on the number of user accounts on an operating system in last week's edition. All previous poll results can be found in our poll archives.
|
Does your distribution run the musl C library?
I run a distro that uses musl C: | 90 (9%) |
I do not run a distro that uses musl C: | 623 (62%) |
I do not know if my distro uses musl C: | 284 (28%) |
|
|
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 $188 in contributions from the following kind souls:
Donor |
Amount |
Robert M | $60 |
JS | $50 |
Thomas S | $25 |
Jonathon B | $10 |
Sam C | $10 |
Adiel A R D | $5 |
Chung T | $5 |
Darkeugene7896 | $5 |
DuCakedHare | $5 |
Skye F | $3 |
J.D. L | $2 |
PB C | $2 |
Peter M | $2 |
c6WWldo9 | $1 |
Stephen M | $1 |
Shasheen E | $1 |
William E | $1 |
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 4 September 2023. 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: 2, value: US$15) |
|
|
|
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 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• 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 |
KateOS
KateOS was an independently developed light-weight Linux distribution. Some of its concepts were derived from Slackware Linux.
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.
|
|