DistroWatch Weekly |
DistroWatch Weekly, Issue 790, 19 November 2018 |
Welcome to this year's 47th issue of DistroWatch Weekly!
NetBSD is an operating system famous for being able to run on a wide variety of processor architectures and in many different environments due to its small, portable nature. This week we begin with a look at the operating system's latest stable release, NetBSD 8.0, and how well it performs a variety of tasks. Read on to learn about this operating system's perks and drawbacks. In our News section we link to a test which pits Fedora's networking performance against FreeBSD's and talk about plans for changes coming in Ubuntu 19.04. We also discuss automatic updates and desktop performance improvements coming to Endless OS. Plus we cover comments Mark Shuttleworth has reportedly made indicating Ubuntu 18.04 will be getting a full ten years of support, double the usual five years of other LTS releases. We are also pleased to share some handy Bash shell shortcuts which can save time when working on the command line. As usual, we share last week's releases and provide a list of torrents we are seeding. We wish you all a terrific week and happy reading!
Content:
- Review: NetBSD 8.0
- News: Fedora networking benchmarked against FreeBSD, Ubuntu team makes plans for 19.04, Ubuntu 18.04 to get extended support, Endless OS offers improved desktop performance
- Tips and tricks: Bash command line shortcuts and tips
- Released last week: Void 20181111, deepin 15.8, Slax 9.6.0
- Torrent corner: ArcoLinux, deepin, Hyperbola, Kodachi, Omarine, Qubes OS, Raspbian, Robolinux, Slax, SystemRescueCd, Void, Voyager
- Upcoming releases: FreeBSD 12.0-RC2, UBports 16.04 OTA-6
- Opinion poll: Size and frequency of package updates
- New distributions: Bentoo
- Reader comments
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (20MB) and MP3 (15MB) formats.
|
Feature Story (by Jesse Smith) |
NetBSD 8.0
NetBSD is a highly portable operating system which can be run on dozens of different hardware architectures. The operating system's clean and minimal design allow it to be run in all sorts of environments, ranging from embedded devices, to servers, to workstations. While the base operating system is minimal, NetBSD users have access to a large repository of binary packages and a ports tree which I will touch upon later.
I last tried NetBSD 7.0 about three years ago and decided it was time to test drive the operating system again. In the past three years NetBSD has introduced a few new features, many of them security enhancements. For example, NetBSD now supports write exclusive-or execute (W^X) protection and address space layout randomization (ASLR) to protect programs against common attacks. NetBSD 8.0 also includes USB3 support and the ability to work with ZFS storage volumes.
Installing
I downloaded the 64-bit (AMD64) build of NetBSD. The build is offered in two versions, one for burning to optical media and one for USB devices. The optical media download is about 716MB in size. Booting from this media brings up a menu-driven screen where we can launch the installer or drop to a command line shell. Taking the installer option brings up a series of text-based menus. We are asked to select our preferred language from a list, select our keyboard's layout and decide whether to install, upgrade, or re-install the operating system with different packages. I opted for the fresh install.
The installer asks us on which hard disk it should place NetBSD and we are then walked through a multi-step partitioning section. First we need to set up partitions, creating space for NetBSD and potentially other systems, such as Linux or shared FAT-formatted space. Then we further divide the NetBSD partition into sections for swap space, the root file system and other mount points. Then we select the amount of space that will be given to each mount point. It can take a while to get used to the way the BSDs set up storage space if you're coming from a Windows or Linux background. The BSDs tend to place mount points inside a partition on the disk, so the operating system is somewhat self-contained in one section of the disk. While this adds a layer for us to think about, it offers an added degree of portability.
We then move on to deciding what kind of install we want to perform: Full, Without X11, Minimal, or Custom. I went will the Full option that, despite its name, provides a relatively lightweight operating system with a bare bones graphical environment. We can then select where the installer can find packages (on a CD or from a network service).
Once the packages have been copied to our hard drive we can go through a number of configuration options. These all seem to be optional, but it is probably easier to do them up front, using the installer, rather than wait and perform these steps later. The installer provides quick configuration screens for setting up networking (including a DHCP method), setting the time zone, creating a password for the root account and enabling the administrator to install binary packages. We can also download the pkgsrc ports framework (for building packages from source code), enable OpenSSH connections, enable graphical logins (using xdm), and enable network time synchronization. We can also set up a new user account and make some file system tweaks.
In the end, NetBSD has a long initial install process, but it gives us a lot of control over the initial state of the operating system. When we are done, we are advised to read the afterboot manual page which includes tips for further customizing the operating system. The afterboot page suggests changing the root password, and offers tips on blocking remote logins, setting up wired networking and connecting to wireless networks.
Early impressions
Since I had set up NetBSD with a Full install and enabled xdm during the setup process, the operating system booted to a graphical login screen. From here we can sign into our account. The login screen does not provide options to shut down or restart the computer. Logging into our account brings up the twm window manager and provides a virtual terminal, courtesy of xterm. There is a panel that provides a method for logging out of the window manager. The twm environment is sparse, fast and devoid of distractions.

