DistroWatch Weekly |
DistroWatch Weekly, Issue 998, 12 December 2022 |
Welcome to this year's 50th issue of DistroWatch Weekly!
People are often looking for the best operating system, with the category of "best" changing with a person's priorities. An operating system might be considered the best at being small, fast, feature-rich, modern-looking, or having the largest collection of software. Today we turn our gaze to an open source operating system which is arguably the best when it comes to security. OpenBSD has an impressive track record when it comes to both security and correct documentation. This week we begin with a look at OpenBSD 7.2 and report on some of its key features. Then, in our News section, we talk about Asahi Linux getting video hardware acceleration working, which offers much better performance for 3-D desktops and games. Plus we report on Fedora 35 reaching the end of its supported life and Manjaro adjusting its Mesa package to avoid proprietary codecs. In our Questions and Answers column we explore options for installing a Linux distribution without a user account set up by default. These userless, so-called OEM installs are relatively rare, but offered by a handful of Linux distributions. Does your current distribution offer an OEM install option? Let us know about it in this week's Opinion Poll. Plus we are pleased to list the new releases of the past week and share the torrents we are seeding. Finally, we are pleased to welcome the risiOS distribution to our database. risiOS is a Fedora-based project with a number of convenient tools included to help setup and customize the operating system. We wish you all a fantastic week and happy reading!
Content:
|
Feature Story (by Jesse Smith) |
OpenBSD 7.2
The OpenBSD project develops an operating system which is lean, clearly documented, and has a proactive approach to security. The project is also the source of such popular software packages as OpenSSH and LibreSSL which are included in many open source operating systems. OpenBSD's latest release was version 7.2 which can run on over a dozen CPU architectures.
The install media for OpenBSD is available in separate formats for optical media (ISO files) and USB thumb drives (IMG files). The ISO file for the x86_64 architecture is 556MB while the IMG file is 664MB. Booting the OpenBSD media brings up a text console where we are asked if we'd like to install a new copy of OpenBSD, upgrade the operating system, perform an auto-install, or run a command line shell.
The command line shell provided on the install media offers a limited environment. There is just enough command software available to perform some tests and get the system installed. There isn't a full array of tools provided like you'd get on a full install of OpenBSD or from most Linux live discs.
Installing
Choosing to run the installer brings up a series of text prompts where we are expected to type our answers, or simply press Enter to take the default option. The defaults are generally quite sensible and we can get through a lot of the installer's steps by simply pressing Enter.
The installer walks us through selecting a keyboard layout, hostname, and enabling network cards. We are also asked to make up a password for the root account. We're asked if we want to enable remote access through the OpenSSH service (the default is to run the service). We can then optionally create a regular user account. The installer also asks us to confirm our timezone.
We are next asked to select which disk will hold OpenBSD. We can then accept a default disk layout or manually divide up the disk. This is probably the most complex part of the installer, if we go the manual partitioning route, as there isn't a lot of help or any friendly graphical or menu-driven partition manager. In the last step of the installer we are asked to select which components to install. These include kernels, the base userland system, manual pages, games, and graphical (X) display software. Once these packages are copied to our hard drive the system offers to restart the computer.
Early impressions
OpenBSD boots to a graphical login screen, if we installed the X packages, or to a text console if we did not. I opted to use X and, upon logging in I was presented with a very minimal window manager in the form of fvwm. This is a simple window manager with just a console running on the desktop. We can access the fvwm menu by left-clicking on any black section of the desktop. There are virtually no other applications or desktop components installed. There's no application menu, dock, wallpaper, or system tray. There is a graphical calculator, but otherwise we're pretty much just left with a virtual terminal and a virtual desktop switcher.
There is no option to shutdown or reboot the computer from within the graphical environment. Both fvwm and the login screen lack these options. We can switch to a terminal and sign in as the root user to reboot from the command line.
Hardware
OpenBSD is unusually lean. The operating system consumes about 1.5GB of disk space, which is quite small compared to mainstream Linux distributions. The operating system uses about 70MB of RAM when logged into the text console and 83MB when signed into the window manager. It can be made even lighter if we're willing to disable the X display software entirely.
When I started exploring OpenBSD in a VirtualBox environment the operating system mostly performed well. It booted fairly quickly, it was stable, and it was able to automatically connect to my network. The one downside was I could not get OpenBSD to make use of higher screen resolutions. I experimented with a few video drivers, and some of them improved video output from 800x600 pixels, but none of them could make full use of my display size of 1680x1050 pixels with the default settings. I ended up manually tweaking the X display configuration to set higher, custom resolutions when running the operating system inside VirtualBox.
When running on my workstation's hardware, OpenBSD performed about the same. The system was light and responsive. My one serious issue was that OpenBSD didn't recognize my computer's wireless networking card. Wired connections worked out of the box, but wi-fi did not. I also found text output on the console was a bit misaligned. The left-most character of each line was displayed off the edge of the screen until my monitor settings were adjusted. I haven't encountered this issue with any other operating system to date on this equipment.
Another issue I ran into was I could install media players and play media files, including videos. However, OpenBSD didn't produce any audio. I installed a sound mixer and confirmed it detected the audio output of the application, but I didn't get any audio from the player. I ran into the same problem when trying to watch videos in Firefox - videos would play, but no sound output reached my speakers. I checked my sound settings using sndioctl as per the documentation and everything appeared in order, yet my system remained mute.

