DistroWatch Weekly |
DistroWatch Weekly, Issue 820, 24 June 2019 |
Welcome to this year's 25th issue of DistroWatch Weekly!
Most people use operating systems to run applications. Put another way: people are usually more interested in the tools they can use with their operating system rather than the operating system itself. This often leads to people wanting to run applications native to one operating system on another platform. As a result we often see people using tools like WINE and virtual machines to get packages working across multiple systems. In our Tips and Tricks column we discuss Anbox, a tool which can be used to run Android applications on a GNU/Linux desktop. Anbox is not only useful on the desktop, but may also pave the way to allowing GNU/Linux users to run Android applications on their mobile devices. Our Opinion Poll asks whether our readers use Anbox or a similar technology to run Android software on GNU/Linux systems. In our News section we discuss Debian's ongoing work to port packages to the RISC-V CPU architecture while Ubuntu plans to drop 32-bit packages and Zorin partners with Star Labs. We also link to a helpful guide from Red Hat which discusses a networking vulnerability that was recently discovered in the Linux kernel and how to deal with it. In our Feature Story this week we take quick looks at Clear Linux and Guix System, two experimental distributions. Clear Linux places a focus on performance and optimizations while Guix System showcases advanced package management techniques. 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: Clear Linux and Guix System 1.0.1
- News: Debian's progressing RISC-V port, Ubuntu dropping 32-bit packages, Red Hat explains networking bug, Zorin partners with Star Labs
- Tips and tricks: Running Android applications on GNU/Linux with Anbox
- Released last week: PCLinuxOS 2019.06, DragonFly BSD 5.6.0, Alpine 3.10.0
- Torrent corner: Alpine, Container, DragonFly, IPFire, OSMC, PCLinuxOS, SmartOS, Tails
- Opinion poll: Running Android apps on GNU/Linux
- New distributions: bluebuntu
- Reader comments
|
Feature Story (by Jesse Smith) |
Clear Linux 29590
Clear Linux is a rolling release distro that places a strong emphasis on performance. The distribution focuses on providing optimizations for Intel (and compatible) CPU platforms and often scores well in benchmark tests.
I previously experimented briefly with Clear Linux in 2017 and found it to be very minimal in its features. The distribution presented users with a command line interface by default and, while it was possible to install a desktop environment from the project's repositories, it was not focused on desktop computing. These days Clear Linux is available in several editions. There are separate builds for command line and desktop editions, along with cloud and specially tailored virtual machine builds.
I downloaded the distribution's live desktop edition which was a 2.2GB compressed file. Expanding the download unpacks a 2.3GB ISO. It actually took longer for me to decompress the file than it would have to download the extra 100MB so the compression used on the archive is probably not practical.
Trying to boot from the live desktop media quickly resulted in Clear Linux running into a kernel panic and refusing to start. This was done trying version 29410 of the distribution and, since new versions come along almost every day, I waited a while and then downloaded another version: Clear Linux 29590. The new version had an ISO approximately the same size and, after it passed its checksum, it too failed to boot due to a kernel panic.
I have used Clear Linux on this system before and, though it technically utilizes an AMD CPU, that was not an issue during my previous trial. The current situation does make me wonder if Clear Linux might have optimized itself so much that it is no longer capable of running on previous generation processors.
* * * * *
Guix System 1.0.1
Since my time with Clear Linux was cut short, I decided to experiment with another operating system, this time turning to Guix System. Guix is a package manager in the same family as Nix and Guix System (formerly Guix System Distribution) is built around the Guix package manager. Through Guix, 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. It uses low-level mechanisms from the Nix package manager, but packages are defined as native Guile modules, using extensions to the Scheme language.
The Guix System project recently published version 1.0.0 which introduced a new installer as previously the distribution was set up manually from the command line.. The developers then published an update, version 1.0.1, to fix a path error which prevented the Xfce desktop from loading in some situations. I downloaded version 1.0.1 which, when compressed, was a 244MB download. Once the ISO was decompressed, it took up 1.3GB of space.
Installing
Booting from the Guix System (hereafter simply referred to as Guix) media brings up a series of text-based menus. These menus ask us to select our preferred language and our region of the world from lists. We are then given the choice of installing the distribution manually from the command line or using a guided installer. I went with the guided option.
We are then asked to select our time zone and keyboard layout from more lists. The text-based installer then asks how we would like to handle partitioning: guided, guided with encryption, or manual. I went with the manual option and discovered the installer itself cannot be used to create, delete or resize existing disk partitions. If we need to change the disk's layout we can switch to a terminal shell and run the cfdisk utility, or run a live distribution with a partitioning tool prior to working with Guix. Once the disk is partitioned the installer then guides us through assigning partitions to mount points and, optionally, formatting partitions with the Btrfs, ext4, or FAT filesystems. We can also assign a partition to be used as swap space.
Next, the installer asks us to make up a hostname for the system, create a password for the root account and create at least one username/password combination. We can create additional user accounts if we wish. We are then asked to pick one or more desktop environments to install with options including GNOME, Xfce, MATE, Enlightenment, Openbox, awesome, i3, and ratpoison. I decided to go with MATE. The last step asks what extras we would like to enable with the three options being OpenSSH, Tor and Mozilla NSS certificates. I stuck with just the certificates.
The installer then disappeared and the screen went blank for a while, then printed a message which read: "shepherd: Service cow-store has been started." Then it looked like the installer was downloading packages and the system displays progress as packages are copied to the hard drive. In my case the copy process took a little over an hour. Once the installer finishes we can reboot the computer to get started using Guix.
Early impressions
The first time I loaded Guix the boot process took an unusually long time. At one point the system appeared to lock up for about five minutes before continuing. In the end, from boot menu to graphical login screen, the start-up time totalled about ten minutes. Curiously, after the first boot, Guix started up considerably faster, generally taking less than a minute to arrive at the login screen.
Signing into my account from the login screen brought up the MATE desktop. The interface uses a two-panel layout with the Applications, Places and System menus in the upper-left corner of the screen. The system tray is placed in the upper-right. The second panel houses the task switcher and sits at the bottom of the display.
Guix system 1.0.1 -- Running the Icecat web browser
(full image size: 211kB, resolution: 1280x1024 pixels)
Guix System currently runs version 1.22.0 of the MATE desktop. I found the desktop was generally responsive and presented with default settings and themes. This makes the interface somewhat less appealing to look at than MATE on other distributions, but familiar and easy to navigate.
Hardware
When I ran Guix inside a VirtualBox virtual machine I found the system did not automatically integrate with the host system. In particular, resizing the VirtualBox window would not resize the MATE desktop. However, I could go into the MATE settings panel and manually adjust the display to fit my monitor. The MATE desktop worked smoothly and performance tended to be good. There was some sluggishness when moving or resizing windows, but this could be fixed by disabling compositing in the MATE settings.
When running on a workstation, Guix generally performed well. Most of my hardware was detected and the distribution ran quickly on my physical hardware. My one issue when testing Guix on a physical machine was the operating system could not detect my computer's wireless card. I suspect the wireless card requires non-free firmware which the GNU project does not wish to distribute.
An issue I ran into in both test environments was I could not shut down or reboot the computer from within the MATE session. I could logout of the MATE desktop and shutdown or reboot from the graphical login screen, but I could not poweroff the machine while logged in.
When signed into the desktop, Guix used about 375MB of RAM and a fresh install consumed 3.8GB of disk space. These resource requirements are a little on the low end, but the distribution also ships with few applications and services, and resource requirements naturally climbed as I added more features.
Applications
Guix ships with a small collection of desktop utilities, including a document viewer, dictionary, text editor, archive manager and the Caja file manager. NetworkManager is included to help us get on-line, and there is a system monitor and the MATE settings panel. I did not find any web browser, media player or productivity software on the system. The basic GNU command line tools and manual pages are available. In the background we find Guix runs the Shepherd init software and version 5.1.2 of the Linux kernel.
For the most part the default applications worked well. One of the few issues I ran into was with the screen lock functionality. If I left the computer alone for half an hour, the screen would lock. When I came back, sometimes the screen would show me a password prompt and allow me to login. Other times the screen would remain blank and not respond to input. In these instances, I could switch to a text terminal using Ctrl-Alt-F2 and then switch back to the desktop (Ctrl-Alt-F7). At that point the password prompt would appear and I could access my MATE session again.
Package management
A complication some users of Guix System may have is the distribution does not have a graphical front-end to its Guix package manager, and local guides can be hard to find. The MATE help files do not extend to package management, the Guix manual page simply refers us to the Info page, and there is no web browser. This makes it is somewhat challenging to learn about this distribution's centrepiece, its advanced package manager. Even the command "guix --help" only lists the commands the package manager recognizes without any explanation. This makes it difficult to find out, for instance, what the difference is between "guix archive", "guix pack" and "guix package". In short, we should either already know how to use Guix or have a second computer available to look up documentation and examples.
I experimented a little with the package manager, usually following examples in the on-line documentation, but sometimes just running commands which looked familiar to see what they would do. For instance, running "guix refresh" appears to download package data, but then stopped with an error, reporting the user needed to set a token environment variable, which could be found on GitHub. This seemed like a poor arrangement since the distribution doesn't ship with a web browser or Git client.
The "guix upgrade" command can be used to upgrade installed packages. Sometimes this command completed silently and, one assumes, successfully. Other times the command would print a message saying the user should run two other commands: "Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates." This seems strange since "guix upgrade" is an alias to "guix package -u". This advice is printed even if the last two commands to be run were "guix pull" followed by "guix upgrade".
Guix system 1.0.1 -- Asked to run update after updating
(full image size: 654kB, resolution: 1280x1024 pixels)
I further discovered that "guix search <word>" could be used to locate packages by name or description. Then the "guix install <package>" would download and install the package. I found "guix search" tends to return a lot of unrelated programs and the results typically were not helpful. Usually I had better luck using "guix package --list-available | grep <word>" to list all available packages and then filter down the ones I might want by keywords.
It is worth noting that the package manager installs programs into the path of the user who runs the package manager. In other words, if I install the Icecat web browser, the browser is in my path, but not visible to other users. Each user gets their own collection of applications. At first this may seem complicated and problematic as it means each user needs to install their own copy of programs. However, it also allows for some flexibility. I can install cutting-edge browsers and development tools while another user installs long-term support versions and conservative tools. Guix allows each user to set up their applications independently.
While Guix, in theory, allows for some very flexible and powerful package management, including roll-backs on transactions, isolated package stores for each user, and generational package versions we can move through, forwards or backwards, I ran into several problems in practise. For example, when I first installed the Icecat browser ("guix install icecat") the download appeared to have completed successfully. But then I could not launch the browser; it was not in my path. I re-ran "guix install icecat" and it again appeared to complete successfully and then I could launch the browser.
Similar issues cropped up often. For instance, after installing Icecat, I installed a few other desktop programs and then found Icecat had disappeared from my path again. The new programs worked, but the web browser did not. I simply downloaded the browser again and then it worked, along with my other applications. This happened a few times with various programs, like the GNU Image Manipulation Program and LibreOffice seemingly disappearing from my path and working again once I had run "guix install <package>" again.
A less significant problem was newly installed programs were not added to my application menu until I had rebooted the computer. I tried logging out and signing back into MATE, but that was not enough to make programs like LibreOffice show up in my menu. Rebooting though did make freshly installed programs appear in the menu.
Guix system 1.0.1 -- LibreOffice running, but not showing up in application menu yet
(full image size: 215kB, resolution: 1280x1024 pixels)
Last, and probably least, I found the Guix package manager to be slow. Granted, it has a lot of extra things to do, but installing even small applications which would take a matter of seconds using pacman or apt could take a few minutes. Guix offers us a lot of flexibility and power, but it comes with a performance trade off.
Conclusions
I only played with Guix System for a few days, but the big issue which kept leaping out at me was the distribution's unpredictability. I was never sure from one hour to the next if a package I had installed would still be available, or if programs were still going to be in my application menu, or if software had been properly updated after running "guix pull; guix upgrade" since the system would immediately tell me to run those same commands over again. These concerns, along with the performance impact of using Guix for package management, make me think most users will not find this distribution has a practical approach.
My own findings surprised me somewhat as I have used, and enjoyed, NixOS in the past and appreciated Nix's many advanced package manipulation features without experiencing the same problems. In fact, I have recommended people run Nix on other distributions as the package manager can be dropped onto other systems like Debian and work smoothly and independently of the host system's default package manager. Nix and Guix share a lot of the same goals and designs, but the practical results were, for me, like night and day. The underlying concepts were similar, but the practise of using Nix and Guix were entirely different and the latter, in my experiments this week, was unreliable.
* * * * *
Hardware used in this review
My physical test equipment for this review was a desktop HP Pavilon p6 Series with the following specifications:
- Processor: Dual-core 2.8GHz AMD A4-3420 APU
- Storage: 500GB Hitachi hard drive
- Memory: 6GB of RAM
- Networking: Realtek RTL8111 wired network card, Ralink RT5390R PCIe Wireless card
- Display: AMD Radeon HD 6410D video card
* * * * *
Visitor supplied rating
Guix System has a visitor supplied average rating of: 9/10 from 10 review(s).
Have you used Guix System? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Debian's progressing RISC-V port, Ubuntu dropping 32-bit packages, Red Hat explains networking bug, Zorin partners with Star Labs
RISC-V is an open instruction set for CPUs which has gained attention in recent years as more people seek to run their operating systems on open hardware. RISC-V is a potential alternative to popular CPU architectures such as x86 and ARM. Debian has a RISC-V port with many packages already building for the young architecture, but there is still work to be done. Part of the issue facing Debian's RISC-V porting efforts is a lack of available hardware for testing packages. A status update on the RISC-V port mentions: "Due to several reasons, among them the limited availability of hardware able to run this Debian port and the limited options to use bootloaders during all this time, the instructions to get Debian running on RISC-V are not the best, easiest, more elegant or very up to date. This is an area to improve in the next months. Meanwhile, there's a Debian RISC-V's wiki page with instructions to get a chroot working in a HiFive Unleashed board as shipped, without destroying the initial factory set-up. Specially Vagrant Cascadian and Karsten Merker have been working on the area of booting the system, and there are instructions to set-up a riscv64 QEMU VM and boot it with u-boot and opensbi."
* * * * *
Steve Langasek has reported that Ubuntu will be dropping support for 32-bit packages in Ubuntu 19.10 and future versions. "The Ubuntu engineering team has reviewed the facts before us and concluded that we should not continue to carry i386 forward as an architecture. Consequently, i386 will not be included as an architecture for the 19.10 release, and we will shortly begin the process of disabling it for the Eoan series across Ubuntu infrastructure." Information on this change and how it will affect people running Steam or other 32-bit packages can be found on Ubuntu's Discourse forum. The removal of 32-bit libraries may also affect people wishing to run 32-bit programs through WINE and other compatibility software, such as some console emulators.
* * * * *
Flaws in the way the Linux kernel, and some builds of other kernels such as FreeBSD's, process TCP networking have been discovered. The issue could be used by attackers to crash or otherwise disrupt a system that accepts TCP connections (which most servers and many workstations do). Patches to fix these flaws are available and many distributions have already fixed the issue. Red Hat has a detailed write-up on how the networking flaw works and offers steps to workaround the bug on machines that do not yet have the fix.
* * * * *
One of the tallest hurdles to getting new people trying Linux is the fact most computers ship with another operating system pre-installed. This is gradually changing as more companies are bundling flavours of Linux with their hardware. In a recent move the Zorin OS project partnered with Star Labs, a company based in the United Kingdom which sells laptops with Linux pre-installed. "Creating a Linux desktop experience that's accessible to everyone has always been our mission at Zorin OS. Today we're taking the next step in this mission by making Zorin OS easier for the masses to access: on new computers powered by Zorin OS. With computers designed to work with the software, we're aiming to partner with computer manufacturers to provide the most optimised and beautiful Zorin OS experience. To kick-start this new effort we're excited to collaborate with Star Labs, a UK-based manufacturer specialising in computers designed for Linux. Their critically-acclaimed lineup of laptops is now available with the choice of Zorin OS 15 Core pre-installed." An overview of two laptops that now ship with Zorin OS can be found on the project's blog.
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Running Android applications on GNU/Linux with Anbox
When people learn that the popular mobile operating system Android runs on the Linux kernel, they tend to wonder: Can I run my Android apps on my Linux desktop? Unfortunately, the answer has typically been negative. While GNU/Linux distributions and Android both have a kernel in common, most of their components are different. If I may indulge in a car analogy, both airplanes and my car have wheels, but that doesn't mean my car will fly like an airplane, because their designs are very different.
There have been attempts to bring Android applications to GNU/Linux desktops and phones over the years and one of the more promising efforts toward that goal is Anbox. Anbox is a technology which puts the Android operating system inside a Linux container (LXC). This allows the unique Android components to run in isolation from the rest of the operating system and launch Android apps in their own windows on the user's GNU/Linux desktop.
Anbox is somewhat tied to the Ubuntu and UBports family of distributions. The install instructions rely on using the APT package manager, Snap packages and Ubuntu PPA repositories to get Anbox up and running. The install instructions can basically be broken down into three steps: installing the necessary Linux modules, installing the Anbox Snap, and then making it possible to install Android apps into Anbox.
In brief, here are the command line steps we need to take on Ubuntu, or a related distribution, to get Anbox working:
sudo add-apt-repository ppa:morphis/anbox-support
sudo apt update
sudo apt install linux-headers-generic anbox-modules-dkms
sudo modprobe ashmem_linux
sudo modprobe binder_linux
At this point there should be two new device files on our system. Specifically, we should find /dev/ashmem and /dev/binder now exist. We can test this by running:
ls /dev/ashmem /dev/binder
If the two devices are in place, their names will display after the ls command. Otherwise an error will be shown, indicating which file is missing.
The next step is to install the Anbox snap package. It is a large download and this can take a few minutes, even on a fast connection.
sudo snap install --devmode --beta anbox
Once installed the Anbox snap took up about 400MB of space on my drive.
The Anbox Application Manager
(full image size: 470kB, resolution: 1366x768 pixels)
At this point, assuming the package installs properly, we should have a new entry in the application menu called Anbox Application Manager. Launching this entry will open a window which shows apps that have been installed on Anbox. There are a handful of common Android apps pre-installed for us, including a photo gallery, contact manager, music player, calculator, clock, e-mail app and file manager. Some of these would open and work for me and others did not. The calculator worked as did the contact manager. The clock and e-mail apps opened, but showed only blank windows. The file manager failed to start on my machine and trying to open the music player caused Anbox to crash.
In short, I was experiencing mixed results. However, I was impressed that some Android applications were running at all. That is a big step forward.
Changing Android settings in Anbox
(full image size: 168kB, resolution: 1366x768 pixels)
Most people will probably want to try running other applications. It does not look as though Anbox can use the Google Play store to install software, but with the proper tool installed on our system we can download Android APK package files and install them. To do this we need to install a utility called Android Debug Bridge (ADB):
sudo apt install android-tools-adb
Then, once we have downloaded an APK package from the web (or other source) we can install it into the Anbox Application Manager, adding it to the Anbox window, by running
adb install package-name.apk
I tried this with a handful of applications, including a chess program (which worked perfectly), Firefox for Android (which failed to start), WhatsApp (which failed to install), and a game called Flow Free (which did not run). Again, a mixed experience.
Playing chess via Anbox
(full image size: 568kB, resolution: 1366x768 pixels)
The Anbox technology certainly holds promise. It can run some applications and I have watched demos where UBports developers have got Android packages running on their mobile platform. I think Anbox will certainly help bridge the app gap between Android and GNU/Linux mobile systems. However, the experience is not polished or entirely reliable yet. I wouldn't expect to watch Netflix or use Android's Skype app on my GNU/Linux desktop in the near future. Still, Anbox has made strong strides forward. Anbox is already running more smoothly and working better than it did a year ago and I'm hopeful progress will continue to be made.
* * * * *
Additional tips can be found in our Tips and Tricks archive.
|
Released Last Week |
PCLinuxOS 2019.06
The developers of PCLinuxOS have announced the release of the project's latest stable build, version 2019.06. This systemd-free and beginner-friendly distribution features the just-released KDE Plasma 5.16 and the very latest Linux kernel 5.1.10: "PCLinuxOS 2019.06 KDE Full Edition has been released and is now available for download. Linux kernel 5.1.10, KDE Applications 19.04.2, KDE Frameworks 5.59.0, KDE Plasma 5.16.0. This ISO image comes with the standard compliment of KDE applications plus LibreOffice. Some additional applications include: Timeshift - backup and restore utility; Bitwarden - a free and open-source password management solution; Darktable - photo manipulation software; GIMP - image editing software; digiKam - image management software; Megasync - store your files in the cloud; Teamviewer - control another computer from yours; Rambox - store many applications in one place; Simplenotes - a note-taking application with markdown support; Kodi - a multimedia center; Kazam - a screen capture utility; Calibre - the one stop solution for all your e-book needs; Skrooge - banking software...." Here is the brief release announcement.
DragonFly BSD 5.6.0
The DragonFly BSD team has published a new stable version of the project's operating system. The new version, DragonFly BSD 5.6.0, introduces improved video driver support, performance improvements for the HAMMER2 advanced filesystem, and speed improvements for virtual machine environments. "HAMMER2: The filesystem sync code has been rewritten to significantly improve performance. Sequential write performance also improved. Add simple dependency tracking to prevent directory/file splits during create/rename/remove operations, for better consistency after a crash. Refactor the snapshot code to reduce flush latency and to ensure a consistent snapshot. Attempt to pipeline the flush code against the front-end, improving flush vs front-end write concurrency. Improve umount operation. Fix an allocator race that could lead to corruption. Numerous other bugs fixed. Improve verbosity of CHECK (CRC error) console messages." Further details can be found in the release announcement.
Alpine Linux 3.10.0
Alpine Linux is a community developed operating system designed for routers, firewalls, VPNs, VoIP boxes and servers. The C library used is musl and the base tools are all provided by BusyBox. The project's latest release is Alpine Linux 3.10.0 which introduces new hardware support and makes the LightDM display manager available in the distribution's repositories. Some key packages have also been dropped, removing legacy support and unmaintained items. The removed items are Qt4 (replaced by Qt5), TrueCrypt and MongoDB. "We are pleased to announce the release of Alpine Linux 3.10.0, the first in the v3.10 stable series. New features and noteworthy new packages: Support for Pine64LTS; iwd, a modern alternative for wpa_supplicant (EAP is not working yet); serial and Ethernet support for ARM boards; ceph, a distributed object store and filesystem; LightDM, a cross-desktop display manager." 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: 1,461
- Total data uploaded: 26.1TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll (by Jesse Smith) |
Running Android apps on GNU/Linux
One advantage Android has over GNU/Linux systems, especially in the mobile market, is the former's vast collection of software. With many users, whether they like Android or not, relying on Android apps it makes competition in the mobile ecosystem difficult. The Anbox project is working to get Android apps running on GNU/Linux systems, on both mobile and desktop machines.
This week we would like to know if you are using Anbox or another technology to run Android programs on GNU/Linux distributions.
You can see the results of our previous poll on renaming files in last week's edition. All previous poll results can be found in our poll archives.
|
Running Android apps on GNU/Linux
I use Anbox on my desktop/laptop: | 9 (1%) |
I use Anbox on my mobile device: | 14 (1%) |
I plan to use Anbox in the future: | 185 (14%) |
I use another tool to run Android apps on GNU/Linux: | 41 (3%) |
I do not run Android apps on GNU/Linux: | 1097 (82%) |
|
|
Website News (by Jesse Smith) |
Distributions added to waiting list
- bluebuntu. bluebuntu is a distribution based on Xfce which uses the Openbox window manager and offers a classic Windows-style appearance.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 1 July 2019. 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) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
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 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• 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 |
• 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.
|
Random Distribution |
OzOs
OzOs was a Xubuntu-based Linux distribution that uses a heavily-customised Enlightenment 17 desktop, built from the latest development (SVN) sources. The distribution offers a minimal number of pre-installed applications, but additional ones can be added later - either via standard Debian utilities or by using the project's online package repository. It also includes optional extras - small applications, themes and eye candy for the desktop.
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.
|
|