NetBSD 8.0 -- The twm interface
(full image size: 10kB, resolution: 1024x768 pixels)
Software management
NetBSD ships with a fairly standard collection of command line tools and manual pages, but otherwise it is a fairly minimal platform. If we want to run network services, have access to a web browser, or use a word processor we are going to need to install more software. There are two main approaches to installing new packages. The first, and easier approach, is to use the pkgin package manager. The pkgin utility works much the same way APT or DNF work in the Linux world, or as pkg works on FreeBSD. We can search for software by name, install or remove items. I found pkgin worked well, though its output can be terse. My only complaint with pkgin is that it does not handle "close enough" package names. For example, if I tried to run "pkgin install vlc" or "pkgin install firefox" I would quickly be told these items did not exist. But a more forgiving package manager will realize items like vlc2 or firefox45 are available and offer to install those.
The pkgin tool installs new programs in the /usr/pkg/bin directory. Depending on your configuration and shell, this location may not be in your user's path, and it will be helpful to adjust your PATH variable accordingly.
The other common approach to acquiring new software is to use the pkgsrc framework. I have talked about using pkgsrc before and I will skip the details. Basically, we can download a collection of recipes for building popular open source software and run a command to download and install these items from their source code. Using pkgsrc basically gives us the same software as using pkgin would, but with some added flexibility on the options we use.
Once new software has been installed, it may need to be enabled and activated, particularly if it uses (or is) a background service. New items can be enabled in the /etc/rc.conf file and started or stopped using the service command. This works about the same as the service command on FreeBSD and most non-systemd Linux distributions.

NetBSD 8.0 -- The Fluxbox interface and application menu
(full image size: 11kB, resolution: 1024x768 pixels)
Hardware
I found that, when logged into the twm environment, NetBSD used about 130MB of RAM. This included kernel memory and all active memory. A fresh, Full install used up 1.5GB of disk space. I generally found NetBSD ran well in both VirtualBox and on my desktop computer. The system was quick and stable. I did have trouble getting a higher screen resolution in both environments. NetBSD does not offer VirtualBox add-on modules. There are NetBSD patches for VirtualBox out there, but there is some manual work involved in getting them working. When running on my desktop computer I think the resolution issue was one of finding and dealing with the correct video driver. Screen resolution aside, NetBSD performed well and detected all my hardware.
Personal projects
Since NetBSD provides users with a small, core operating system without many utilities if we want to use NetBSD for something we need to have a project in mind. I had four mini projects in mind I wanted to try this week: install a desktop environment, enable file sharing for computers on the local network, test multimedia (video, audio and YouTube capabilities), and set up a ZFS volume for storage.
I began with the desktop. Specifically, I followed the same tutorial I used three years ago to try to set up the Xfce desktop. While Xfce and its supporting services installed, I was unable to get a working desktop out of the experience. I could get the Xfce window manager working, but not the entire session. This tutorial worked beautifully with NetBSD 7.0, but not with version 8.0. Undeterred, I switched gears and installed Fluxbox instead. This gave me a slightly more powerful graphical environment than what I had before with twm while maintaining performance. Fluxbox ran without any problems, though its application menu was automatically populated with many programs which were not actually installed.
Next, I tried installing a few multimedia applications to play audio and video files. Here I ran into a couple of interesting problems. I found the music players I installed would play audio files, but the audio was quite slow. It always sounded like a cassette tape dragging. When I tried to play a video, the entire graphical session would crash, taking me back to the login screen. When I installed Firefox, I found I could play YouTube videos, and the video played smoothly, but again the audio was unusually slow.

