DistroWatch Weekly |
DistroWatch Weekly, Issue 1033, 21 August 2023 |
Welcome to this year's 34th issue of DistroWatch Weekly!
When you're on the go, it isn't always convenient to travel with a computer. Sometimes you arrive at a destination and discover you really could benefit from using your preferred Linux distribution, however you don't have your laptop with you. For situations like these, it's helpful to have a thumb drive with a desktop Linux distribution queued up and ready to go, then any handy computer is a reboot away from running the operating system you need. This week we begin with a look at MiniOS, a Debian-based distribution that is intended to be run live. Read on to learn more about MiniOS and the experience it provides. In our Questions and Answers column we explore system user accounts, why they exist, and whether they can be removed. How many user accounts, in total, are on your main desktop system? Let us know in this week's Opinion Poll. Plus we provide an update on what all of the Red Hat Enterprise Linux clones are doing now that Red Hat is no longer freely providing source packages for its distribution and we share improvements coming to Haiku. We're also thrilled to wish the Debian project a happy 30th anniversary! Then we're pleased to share a summary of last week's releases and the torrent we are seeding. We wish you all a wonderful week and happy reading!
Content:
|
Feature Story (By Jesse Smith) |
MiniOS 20230606
One of the more recent additions to the DistroWatch waiting list is the MiniOS distribution. Which has actually been around for a while, in one form or another. The project's website describes the MiniOS distribution as follows:
MiniOS is a lightweight and fast Linux distribution designed for installation on a USB drive. The MiniOS project was launched in 2009 as a Linux distribution for USB drives based on Mandriva Linux. However, in 2013 it was suspended due to the liquidation of Mandriva. The modern version of MiniOS has been released since 2020 and is based on Debian - one of the most popular and stable distributions.
The distribution's website mentions MiniOS is designed to be run from a USB thumb drive without being installed to local storage. In other words, it's a portable distribution for people on the move. There are six editions of MiniOS, ranging in size:
- Flux - A compact version with Fluxbox window manager, 295MB in size.
- Minimum - Based on a previous version of Debian. Compressed with xz to take up less space. The ISO is 305MB.
- Standard - A balanced edition with the Xfce desktop and compressed with zstd for faster performance. The ISO is 515MB.
- Maximum - Offers a full desktop environment plus media player, office suite, virtualization tools, and web browser. 685MB in size.
- Ultra - An all in one edition with many applications installed. 1.3GB in size.
- Puzzle - The system-constructor, in its basic version, is an analogue of the Standard version with the possibility of expanding the system to Ultra functionality. This edition ranges in size from 460MB to 1.5GB.
The first three editions listed above offer both 32-bit and 64-bit builds while the Maximum and Ultra editions are 64-bit only.
I downloaded the current release of the Standard edition which is based on Debian 11 "Bullseye". At the time of writing there doesn't appear to be a version of MiniOS based on Debian 12 "Bookworm" yet.
Early impressions
Booting the MiniOS media brings up a menu offering to start the distribution in Persistent storage or Static mode. There is also an option to load MiniOS into RAM rather than run it from the thumb drive.
MiniOS boots to the Xfce desktop. The version of Xfce is 4.16, a major release behind 4.18 which is what most distributions use these days. The differences in this older version Xfce are small, but there are a few elements which feel outdated now and some features appear to be missing. Still, the Xfce desktop is quite responsive and the environment feels light and snappy.

MiniOS 20230606 -- Exploring the Xfce desktop and its application menu
(full image size: 467kB, resolution: 1680x1050 pixels)
Xfce places a desktop panel across the bottom of the screen. Icons are placed on the desktop which will open the Thunar file manager. While the panel itself is dark, most of the distribution uses a lighter theme.
Included software
MiniOS ships with Firefox 102 ESR, the Thunar file manager, and a task manager. There is an entry for an e-mail client in the application menu, but none is installed on the Standard edition. The Mousepad text editor is included along with an image viewer and a remote desktop client.

