DistroWatch Weekly |
DistroWatch Weekly, Issue 882, 7 September 2020 |
Welcome to this year's 36th issue of DistroWatch Weekly!
Nix is a portable package manager with a rapidly growing repository of software that compliments its many powerful features. Using Nix we can configure an operating system, install portable packages, enjoy atomic updates, and navigate snapshots of installed packages. The NixOS distribution showcases Nix and some of its powerful system administration features. We explore NixOS in our Feature Story this week and look at some of its commonly used features. Have you run Nix, either as part of NixOS or on another distribution? Let us know about it in our Opinion Poll. In our News section we discuss the Manjaro distribution coming to the low-cost PinePhone as the Fedora distribution becomes available on Lenovo laptops. Plus the Linux Mint team is making its Warpinator file sharing tool available as a Flatpak and we link to details below. Then we discuss the philosophy and structure of Linux distributions and why these aspects of many projects are difficult to quantify in our Questions and Answers column. We are also pleased to share the new releases of the past week and list the torrents we are seeding. We wish you all a terrific week and happy reading!
Content:
- Review: NixOS 20.03
- News: Manjaro running on a PinePhone, Fedora coming to Lenovo laptops, Mint publishes Warpinator as a Flatpak
- Questions and answers: Distribution members, donations, and governance structure
- Released last week: Q4OS 3.12, EasyOS 2.4.1, Garuda Linux 200831
- Torrent corner: Arch Linux, CloudReady, EasyOS, Endless OS, Garuda Linux, IPFire, Nitrux, Q4OS, RebornOS, SparkyLinux, Ubuntu DesktopPack
- Opinion poll: Using the Nix package manager
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (15MB) and MP3 (12MB) formats.
|
Feature Story (by Jesse Smith) |
NixOS 20.03
NixOS is a Linux distribution with a special approach to package and configuration management. NixOS is built on top of the Nix package manager which is declarative and makes upgrading systems reliable by way of atomic updates and package snapshots. Nix also provides the ability to roll forwards and backwards through package snapshots, which it calls generations, allowing the administrator to rollback changes or move forward through available versions. Since package transactions are atomic this means upgrades and installations will not break the operating system if a crash or power failure occurs. The administrator can simply revert back to the original snapshot of the installed packages.
Nix can use declarative configuration, meaning we can use the same system configuration file on multiple machines to have them all set up the same way without needing to use disk cloning.
There are over 60,000 packages in the Nix repository. Since Nix can be installed on most Linux distributions, this provides a great repository of software to any distribution where we care to install the Nix package manager.
Back in 2017 I talked about running Nix on Debian. Back then the Nix repository had just 12,860 packages. The repository has grown but the tips on installing and running Nix have remained the same.
There are two editions of NixOS. The first is the Graphical edition which is a 64-bit (x86_64) build and features the KDE Plasma desktop. The Graphical edition is a 1.2GB download. The other edition provides a minimal, command line interface. The smaller edition is available in 32-bit and 64-bit builds and its ISO is approximately 550MB in size.
The latest version of NixOS includes mostly package updates, bringing KDE Plasma and GNOME up to date with their stable upstream versions. ZFS now performs automatic trimming on appropriate storage devices. Meanwhile the Nix package manager recognizes a wider range of services and programs we can enable.
Live media
I decided to try the Graphical edition of NixOS. Booting from the media brings up a menu where we are invited to start the live Plasma desktop with one of three options: normal boot, failsafe mode, or running the distribution from RAM. Selecting any of these options loads the KDE Plasma desktop. A panel holding the application menu, task switcher, and system tray sits at the bottom of the screen. Icons on the desktop launch GParted, open the Konsole virtual terminal, and open the NixOS manual. The manual is a locally stored web page that opens in Firefox. The manual is especially helpful and covers tips on using and installing the operating system. Since NixOS does not have a system installer in the usual sense, I recommend reading the manual to learn how to get started with the operating system.

