DistroWatch Weekly |
| DistroWatch Weekly, Issue 554, 14 April 2014 |
|
Welcome to this year's 15th issue of DistroWatch Weekly! We entrust our computers with a great deal of personal and sensitive data. We rely on our computers to manipulate and store documents, family photos, perhaps tax information and credit card data. Considering the vast amounts of important data our computers are fed on a regular basis, it is vital that we make sure our operating systems are reliable and secure. With that in mind, this week we turn our attention to file storing solutions and security. In our feature review this week we look at a file storage and backup solution called FreeNAS, a FreeBSD-based operating system designed to work on network attached storage devices. In our News section we talk about Ubuntu's move to improve user privacy in future releases. We also talk about a very serious security bug which was discovered and patched last week that could be used to quietly compromise large amounts of sensitive data. Plus we invite you to select which community flavours of Ubuntu LTS will get reviewed this April. As usual, we cover the distribution releases from the past week and look ahead to exciting developments to come. We wish you all a terrific week and happy reading!
Content:
- Reviews: Setting up storage with FreeNAS 9.2.1.3
- News: Ubuntu refines dash searches, OpenSSL bug found and patched, Fedora.next explained, CentOS update, Robolinux Stealth VM software for Ubuntu, DPL elections result
- Tips and tricks: Measuring memory and getting rid of useless cats
- Released last week: NexentaStor 4.0, Ultimate Edition 3.9, VortexBox 2.3
- Upcoming releases: Ubuntu 14.04, OpenMandriva 2014.0 RC, Bodhi Linux 3.0.0 Beta
- New distributions: Leck Linux, Lychee Linux
- Reader comments
|
| Feature Story (by Jesse Smith) |
Setting up storage with FreeNAS 9.2.1.3
FreeNAS is one of the more popular open-source platforms for network attached storage (NAS) devices. It is built with FreeBSD as its underlying operating system. The development of FreeNAS is sponsored by iXsystems, a company which sells (among other things) NAS devices. This pairing means people interested in large amounts of storage can experiment with the freely available FreeNAS operating system and, should a person wish to upgrade, supported NAS devices are available.
The FreeNAS operating system is available in 32-bit and 64-bit x86 builds. Available download options include a disc image for fresh installations, there is an upgrade option, a thumb drive image and VMWare images of FreeNAS. The full installable version of FreeNAS is approximately 216MB in size. Booting from the FreeNAS media brings up a text menu in which we are asked if we would like to install or upgrade FreeNAS, shutdown the system or drop to a shell prompt. I took the option to perform a new installation and was asked to select which drive I would be using for the operating system. It is worth noting at this point that FreeNAS requires one hard disk for the operating system and uses additional hard disks for data storage. We are warned that installing FreeNAS will wipe the hard drive we have selected and, assuming we are okay with this, the system installer copies its data to our hard drive. The installation took under ten minutes in my VirtualBox test environment. At the end of the installation we are asked to remove the installation media and reboot the computer.
The local copy of FreeNAS boots to a text console where a menu is displayed with eleven options. Most of the options involve configuring aspects of the network, routing and DNS. There are also options for resetting the FreeNAS web interface's login credentials, resetting the operating system to its initial configuration, dropping to a command line and shutting down the NAS device. I feel it is worth noting at this point that, when FreeNAS boots, we are automatically logged in as the root user. We have the ability to configure or manipulate the system as we see fit. Even once a password is set on the root account, we are still logged in automatically.
Looking around the initial environment I learned a few things. One is that FreeNAS used approximately 90MB of RAM prior to me adding file systems or tweaking the operating system's configuration. Once I had added some storage and enabled a couple of services memory usage rose to about 110MB. The operating system uses about 755MB of disk space. With the default configuration I found FreeNAS would try to use DHCP to create a network connection and get on-line. Using the menu options I was able to set a static IP address and provide an alternative DNS server.