MiniOS 20230606 -- Exploring the settings panel and running Firefox
(full image size: 491kB, resolution: 1680x1050 pixels)
These tools are available alongside the Xfce settings manager, which is a great all-in-one panel for handling desktop settings. The usual GNU command line tools are installed for us along with their manual pages. In the background we find the systemd init software and version 5.10 of the Linux kernel.
Typically distributions which focus on running live, from a thumb drive, place a focus on providing system administration tool. These may be disk partitioning tools, data rescue utilities, or network troubleshooting applications. MiniOS doesn't include any of these in its standard edition. This distribution appears to be geared toward being a portable desktop distribution rather than a collection of sysadmin utilities.
Hardware
MiniOS ran well in the VirtualBox environment I provided for it. The distribution was fast, stable, and presented no problems when I wanted to resize the desktop, play audio, or browse the web. MiniOS could boot whether I had VirtualBox set up to run in Legacy BIOS or UEFI mode. However, the distribution completely failed to boot on my laptop, simply presenting me with a GRUB boot loader prompt.
When running in VirtualBox and signed into the Xfce desktop, the distribution consumed about 420MB of RAM. This was when MiniOS was running from the thumb drive; running the whole distribution from RAM would take more memory.
Configuration
One of the features of MiniOS which intrigued me was the ideal of setting up configuration options which would help create modules and customize the operating system. The project's website explains:
MiniOS differs from most classic flash distributions in that some parameters can be set before boot in a fairly simple configuration file minios/minios.conf, which minimizes the amount of work required when creating your own modules to create embedded systems. Optionally, some of the parameters can be set in the boot parameters.
Details on the configuration file and the options it offers can be found in the MiniOS documentation. This documentation is a little vague on the location of the configuration file, which is called minios.conf. The documentation mentions a copy of the file being placed in /etc/minios, but not where the original file comes from.
There is no minios.conf file in the home directory or in the root directory of the live session. I eventually discovered the original configuration file is stored in the top level of the ISO file. It looks as though this file is copied into the live system's /etc/minios/ directory when the operating system boots.