NixOS 20.03 -- Reading the NixOS manual in Firefox
(full image size: 215kB, resolution: 1366x768 pixels)
Installing
When it comes to installing NixOS the manual points out a few things we need to do up front. For example, we need to have a working Internet connection. We also need to set aside at least one disk partition and format it. These steps are not handled for us, but NixOS includes networking tools and the GParted partition editor to help us.
Once we have the necessary partition, we need to mount it under the /mnt directory and edit the Nix configuration file. This file explains to Nix how to set up the operating system, it's like a recipe. Luckily for us, the file is mostly filled in with good default values. There are also a lot of optional features listed in the file in comments. This allows us to simply edit the existing lines to enable some common services and set up a user account.
Once we have edited the Nix file we run an install script which sets up the operating system, based on the rules outlined in the file. We are also asked to make up a password for the root account. At this point the system is all ready to go and we can reboot to give our local copy of NixOS a try.
Early impressions
Launching my fresh copy of NixOS brought up a graphical login screen. By default the login screen assumes we want to sign in as the first non-root user. However, at this point I hadn't had a chance to set a password on the account and could not sign in as my regular user. We can switch to a console or click a button at the bottom of the screen to login as root and set the user's password.

NixOS 20.03 -- The Plasma desktop and application menu
(full image size: 492kB, resolution: 1366x768 pixels)
Once I signed in as my regular user a KDE Plasma session started. The interface features a light theme with a panel at the bottom of the screen, as it was in the live session. The desktop icons for GParted, Konsole, and the manual are gone. The manual is still installed, we just need to browse the application menu to find it. Also missing is the Firefox web browser. Firefox is present in the live session, but is not included in the installed version of NixOS meaning we cannot open the manual to read it in a browser. We can add a web browser later using the Nix package manager and I will talk about Nix later.
Hardware
I began testing NixOS in VirtualBox and found the system generally worked well. Desktop performance was good and the system was stable. Loading programs and launching the Plasma desktop was slower than average, but the desktop was otherwise responsive. While running in VirtualBox, the Plasma desktop would not resize automatically when I changed the dimensions of its window. However, I could change the desktop's resolution from the System Settings panel. (To be more precise, I could not resize the Plasma desktop at all using VirtualBox's default video settings. I had to switch from VMSVGA to the VBoxVGA controller in my host's settings to be able to resize the desktop.)
When I tried running NixOS on my laptop, the distribution performed well. Programs loaded quickly, my full screen resolution was used, and wireless networking was recognized.

NixOS 20.03 -- Exploring the settings panel with a dark theme
(full image size: 424kB, resolution: 1366x768 pixels)
A fresh install of NixOS is relatively light, using about 370MB of memory when signed into the Plasma desktop. A new install consumed about 4.1GB of disk space. Most of the time, NixOS did not use much CPU though some package management actions used more CPU and disk I/O and could slow down the desktop.
Applications
A fresh install of NixOS with a default configuration includes very few desktop applications. Apart from the Konsole virtual terminal, the KDE Help documentation, and the System Settings desktop configuration panel, there isn't much to be found.
There is no compiler, no web browser, no office suite. In the background we find the usual collection of GNU command line utilities and manual pages. The systemd software is installed and provides the distribution's init program. A fresh install runs on version 5.4 of the Linux kernel.
While running NixOS I noticed that typing the name of a command into the terminal that has not yet been installed causes a message to appear telling us what Nix command we need to run in order to install the missing program. This happens quickly and did not cause much disruption to my workflow.
Early on I found that any time I tried to connect to a new wireless network the system would prompt me for a wallet password. This is an annoying feature and it meant I sometimes had to try to connect multiple times to a new network before the system would accept my wi-fi password without corresponding wallet password.
Nix
While it is possible to use NixOS as a day-to-day operating system, it largely exists as a platform to show off the powerful Nix package manager. For the most part, using Nix feels like using most other command line package managers. We can run "nix-env -i <package name>" to install new software, "nix-env -e <package name>" to remove an item. The "nix-env -u" command updates software and "nix-env -qa <pattern>" searches for software. While the commands we run look familiar and produce similar results to the equivalent APT and pacman actions, Nix does several things differently.

