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.

ZorinOS 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) |
|
|
|
 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 | 
NeoShine Linux
NeoShine Linux was a Red Hat-based Linux distribution developed by Chinasoft Network Technology Company in Beijing, China.
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.
|
|