MiniOS 20230606 -- Checking the settings in the configuration file
(full image size: 456kB, resolution: 1680x1050 pixels)
Changing this file isn't immediately straight forward. ISO files are set up to be read-only archives by default and even writing the MiniOS image to a thumb drive retains this read-only nature. This means we need to dig a bit and possibly create a new ISO image to set up a new minios.conf file. There is probably an easier way to do this through the distribution's tools, but I didn't find any clear documentation for dealing with minor configuration changes. The documentation does hint that, "On first boot, it is copied to the /etc/minios folder, then the /etc/minios/minios.conf file is automatically monitored and, when changes are made, overwrites the configuration file on the flash drive, if it is writable." However, I tried this approach and the changes didn't survive a reboot.
When we do edit the minios.conf file, it gives us a chance to customize which services are run, our hostname, and login credentials along with a few other options.
Conclusions
MiniOS seems to do what it sets out to accomplish, being a live desktop distribution with a variety of editions in different sizes. It provides a portable, desktop flavour of Debian which can be quite minimal or fairly robust. While I found MiniOS wasn't able to boot on my laptop, it did a fine job in a virtual machine and offered a smooth experience with no surprises. With this in mind, it's tempting to declare "mission accomplished" and give MiniOS a gold star.
On the other hand, MiniOS's website says the project has been around for over a decade (in one form or another) and, to date, there is very little in the way of useful documentation or infrastructure. There is almost no documentation on the distribution's concept of modules or setting up a configuration file. There is very little in terms of explaining what these optional modules are or why we would want to use them compared to other package/service formats. The discussion forum is almost empty, which feels weird for a project claiming over a decade of experience.
The current release (at the time of writing) is still based on Debian 11 which means the most up to date software in MiniOS is about three years old. This might not be a problem, exactly, but it does make the distribution look dated compared to some other live desktop distributions.
None of these concerns I mentioned is a critical problem, the distribution still accomplishes its core goal. However, it feels like there are some pieces missing - user support, documentation, newer hardware support - which could make running the distribution go from merely usable to a powerful, customized experience.
I'd also like to acknowledge that it seems the project quietly publishes new ISO files semi-regularly. There have been a few updates in the week I've been writing this overview of the project. So it looks like development is quite active. It's not always clear if the new snapshots are offering complete new versions of the distribution or minor fixes as there do not appear to be any release notes. However, I am hoping this activity indicates there were be more improvements and refreshed documentation in the future.
* * * * *
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
|
Miscellaneous News (by Jesse Smith) |
How Red Hat clones are responding to the company's source code distribution changes, Haiku improves WINE performance, Debian turns 30 years old
A lot has been going on over the past few months in the communities of clones of Red Hat Enterprise Linux. These clones, most of them made available to the public free of charge, recently had to deal with Red Hat changing the way it distributes source code and to whom. Since then a lot has happened, with various organizations scrambling to find solutions or workarounds to losing access to Red Hat's source code in the middle of a release cycle. It can be challenging to keep up with all the developments and the solutions each clone is trying. FOSS Force has a summary of what has happened so far and what the major clones are doing to stay running and compatible with Red Hat's distribution. "I'd been covering this story since before there was an AlmaLinux. Actually, longer than that. I'd been covering this story since CentOS, as a downstream version of RHEL, seemed to have a long future. I had been covering this story since the days when CentOS's existence was proof that Red Hat understood that the vision that gave birth to free software, FOSS, and open-source was about much more than computer software, but was born out of a cultural awakening that transcended the brief revolutionary renaissance that was the 1960s, an awakening that went all the way back to the mystery schools that were still around at the end of the dark ages to protect knowledge from the coming inquisition."
* * * * *
The Haiku team published their monthly newsletter for July and one of the key points mentioned concerns application performance, particularly when running WINE. An overhaul of some code and an implementation of BSD's kqueue() functionality has addressed the concern. "Many years ago, hamishm wrote a partial implementation of such an API, but it was not very well tested, and also Haiku-specific. Last month, waddlesplash dusted off the old patches, reworked them around the kernel refactors that have occurred since then, cleaned them up, and implemented the BSD kqueue() API on top of them. This then required multiple rounds of testing (mostly against the testsuite of libuv, the event-handling backend for node.js and other projects) and rewrites, until the final result was sufficiently robust to be merged (and the implementation, by that point, differed greatly from hamishm's original patches.)
The new API provides only a subset of BSD kqueue: it only supports EVFILT_READ, EVFILT_WRITE, and EVFILT_PROC. There are some other limitations, too (for example, the amount of data readable or writable is not generally returned in the data field.) However, it is already sufficient for libuv, .NET, WINE, and a number of other projects that use like APIs.
(This also crossed off a few items that had been on waddlesplash's personal to-do list for multiple years, and had been requested by kallisti5 and others working on porting Rust applications.)"
* * * * *
The Debian project is one of the world's oldest surviving distributions. It is also one of the largest projects, with around a thousand active developers. Debian is not only a popular distribution on its own, especially in the server market, it is also the basis for many of the world's most commonly used distributions, such as Ubuntu. This week Debian turned 30 years old. "Over 30 years ago the late Ian Murdock wrote to the comp.os.linux.development newsgroup about the completion of a brand-new Linux release which he named 'The Debian Linux Release'.
He built the release by hand, from scratch, so to speak. Ian laid out guidelines for how this new release would work, what approach the release would take regarding its size, manner of upgrades, installation procedures; and with great care of consideration for users without Internet connection.
Unaware that he had sparked a movement in the fledgling F/OSS community, Ian worked on and continued to work on Debian. The release, now aided by volunteers from the newsgroup and around the world, grew and continues to grow as one of the largest and oldest free operating systems that still exist today." Happy birthday, Debian!
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Removing system user accounts
Kicking-out-unwelcome-guests asks: Can I delete default users I don't use? Accounts like mail, games, news, nobody?
DistroWatch answers: Almost all Linux distributions (and other members of the Unix family) ship with a handful of default accounts. These accounts are sometimes called service accounts or system accounts. You can see a list of all user accounts on the distribution by looking in the /etc/passwd text file. The file usually begins with the user root, which is the administrator, and typically ends with regular user accounts that people use to sign in.
In between the root user and accounts created after installation there will often be anywhere from half a dozen to about 40 accounts with names such as daemon, games, man, lp, and mail. We cannot sign into these accounts, they exist to own files and run background services.
Typically when a utility or service wants to run in the background or needs to share resources, it will be run with its own special user account. This makes it easier to set up file permissions so that services can access specific files or resources. Giving services their own dedicated user account also means background tasks and network services do not need to run as the administrator where they would have too much power over the system.
In short, these system accounts make it easier to share data, maintain good file permissions, and run background services without granting them too much power. The special accounts have limited access (compared to the root user) and save us from running background tasks as our own user.
These accounts are typically created by packages installed on the system. For example, the PulseAudio package might add a user called pulse and the OpenSSH service package may add a user called sshd. Typically these service accounts will be removed when their corresponding package is deleted from the system.
Some people may look at the list of a few dozen service accounts and wonder if they are really needed or if it might be more secure to clean them off the system. Typically if the accounts are there it means a package has added them and removing the account may break the functionality of the corresponding package. As for the security risk, service accounts almost always have their login shell (the last field in the /etc/passwd file) set to be "nologin" or "/usr/sbin/nologin". This means people attempting to access your computer cannot sign into these accounts. Attempts to sign in locally or remotely will be denied. The account exists to perform specific tasks, but cannot be accessed by people or scripts attempting to break into the operating system.
In short, it is not a good idea to remove these accounts from your system. They don't do any harm, usually perform important background tasks, and cannot be used by attackers to login. It's best to leave them alone.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Devuan GNU+Linux 5.0.0
Devuan GNU+Linux is a Linux distribution forked from Debian in 2015. The project's primary goal is to provide a variant of Debian without the complexities and dependencies of systemd. The project's latest release is Devuan 5.0.0 "Daedalus". The release notes share highlights of the new version. "xserver-xorg-core now uses libseat1 to control rootless startx and access to input and video devices - this has several advantages, the most significant being that it removes the dbus dependency from xserver-xorg-core; libseat1 can use either seatd or elogind as a backend; if you need to override the default choice (autodiscovery), use the LIBSEAT_BACKEND environment variable; if you are using seatd as the backend, ensure the user is a member of the video group - this is only relevant to running startx as a user, X.Org run as root by a display manager is unaffected; users can now enjoy a Wayland desktop without elogind by installing libpam-ck-connector, sway and seatd; ensure the relevant user is a member of the 'video' group and run Sway from the terminal."
siduction 2023.1.0
Ferdinand Thommes has announced the release of siduction 2023.1.0, the new stable version of the project's distribution based on Debian "Sid" (the "unstable" branch) and featuring a choice of KDE Plasma, LXQt and Xfce desktops: "The siduction team is very proud to present an unscheduled release for a special occasion. Debian, whose unstable branch some of us have been following for over 20 years, celebrates its 30th birthday on 2023-08-16 and we think that is worthy of all honor. Debian is the second oldest distribution after Slackware, and is solely supported by the people involved, without a company standing in the background or someone at the top deciding where things go. Debian is considered the 'universal operating system' because of the many architectures supported to this day and the stability of their releases is legendary. The flavours we offer for siduction 2023.1.0 are KDE Plasma 5.27.7.1, LXQt 1.3.0, Xfce 4.18, X.Org and noX. GNOME, MATE and Cinnamon did not make it again this time because there is no maintainer within siduction for them." Here are the complete release notes.

siduction 2023.1.0 -- Running the KDE Plasma desktop
(full image size: 5.1MB, resolution: 2880x1800 pixels)
* * * * *
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,899
- Total data uploaded: 43.5TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
How many user accounts are on your desktop system?
In this week's Questions and Answers article we talked about user accounts on a Linux system and how some accounts are important for running background services. How many user accounts, in total, are on your distribution?
You can get a quick headcount by running the following command on your distribution:
wc -l /etc/passwd
You can see the results of our previous poll on arranging new windows on the desktop in last week's edition. All previous poll results can be found in our poll archives.
|
How many user accounts are on your system?
1-10: | 852 (62%) |
11-20: | 19 (1%) |
21-30: | 36 (3%) |
31-40: | 198 (14%) |
41-50: | 186 (14%) |
51-60: | 50 (4%) |
61-70: | 6 (0%) |
71-100: | 5 (0%) |
100+: | 19 (1%) |
|
|
Website News |
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 28 August 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: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
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 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• Issue 985 (2022-09-12): Garuda Linux, using root versus sudo, UBports on the Fairphone 4, Slackware reverses change to grep |
• 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.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
AcademiX GNU/Linux
AcademiX GNU/Linux is a Debian Stable-based distribution which works with software which can be used at all levels of education from grade schools through to university. AcademiX includes an installation utility (called EDU) that can be used to install a variety of applications in mathematics, physics, chemistry, geography, biology, statistics, electronics, amateur radio, graphics, office, programming - which are accompanied by virtual interactive labs. The distribution uses the MATE desktop by default.
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.
|
|