OpenBSD 7.2 -- Browsing the web with Firefox
(full image size: 297kB, resolution: 1600x1200 pixels)
Software management
OpenBSD logically splits its software into two distinct areas. The OpenBSD operating system is one cohesive unit, made by a unified team. Its kernel and utilities are treated, in a way, as an atomic unit. Security updates and other fixes to the core operating system (and its documentation) can be handled using a tool called syspatch. Running the syspatch utility with the "-c" flag, as in "syspatch -c", will check for any available updates to OpenBSD and list them on the command line. Running "syspatch" without any argument will install these waiting updates. I tested this, discovered four updates were waiting for me, and they were applied without any issues.
Third-party software, applications and utilities which are not part of the base operating system, are handled with a separate set of tools. Third-party software, sometimes referred to as ports, can be queried by running a tool called pkg_info and downloaded using a tool called pkg_add. In order to find a package we want we could run a command like "pkg_info -Q firefox" or "pkg_info -Q rsync" in order to find relevant matches. We can then install these matches using pkg_add, for instance: "pkg_add rsync". We can later upgrade these third-party applications using pkg_add with the "-u" flag: "pkg_add -u".
These tools for finding and installing ports are terse in their output and the syntax may be a bit unusual for people coming from most Linux distributions. However, they worked quickly and without problems during my trial.
Managing services
I could say the same thing about managing services on OpenBSD. The syntax and tools provided are terse and a little alien for people coming from a Linux background, but they work and are well documented. Service management is mostly handled by the rcctl command line program. Some simple commands to remember are "rcctl ls" to list available services, "rcctl start" to start a service, and "rcctl stop" to stop a service. A complete list of options is laid out in the rcctl manual page.
This seems like a good time to point out that OpenBSD is still, in many ways (perhaps most ways) still a command line and text file oriented operating system. Almost all configuration changes, package management, firewall setup, and user account management tasks are expected to be done at the command line level. Often we're running short, sometimes cryptic, commands or editing simple text files. You won't find much in the way of graphical tools or even menu-drive text tools on OpenBSD. The operating system is meant to be technically simple which gives it a light, clean approach, but does mean more of a learning curve for potential users.
Desktop environments
The OpenBSD documentation doesn't talk much about graphical environments or the steps required to set up a full featured desktop environment. If you're new to the process, a lot of the third-party guides for setting up a desktop environment on OpenBSD are out of date and refer to older desktops such as KDE4 and GNOME 2. However, there are guides out there, including a well written one for multiple versions of OpenBSD. It'll walk readers through setting up the Xfce desktop, though similar steps can be used to install other desktop environments.

