DistroWatch Weekly |
| DistroWatch Weekly, Issue 912, 12 April 2021 |
|
Welcome to this year's 15th issue of DistroWatch Weekly!
One of the more recent additions to the DistroWatch database is a project called Venom Linux. Venom is an independent, rolling release distribution with a focus towards minimalism. We take Venom for a test drive this week and report on the experience in our Feature Story. In our Questions and Answers column we talk about what a kernel panic is and what a person might be able to do to work around it. We also discuss modern Linux filesystems and why someone might switch from one filesystem to another. Do you have a preferred Linux filesystem? Let us know which filesystem you trust with your data in this week's Opinion Poll. In our News section we talk about Debian's annual Project Leader election and link to the platforms of both candidates for Debian's leadership. We also share news that Oracle has lost its API infringement case against Google and link to a debate over whether the aging FTP service should be kept in FreeBSD's core system. We also report on FreeBSD making ARM64 a top tier architecture. Plus we are pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a fantastic week and happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (12MB) and MP3 (9MB) formats.
|
| Feature Story (by Jesse Smith) |
Venom Linux 20210312
Venom Linux is an independently-developed, minimal, rolling-release distribution inspired by CRUX. It targets experienced Linux users. Venom uses SysV init as the main init system and BSD-like ports as software packages which are managed by a custom package manager. The distribution's package manager is called scratch.
Venom is built for 64-bit (x86_64) machines exclusively. The project is available in one edition which can be downloaded as a 1.3GB ISO. Booting from the supplied media boots directly into the Openbox window manager. A panel sits at the bottom of the screen and offers us access to a few quick-launch icons, a virtual desktop widget, and a clock. We can right-click on empty space on the desktop to open the application menu.

Venom Linux 20210312 -- The Openbox application menu
(full image size: 939kB, resolution: 1366x768 pixels)
The live desktop provides a very minimal environment. There are no status widgets, welcome screen, or desktop icons. After exploring the live session for a while and confirming the system runs smoothly we can install Venom by running its installer, venom-installer, from the command line or from the application menu.
Installing
Venom's installer uses a series of text-based menus. We can perform the steps of the installer in the order of our choosing. The installer somewhat resembles the ones used by Void and Slackware Linux. We are first asked to select our keyboard's layout from a list of short, cryptic names. We are then given the chance to use either of the console-based cfdisk or fdisk partitioning tools to set up the disk. Once partitions have been created we are given the chance to pick a filesystem for the root partition. Options include Btrfs, ext2/3/4, Reiserfs, and XFS. I decided to use ext4 for this trial.
The following screens asks us if we would like to enable a swap partition, and to create a root password. We can also make up a username and password for our regular user account. The final step allows us to choose where the GRUB boot loader will be installed. The Venom installer then copies its packages to the hard drive and configures the local copy of the operating system. When it finishes we are advised to restart the computer.
Early impressions
My fresh copy of Venom Linux booted to a graphical login page. The sign in box looks to be truncated around the sides, despite there being a lot of empty space around it on the screen, and the greeting welcomes us with "Hellc LogiI".
Once signed into the Openbox session we are returned to the same empty, responsive session experienced on the live media. As there are no notifications or welcome messages we can dive straight into exploring the system and tackling tasks.
Hardware
I started out by trying Venom in a VirtualBox environment. Venom boots quickly and ran smoothly in the virtual machine. Openbox was pleasantly responsive. The only issue I had while trying Venom in VirtualBox was the Openbox window manager would not dynamically resize to match the VirtualBox window's resolution. This, combined with an apparent lack of configuration tools for handling screen resolution, left me with a very low-resolution graphical environment while I was using the virtual machine.

Venom Linux 20210312 -- Browsing alternative window manager themes
(full image size: 738kB, resolution: 1366x768 pixels)
When I switched over to running Venom on my laptop my screen resolution was properly detected. Openbox was highly responsive on physical hardware. Audio worked out of the box as did wireless networking.
Venom is an unusually lightweight distribution. Signing into the Openbox environment takes just 87MB of memory and a fresh install consumes just 4GB of disk space. However, Venom was strangely aggressive with my CPU. The distribution rarely dropped below 8% to 10% CPU usage on my laptop with nothing but a idle terminal open. Most distributions I test idle at about 1% or less when logged into a desktop session. The extra CPU was being consumed by the X.Org server and picom, suggesting a bug with the compositor. This meant Venom consumed almost no memory while causing my laptop to run hotter than normal.

