DistroWatch Weekly |
DistroWatch Weekly, Issue 778, 27 August 2018 |
Welcome to this year's 35th issue of DistroWatch Weekly!
This week we are going to take a step away from the mainstream Linux distributions and focus our attention on lesser known open source operating systems and niche GNU/Linux projects. We begin with a quick look at two projects: Guix System Distribution, a project that combines a completely libre operating system with advanced package management ideas, and ReactOS, an open source operating system that strives for binary compatibility with Microsoft Windows. In our News section we discuss Valve making it easier for Linux users to transparently run Windows games and Haiku preparing for the project's first beta release. We also discuss Parabola replacing their archive manager and NetBSD 6 reaching the end of its supported life. We cover multiple queries in our Questions and Answers column this week, exploring how to merge hard drive partitions, finding an alternative distribution to Tails for secure web browsing and talk about the various tools for running programs as another user. Plus we are happy to share the new releases of the past week and list the torrents we are seeding. Finally, we are pleased to welcome Hamara, a Debian-based distribution, to our database. We wish you all a terrific week and happy reading!
Content:
- Review: Guix System Distribution 0.15.0 and ReactOS 0.4.9
- News: Steam supports Windows games running on Linux, Haiku plans first beta, Parabola replaces archive manager, NetBSD 6 reaches end of life
- Questions and answers: Merging partitions, an alternative to Tails, the differences between su, su - and sudo
- Released last week: deepin 15.7, Bodhi 5.0.0, GParted Live 0.32.0-1
- Torrent corner: Bluestar, Bodhi, deepin, GParted, NST, Omarine, Voyager
- Opinion poll: sudo versus su
- New additions: Hamara
- New distributions: Norcux OS
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (16MB) and MP3 (13MB) formats.
|
Feature Story (by Jesse Smith) |
Guix System Distribution 0.15.0 and ReactOS 0.4.9
A few readers have asked me this month to talk about some less commonly discussed open source operating systems. With that in mind, I decided to review the latest versions of Guix System Distribution (a Linux distro with an unusual package manager), and ReactOS (an open source project that tries to be binary compatible with Microsoft Windows).
* * * * *
Guix System Distribution (GuixSD) is a Linux-based operating system that is built around the GNU Guix package manager. The operating system provides advanced package management features such as transactional upgrades and roll-backs, reproducible build environments, unprivileged package management, and per-user profiles.
This description may seem familiar as GuixSD shares several features with NixOS, which is a platform built using the Nix package manager that offers the same feature set. GuixSD is developed by the GNU organization and strives to respect users' software freedoms. Naturally, it is one of the few Linux-based operating systems on the GNU project's list of completely free operating systems.
GuixSD is available in 32-bit and 64-bit builds. The compressed ISO file we download is 186MB in size and, when it has been expanded, it grows to 986MB. Booting from this media brings up a text console where we are automatically logged into the root account. A message on the console lets us know we can access local documentation by pressing ALT-F2. The welcome message also tells us GuixSD is still in development and concludes by stating: "Thanks for being so brave."
The documentation provided explains some limitations of GuixSD, such as not having non-free firmware for wi-fi devices. The documentation Includes networking instructions, a guide explaining how to partition the disk and set up file systems prior to attempting to install the distribution. These instructions are also on-line in the Guix manual.
To install GuixSD we first need to partition the hard drive, probably by using the cfdisk command line partition manager. We then format the root partition and mount it under the /mnt directory. We then run the command "herd start cow-store /mnt".
The next series of steps gets us to copy the standard configuration file to the /mnt/etc directory and edit the file to customize the system. This includes selecting the location of the boot device, changing our username, selecting which desktop environment to use and any necessary encryption mappings.
Once the configuration file has been adjusted to our satisfaction we then run the command "guix system init /mnt/etc/config.scm /mnt" to set up the operating system. Here is where I ran into a wall with GuixSD. I tried five different attempts at setting up the template file to match my settings (plus one attempt where I just accepted all the defaults to see what would happen) and the process failed each time. Typically the guix command would exit with a cryptic message indicating a syntax error in the file. Unfortunately the errors were not helpful and I found no relevant trouble-shooting steps in the documentation.
I was a bit disappointed with running into this barrier. I've installed NixOS a few times and like the idea of a central configuration file that can manage users, services and installed packages. The concept is one that appeals as it makes it easy to for an administrator to re-create the same operating system procedurally across multiple machines. I am sorry to say I did not have the same success setting up GuixSD as I have had with installing NixOS in the past.
* * * * *
ReactOS 0.4.9
It has been about two years since I last reviewed ReactOS. Since then, the ReactOS team has been putting work into making their operating system self hosting (it is possible to develop and build ReactOS on ReactOS). Windows application support has gradually improved and the latest version of the operating system supports opening Zip files as folders, the way Windows XP and later versions of Microsoft's platform do.
ReactOS is available in two editions: a Live edition for testing the operating system and its compatibility with our hardware, and an installation disc. Both editions are compressed with the Live edition starting at 74MB and expanding to 235MB, and the install disc is a 104MB download which expands to 124MB.
I got off to a rocky start as the Live edition would not boot in VirtualBox, with or without debug options enabled. I also could not get the Live edition to boot on my laptop. A boot screen would appear and ask me to press a key to boot from the ReactOS media, but pressing a key produced an error indicating no boot media could be found. It is an odd error since the prompt itself was coming from the boot media.
I then changed gears and tried the install disc in VirtualBox. The installer should look familiar to people who have installed earlier versions of Windows, such as versions 2000 and XP. We are shown a blue text screen with a series of simple menus. The installer asks us to select our language and screen resolution from lists. We are then guided through partitioning our hard drive. The partitioning options are fairly limited as ReactOS only wants one partition and it should be formatted with the FAT file system. We are then asked if we would like to install a boot loader. The whole setup process only took me about two minutes.