NixOS 20.03 -- Installing new software and browsing package generations
(full image size: 216kB, resolution: 1366x768 pixels)
For instance, Nix installs are atomic, meaning that if the power cuts out partway through an upgrade, nothing bad happens to your packages or the package database. We can just restart the computer and begin the process anew. Another intriguing feature is Nix creates snapshots of its packages. These snapshots are called generations and each time we install, remove, or upgrade software, Nix effectively takes a snapshot of the software we have installed. We can then move almost instantly between package snapshots. In practice, this means we can rollback any change that breaks the system or introduces a bug by running "nix-env --rollback".
We can also move forward into newer snapshots. This is especially handy if we want to test two versions of the same software. We can run the application, rollback to a previous version, then instantly move ahead to a newer snapshot to test the new version again. We can see a list of available snapshots by running "nix-env --list-generations".
One concern some people have about Nix is that these generations will use up extra disk space. However, the extra space is pretty minimal, at least in the short term. The extra space is not even noticeable after a few weeks of installing updates. For those concerned about disk space though we can discard old generations to free up space.
Another nice feature of Nix is that it handles the configuration of the operating system, not just packages. This, combined with Nix's reproducible builds, means we can take the configuration (recipe) file from one computer and use it to install NixOS on another computer. We should end up with identical operating systems on each machine.
In short, Nix is an amazing package manager. These features, along with the ability to run along side other package managers on other distributions, make it a very attractive tool. It does have a few problems though. I found Nix was sometime slow compared to other mainstream package managers and it does not show much progress information. This sometimes makes it look like the nix-env command has stopped working. In fact, it took me a while once to realize the desktop had locked up and stopped responding once when Nix was installing software updates. However, these small issues aside, Nix is quite powerful and useful, especially for people who need extra reliability or who want to be able to quickly rollback software changes.
Conclusions
The NixOS distribution, on its own, does not particularly stand out. Apart from the fact it has a very minimal, and very memory-friendly KDE Plasma session, the distribution (from a practical point of view) does not do much to attract users. NixOS mostly functions as a platform to show off Nix and demonstrate how a distribution can be shaped, managed, and even replicated through its package manager.
The Nix repository has grown by leaps, adding tens of thousands of new packages in the past three years. These packages are reproducible, are installed and upgraded atomically, and can be rolled back (or forward) almost instantly. The Nix approach to keeping software transactions safe while making it easy for us to switch between installed versions of programs makes it very attractive.
In recent years some filesystems, like Btrfs and ZFS, have also added snapshots at the filesystem level, rather than the package manager level. This, to my mind, takes a bite out of one of Nix's main selling features. However, Nix can work with any Linux filesystem, avoiding the overhead of advanced filesystems, and works independently of the distribution (and any other installed package manager). This makes Nix a very attractive way to gain access to more software and provides a way to experiment with new packages with minimal risk. Whether you try NixOS or not, I highly recommend installing and trying Nix, especially if you keep up to date with cutting edge packages and want to protect your system from regressions due to upgrades.
* * * * *
Hardware used in this review
My physical test equipment for this review was a de-branded HP laptop with the following
specifications:
- Processor: Intel i3 2.5GHz CPU
- Display: Intel integrated video
- Storage: Western Digital 700GB hard drive
- Memory: 6GB of RAM
- Wired network device: Realtek RTL8101E/RTL8102E PCI Express Fast
- Wireless network device: Realtek RTL8188EE Wireless network card
* * * * *
Visitor supplied rating
NixOS has a visitor supplied average rating of: 8.8/10 from 39 review(s).
Have you used NixOS? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Manjaro running on a PinePhone, Fedora coming to Lenovo laptops, Mint publishes Warpinator as a Flatpak
The PinePhone has been capturing a lot of attention as an affordable device which can run such open source operating systems as UBports. The device's open nature also makes it an attractive platform for other Linux distributions, including Manjaro Linux. An announcement by PINE64, the organization behind the PinePhone, reports: "I am thrilled to announce that the next Community Edition (CE) of the PinePhone will feature Manjaro. For those of you who do not know, Manjaro is an Arch-based Linux operating system designed with user-friendliness in mind. But Manjaro is more than just an operating system, it is also a large and vibrant community of contributors and end-users, which I highly encourage you to join. Manjaro has offered support for PINE64 devices since the very beginning - with high-quality OS builds now available for nearly all our SBCs and devices - and the PinePhone is no exception in this regard." According to the PINE64 post it will be possible to pre-order PinePhones running Manjaro in September.
* * * * *
Back in April we reported that Lenovo had plans to ship new laptops with the Fedora distribution. Christian Schaller has reported that Lenovo laptops with Fedora pre-installed are now available. "This weekend the X1 Carbon with Fedora Workstation went live in North America on Lenovo's webstore. This is a big milestone for us and for Lenovo as its the first time Fedora ships pre-installed on a laptop from a major vendor and its the first time the worlds largest laptop maker ships premium laptops with Linux directly to consumers. Currently only the X1 Carbon is available, but more models is on the way and more geographies will get added too soon. As a sidenote, the X1 Carbon and more has actually been available from Lenovo for a couple of months now, it is just the web sales that went online now. So if you are a IT department buying Lenovo laptops in bulk, be aware that you can already buy the X1 Carbon and the P1 for instance through the direct to business sales channel."
* * * * *
The Linux Mint team has published their monthly newsletter which outlines progress the distribution's developers have made in addressing bugs and backporting fixes. The team has been working on the Warpinator peer-to-peer file sharing tool which is now available as a Flatpak to make it accessible to people running other Linux distributions. "We're happy to announce that Warpinator, the network transfer tool which shipped with Linux Mint 20 and was ported to LMDE 4, is now available to all users of Linux as a Flatpak. If you are using Linux Mint 19.x or Linux Mint 18.x open the Software Manager and search for 'Warpinator'. If you are using a different Linux distribution head over to Flathub."
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Distribution members, donations, and governance structure
Auditing-the-organization asks: When picking a Linux distro, a person can look at package management (eg, Deb, RPM, pacman, etc), package philosophy (eg, fixed, long-term release, rolling, etc), how long it has been active, security, community support, documentation, and general philosophy, but the one thing that doesn't standout is their organizational structure, by-laws, and how they are funded.
Debian comes to mind as an exception. It states it is a non-profit (Software in the Public Interest, a non-profit organization that holds assets in trust for Debian), lists its charter, officers, and meeting minutes.
How do distributions generally organize for income purposes and tax purposes? How does a community-based Linux distribution organize? A distribution is usually the work of many people, it would seem odd that the money would go into a personal account. It would also be helpful to know how they are funded (corporate backed, donations). I was wondering, with all your knowledge on the different distributions, if you could shed some light on this issue.
I know this stuff isn't as fun as the technical, but it is kind of important. Perhaps there could be an additional criteria at the top of the distro's description with: number of team members, organizational structure, funding, backers.
DistroWatch answers: One of the nice things about collecting technical information about a distribution, apart from it being fun, is that technical information on a project tends to be static. A distribution that uses pacman as it package manager and has a rolling release approach is unlikely to change those aspects of the project from one year to the next. We can pretty much look up which package manager a project uses and its release philosophy and that information is unlikely to need updating on a regular basis.
Another nice thing about gathering and listing technical information is it tends to be easy to verify. Anyone can download a new release and confirm which version of the Linux kernel it runs, or what its package manager is, or which init software the distribution is using. The information is easily accessible, objective, and verifiable.
Most Linux distributions, with a handful of key exceptions, are less clear about organizational structure, funding, and the number of members they have. Often times which category a project would fit into as far as funding goes is a matter of philosophy or point of view rather than a clearly defined answer. Information on a distribution's members and organization structure is also rarely published and, if it is available, tends to be updated quickly as people join and leave the project.
Linux distributions typically are not run like companies with a specific number of employees who each have defined roles. The number of people involved in a project and how they handle things - like code commits, funding, payments, filing taxes, and decision making - are often in flux and do not follow a formally defined set of rules.
A lot of community projects are essentially one person (or a small number of people) who publish code, accept "fly-by" contributions from community members, and may accept donations privately. They typically don't have any published guidelines or by-laws on how decisions are made, who is involved, or where any funding goes. There are exceptions to this rule; bigger organizations such as Red Hat, Debian, and SUSE are better about publishing information on the number of employees they have and their financial status. Though even then, this information can change rapidly with cutbacks, new hires or a flood of volunteers.
Perhaps the one criteria suggested that is usually easy to discover and which remains fixed is a distribution's funding model. We can usually find out how a project gets its money because this will be relatively clear on the website. Projects usually either ask for funds, offer support contracts, or charge money for their products. As a result we have sometimes been asked if we could divide distributions into Commercial and Community/Free categories. However, there is a complication to this approach: many projects could be both, or take another (less expected) approach.
Take Ubuntu for example. It is commercially backed by Canonical, which sells support, suggesting it is a commercial product. However, Ubuntu can be downloaded for free without restrictions, making it more of a community/free project. Fedora falls into much the same curious middle ground. Red Hat Enterprise Linux would seem to be pleasantly clear in that it is a commercial product, however there is an edition of RHEL which is available free of charge. Other distributions may not accept donations or sell products, but have private affiliate deals to bundle software or use search links to drive income. These deals are often not talked about publicly on the distribution's website and very few distributions publish financial information (such as income, expenses, backers, and funds in reserve).
This is why we tend to focus on the technical aspects of a distribution, the verifiable, objective aspects as much as possible. The philosophy, governance, and funding tend to be difficult to verify, are often changing, and are open to interpretation. Those aspects are certainly important to a lot of community members, but distributions very rarely publish this information.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
Q4OS 3.12
A new version of Q4OS, a Debian-based desktop Linux distribution offering a choice of a classic-style user interface (Trinity or TDE, a fork of KDE 4) or the modern KDE Plasma desktop, has been released: "An update to Q4OS 3 'Centaurus' LTS has been released. The new 3.12 series receives the recent Debian 'Buster' 10.5 update, critical security and bug fixes, and several specific Q4OS enhancements. We've been working on visual Plasma themes - the Debonaire theme is now available directly in Plasma-based live media, and other new themes are available for installation from the repositories. Automatic detection of NVIDIA hardware and dedicated installer has been fixed. In addition to the above, Q4OS 3.12 brings other enhancements, such as the Firefox 80 installer, supplemented desktop profiles and a cumulative upgrade covering all changes from the previous stable Q4OS 3 'Centaurus' release. Current users only need to perform a regular update to get all the new features. Anyone can download installation media images from the Downloads section of the Q4OS website." See the release announcement and the changelog for further details.
EasyOS 2.4.1
EasyOS is an experimental Linux distribution which uses many of the technologies and package formats pioneered by Puppy Linux. EasyOS continues to improve its container technology, security features, and update its Debian-based packages. The project's release announcement offers the highlights of EasyOS 2.4.1: "EasyOS 2.4.1 has significant and exciting new features since version 2.3. This includes enhancements to 'lockdown in RAM' as an alternative security strategy to containers, tools and strategies for debugging bootup in the initrd, automatic version update via an 'update' icon on the desktop, and choice of settings to retain when erase the session. There are many package changes, including built from Debian 10.5 DEBs and kernel bump to 5.4.59. Updated applications include SeaMonkey, Pupradio, fftag, ffplay-GTK, Pmcputemp and EasyDD. New apps include MATE Calc and iotop. Many infrastructure improvements and fixes -- too many to list, see the release notes." The release notes offer greater detail.
Garuda Linux 200831
Version 200831 of Garuda Linux, an Arch-based desktop Linux distribution with a graphical installer and system management tools, and available in several popular desktop flavours, has been released: "Garuda Linux release 200831 - this is an ISO image refresh released today. Changelog: Garuda Welcome app - added a toggle for easy switching to HiDPI mode, added a toggle to switch GDM to Wayland, added a toggle to enable systemwide ad-blocking via AdGuard DNS, added a toggle for enabling and disabling the guest account; Garuda Network Assistant app - added WiFi restart button, added Bluetooth restart button, detect if NetworkManager or Connman are running if they are installed and not running; Garuda-zsh-config - switched to Powerlevel10k theme (including the patched font).... It also includes some software updates, including some major version upgrades for Linux-zen 5.8.5, Mesa 20.1.6, NVIDIA 450.66, Firefox 80, LibreOffice 7.0.0." Read the rest of the release announcement for more details.