FreeNAS 9.2.1.3 - status graphs and system load monitoring (full image size: 290kB, screen resolution 1280x997 pixels)
Most of what makes FreeNAS interesting is in the operating system's web-based control panel. By default we can access this web control centre by pointing our web browser to the NAS device's IP address. FreeNAS allows connections over plain HTTP, but can be configured to accept more secure HTTPS connections if desired. The first time we access the web portal we are asked to set a password on the administrator account. This password is needed to access the web interface later, but does not guard against access to the text console.
One of the first things I wanted to do was mount a second disk from my NAS device to FreeNAS so I could start storing things on it. Here I ran into an odd quirk. When I went into the Storage tab there were no disks listed as being available. However, if I went into the Reports tab where status messages and statistics are shown, both the primary disk (for the operating system) and the secondary disk (for data) were shown. Dropping to the command line I was able to see the second device listed as available, but I could not access the disk or format it through the web interface. Eventually, after a reboot and some more poking around, I re-installed FreeNAS. For some reason this fixed the issue and I was able to find my second disk in the web interface's Storage tab. I attempted to add the disk, formatting it with the ZFS advanced file system. The operation failed. I attempted to add the disk a second time, using the web interface's Manual mode which gives us some extra flexibility. This time the new disk was handled properly and set up as a ZFS storage pool.
Shortly after setting up my new storage pool, I noticed a yellow button in the upper-right corner of the screen. Clicking this yellow "alert" button shows warnings and status messages. One of the messages informed me I should venture into the "System->Settings->Advanced" portion of the web interface and enabled a "system data pool". This is a fancy way of saying we are to select a directory where dynamic information, such as log files, can be saved.

FreeNAS 9.2.1.3 - system status messages (full image size: 161kB, screen resolution 1280x997 pixels)
Digging through the well organized web interface we can find a great deal of useful tools and information. As I briefly mentioned above, there is a collection of system monitors which give us information on the state of our NAS device. There is a web-based virtual terminal where we can login to perform command-line duties without the need for a separate secure shell service. Perhaps the most important collection of utilities is under the Sharing group, which allows us to set up NFS and Samba shares, giving easy, cross-platform access to our files. Another section of the web interface gives us access to various services. For example, we can configure rsync modules, OpenSSH and an FTP service, along with others. The options presented are straight forward and the services easy to configure. One aspect of the FreeNAS interface I found odd was that we configure system services under one tab, but enabling/disabling services is handled under another tab. All services can be turned on/off from one tab which is kept separate from the configuration options.
One feature of ZFS (and FreeNAS) I particularly like is the ability to work with file system snapshots. Using the web interface we can easily create scheduled snapshots of our data. The scheduling tool is quite flexible, allowing us to, for example, create snapshots every hour during work hours and just during certain days of the week. The provided ZFS utilities allow us to perform some other useful feats, such as automatically compressing data and enabling deduplication.
One aspect of FreeNAS I found interesting is the project's move to diversify the tasks we can perform with our NAS. While the core utilities focus on storing, retrieving and backing up files, there are two additional features one might usually expect to find on a more general purpose server operating system. For instance, FreeNAS gives us the ability to set up FreeBSD jails. These jails allow us to run processes in isolation, preventing the software we run from harming the rest of the operating system or our data. Several jail templates are provided for us, some for simply isolating processes, some for setting up contained Linux environments and there is a jail template for dealing with FreeNAS plugins.