ReactOS 0.4.9 -- Application menu and settings
(full image size: 144kB, resolution: 1280x1024 pixels)
The first time we boot into the new copy of ReactOS a graphical wizard appears and asks for our location information. We are also asked to provide a password for the administrator account and select our time zone from a drop-down list. We can choose between two themes, one which resembles Windows 2000 and the other which has a similar style but with darker elements. We can then optionally join a Windows domain.
There is, by default, no login page. When the operating system boots we are brought straight to the desktop and given the ability to perform administrator tasks. The desktop closely resembles that of Windows 2000 or 98, with a similar file manager, application menu, control panel and driver management. The faithfulness of the recreation is impressive.
The desktop was generally responsive, though the interface tended to lock up temporarily whenever the disk was being heavily accessed. My main issue though was not waiting for disk input, but dealing with instability. When running in VirtualBox, ReactOS tended to crash whenever I was running more than two or three programs at a time. Sometimes this manifested in the desktop no longer responding to mouse or keyboard input and, in one case, ReactOS showed me the familiar blue screen of death.

ReactOS 0.4.9 -- Running Firefox, Notepad++ and LibreOffice
(full image size: 263kB, resolution: 1280x1024 pixels)
A problem I ran into early on was ReactOS could not work with my virtual machine's network card. Searching through the project's documentation I found instructions for setting up an adaptor the operating system would work with. I switched out the network interface and rebooted, but ReactOS still did not recognize the virtual card. Since installing ReactOS takes just a few minutes and trouble-shooting would take longer, I simply re-installed the system with the new network card and it was properly detected after the fresh install was finished.
One of the key highlights of ReactOS, in my opinion, is its package manager. The system ships with a third-party application manager which can be accessed from a desktop icon. Programs are divided into categories we can browse through and we can check boxes to queue programs for installation. The package manager worked well and provided me with quick and easy access to a range of popular open source programs and drivers, including LibreOffice, Firefox, VLC, Notepad++ and a handful of games. A software centre that can run batch jobs to install multiple items at once is something I feel was notably missing from older versions of Windows and I really like that ReactOS makes downloading third-party software so straight forward.

