DistroWatch Weekly |
DistroWatch Weekly, Issue 870, 15 June 2020 |
Welcome to this year's 24th issue of DistroWatch Weekly!
New distributions get submitted to DistroWatch at an average rate of about one a week. Some of these projects are respins of existing distributions, some are experimental proof-of-concept operating systems, and some combine open source technologies in exciting new ways. This week Jesse Smith explores two projects, Regolith Linux and distri, currently on our waiting list. Regolith merges Ubuntu, GNOME, and i3 window management in an effort to create a special user interface while distri explores modular package management concepts. Read on to learn more about these two distributions. In our News section we talk about UBports shipping on the Pinetab tablet as the project makes it easier for developers to find and fix problems in mobile applications. The Tails project shared some updates and known issues in their monthly newsletter and we link to those details below. Linux has come a long way over the years and we conclude our News section with a look back at a classic: Softlanding Linux System from 1994. Then we explore methods for tagging files in our Questions and Answers column. Tools for tagging files on Linux tend to be rare or require work to set up and we would like to hear if you use any tagging utilities in our Opinion Poll. Plus we are pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a wonderful week and happy reading!
Content:
- Review: Regolith Linux 19.10.0-R1.3 and distri
- News: UBports makes fixing apps easier and ships on the Pinetab, Tails shares known issues and workarounds, revisiting SLS
- Questions and answers: Tagging files and searching for files using tags
- Released last week: SuperGamer 6, 4MLinux 33.0
- Torrent corner: 4MLinux, ArcoLinux, AUSTRUMI, Endless OS, Haiku, KDE neon, pfSense, SuperGamer, SystemRescueCd, Volumio
- Opinion poll: Tagging files on Linux
- New distributions: Split Linux, Mobian, GamerOS
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (14MB) and MP3 (10MB) formats.
|
Feature Story (by Jesse Smith) |
Regolith Linux 19.10.0-R1.3
This week I was in the mood to try something different and turned my focus to the DistroWatch waiting list to try out a couple of projects at random. The first distribution I selected was Regolith. The project describes itself as follows:
Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.
I was intrigued by the idea as it sounds a though both GNOME and i3 window manager components are run together. The distribution's website goes on to share some other key features, including:
- Delivers a desktop with a functional yet minimal user interface that can be customized and expanded as needed.
- Combines GNOME's system management features with i3-wm's productive workflow.
- Enables new users a fast and fun way to try out a tiling window manager.
I was sceptical about what it would be like to mix these two (i3 and GNOME) desktop approaches, but I thought the result might be interesting. Regolith is available in two versions, one is based on Ubuntu 18.04 and the other on Ubuntu 19.10. I took the latter one, which is the latest release. Regolith appears to run on 64-bit (x86_64) machines only and its ISO file is a 2.2GB download. Alternatively, we are told existing Ubuntu installs can be converted into Regolith by adding a PPA to our package sources and performing an upgrade.
After downloading Regolith, I booted from the live media and, with the default settings, the distribution failed to start. The system displayed a message indicating it was applying a Spector security fix and then locked up, unable to continue or respond.
Restarting the computer I brought up the boot menu and selected booting to the live desktop in Safe Graphics mode. This time the operating system seemed to boot successfully and presented me with what appeared to be the i3 window manager with a panel at the bottom of the display and a menu to the right. This menu includes options for switching between windows and launching programs, such as a terminal, the web browser, and a file manager. Selecting any of the menu options did nothing as the graphical environment almost immediate locked up and refused to respond to mouse or keyboard input.
The third time I started the computer and booted Regolith I missed the boot menu and ended up with the default option. This time the system completed booting and loaded a graphical environment. However, instead of the i3 environment I experienced when running in Safe Graphics mode, I ended up looking at Ubuntu's welcome window with a prompt to Try the live environment or Install the operating system. Unfortunately the interface was not responsive and I was unable to use the mouse or keyboard. I was also unable to even switch to a text terminal.
Given the system's inconsistent and non-functioning nature in each of the three boot attempts, I put Regolith aside and selected a second project from the waiting list.
* * * * *
distri
The other project which caught my attention this week is distri, an experimental distribution which explores fast, modular package management. The project's documentation describes the projects succinctly as: "a Linux distribution to research fast package management." It goes on to warn: "Note that due to its research project status, it is NOT RECOMMENDED to use distri in ANY CAPACITY except for research. Specifically, do not expect any support. distri is published in the hope that other, more established distributions, will find some parts of it interesting and decide to integrate those."
It appears as though distri runs on 64-bit (x86_64) computers exclusively, though there are many approaches we can take to test drive the distribution. There are installation instructions for containers and virtual machine options along with options for downloading more traditional install media. The generic download is compressed and weighs in at 1GB in size. When this file is uncompressed it expands to 7GB. We can then copy this image to a thumb drive or convert it to a virtual machine disk image.
The distri operating system boots to a text screen where we can login using the username "root" and the password "peace". The distribution runs a very minimal shell. In fact, minimalism is one of the project's key characteristics in most aspects of its design. There are just seven user accounts (root, nobody, three systemd accounts, messagebus, and sshd). One of the few services running is OpenSSH which allows regular users to sign in while also blocking remote root logins if they use a password. As far as I could tell there is no vi text editor, in fact there may be no text editor at all. There is no pager either, such as more or less, which means we can only see the last few paragraphs of manual pages.
The operating system does ship with Python 3 and systemd. It also features some common command line tools such as cat, man, and grep. It runs on version 5.1 of the Linux kernel. One oddity of distri is that it creates a lot of system mounts. When I first started running the distribution it mounted 36 filesystems (much of it temporary storage or cgroup related) and it appears to mount more whenever we run commands from installed packages. (More on packages in a second.) All of this takes up about 285MB of RAM when signed into the text console and consumed 2.7GB of disk space.
The key feature of the distri project is its package manager which is also called distri. I was unable to find much documentation, either on the project's website or locally, explaining how distri works. The project's on-line documentation says we can run a command like "distri install <package-name>" to install new software. However, I could not find information about removing or upgrading packages. I could not find any manual page for the package manager either. Running the distri command without arguments (or with a keyword and no following parameters) will display a brief usage text. However, this text rarely explains arguments and seems more geared toward helping the developers than end-users.
I did not find any way to search for available software from within the package manager, however there is a list of packages on the distribution's GitHub account. We can then run a command such as "distri install vim" to download a new package or "distri install -root /home/jesse/bin vim" to install the vim package in my home directory.
The distri package manager downloads software very quickly. With the possible exception of Alpine Linux's package manager, this may be the fastest package manager I have encountered. I suspect this is in part because of the way distri packages are organized. The packages appear to be entirely self-contained, bundling their dependencies inside a single SquashFS archive. (I could not confirm dependencies are bundled, but it seemed this way in the packages I downloaded.) This means the package manager can skip resolving dependencies and unpacking the archive. Instead it seems the bundle is downloaded as a single file and then mounted or accessed as needed. Whenever I ran a new command, such as vim or bash, a message would appear on the console indicating the software was being mounted.
Again, there is not much documentation on how distri works, but it looks as though new software is downloaded into the /roimg directory. Then unpacked or accessed through the /ro directory. Symbolic links are set up in /sbin which point to the executables. For instance, when I install the vim package, the SquashFS archive appears under /roimg and a directory containing the bundled programs is placed in /ro. A symbolic link, called vim, is placed in /sbin which points to the appropriate program in /ro. This may seem a little complicated, but it works and appears to side-step dependency issues. This makes distri an interesting alternative to other portable packaging approaches, such as AppImage and Flatpak as distri integrates software into the rest of the operating system more seamlessly.
Most of the available packages appear to be simple command line tools or developer utilities. There are a handful of graphical utilities and applications, but most are low-level command line programs.
As the project's website warns, distri is not intended to be used as a day to day operating system. It is an experimental platform and one that does not offer support or much in the way of documentation. Some interesting ideas are presented (such as fast, minimal, portable package management). I certainly can get behind the idea of transferring programs and their dependencies through SquashFS archives. It is fast, portable and, with the use of symbolic links, seems to avoid breaking conventions the way other distributions like GoboLinux do. I'm curious to see if distri can complete with alternatives like AppImage, though first I suspect the interface and documentation will need to expanded.
|
Miscellaneous News (by Jesse Smith) |
UBports makes fixing apps easier and ships on the Pinetab, Tails shares known issues and workarounds, revisiting SLS
The UBports team is trying to make it easier to develop and test applications on their mobile operating system. One of the changes to application bundles is the option of including debug information to help developers find memory errors. "Jonny is an active member of the app development team and he came along to speak about some major improvements in development infrastructure. Clickable is the name of the package used when building apps for UT. In a huge step forward, debugging functions have now been built into the Clickable package itself. GB shell works and you can analyze memory leaks etc. This really is a fundamental change if you work on apps. Many of the new functions can be run either on the desktop or on the device. Some, such as the memory leak tests are limited to the desktop side for now." Further details on Clickable, along with details on UBports shipping on new phones, can be found in the project's blog post.
In other UBports-related news, the operating system is now shipping by default on the Pinetab, a tablet made by PINE64. The new tablet ships with an optional keyboard, 2GB of memory, and a 1.2GHz ARM processor. Details on the tablet can be found in the PINE64 store.
* * * * *
The Tails project published their monthly newsletter this week and shared some known issues their users have reported and workarounds: "We saw more problems for Mac computers this month, some users could not use their keyboard and touchpad, and others could not start Tails. If you plan to use a laptop for Tails, try to test it before buying it. Many Electrum users had to restore their wallet as explained in our documentation. Some ATI Radeon cards have problems to start Tails 4.7."
* * * * *
One of the world's first Linux distributions was Softlanding Linux System (also known as SLS). The project had its humble beginnings in the early 1990s and was, for many people, the first taste of what a Linux-based operating system could look like. SLS was largely responsible for the birth of other distributions such as Slackware Linux and Debian. The NCommander YouTube channel has a video review showing what it was like to run SLS. The distribution's capabilities, and problems, are outlined in this video. We hope you enjoy this visit to Linux's early days.
* * * * *
These and other news stories can be found on our Headlines page.
|
Questions and Answers (by Jesse Smith) |
Tagging files and searching for files using tags
Tag and release asks: Please recommend to me some Linux distributions with feature "tags" as in macOS (where I can search or/and organise files by tags in Finder).
DistroWatch answers: Tagging files in a generic way is something that is possible in Linux distributions, but has not really caught on as a popular feature. As such I am not aware of any distributions which ship with a file manager that includes tagging as a standard or default feature.
I think there are two reasons tagging is not generally presented as an option through the file manager on Linux. The first is that individual applications typically each handle tracking and tagging associated files. For example, the Rhythmbox audio player can use, edit, and search through tags in audio files. LibreOffice and GIMP both track recently opened and created files on their start-up screens or through the File menu. Thunderbird can tag and flag e-mails. Since each application is managing its data and files, there usually isn't a need to have a generic tagging system that works through the file manager.
The second reason that files which are used in a more generic way are not tagged is files in those situations typically get organized in directory structures. Library files, source code files, archives, etc all get set up in a directory hierarchy which largely removes the need for tagging. Likewise, many miscellaneous files on a Linux system are text and can be parsed when looking for specific data.
Tagging certainly has its uses, but it is less common on Linux due to the other ways in which files can be organized, tracked, and managed.
With that being said, there are ways to tag files on Linux. Most Linux file systems allow a type of tagging through extended file attributes. This allows programs to associate meta data (or tags) with a given file. However, most of the tools to work with extended file attributes are command line utilities and probably not what you are looking for.
There are ways to cobble together a tagging system using database or text files in directories, but this is, again, overly complicated and probably not what you had in mind.
Assuming you are looking for a graphical program that will help organize, tag, and track files with a minimal amount of effort, there are a few options. The first one I found is called TagSpaces. It is a graphical program that runs on a variety of operating systems (including Linux distributions). The project provides multiple install options, including AppImage and Deb packages. TagSpaces looks very friendly and polished and its website seemed promising. However, I was unable to get either the AppImage or the Deb package to run on my distribution so I cannot comment on the program from first-hand experience.
One program which I did get to run is TagFlow. The TagFlow application is also graphical and is available as a portable AppImage or as RPM and Deb packages. The software did install and launch for me. It offers a friendly interface for adding files or directories we wish to tag and track.
The TagFlow interface is fairly straight forward to navigate and I like that we can edit tags, perform fast searches, and mark selected files as favourites for quick access later.