NetBSD 8.0 -- Running the Firefox web browser
(full image size: 139kB, resolution: 1024x768 pixels)
I set up two methods of sharing files on the local network: OpenSSH and FTP. NetBSD basically gives us OpenSSH for free at install time and I added an FTP server through the pkgin package manager which worked beautifully with its default configuration.
I experimented with ZFS support a little, just enough to confirm I could create and access ZFS volumes. ZFS seems to work on NetBSD just as well, and with the same basic features, as it does on FreeBSD and mainstream Linux distributions. I think this is a good feature for the portable operating system to have since it means we can stick NetBSD on nearly any networked computer and use it as a NAS.
Conclusions
NetBSD, like its close cousins (FreeBSD and OpenBSD) does not do a lot of hand holding or automation. It offers a foundation that will run on most CPUs and we can choose to build on that foundation. I mention this because, on its own, NetBSD does not do much. If we want to get something out of it, we need to be willing to build on its foundation - we need a project. This is important to keep in mind as I think going into NetBSD and thinking, "Oh I'll just explore around and expand on this as I go," will likely lead to disappointment. I recommend figuring out what you want to do before installing NetBSD and making sure the required tools are available in the operating system's repositories.
Some of the projects I embarked on this week (using ZFS and setting up file sharing) worked well. Others, like getting multimedia support and a full-featured desktop, did not. Given more time, I'm sure I could find a suitable desktop to install (along with the required documentation to get it and its services running), or customize one based on one of the available window managers. However, any full featured desktop is going to require some manual work. Media support was not great. The right players and codecs were there, but I was not able to get audio to play smoothly.
My main complaint with NetBSD relates to my struggle to get some features working to my satisfaction: the documentation is scattered. There are four different sections of the project's website for documentation (FAQs, The Guide, manual pages and the wiki). Whatever we are looking for is likely to be in one of those, but which one? Or, just as likely, the tutorial we want is not there, but is on a forum or blog somewhere. I found that the documentation provided was often thin, more of a quick reference to remind people how something works rather than a full explanation.
As an example, I found a couple of documents relating to setting up a firewall. One dealt with networking NetBSD on a LAN, another explored IPv6 support, but neither gave an overview on syntax or a basic guide to blocking all but one or two ports. It seemed like that information should already be known, or picked up elsewhere.
Newcomers are likely to be a bit confused by software management guides for the same reason. Some pages refer to using a tool called pkg_add, others use pkgsrc and its make utility, others mention pkgin. Ultimately, these tools each give approximately the same result, but work differently and yet are mentioned almost interchangeably. I have used NetBSD before a few times and could stumble through these guides, but new users are likely to come away confused.
One quirk of NetBSD, which may be a security feature or an inconvenience, depending on one's point of view, is super user programs are not included in regular users' paths. This means we need to change our path if we want to be able to run programs typically used by root. For example, shutdown and mount are not in regular users' paths by default. This made checking some things tricky for me.
Ultimately though, NetBSD is not famous for its convenience or features so much as its flexibility. The operating system will run on virtually any processor and should work almost identically across multiple platforms. That gives NetBSD users a good deal of consistency across a range of hardware and the chance to experiment with a member of the Unix family on hardware that might not be compatible with Linux or the other BSDs.
* * * * *
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
- Display: AMD Radeon HD 6410D video card
* * * * *
Visitor supplied rating
NetBSD has a visitor supplied average rating of: 5/10 from 7 review(s).
Have you used NetBSD? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Fedora networking benchmarked against FreeBSD, Ubuntu team makes plans for 19.04, Ubuntu 18.04 to get extended support, Endless OS offers improved desktop performance
For years there has been a general acceptance of the idea that the FreeBSD kernel uses networking code which is more mature and higher performing than its Linux counterpart. Matteo Croce set out to test this idea, putting Fedora 29 up against FreeBSD 11.2 to see how each would perform in a number of networking scenarios. "I work on the networking subsystem of the Linux kernel and I find networks rather fascinating. Often I read statements about the FreeBSD networking stack being faster and more mature than the Linux counterpart, but I didn't find any comparative tests between the two OS, and I was so curious that I decided to do some tests myself." Croce walks us through the various configurations used and trouble-shooting steps introduced to make the test as fair as possible between the Linux and FreeBSD kernels.
* * * * *
The development process for Ubuntu 19.04 is just getting started, but already some key information on the underlying system has been published. Matthias Klose has sent out an e-mail detailing the Python, Perl and OpenSSL versions to be featured in the next version of Ubuntu. Klose also has some guidelines for dealing with merged-usr systems: "Merged-usr is now the default in Disco for new installations only. It means that /bin is a symlink to usr/bin, similarly /lib and /sbin. Existing systems, upon upgrade, will not be reconfigured for merged-usr. Care needs to be taken to ensure that both merged-usr and split-usr systems are continued to be supported. For example AppArmor rules may need to be adjusted to use {,/usr}/bin/touch and similar."
According to an article on ServerWatch, Canonical's CEO, Mark Shuttleworth, announced that Ubuntu 18.04 LTS would receive support for ten years, through to 2028. Originally Ubuntu 18.04 was scheduled to receive Ubuntu's typical five years of support and security updates. "'I'm delighted to announce that Ubuntu 18.04 will be supported for a full ten years,' Shuttleworth said. 'In part because of the very long time horizons in some of industries like financial services and telecommunications but also from IOT where manufacturing lines for example are being deployed that will be in production for at least a decade.'" The announcement from Shuttleworth has not yet been reflected on the Ubuntu website and the distribution's support schedule still shows Ubuntu 18.04 LTS reaching its end of life in April of 2023 at the time of writing.
* * * * *
A while back the Endless OS distribution introduced automatic updates in order to make sure its users always had the latest available security updates. While this move made the distribution's desktop software more secure, it had an unfortunate side effect: the user interface would sometimes become unresponsive while security update were being installed. The Endless OS team is now addressing desktop performance by switching process schedulers and making the update process run with a lower priority. "In Endless OS, we switched the I/O scheduler from CFQ to BFQ, and set the I/O priority of the threads doing Flatpak downloads, installs and upgrades to 'idle'; this makes the interactive performance of the system while doing Flatpak operations indistinguishable from when the system is idle." Details on the change can be found in this blog post.
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Bash command line shortcuts and tips
The Bash shell is the default command line interface for most Linux distributions and available on virtually every Unix-like operating system. The Bash command line is well known for its flexibility and impressive list of features which make it a powerful tool. This week we will explore some Bash command line tips and shortcuts.
* * * * *
I often find myself performing multiple actions on the same file. I might want to copy a file to another computer and then move my local copy to another directory. Rather than typing the file's name each time, we can use a shortcut that refers to the file. The shortcut takes the form of the exclamation mark, followed by a colon and the position of the command line argument we want to use again. Let's look at an example. Here, I use the scp program to copy a file to a remote location and then move my local copy of the file into my Archives folder:
scp myfile.tar.gz remote-computer:
mv myfile.tar.gz ~/Archives
Using the Bash shortcut mentioned above, we can substitute the name of the file for "!:1" in the second line.
scp myfile.tar.gz remote-computer:
mv !:1 ~/Archives
The "!:1" shortcut looks at the previous line and grabs the first parameter from the previous command to use. In this case it is the myfile.tar.gz filename.
In the following example, we use the same substitution to sync two folders and then move into the destination folder, ~/Backup:
rsync -av ~/Documents/ ~/Backup/
cd !:3
When the above two commands are finished, we will have changed to the ~/Backup directory. A related shortcut uses double-exclamation marks (!!) to repeat an entire command line. The following example displays "Hello World" twice:
echo Hello World
!!
One of the situations where we might want to use the !! shortcut is when running a command the first time fails because we did not prefix it with sudo to get elevated access. In the below example, we try to mount a USB drive and it fails. We then run the same command again with sudo to get the proper access:
mount /dev/sdc Disk
sudo !!
It is important to be very careful when mixing command line shortcuts with sudo. We could find ourselves very quickly executing the wrong command if we are not paying attention.
* * * * *
Have you ever run a command which was going to take a long time and then realized you wanted to perform a second action once the first command was finished? Maybe we want to copy a local directory to a remote server and then delete our local copy to free up space. Typically we could do this by running rsync and rm, joined by the && symbols. The two & symbols together indicate the second half of the command should be performed only if the first part completed without errors:
rsync -a MyFiles/ remote-computer:MyFiles/ && rm -rf MyFiles
The above command would be useful because the rsync command would copy our files to the remote machine and then, if rsync finished successfully, the remove (rm) program would clean up the directory. If the files do not all copy successfully then the directory is not erased.
But what if we only wrote the first part of the command and hit Enter before filling in the second half?
rsync -a MyFiles/ remote-computer:MyFiles/
Now the synchronization is going to happen, but our local directory will not get cleaned up afterwards. We don't want to sit around and wait for the task to finish, so what can we do? We can use a few special commands to pause the current job (the rsync command) and then resume it with an addition. This takes place in three steps. First we run the original command:
rsync -a MyFiles/ remote-computer:MyFiles/
Now, once we realize the command is running and we did not type the second half, we can press Ctrl and Z (Ctrl+z) to pause the job. Now the rsync command is waiting in the background. We can resume the job and add on a new command by using the foreground (fg) command. In this case fg effectively sits in as a short-hand for the paused job.
fg && rm -rf MyFiles
The fg command unpauses the last job and brings the synchronization back into the foreground. It then tacks on the "&& rm -rf MyFiles" command which will clean up our local directory if, and only if, the rsync command succeeds.
* * * * *
While the && set of symbols will cause a second command to run when the first one completes successfully, the double-pipes (||) symbols will cause a second command to run only if the first one fails. In the following example, we check for the existence of a made-up word in the system's dictionary. If the made-up word was found, it would be displayed on the screen. But if the word is not found, we report as much on the screen:
grep berowm /usr/share/dict/words || echo No match found
Running the above command results in "No match found" being displayed on the screen. This is because grep failed to find our pretend word (berowm) in the dictionary.
The && and || symbols can be used in the same command. Here we try to perform the same dictionary search and then play different sounds depending on whether the word is found:
grep berowm /usr/share/dict/words && mplayer success.ogg || mplayer failure.ogg
In the above example the grep command fails to find our word. Therefore Bash skips over the successful option and skips ahead to playing the failure.ogg audio file.
These are just a few of the shortcuts and helpful tricks Bash supplies. Let us know what one of your favourite time saving command line tricks is in the comments.
* * * * *
More tips can be found in our Tips and Tricks archive.
|
Released Last Week |
Void 20181111
Void is an independently-developed, rolling-release Linux distribution with a number of interesting specifics, such as its own package management system (called XBPS), a native init system (runit), integration of LibreSSL instead of OpenSSL and support for several popular ARM-based devices. The latest release, version 20181111, provides a large number of updates and fixes: "New x86 and ARM images are now available. The x86 images come with multiple flavours: Base system, Enlightenment, Cinnamon, MATE, Xfce, LXDE and LXQt. As usual we also have a supply of ARM images including: BeagleBone and BeagleBone Black, Cubieboard 2, Odroid U2/U3, RaspberryPi (armv6), RaspberryPi 2/3 (armv7). Void also comes in musl C flavors, which use the musl C library, a lightweight alternative to the popular glibc library." Here is the brief release announcement.