OpenBSD 7.2 -- Running the Xfce desktop
(full image size: 146kB, resolution: 1600x1200 pixels)
In short, we end up running the command "pkg_add xfce xfce-extras" and letting the package manager sort out the dependencies for us. Then we add a line to the ~/.Xsession file which will start the Xfce desktop, or another desktop we have installed. Should we wish to be able to shutdown the computer from within the desktop environment we should also add our user account to the operator group.
This will give us a bare bones desktop environment with just a panel, dock, and application menu. Adjusting the appearance, resolution, and wallpaper will be up to us to sort through. New applications we install will be added to the desktop's application menu - this happened automatically, in my experiment with Xfce.
Other observations
While on most Linux distributions people use sudo to perform administrative commands, OpenBSD offers different avenues. We can either log into the root account directly or run the doas command. The doas program works almost identically to sudo, but doas is smaller and uses a clearer configuration syntax in an attempt to reduce possible errors.
One of the few features I would have enjoyed seeing on OpenBSD, but didn't see (and probably won't see in the future), is support for ZFS. The advanced filesystem is supported almost everywhere, to some degree, these days but there are a number of reasons it isn't available on OpenBSD, even as a port.
Conclusions
When evaluating an operating system I think there are two different, key viewpoints to consider: Does the project meets its stated goals? And does the project fit my needs?
The OpenBSD project lists several goals on its website, though most of these are more "behind in the scenes" in nature. There are items on the list which talk about making source code available, which licenses to use, standards to be followed, and avoiding politics. All which are perfectly valid, but tell us little about the sort of operating system the project aims to produce. There are a few more practical goals such as "Try to be the #1 most secure operating system," "Support as many different systems and hardware as feasible," and "Make a release approximately every six months." Basically, OpenBSD is trying to make a highly portable, secure operating system, with new versions twice a year.
Since OpenBSD regularly puts on new releases on schedule, has a well deserved reputation for a default secure installation, provides unusually correct documentation, and runs on over a dozen CPU architectures I'd say the project is achieving its own goals remarkably well.
When it comes to looking at OpenBSD as an outsider the experience is perceived through a different lens. OpenBSD is an unusually niche operating system with a specific focus on code and documentation correctness. It is highly minimal, it is highly terse, it is highly portable. It does not hold the user's hand, it doesn't provide much in the way of default services, it has virtually no point-n-click components. The operating system is meant to be lean, out of the way, and modified using a combination of command line knowledge and text files. It's an operating system probably best associated with firewalls, routers, specific-purpose network servers, and professionals.
This is not a platform for beginners, or casual desktop users. If you want a desktop you better learn how to install it yourself. If you want to set up a printer, the same applies. If you want to enable a web server with PHP support, you'll probably want to read a manual or two. This is a platform created by security professionals, mostly for security professionals (or at least people who want security to be the primary focus of their platform). There isn't anything wrong with this, in fact OpenBSD has given birth to technologies many of us use daily, but potential users need to know they're walking into an environment that is minimal, without frills to the point of being sterile. OpenBSD is stable, secure, and will expect you to do almost all of the work.
* * * * *
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
OpenBSD has a visitor supplied average rating of: 8.4/10 from 30 review(s).
Have you used OpenBSD? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Fedora 35 reaches end of life, Asahi Linux enables hardware acceleration on Apple's ARM machines, Manjaro disables proprietary codecs in Mesa
Tomas Hrcka has published a reminder that Fedora 35 will be reaching the end of its supported life this week. People still running Fedora 35 are advised to upgrade. "Fedora 35 will go end of life for updates and support on 2022-12-13. No further updates, including security updates, will be available for Fedora 35 after the said date. All the updates of Fedora N being pushed to stable will be stopped as well. Fedora 36 will continue to receive updates until approximately one month after the release of Fedora 37."
* * * * *
The Asahi Linux project seeks to run GNU/Linux software on Apple's ARM-powered hardware. While the project has faced many challenges, one of the most visual hurdles has been proper video card support. The Asahi team has made great progress in this regard, enabling hardware acceleration. This allows users to run modern desktop environments smoothly and play 3-D games. "We're excited to announce our first public Apple Silicon GPU driver release! We've been working hard over the past two years to bring this new driver to everyone, and we're really proud to finally be here. This is still an alpha driver, but it's already good enough to run a smooth desktop experience and some games. Read on to find out more about the state of things today, how to install it (it's an opt-in package), and how to report bugs! This release features work-in-progress OpenGL 2.1 and OpenGL ES 2.0 support for all current Apple M-series systems. That's enough for hardware acceleration with desktop environments, like GNOME and KDE. It's also enough for older 3D games, like Quake3 and Neverball. While there's always room for improvement, the driver is fast enough to run all of the above at 60 frames per second at 4K." Additional details are provided in the project's announcement.
* * * * *
Following the examples of Fedora and openSUSE, the Manjaro Linux team have decided to disable proprietary codecs in the Mesa package. This change disables hardware acceleration for some video codecs on some video cards. "Mesa is now at 22.2.4. [It] includes a notable change which disables hardware acceleration for proprietary video codecs (most commonly H.264 and H.265) when using the Mesa drivers stack. Open video codecs (VP8, VP9, AV1 - based on your hardware capabilities) are unaffected and can still be hardware-accelerated out of the box. This change mainly affects AMD graphics cards. (Intel GPUs don't use Mesa for video acceleration, NVIDIA cards use the proprietary driver, and Mesa video acceleration mostly doesn't work properly with the open source Nouveau driver). You can read more about hardware video acceleration here and about that topic in general here."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Install Linux without a user account
Sending-this-one-away asks: I'm soon going to be selling a computer and the new owners asked if I could install Ubuntu on it. Can I do that without creating a user account so it's a fresh install for them?
DistroWatch answers: I believe what you're looking for is called an OEM Install. Ubuntu, and some related distributions, display a boot menu entry when launched from live media which includes the option: "OEM Install (for manufacturers)".
Selecting the OEM Install option will walk you through the usual install process, except you won't be asked to create a username or password. These steps will be held in reserve until the first time the newly installed operating system boots.
The Linux Mint distribution also offers an OEM Install option. The Pop!_OS distribution treats all new installs like OEM installs, saving user account creation until one of the final steps of the setup process the first time the operating system boots.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
FreeBSD 12.4
Glen Barber has announced the release of FreeBSD 12.4, the fourth update to the project's legacy 12.x branch: "The FreeBSD Release Engineering team is pleased to announce the availability of FreeBSD 12.4-RELEASE. This is the fifth release of the stable/12 branch. Some of the highlights: the ena(4) kernel driver has been updated to 2.6.1; the if_epair(4) driver now allows multiple cores to be used to process traffic to improve performance; the unbound(8) utility has been updated to version 1.16.3; the telnetd(8) daemon has been deprecated; the tcpdump(1) utility now allow users to set a number on rules which will be exposed as part of the pflog header; OpenSSL has been updated to 1.1.1q; OpenSSH has been updated to 9.1p1; the LLVM toolchain suite has been updated to version 13.0.0; the dma(8) utility has been updated to snapshot 2022-01-27; the file(1) utility has been updated to version 5.43. FreeBSD 12.4-RELEASE is now available for the amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 architectures." See the release announcement and the release notes for further information.
Kali Linux 2022.4
Kali Linux is a Debian-based distribution with a collection of security and forensics tools. The Kali team have released Kali Linux 2022.4 which officially brings the distribution to the PinePhone along with several new utilities: "It would not be a Kali release if there were not any new tools added! A quick run down of what has been added (to the network repositories): bloodhound.py - A Python based ingestor for BloodHound; certipy - Tool for Active Directory Certificate Services enumeration and abuse; hak5-wifi-coconut - A user-space driver for USB Wi-Fi NICs and the Hak5 Wi-Fi Coconut; ldapdomaindump - Active Directory information dumper via LDAP; peass-ng - Privilege escalation tools for Windows and Linux/Unix* and macOS; rizin-cutter - reverse engineering platform powered by rizin. This is new tools, there are numerous updates to existing tools." Additional information and screenshots can be found in the project's release announcement.