Venom Linux 20210312 -- Monitoring CPU usage
(full image size: 777kB, resolution: 1366x768 pixels)
Included software
The distribution ships with a small collection of applications. The Firefox web browser is included along with the Geany IDE. The Leafpad text editor and PCManFM file manager are installed for us. The GParted partition manager is included along with a few tools for adjusting the look of Openbox.
There are two compilers, Clang and the GNU Compiler Collection, installed for us. These and some related developer tools assist in building software and packages. I'll talk more about acquiring packages later. Manual pages are included by default.

Venom Linux 20210312 -- Checking Firefox's extensions
(full image size: 91kB, resolution: 1366x768 pixels)
Venom ships with xterm as the default virtual terminal. The xterm colours are set to display dark blue and white on a charcoal background. I found this difficult to read and the terminal doesn't enable scrollbars by default, making it an unusually limited terminal. I ended up installing LXTerminal which uses a higher contrast white-on-black font and includes all the standard terminal features.
When I started out using Venom on my laptop I wasn't sure if I would be able to get on-line as there are no network connection utilities in the application menu and no network connection widget on the panel. I found the distribution ships with the Network Manager text-based wizard (nmtui) for connecting to wireless networks. The Venom Linux download page says, at the time of writing, that the distribution runs the runit init software. This information turned out to be incorrect as Venom runs the SysV init software. In the background I found version 5.4 of the Linux kernel.
To perform administrator actions we can either login as the root user or use sudo which automatically enables admin tasks for the regular user we create at install time.

Venom Linux 20210312 -- The PCManFM file manager
(full image size: 442kB, resolution: 1366x768 pixels)
Venom does not ship with any office suit, image viewer, or image editor. There is no screenshot utility, no printer support, and no multimedia support. I could view YouTube videos in Firefox, but the web browser and terminal supplied virtually all of the distribution's out of the box functionality. On a related note, audio worked on Venom, though there is no volume control on the desktop. We are limited to in-application volume management or installing a mixer.
Something I found odd was right-clicking on the desktop panel would cause it to disappear. I'm not sure if this is by design or right-clicking on the panel caused it to crash. Either way it was frustrating to accidentally click the panel instead of in a window or an empty piece of desktop and have my task switcher disappear.
Package management
Package management on Venom is handled by a command line tool the project's website refers to as scratchpkg, though the command line program is invoked as scratch. We can run scratch to find packages in the repositories, download new applications, see information on installed items, build packages from source code, and remove old items. The command line syntax is fairly straight forward. To provide a few examples, running "scratch search" finds a package, "scratch install" downloads new software, "scratch remove" deletes an existing package, and "scratch installed" lists items already on our system. Perhaps most importantly, the "scratch help" command lists all available command line options.