Void 20181111 -- Running the Cinnamon desktop
(full image size: 59kB, resolution: 1920x1080 pixels)
deepin 15.8
A new version of deepin, a Debian-based distribution featuring the Deepin Desktop Environment (DDE), has been released. Version 15.8 brings a re-designed control centre, a full disk encryption installation option and various other improvements and bug fixes: "Compared with deepin 15.7, the ISO image size of deepin 15.8 has been reduced by 200 MB. The new release features newly designed control center, dock tray and boot theme, as well as improved native applications, hoping to bring users a more beautiful and efficient experience. Dock - fashion or efficient mode. In fashion mode, a hide/show button is added in the new designed dock tray, click it to hide the icons in tray area and save the dock space. And the power button is separated from the tray area to reduce the clicks and to avoid the function confusion. In efficient mode, the right corner is set to show desktop and the previous 'Show Desktop' icon is removed to meet user habits. In the new control center, the weather page, system widgets and bottom tools are removed and the layout is re-designed to improve the efficiency. What's more, the new control center is adaptive to different resolutions and languages." See the release announcement for further information and screenshots.
Slax 9.6.0
Tomáš Matějíček has announced the availability of a new release of Slax, a distribution formerly based on Slackware Linux, but recently re-designed and built on top of Debian's stable branch. The new version, Slax 9.6.0, is the latest build; it brings the usual round of security and bug-fix updates, including a fix to the PXE boot support: "Slax 9.0 released. I am happy to announce that a new version of Slax Linux is available for download. It features updates for all included packages, and fixes PXE boot support, so it is now possible to boot Slax over network again. There is also a 'pxe' script included, which you can execute on a running Slax to start a pxe server (it will auto-assign a random IP address from range 10.0.0.x). In order to download Slax, visit the newly redesigned website at www.slax.org. Enjoy the new release!" Here is the brief release announcement as published on the project's newly re-designed website.
Raspbian 2018-11-13
Simon Long has announced the availability of a new release of Raspbian, a Debian-based distribution for the Raspberry Pi single-board computers. One major change in this release is the addition of the VLC media player: "When I first joined Raspberry Pi, back in the dim and distant past (in reality 2014, but it does seem a long time ago now) and I started looking at Raspbian, I made a list of the additional features and applications that I thought it needed to be a 'complete' modern desktop operating system. Over the years, we've managed to tick off most of the items on that list, but one glaring omission has been nagging at me all this time: a decent media player. Windows has Windows Media Player, MacOS has QuickTime Player and iTunes, but we've had a big hole where something similar ought to be for Raspbian. It has been a common request on the forums and while we've had bits and pieces that do some of the job, we really wanted a nice GUI-based media player." See the release announcement for more details and screenshots.
Voyager Live 18.10
The Voyager Live team has announced a new version of their Ubuntu-based distribution. The new release, Voyager Live 18.10, switches from using the Xfce desktop to using GNOME Shell as the default interface. An English translation of the original French release announcement reads: "I present to you for the first time: Voyager - GE 18.10 based on the GNOME Shell desktop and Ubuntu 18.10 (Cosmic Cuttlefish). Why GNOME Shell now? Because Voyager had abandoned the GNOME Shell desktop 10 years ago for Xfce, because of its youth and especially a lack of flexibility and extensions was problematic at the time. Now, after several tests, the conclusion is that part of the GNOME Shell system is again ergonomic, customizable and more flexible than it was in the beginning. So it was considered to make a version named GE for GNOME Shell." The new release offers nine months of support.