Kali Linux 2022.4 -- Exploring the Kali menu application for tools
(full image size: 625kB, 1920x1080 pixels)
deepin 20.8
The deepin project has published a new update to the distribution's 20.x series. The new version, 20.8 introduces a number of key package updates and includes a new application called Deepin Home. "In deepin 20.8, a new application Deepin Home is added, which breaks the 'information barrier' between the deepin team and users, and will work on product quality, software and hardware ecology to better serve deepin users. What is more, we have upgraded Qt to version 5.15.6, updated the DTK development library, fixed the underlying vulnerabilities, and further improved system compatibility and security. Besides that, we have developed and integrated a great number of practical functions based on the community users' feedback. Welcome to try it! The new self-developed information-aggregation application Deepin Home, in V1.0.0, has gathered important information platforms, such as GitHub, Wiki, forum, and social media, which supports deepin ID login and sending messages. Here you can receive community news in real-time, interact and communicate with others, participate in questionnaires, etc. In the future, we will establish a perfect tracking system for requirements and bugs, and special feedback channels for software and hardware to make it better for community users." The release announcement offers further details.
Puppy Linux 22.12
The developers of Puppy Linux, a lightweight distribution which can be assembled to be compatible with a variety of parent distributions, have published a Slackware-based version of Puppy. The new version is compatible with the Slackware 15.0 and Salix software repositories. The project's release announcement shares key details: "S15Pup is built from Slackware-15.0 binary TXZ packages, hence has binary compatibility with Slackware and access to the Slackware and Salix repositories. It is available in both 64-bit and 32-bit versions. Features include: Traditional Puppy Linux look and feel and features. Kernels from the LTS branches of 5 series - 5.15 for 64-bit, 5.10 for 32-bit. Abiword and Gnumeric word processing and spreadsheet. FFmpeg and supporting programs including Pmusic and MPlayer. Joe's Window Manager 2.4.3 (JWM). LXDE addon by ydrv. Lightweight web browser in adrv. Browser installer for heavyweight browsers such as Chromium, Firefox and Palemoon. Samba, used to share files with Windows included. Evince PDF viewer."
* * * * *
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,802
- Total data uploaded: 42.7TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Does your distribution offer an OEM install option?
In this week's Questions and Answers column we talked about Linux distributions which can be installed without setting up a user account. This approach of installing an operating system without a default user account is referred to as an OEM install. Does your distribution include an OEM install option? Let us know which distributions you know of which offer OEM installs in the comments.
You can see the results of our previous poll on removing special characters from filenames in last week's edition. All previous poll results can be found in our poll archives.
|
Does your distro offer an OEM install?
Yes: | 290 (29%) |
No: | 317 (32%) |
Some distros I use do but not all: | 180 (18%) |
Unsure: | 219 (22%) |
|
|
Website News |
New distributions added to database
risiOS
risiOS is a Fedora-based Linux distribution which runs the GNOME desktop environment and includes a number of graphical setup and tweak tools to help initialize and customize the desktop experience. risiOS includes wizards for adding media codecs, Flathub repositories, and popular open source desktop applications.

risiOS 37 -- Running the GNOME desktop
(full image size: 365kB, resolution: 1920x1080 pixels)
* * * * *
New distributions added to waiting list
- Vanilla OS. Vanilla OS is an Ubuntu-based distribution with an immutable root filesystem, intended to lock down unwanted changes and problems due to updates.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 19 December 2022. Past articles and reviews can be found through our Weekly Archive and Article Search pages. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 1, value: US$10) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
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 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 |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• 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 |
• 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 | 
CloudReady
CloudReady was an operating system built and maintained by Neverware. Based on Google’s open source Chromium OS, CloudReady used web apps and cloud storage instead of traditional software and local storage. The CloudReady distribution was available in free and commercially supported versions. CloudReady has been been purchased by Google and replaced by Chrome OS Flex.
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.
|
|