TagFlow 0.5.1 -- Searching for files using tags
(full image size: 62kB, resolution: 806x656 pixels)
There is one weird aspect to TagFlow and that is the files it tracks are not, by default, the original files in your filesystem. When we add files to TagFlow to track them, the program effectively copies the files and tags copies of them. We can then "download" files from TagFlow later if we wish to access or edit them. I suspect the idea here is that TagFlow can work over networks and may be better suited to office environments. The down side to this is that TagFlow seems to need to copy files (using more disk space) and it cannot tell us the original path to a file if we want to work with the original copy. This is not necessarily bad, but it is more awkward than working with files in a file manager directly.
* * * * *
Additional answers can be found in our Questions and Answers archive.
|
Released Last Week |
SuperGamer 6
SuperGamer is an Ubuntu-based distribution intended to showcase gaming capabilities and options on Linux. The distribution's latest release, version 6, is based on Ubuntu 20.04 and includes new NVIDIA vieo drivers. The release announcement on the project's forum reads: "I am proud to announce the release of the SuperGamer v6. This is using the new 20.04 base. I have included some Games as well as Game Manager Installers. This release is going forward with the 5.6.14 kernel built for Low Lattency and unpatched. NVIDIA drivers work from the Installer on this Kernel. I also included some more wallpapers and fixed some of the Ryzen 3 onboard graphics issues. This should work for both Legacy and UEFI but as always your mileage may vary with different motherboards and BIOSs." The project's ISO file is available as a compressed ZIP archive.