FreeNAS 9.2.1.3 - enabling system services (full image size: 173kB, screen resolution 1280x997 pixels)
A FreeNAS plugin is essentially a piece of bundled software which can be run inside a jail. Right now there are not many plugins available for download, but there are a few, including the Transmission bittorrent client and a media server. I have not yet had a chance to dig into the internals of a plugin, but from the wiki's description, a plugin appears to be a self-contained PBI file which is unpacked and run within a jailed environment. This avoids dependency issues, keeps the software from negatively affecting the rest of our NAS and provides additional functionality to the user.
Conclusions
When I first started using FreeNAS I did run into some minor difficulties getting the network enabled and adding my first storage disk. These problems may have been a result of working within a VirtualBox virtual machine, or perhaps it was a quirk of the software, I'm not sure. Based on my previous, smooth experiences with FreeNAS I suspect the issue lay with the VirtualBox environment. Once I got around those minor issues my time with FreeNAS was positive. The web interface feels smoother this time around than it did the last time I reviewed the operating system. I think the web portal is more responsive. It took me a while to get used to the way options were organized. As I mentioned above, system services are configured in one area and enabled in another. Also, I found it took me a while to get used to the idea that settings were generally viewed on one tab and added/enabled on another. However, once I got into the pattern, I found the interface was consistent. In fact, that may be one of the nicer things about FreeNAS, it appears to be entirely consistent. The user interface works the same way from screen to screen, giving the web portal a unified feel.
The features FreeNAS ships with are excellent. I really like the flexibility of the snapshots and the many methods (FTP, OpenSSH, rsync, Samba, NFS, etc) we can use to access our data. The user management, service management and plugin management tools are very simple to use. Defaults are generally reasonable and I suspect most people, aside from wanting to enable HTTPS for login access, will not need to change the operating system's defaults. ZFS is a very powerful file system and the ability to tweak its many options through the point-n-click web portal is a welcome feature. I have not played around with plugins and jails as much as I would like, I feel as though installing some services and Transmission is just the tip of the iceberg. So far these contained services have worked well for me and I look forward to exploring them further.
In addition, I like that FreeNAS is provided without cost, but that iXsystems also sells supported and certified NAS equipment. This means the hobbyist at home gets a free operating system while the enterprise system administrator gets the product they need too. FreeNAS appears to be a flexible and powerful technology. For people who want a platform that focuses (almost exclusively) on storing and transferring files, it is a solid offering and well worth investigating.
|
| Miscellaneous News (by Jesse Smith and Ladislav Bodnar) |
Ubuntu refines dash searches, OpenSSL bug found and patched, Fedora.next explained, CentOS update, Robolinux Stealth VM software for Ubuntu, DPL election results
Last week several blogs reported that the Ubuntu distribution will shift from the default behaviour of displaying third-party search results in the Unity dash to an opt-in approach when it comes to displaying remote search results. This news is sure to please privacy advocates who complained about Unity's dash sending search queries to remote servers. However, the more private version of the Unity dash is not going to be available for a while yet. The upcoming Ubuntu 14.04 release will still ship with the previous behaviour were on-line search is the default. The new, more private version of the dash will ship with Unity 8 which is likely to be bundled with Ubuntu's desktop edition later this year or in 2015. The OMGUbuntu blog sums up the situation nicely, "At present all queries entered into the Unity dash are searched against a set of on-line sources. Related results, including the contentious product suggestions from Amazon, are returned to the dash and are presented alongside local files and apps. Though this feature is enabled by default it can be turned-off through a toggle in System Settings. But before anyone unpacks the party poppers in jubilation there are caveats to note: Amazon results are not being removed entirely, and the change is not going to take effect in Ubuntu 14.04 LTS."
Twice a year the Ubuntu community releases a torrent of distributions into the wild. Apart from the flag ship Ubuntu distribution there are many official community projects which draw from the Ubuntu software repositories. These community editions include such popular operating systems as Kubuntu, Lubuntu, Xubuntu and others. When these new releases arrive we try to review at least two of them here on DistroWatch, Ubuntu itself and one of the many community editions. Usually the community edition that gets reviewed is selected at random, but this time we are going to open up the matter to a vote. If you have a preference as to which community edition of Ubuntu gets reviewed, please e-mail your preference to jessefrgsmith@yahoo.ca and place the name of the community edition in the subject line of the e-mail. The project which receives the most votes will get reviewed.
* * * * *
A serious security vulnerability was discovered last week which affects most Linux distributions and members of the BSD family. The bug, nicknamed The Heartbleed Bug, was discovered in the OpenSSL software library and allows the attacker to gain access to a person's private security keys and files. A website was quickly set up which explains the nature of the bug, how to prevent being compromised by the exploit and which versions of popular open-source operating systems are affected. Several projects, including Fedora, Debian and FreeBSD have already posted information on the bug and how to apply security patches to fix the issue.
* * * * *
With the unusually long delay between the release of Fedora 20 and the start of the Fedora 21 development process, and the subsequent emergence of the "Fedora.next" term, many users have been wondering about the future of the popular Linux distribution. Christopher Tozzi at The Var Guy has summarised some of the possible upcoming changes at the Red Hat-sponsored project: "For now, the name [Fedora.next] refers simply to 'planning and direction-setting' aimed at identifying changes Fedora developers should make over the next several years to reinvigorate the operating system. Most notable on the list so far is a proposal for splitting Fedora releases into three different "products" -- workstation, cloud and server -- 'so that we can build and market each in different ways,' as Miller explained in a follow-up to his first article. That's a very similar strategy to the one adopted by distributions including Ubuntu - although it is notable that, unlike the Ubuntu suite, none of the proposed Fedora products focuses on mobile. The product segmentation seems likely to make it easier for different groups of Fedora users to obtain a distribution that more readily meets their particular needs out of the box."
* * * * *
Many Linux users are eagerly awaiting the upcoming release of Red Hat Enterprise Linux (RHEL) 7, a major new update of the enterprise-class distribution that is expected to include many new technologies developed by the open-source software community over the last few years. Consequently, a "gratis" variant of RHEL 7 in the form of CentOS 7, should follow shortly afterwards. But the recent incorporation of CentOS into Red Hat structures has resulted in a new unknown variable and perhaps a bit of anxiety among the CentOS users. Here is an update on the Red Hat - CentOS relationship by LWN's Jake Edge: "CentOS board member Karsten Wade, who is also Red Hat's engineering manager for CentOS, came to the 2014 Linux Foundation Collaboration Summit to explain how CentOS and Red Hat are joining forces and what it means for the future of both. Back in early January, the two announced that CentOS was joining the Red Hat family. According to Wade, that was the completion of one-and-a-half years of effort to put the two together, but it was just the beginning of actually figuring out what the partnership means." Read also the comments that follow the article for additional clarifications and insight.
* * * * *
Robolinux, a distribution project designed to ease the transition from Windows to Linux with the help of a pre-configured VirtualBox addition running Windows XP or Windows 7, has released installable DEB files for Ubuntu and Linux Mint. Named "Stealth VM For Ubuntu & derivatives", these packages provide an easy-to-use wizard for installing a licensed copy of Windows that would run in a virtual environment alongside Linux: "What many Windows XP users want to do is run Windows applications inside Ubuntu or their Ubuntu derivative. The Robolinux Stealth VM software will significantly increase the number of successful and permanent Windows to Linux user migrations which is estimated by ZD Net to be 11% of the 670 million existing Windows XP users. ... In a few clicks the Windows XP or Windows 7 virtual machine is instantly built and fully configured and ready to go. Then you simply load your Windows disk and programs. Robolinux has incredibly easy how to screens and videos to make sure anyone can do it." See also this page for further information and screenshots.
* * * * *
And finally, a piece of Debian news that had come in just before this issue of DistroWatch Weekly went live - Lucas Nussbaum has been re-elected as Debian Project Leader: "The Debian Project Leader election has concluded and the winner is Lucas Nussbaum. Of a total of 1,003 developers, 401 developers voted using the Condorcet method. More information about the result is available in the Debian Project Leader elections 2014 page. The new term for the project leader will start on April 17th and expire on April 17th 2015."
|
| Tips and Tricks (by Jesse Smith) |
|
Measuring memory and getting rid of useless cats
Counting-the-bits asks: How do you measure the memory used by a distribution in your reviews? I've tried to replicate your results on Mint and CentOS with free, top and such to no avail.
DistroWatch answers: When reviewing Linux distributions I measure memory usage with the free command. Specifically I run the command "free -m" which displays memory usage in megabytes. The number which appears in my reviews is the number displayed in the first column of the second row of the free command's output. This value indicates the amount of memory actively used by the operating system and does not include buffered or cached data left in memory for fast access. When I test other operating systems, such as members of the BSD family, they typically do not include the free command. In those cases I run the top command and make note of the amount of memory marked as actively used.
* * * * *
Command line tip
This week I would like to discuss a topic which has little practical value, but may be of some interest to fans of the command line. There are times when a user may type a command which technically works, but may be much less efficient than it could be. Or perhaps the user is just typing a good deal more than they need to be. One fine example of these sorts of scenarios is the useless use of the cat command. The cat command is used to concatenate two (or more) files together and then output the result to the terminal. In some cases the output of the cat command is redirected to a file or piped to another command. For instance, the following example uses cat to display the contents of a single text file:
cat my-to-do-list
In this second example we use cat to take two files, my-to-do-list and my-shopping-list, and combine them into one long text file called everything:
cat my-to-do-list my-shopping-list > everything
These are proper uses of the cat command. However, cat is popular and sometimes ends up being used in situations where it does not make sense or where using cat is redundant. For instance, it is possible to pipe the output from cat to other commands such as grep and less. However, both grep and less can simply open files directly without needing cat. Here is an example of a redundant use of cat, followed by a more proper example. Both of these commands accomplish the same thing:
cat my-to-do-list | grep clean grep clean my-to-do-list
Likewise, both of the following commands display the contents of my text file, dictionary:
cat dictionary | less less dictionary
Here is an example where cat is used to copy a file, followed by an example where I use the system's copy (cp) command to accomplish the same task:
cat old-file > new-file cp old-file new-file
The cat command can be useful at producing small amounts of output and combining two (or more) files together. Quite often other uses of the cat command are redundant and make use of extra resources and time that could be saved by using shorter, more efficient commands.
|
| Released Last Week |
NexentaStor 4.0
Michael Letschin has announced the release of NexentaStor 4.0, a major new update of the specialist distribution optimised for virtualisation and network-attached storage - based on the Illumos kernel and ZFS file system: "This latest version of NexentaStor delivers significant performance, reliability and functionality improvements to the award-winning SDS solution, having passed through rigorous engineering, customer and partner testing with flying colors. NexentaStor will continue to be available in two editions: Community edition (free, full-featured, community supported software for configurations up to 18TB), and Enterprise edition (licensed by the size of the storage pool). NexentaStor 4.0 is Citrix and VMware ready and certified to run on a variety of reference hardware configurations from strategic technology and channel partners." See the release announcement for more details.
Ultimate Edition 3.9
Version 3.9 of Ultimate Edition, an Ubuntu-based distribution and live DVD featuring KDE 4.10.5 as the default desktop environment, is ready for download: "Ultimate Edition 3.9. Time has never been on my side, this is no exception. I am dumping Ultimate Edition 3.9 to the public. I am not going to make a big deal about it. I have had nothing, but pretty much good feedback on it. I am not even going to spend the time updating / upgrading it. I will be doing some catch up over the next few weeks when time is available. Let's get Ultimate Edition 3.9 behind us, so I can focus on the future." Here is the brief release announcement. Ultimate Edition 3.9 is based on Ubuntu 13.04 and besides KDE it also offers MATE 1.6 as an alternative desktop. The live DVD image is available for download from the many SourceForge mirrors.
VortexBox 2.3
Andrew Gillis has announced the release of VortexBox 2.3, the latest version of the project's Fedora-based distribution that turns an unused computer into an easy-to-use music server or jukebox: "It has been over a year since our last full release of VortexBox. There have been small incremental updates but not a big release. VortexBox 2.3 is finally ready! Thanks to the work of our community the release has a huge number of features and updates. Although the interface looks the same, most of the features are in the underlying technology: SqueezeBox Server 7.8.0, the latest release from Community Squeeze; Fedora 20 with better hardware support for new DACs, motherboards; Squeezelite as a built-in player; full DSD support - play DSD direct to a DSD capable DAC or transcode to PCM in-line for non DSD DACs; backup and restore now does the LMS settings as well; network-based install so you can install from a USB key...." Read the rest of the release announcement for a full changelog.
Zorin OS 8 "Lite"
The "Lite" edition of Zorin OS 8, an i386-only variant of the beginners-friendly distribution that features the LXDE desktop, has been released: "The Zorin OS team is pleased to release Zorin OS 8 Lite and Business. Zorin OS 8 Lite is the latest evolution of the Zorin OS Lite series of operating systems, designed specifically for Linux newcomers using old or low-powered hardware. This release is based on Lubuntu 13.10 and uses the LXDE desktop environment to provide one of the fastest and most feature-packed interfaces for low-spec machines. This new release includes newly updated software out-of-the-box. Zorin OS 8 Business introduces a myriad of changes to the business-oriented edition of Zorin OS including updated software, improvements to the user interface and entirely new software." Here is the brief release announcement.