Garuda Linux 200831 -- Garuda's welcome window
(full image size: 2.2MB, resolution: 1920x1080 pixels)
Linux From Scratch 10.0
Linux From Scratch (LFS) is a project that provides you with the steps necessary to build your own custom Linux system. The project has announced a new version of its instructional handbook, Linux From Scratch 10.0, along with additional steps to create a more feature-rich distribution called Beyond Linux From Scratch (BLFS). The release announcement reads: "The Linux From Scratch community announces the release of LFS Version 10.0. This version of the book has undergone a major reorganization. It uses enhanced cross-compilation techniques and an environment isolated from the host system to build tools for the final system. This reduces both the chance for changing the the host system and the potential of the host system influencing the LFS build process. Major package updates include toolchain versions glibc-2.32, gccc-10.2.0, and binutils-2.35. In total, 37 packages were updated since the last release. The Linux kernel has also been updated to version 5.8.3." The main LFS volume uses SysV init while there is an alternative version which uses systemd.
Ubuntu DesktopPack 20.04
Mark Bezrukov has announced the release of Ubuntu DesktopPack, a comprehensive set of Ubuntu remixes created by Ukraine's UALinux. The project's latest version comes in 13 different flavours, including two new ones - one with the Deepin desktop and the other using GNOME with a Windows 10-like theme. From the release announcement: "The Ubuntu*Pack 20.04 distribution kit is available, presented in the form of 13 independent systems with various interfaces: original Ubuntu, plus Budgie, Cinnamon, GNOME, GNOME Classic, GNOME Flashback, KDE, LXqt, MATE, Unity, Xfce, DDE (Deepin desktop) and a Windows 10-style interface. The distributions are based on the Ubuntu 20.04 LTS operating system. The main differences between our distributions and the original Ubuntu is the already implemented official updates, various graphical interfaces, multimedia and additional drivers and programs that are absent in Ubuntu."
* * * * *
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,128
- Total data uploaded: 33.6TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Using the Nix package manager
In this week's review of NixOS we talked about the Nix package manager. Nix offers a lot of advanced system configuration features, allowing for package snapshots, atomic updates, and managing system configuration. Nix is capable of either managing the operating system, as it does with NixOS, or acting as a second package manager for another distribution. We would like to hear if you use Nix, either as the primary or secondary package manager.
You can see the results of our previous poll on running Fedora on a Btrfs volume in last week's edition. All previous poll results can be found in our poll archives.
|
Do you use the Nix package manager?
I use Nix on NixOS: | 39 (3%) |
I use Nix on another distro: | 38 (3%) |
I do not use Nix: | 1191 (94%) |
|
|
Website News |
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 14 September 2020. 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: 3, value: US$297.89) |
|
|
|
 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 | 
AriOS
AriOS was a user-friendly, Ubuntu-based distribution containing extra applications, multimedia codecs, Flash and Java plugins, many tweaks and a unique look and feel.
Status: Discontinued
|
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).
|
|