SuperGamer 6 -- The default desktop layout and application menu
(full image size: 191kB, resolution: 1920x1080 pixels)
4MLinux 33.0
4MLinux is a miniature Linux distribution which includes tools for data rescue, multimedia, network services, and games. The distribution's latest version is 4MLinux 33.0, which now provides the TFTP daemon, improved font rendering, and the Palemoon web browser as an optional add-on. "As always, the new major release has some new features. Support for Brotli compressed data streams has been added. PCManFM in is now able to create thumbnails of PSD (Photoshop) documents. The 4MLinux server comes with a new TFTP daemon. Font rendering in JWM has been improved. Palemoon web browser is now available as a downloadable extension, while nnn (small yet powerful file manager) is included out of the box. Finally, all the 4MLinux ISO images are now hybridized, meaning that you can use the dd command to create a live USB. This should work for both BIOS and UEFI systems." Further details can be found in the project's release announcement.
* * * * *
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,022
- Total data uploaded: 32.2TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Tagging files on Linux
We talked about ways to tag files in our Questions and Answers column. Tagging files is relatively rare on Linux, for various reasons, and most file managers that ship with Linux distributions either do not support tags, or require some extra work from the user to effectively tag files.
We would like to know if you use file tagging on Linux. If you do, let us know which program or utility you use to tag files in the comments.
You can see the results of our previous poll on sharing features across distributions in last week's edition. All previous poll results can be found in our poll archives.
|
Tagging files on Linux
I tag files in my file manager: | 62 (6%) |
I tag files in another utility: | 39 (4%) |
I do not tag files: | 957 (90%) |
|
|
Website News (by Jesse Smith) |
Distributions added to waiting list
- Split Linux. Split Linux is a Void-based distribution which strives to provide additional security both for on-line environments and physical access.
- Mobian. Mobian is a specialized build of Debian for mobile devices, such as the PinePhone.
- GamerOS. GamerOS is an Arch Linux-based distribution which boots into Steam's Big Picture mode to provide a dedicated, console-like gaming experience.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 22 June 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$80.75) |
|
|
|
 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 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• 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 |
• 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 | 
Superb Mini Server
Superb Mini Server (SMS) was a Slackware-based server distribution with web, DNS, DHCP, file, print and fax servers, iptables firewall, mail server with spam filter and anti-virus scanner, and BitTorrent station. It also includes Webmin, a web-based administration tool, but no graphical desktop. SMS, which comes with Slackware's text-mode system installer, was built using Linux-Live scripts (from Slax) and can be used as a live CD for testing purposes.
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.
|
|