ReactOS 0.4.9 -- The software manager
(full image size: 134kB, resolution: 1280x1024 pixels)
A big question people have when it comes to using ReactOS is whether the operating system really can deliver on the idea of running Windows applications. During my brief trial I found that it could. Each of the programs I tried ran and I typically found performance was better under ReactOS than I have experienced with recent versions of Microsoft's product.
Conclusions
While both of the projects I experimented with this week are driven by very interesting concepts (GuixSD offers a purely free system with advanced package management and ReactOS attempts to be an open source replacement for Windows) there are limiting aspects to both projects which would keep me from running them on a regular basis.
GuixSD has a package manager that I like. I've used related technology through NixOS in the past and loved how easy it was to rollback problems, manage accounts and skip forward or backward instantly through installed package versions. Where I feel GuixSD let me down was in its limited hardware support (there are no non-free drivers or firmware) and its limited documentation. There are instructions for using GuixSD when all is going well, but nothing I felt was helpful when the package manager was not operating the way I expected.
ReactOS, while a completely different operating system with its own kernel, installer and programs, ultimately had a similar problem: limited hardware support. The operating system's Live edition did not work in either of my environments and I had to work around having a limited set of drivers. Another issue with ReactOS was the stability. The system tended to lock up if more than a few programs were running, or if I tried to cancel an intensive task like installing a new application.
Both of these projects present interesting ideas, however both are still (as their documentation pages point out) in an unstable stage of development. They should be used with caution and probably not as a main, day-to-day operating system.
* * * * *
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
|
Miscellaneous News (by Jesse Smith) |
Steam supports Windows games running on Linux, Haiku plans first beta, Parabola replaces archive manager, NetBSD 6 reaches end of life
People who would want to play games, including more mainstream titles, on Linux received good news this week. Valve, the company which develops SteamOS and the Steam gaming portal, has published a new beta of Steam which will allow Linux users to run some Windows games through a compatibility layer. The beta supports running 27 Windows games on Linux as though they were native applications with support for more titles expected to be added over time. Valve's announcement reads: "So, two years ago, we started an effort to improve the quality and performance of Windows compatibility solutions for Steam games. A lot of our work has been in the form of supporting WINE and other existing compatibility projects. We have also been integrating these tools into the Steam client to provide the same simple plug-and-play experience offered by regular Linux games. Our goal for this work is to let Linux Steam users enjoy easy access to a larger back catalog. We think it will also allow future developers to easily leverage their work from other platforms to target Linux."
* * * * *
The Haiku project has been working on an open source continuation of BeOS for several years. The project is nearing a new milestone: the operating system's first beta release. A blog post on the Haiku website reports: "At last, R1/beta1 is nearly upon us. As I've already explained on the mailing list, only two non-'task' issues remain in the beta1 milestone, and I have prototype solutions for both. The buildbot and other major services have been rehabilitated and will need only minor tweaking to handle the new branch, and mmlr has been massaging the HaikuPorter buildmaster so that it, too, can handle the new branch, though that work is not quite finished yet. So essentially all that stands between us and the release itself is a lot of testing, and more testing, and polishing all the little bits and pieces we've neglected along the way. I've already begun drafting the release notes, and the i18n translation tools have been synchronized with master, so even though the string freeze hasn't happened yet, the bulk of the translation work can begin." The beta release is expected to be publicly available around the middle of September 2018.
* * * * *
The Parabola GNU/Linux-libre developers have announced that they are replacing the unar archive manager with an alternative utility called unarchiver. "The unar package has been dropped in favor of Arch Linux's unarchiver. This was discussed in the mailing list some months ago. If you are using unar, just install unarchiver. You'll be asked if you want to replace it, just accept and continue as any normal package installation."
* * * * *
The NetBSD project has announced support for the NetBSD 6.x series of releases has been discontinued. NetBSD users are advised to upgrade to either version 7 or 8 of the operating system. "In keeping with NetBSD's policy of supporting only the latest (8.x) and next most recent (7.x) major branches, the recent release of NetBSD 8.0 marks the end of life for NetBSD 6.x. As in the past, a month of overlapping support has been provided in order to ease the migration to newer releases."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Merging partitions, an alternative to Tails, the differences between su, su - and sudo
Coming-together asks: Is it possible to merge two partitions into one big partition?
DistroWatch answers: I cannot think of any disk partition managers which will merge two (or more) partitions in one operation. What I would typically do if you want to add the space of one partition to another is to perform the following three steps:
- Back up all your files on the disk you are changing. Partition management can be destructive.
- Remove one of the partitions you want to merge.
- Expand the second partition so it takes up all of the space freed by removing the first partition.
At this point you will have one big partition where you once had two small ones. At that point you can copy your data files back onto the one large partition from your backup.
* * * * *
Avoiding-systemd-and-desiring-privacy asks: Has anyone made a systemd-free version of Tails?
DistroWatch answers: People have made something which is similar to Tails that does not include systemd. The project is called heads and is based on Devuan. Like Tails, the heads project ships with Tor included by default. The heads distro ships with free software only, which makes it possible to audit all of the operating system's parts, but reduces the number of hardware devices heads can use compared to Tails.
* * * * *
su-su-sudo asks: What is the difference between using su, su - and sudo?
DistroWatch answers: The su command lets one user become another user. By default the su command will attempt to switch from the current user to the root user, though we can try to become any user if we have their password. When using plain su the current environment variables are maintained. Basically, when we use su the shell's variables stay the same as they were before we ran su.
When we use su - the su command sets up the shell environment as though we had originally logged in as the specified user. It would be just like we had logged out and then signed in as a different user.
The sudo command is a bit different. While su is typically used to switch our current command line user to a different user and remain logged in as that user, the sudo command is usually used to run just one command as another user. The sudo command typically is used to run one program as the root user without us signing into to the root account.
The sudo approach has some advantages. It is flexible and can be tweaked to easily allow certain users or groups to perform specific tasks. The sudo command can provide logging, making it possible to audit a user's actions. When using sudo we do not switch to another user and so we avoid accidentally running future commands as the wrong user, which can happen if we use su and then forget which user we are signed in as.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
deepin 5.7
The deepin project has published a new release of its Debian-based distribution featuring the Deepin Desktop Environment (DDE). The project's latest release, deepin 15.7, focuses on optimizations and reduces the size of the distribution's ISO, and lowers memory consumption and power consumption. "To reduce power consumption of laptop, 'power saving mode' is added in deepin 15.7. Your laptop can enter power saving mode automatically when using battery. In this way, laptop standby and working time is increased. Preliminary tests show that in our test environment, standby time is extended 20%. deepin 15.7 has made a series of adjustments and optimizations in memory usage. In the standard configuration, the boot memory has decreased from 1.1GB to 830MB, and reduced to less than 800MB on a discrete graphics card." Further information, along with screen shots, can be found in the distribution's release announcement.
Bodhi Linux 5.0.0
Jeff Hoogland has announced the release of Bodhi Linux 5.0.0. Bodhi Linux is a lightweight Ubuntu-based distribution featuring Moksha, an Enlightenment 17-based desktop environment. The project takes a decidedly minimalist approach by offering modularity, high levels of customisation, and choice of themes. "Today I am very pleased to share the hard work of the Bodhi Team which has resulted in our fifth major release. It has been quite the journey since our first stable release a little over seven years ago and I am happy with the progress this projected has made in that time. For those looking for a lengthy change log between the 4.5.0 release and 5.0.0, you will not find one. We have been happy with what the Moksha desktop has provided for some time now. This new major release simply serves to bring a modern look and updated Ubuntu core (18.04) to the lightning fast desktop you have come to expect from Bodhi Linux." Information on the new version can be found in the project's release announcement. The distribution is available in three editions: Standard, Legacy (for older, 32-bit computers), and AppPack which includes more software on the installation media.