Venom Linux 20210312 -- Getting a list of installed software from scratch
(full image size: 733kB, resolution: 1366x768 pixels)
It appears as though all packages (or at least all the ones I downloaded) are built from source code. Each time I downloaded a new package it would result in scratch configuring and compiling new software for my system. This was fine for smaller tools, but larger programs with multiple dependencies can take several minutes to an hour to build. This made setting up Venom with useful software a unpleasantly long process.
Unfortunately, a lot of software I would normally install was not available. The distribution's repositories are still quite small and are lacking a lot of common tools, across a variety of categories. For instance, I could find no office suite, no games (though Steam is available), no nmap scanner, no Falkon web browser, no SoX sound sample translator. I did find some media tools and applications, such as VLC and FFmpeg, though the latter failed to build.
Conclusions
I believe the Venom Linux project is still relatively young and, I suspect, the work of one developer. With this in mind it is perhaps unfair to judge the project harshly as it seems to still be finding its feet. Some aspects of the design appeal to me. I have a growing fondness for relatively lightweight distributions and ones which keep the under-the-hood components simple. However, I think Venom takes this to an uncomfortable extreme.
The project currently has very little documentation, relatively few packages available, few utilities most people would need to get set up, such as a graphical network connection manager, an office suite and a full featured terminal. The distribution is surprisingly light in memory which is great, but it was unusually hard on my CPU.
The package manager mostly worked well, apart from failing to compile one package, but the fact it needs to build packages from source code is deal breaker for me. It would be faster for me to go into town, buy another computer, and install another distribution featuring LibreOffice on it than wait for Venom to compile the suite from source.
All of this is to say that while most of what Venom provides works, it provides very little. Some people, myself included, can appreciate a minimal starting foundation, but I do like to have some more basics like volume control and printer support easily available.
Venom is, as the project's website says, targeting people who are advanced Linux users, folks who want to use the command line, people who want to build from the ground up. In this way it's not dissimilar to CRUX or Arch Linux. However, it offers fewer tools, documentation, and packages than the latter, making it a more niche distribution.
* * * * *
Hardware used in this review
My physical test equipment for this review was a de-branded HP laptop with the following
specifications:
- Processor: Intel i3 2.5GHz CPU
- Display: Intel integrated video
- Storage: Western Digital 700GB hard drive
- Memory: 6GB of RAM
- Wired network device: Realtek RTL8101E/RTL8102E PCI Express Fast
- Wireless network device: Realtek RTL8188EE Wireless network card
* * * * *
Visitor supplied rating
Venom Linux has a visitor supplied average rating of: 9.6/10 from 9 review(s).
Have you used Venom Linux? You can leave your own review of the project on our ratings page.
|
| Miscellaneous News (by Jesse Smith) |
Oracle loses court case over copyrighting APIs, FreeBSD developers debate FTP service in core and increase support for ARM64, Debian's Project Leader elections underway
The Supreme Court of the United States handed down a verdict this week which was bad news for Oracle, but good news for the rest of the software community. Years ago Oracle sued Google over the use of Java APIs which Google had implemented in Android. Oracle sought over $8 billion dollars in damages for the matching APIs which define what software does, though not how software accomplishes a task. A win for Oracle would have essentially made re-implementing any software functionality in a new program, even one written from scratch, illegal. Reuters reports: "In a 6-2 decision, the justices overturned a lower court's ruling that Google's inclusion of Oracle's software code in Android did not constitute a fair use under U.S. copyright law. Justice Stephen Breyer, writing for the majority, said that allowing Oracle to enforce a copyright on its code would harm the public by making it a 'lock limiting the future creativity of new programs. Oracle alone would hold the key.'"
* * * * *
Using FTP to transfer files is a practise which has generally fallen out of favour in the past 20 years as FTP is both insecure and can unnecessarily complicates firewall rules. These days servers have generally switched to using more secure methods such as OpenSSH and HTTPS for transferring files. With this in mind, Ed Maste proposed moving the aging FTP server software (ftpd) out of FreeBSD's core and making it a separate package administrators could install if needed. This would reduce the size of the core FreeBSD system and remove insecure software unless specifically needed and installed by the administrator. The proposal has been met with strong opposition from FreeBSD members who still use the insecure FTP protocol and the idea was ultimately retracted.
The FreeBSD team has announced 64-bit ARM hardware will received top tier support in version 13.0. Ed Maste explains what this means: "FreeBSD will promote arm64 to a Tier 1 architecture in FreeBSD 13. This means we will provide release images, binary packages, and security and errata updates. While we anticipate there will be minor issues with this first release, we believe the port is mature enough that they can be resolved during the life of FreeBSD 13." Further information can be found in this mailing list post.
* * * * *
The annual elections for Debian's Project Leader position are underway. There are just two people campaigning this time, incumbent Jonathan Carter and challenger Sruthi Chandran. The Debian website provides an overview of the platforms for both candidates. Carter has said he wants to fill in some administrative gaps in the project while Chandran is campaigning with an effort to promote diversity in the Debian developer ranks.
* * * * *
These and other news stories can be found on our Headlines page.
|
| Questions and Answers (by Jesse Smith) |
Kernel panics and filesystem changes
Stuck in a panic asks: What is happening when my system says it's experiencing a kernel panic? What do I do about this?
DistroWatch answers: A kernel panic is basically how the kernel tells you that something has gone wrong, really wrong, and that it either can't recover or can't recover in a way that won't risk making things worse. Since the kernel mostly deals with talking to your computer's hardware, starting the first service (called init), and managing resources, a panic often indicates one of three things:
- Something is wrong with either your hardware or one of the drivers that supports your hardware. Basically the kernel is having trouble talking with your hardware and the situation is bad enough the kernel feels it necessary to hit the eject button rather than continue. This tends to happen either after a kernel upgrade or when switching to a new video driver. Testing your hardware and reverting any recent driver changes will let you know if your computer's hardware is at fault.
- The kernel either was not properly compiled or not properly installed for your system. Maybe a driver is missing or a module wasn't compiled that should have been. Usually Linux distributions allow the user to reboot and select to start the system with the previous kernel to work around this issue.
- Sometimes the init process (the first process to run on the system) failing to start, or crashing after it starts, will cause the kernel to panic. This is because init is supposed to be practically bullet proof and is in charge of some important tasks. If the init process either fails to run or dies that is a sign things have gone very wrong and the kernel may bring down the system. When this happens it probably means the init package either got corrupted or the init executable file is missing. Reinstalling init from a live disc may fix the issue.
Kernel panics are typically rare, unless a cutting edge driver has been installed or the system's hardware is starting to fail. Typically I find rolling back to the previous version of the kernel through the boot menu, and removing any new video drivers, will fix any software issues. If that doesn't correct the problem then it may be time to check, and possibly replace, hardware components.
* * * * *
Seeking a better filesystem asks: Is it possible to switch filesystems without re-installing? I'm running ext4, but heard XFS is better. Is that true and how can I try it out?
DistroWatch answers: Usually it is not possible to change filesystems on your operating system's partition without re-installing. Different filesystems organize data on the disk differently and changing filesystems means a shift in how the data is stored and indexed. This means if you plan to change filesystems you will almost certainly need to backup your data, reformat the partition, re-install the operating system (if you are changing your root filesystem), and then copy your data back from the backup.
There are some rare exceptions where filesystems can be changed without wiping the partition and starting over from scratch. I don't recommend doing this and, if you do decide to try it, first make a backup of any data you want to keep.
The ext2, ext3, and ext4 filesystems are all part of the same family and similar enough that they can be managed with some of the same tools. In fact, older versions of the ext filesystem, like ext3, are handled by the Linux ext4 filesystem driver. It is possible to upgrade from older versions of the filesystem to ext4. The Linux kernel wiki has instructions for making the conversion.
It is also possible to convert an ext2/3/4 filesystem to Btrfs. The btrfs-convert command will transition a filesystem from ext2/3/4 to Btrfs. Again, create a backup before attempting this.
So far as I know there aren't any tools for converting an existing ext4 filesystem to XFS.
That being said, even if there is an ext4-to-XFS utility, I wouldn't recommend making that switch because some people prefer XFS. The mainstream Linux filesystems are all pretty good at what they do - storing and retrieving data - and are pretty fast, robust, and reliable. In most situations there won't be a reason to switch between one and another. In fact, in home and small business environments, you will probably never notice the difference between the popular Linux filesystems. I generally recommend people not switch between one filesystem and another unless they have a good, specific reason for doing so. By which I mean there is a specific feature in XFS (or another filesystem) you are aware of that you need for your operation to run properly and that your default filesystem cannot provide.
For some scenarios XFS may be better than ext4, but you're not likely to run into them unless you're running storage servers or NAS devices. The Red Hat documentation mentions, for example, XFS provides on-line defragmentation and resizing features. There are some other filesystems which can do these things too, and they are useful in organizations that need to dynamically grow their storage capacity. I suspect that might be why people suggested you try XFS.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
| Released Last Week |
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,392
- Total data uploaded: 37.0TB
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| Opinion Poll (by Jesse Smith) |
Do you have a preferred Linux filesystem?
In this week's Questions and Answers column we talked about popular Linux filesystems, such as XFS and ext4. Do you have a favourite Linux filesystem? Let us know why you use the filesystem you do in the comments.
You can see the results of our previous poll on deciding whether to install a distribution based on its country of origin in last week's edition. All previous poll results can be found in our poll archives.
|
My preferred Linux filesystem
| Btrfs: | 382 (14%) |
| ext2: | 19 (1%) |
| ext3: | 36 (1%) |
| ext4: | 1734 (63%) |
| JFS: | 31 (1%) |
| Reiserfs: | 24 (1%) |
| XFS: | 158 (6%) |
| Other non-native filesystem module: | 54 (2%) |
| Other FUSE filesystem: | 6 (0%) |
| I am a Linux user without peference: | 299 (11%) |
| I am not a Linux user: | 31 (1%) |
|
|
| Website News |
New distributions added to waiting list
- PluriOS. PluriOS is based on Ubuntu Cinnamon Remix with language translations for Bolivia.
- AzzeraOS. AzzeraOS is a Debian-based distribution for public terminals. The operating system resets itself after each restart and requires a password if users wish to customize the interface.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 19 April 2021. Past articles and reviews can be found through our Article Search page. 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)
- Bruce Patterson (podcast)
|
|
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
| |
| TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
| • Issue 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
| • Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
| • Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
| • Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
| • Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
| • Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
| • Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
| • 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 | 
Archriot
Archriot is a project developing various tools that combine the Arch Linux distribution with the Hyprland tiling window manager into an Archriot operating system. Its features include a Go binary installer with atomic operations and instant rollbacks, privacy (with no telemetry tracking or corporate data harvesting), carefully crafted dark themes, and modern development tools and environments, such as Fish shell, Zed editor and Neovim. Archriot provides a small-sized ISO image with an automated installer program that downloads and installs all the necessary components of the distribution. It can also convert an installed Arch Linux-based system into Archriot with the help of an installation script.
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.
|
|