Voyager Live 18.10 -- Running the GNOME Shell desktop
(full image size: 277kB, resolution: 1920x1080 pixels)
* * * * *
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,127
- Total data uploaded: 22.1TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Size and frequency of package updates
Downloading a steady stream of package updates, whether to acquire new features or security fixes, is a regular part of running any modern operating system. The size and frequency of new updates varies a lot from one distribution to the next. We would like to know how you feel about the rate of updates you receive? Do they tickle in at a comfortable rate, or do you feel as though your computer is drinking from a firehose?
You can see the results of our previous poll on Fedora's Silverblue in last week's edition. All previous poll results can be found in our poll archives.
|
Size and frequency of package updates
My distro provides small and infrequent updates: | 104 (8%) |
My distro provides small and frequent updates: | 668 (48%) |
My distro provides large and infrequent updates: | 30 (2%) |
My distro provides large and frequent updates: | 306 (22%) |
My distro offers an experience in the middle: | 225 (16%) |
My distro does not offer updates: | 11 (1%) |
Other: | 35 (3%) |
|
|
DistroWatch.com News |
Distributions added to waiting list
- Bentoo. Bentoo is a Funtoo-based distribution with optional pre-configured GNOME and Plasma desktop editions.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 26 November 2018. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Linux Foundation Training |
| |
TUXEDO |

TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Issue 1045 (2023-11-13): Fedora 39, how to trust software packages, ReactOS booting with UEFI, elementary OS plans to default to Wayland, Mir gaining ability to split work across video cards |
• Issue 1044 (2023-11-06): Porteus 5.01, disabling IPv6, applications unique to a Linux distro, Linux merges bcachefs, OpenELA makes source packages available |
• Issue 1043 (2023-10-30): Murena Two with privacy switches, where old files go when packages are updated, UBports on Volla phones, Mint testing Cinnamon on Wayland, Peppermint releases ARM build |
• Issue 1042 (2023-10-23): Ubuntu Cinnamon compared with Linux Mint, extending battery life on Linux, Debian resumes /usr merge, Canonical publishes fixed install media |
• Issue 1041 (2023-10-16): FydeOS 17.0, Dr.Parted 23.09, changing UIDs, Fedora partners with Slimbook, GNOME phasing out X11 sessions, Ubuntu revokes 23.10 install media |
• Issue 1040 (2023-10-09): CROWZ 5.0, changing the location of default directories, Linux Mint updates its Edge edition, Murena crowdfunding new privacy phone, Debian publishes new install media |
• Issue 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• Issue 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Full list of all issues |
Star Labs |

Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Shells.com |

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
Manjaro Linux
Manjaro Linux is a fast, user-friendly, desktop-oriented operating system based on Arch Linux. Key features include intuitive installation process, automatic hardware detection, stable rolling-release model, ability to install multiple kernels, special Bash scripts for managing graphics drivers and extensive desktop configurability. Manjaro Linux offers Xfce as the core desktop options, as well as KDE, GNOME and a minimalist Net edition for more advanced users. Community-supported desktop flavours are also available.
Status: Active
|
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.
|
|