Bodhi Linux 5.0.0 -- The Moksha desktop
(full image size: 1.2MB, resolution: 2550x1392 pixels)
GParted Live 0.32.0-1
GParted Live is a minimal Linux distribution which runs a light desktop environment to provide access to disk partitioning tools, in particular the GParted disk management software. The project's latest version, GParted Live 0.32.0-1, is based on Debian's Unstable branch and includes fixes for shrinking LVM volumes and respecting minimal file system sizes. The release announcement states: "This release includes GParted 0.32.0, updated packages, and other improvements. Items of note include: Includes GParted 0.32.0 which adds the following enhancements: Implement opening and closing of LUKS mappings. Fix can't shrink LVM partition due to pvresize prompt. Recognise additional GRUB2 core.img signatures. Honour resize2fs minimum FS sizes. Based on the Debian Sid repository (as of 2018/Aug/23). Linux kernel updated to 4.17.17-1. This release of GParted Live has been successfully tested on VirtualBox, VMware, BIOS, UEFI, and physical computers with AMD/ATI, NVIDIA, and Intel graphics."
UBports 16.04
The UBports project maintains a community-developed continuation of Canonical's Ubuntu Touch operating system for mobile devices. The UBports team has published a new major release, based on Ubuntu 16.04. The new release, UBports 16.04 (also known as UBports OTA-4), includes new power saving features, new keyboard layouts for Turkish, Bulgarian, and Swiss-French languages, and performance improvements. "After eight months of work, the UBports Foundation is proud to announce the release of Ubuntu Touch OTA-4. This release features Ubuntu 16.04 as its base (previously 15.04), bringing security fixes and greater stability to unseen corners of the operating system. We've also upgraded from Qt 5.4 to 5.9, bringing a number of improvements. Check out the What's New section below for more information on what's been changed or updated in this release! Users who have Ubuntu Touch OTA-3 will not be receiving this update automatically. See 'How do I get it?' below for more information. Why does OTA-4 matter? We believe that this is the 'official' starting point of the UBports project. From the point when Canonical dropped the project until today, the community has been playing 'catch up' in development, infrastructure, and community building. This release shows that the community is soundly based and capable of delivering." Further details can be found in the project's release announcement. A list of supported devices and installation instructions can be found on the project's Devices page.
* * * * *
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: 990
- Total data uploaded: 21.1TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
sudo versus su
When it comes to performing administrative tasks on Linux, there are a few different common approaches. One is to use the sudo command to temporarily gain access to run a single command. Another is to use the su command to switch to a privileged user account and run commands interactively. When it comes to managing your computer system, which approach do you use?
You can see the results of our previous poll on limiting process resource usage in last week's edition. All previous poll results can be found in our poll archives.
|
sudo versus su
I use sudo to run admin commands: | 1433 (67%) |
I use su to become a privileged user: | 581 (27%) |
I use another tool such as doas: | 16 (1%) |
I logout and start a new session as root: | 34 (2%) |
Other: | 81 (4%) |
I do not have admin access: | 5 (0%) |
|
|
DistroWatch.com News |
New projects added to database
Hamara
Hamara is a Debian-based desktop distribution featuring the MATE desktop. Hamara is developed in India and the team works to provide improved translations for the more popular spoken languages in India. Downloading and using Hamara can be done free of charge though the company behind Hamara also provides commercial technical support.