Zorin OS 8 "Lite" - the default LXDE desktop (full image size: 1,692kB, screen resolution 1280x1024 pixels)
GParted Live 0.18.0-2
Curtis Gedak has announced the release of GParted Live 0.18.0-2, the latest stable version of the popular Debian-based live CD designed for disk management and data rescue tasks: "The GParted team is proud to announce another stable release of GParted Live. This live image fixes a bug with the SSH host key protocol ed25519 not being generated during boot. Other items of note include: based on the Debian's 'Sid' repository as of 2014-04-10; updated Linux kernel to version 3.13.7; updated GRUB to 2.02beta2. Added the following programs: screen - screen manager with terminal emulation; rsync - a fast and versatile file-copying tool; ping - check network connectivity to another host on a network; telnet - communicate with another host using the TELNET protocol; traceroute - print the route packets trace to network host...." The release announcement.
MakuluLinux 6.0 "MATE"
Jacque Raymer has announced the release of MakuluLinux 6.0 "MATE" edition, a Debian-based distribution featuring the recently-released MATE 1.8 desktop environment: "The first release in our new 6 series dubbed 'Imperium' (Latin for 'power to command'), also our first dual-mode solo MATE build. This release allows users to customize their settings and software upon installation. Now users can setup their desktop the way they want it with the software they want while still experiencing an out-of-the-box experience. Those that don't want an out-of-the-box experience will now have an option to turn the system into a bare-bone system with a few clicks. Features: based on Debian 'Testing'; 3.13.x PAE kernel; full systemd support." Read the full release announcement for more information and screenshots.
* * * * *
Development, unannounced and minor bug-fix releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| DistroWatch.com News |
New distributions added to waiting list
- Leck Linux. Leck Linux is a Linux distribution based on Ubuntu. The project is being used as a practice ground for Linux and distribution development.
- Lychee Linux. Lychee Linux is a business-focused distribution based on the openSUSE project. Lychee Linux ships with the GNOME 3 desktop.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 21 April 2014. To contact the authors please send email to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, suggestions and corrections: news, donations, distribution submissions, comments)
- Bruce Patterson (feedback and suggestions: podcast edition)
|
|
| 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 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • Issue 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
| • Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
| • Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
| • Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
| • Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
| • Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
| • Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
| • 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 | 
TrianceOS
The TrianceOS operating system was a full-featured, open source, UNIX-like operating system descended from FreeBSD 5. Currently, TrianceOS runs on Intel i386 architectures. TrianceOS was a highly integrated system. In addition to its highly portable, high performance kernel and derivation from FreeBSD, TrianceOS features a complete set of user utilities, compilers for several languages, the X Window System, kernel firewall software and numerous other tools built especially on top of GUI (Graphical User Interface), all accompanied by full source code. The TrianceOS Packages Collection contains over 175 pre-compiled open source software binary packages and thousands of softwares available around the world.
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.
|
|