Hamara 2.1 -- The welcome screen
(full image size: 1.1MB, resolution: 1280x1024 pixels)
* * * * *
Distributions added to waiting list
- Norcux OS. Norcux OS is a Linux distribution with two main branches: a fixed release based on Debian and a rolling release based on Arch Linux. Both branches feature the KDE Plasma desktop.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 3 September 2018. 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) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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 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 |
• Issue 984 (2022-09-05): deepin 23 Preview, watching for changing to directories, Mint team tests Steam Deck, Devuan posts fix for repository key expiry |
• Issue 983 (2022-08-29): Qubes OS 4.1.1, Alchg Linux, immutable operating systems, Debian considers stance on non-free firmware, Arch-based projects suffer boot issue |
• Issue 982 (2022-08-22): Peropesis 1.6.2, KaOS strips out Python 2 and PulseAudio, deepin becomes independent, getting security update notifications |
• Issue 981 (2022-08-15): Linux Lite 6.0, defining desktop environments and window managers, Mint releases upgrade tool, FreeBSD publishes status report |
• Issue 980 (2022-08-08): Linux Mint 21, Pledge on Linux, SparkyLinux updates classic desktop packages, Peppermint OS experiments with Devuan base |
• Issue 979 (2022-08-01): KaOS 2022.06 and KDE Plasma 5.25, terminating processes after a set time, GNOME plans Secure Boot check |
• Issue 978 (2022-07-25): EndeavourOS 22.6, Slax explores a return to Slackware, Ubuntu certified with Dell's XPS 13, Linux running on Apple's M2 |
• Issue 977 (2022-07-18): EasyOS 4.2, transferring desktop themes between distros, Tails publishes list of updates, Zevenet automates Let's Encrypt renewals |
• Issue 976 (2022-07-11): NixOS 22.05, making a fake webcam, exploring the Linux scheduler, Debian publishes updated media |
• Issue 975 (2022-07-04): Murena One running /e/OS, where are all the openSUSE distributions, Fedora to offer unfiltered Flathub access |
• Issue 974 (2022-06-27): AlmaLinux 9.0, the changing data of DistroWatch's database, UBports on the Pixel 3a, Tails and GhostBSD publish hot fixes |
• Issue 973 (2022-06-20): openSUSE 15.4, collecting distro media, FreeBSD status report, Ubuntu Core with optional real-time kernel |
• Issue 972 (2022-06-13): Rolling Rhino Remix, SambaBox 4.1, SUSE team considers future of SUSE and openSUSE Leap, Tails improves Tor Connection Assistant |
• Issue 971 (2022-06-06): ChimeraOS 2022.01.03, Lilidog 22.04, NixOS gains graphical installer, Mint replaces Bluetooth stack and adopts Timeshift, how to change a MAC address |
• Issue 970 (2022-05-30): Tails 5.0, taking apart a Linux distro, Ubuntu users seeing processes terminated, Budgie team plans future of their desktop |
• Issue 969 (2022-05-23): Fedora 36, a return to Unity, Canonical seeks to improve gaming on Ubuntu, HP plans to ship laptops with Pop!_OS |
• Full list of all issues |
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
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 | 
Edubuntu
Edubuntu is a partner project of Ubuntu, a distribution suitable for classroom use. The aim is that an educator with limited technical knowledge and skill will be able to set up a computer lab, or establish an on-line learning environment, in an hour or less, and then administer that environment without having to become a fully-fledged Linux geek.
Status: Active
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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.
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
|