DistroWatch Weekly |
DistroWatch Weekly, Issue 777, 20 August 2018 |
Welcome to this year's 34th issue of DistroWatch Weekly!
These days many people are concerned with privacy and are looking for alternatives to web-based applications, company-run e-mail services and file storage provided by commercial organizations. One way to maintain control over our data is to self-host services at home, but learning how to set up complex services at home can take a lot of time and effort. This week we begin with a review of YunoHost, a Debian-based distribution which offers a point-n-click approach to setting up popular network services and web apps. In our Tips and Tricks column we explore a variety of ways to limit the resource usage of greedy processes to prevent them from interfering with the rest of the operating system. Our Opinion Poll asks how many of our readers use methods to restrict processes to keep them from impacting system performance. In the News section we talk about Fedora making it easier to convert from one file system to another and Red Hat addressing hardware bugs. Plus we talk about Lubuntu migrating to Wayland and celebrate Debian turning 25 years old. Finally, we are pleased to share the releases of the past week and list the torrents we are seeding. We wish you all a wonderful week and happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (10MB) and MP3 (14MB) formats.
|
Feature Story (by Jesse Smith) |
YunoHost 3.0.0.1
YunoHost is a Debian-based distribution for people who want to run their own private server. The distribution is particularly geared toward offering web, e-mail and media streaming services which can be set up with relative ease from a web-based interface. Or, as the project's website states:
YunoHost is a server operating system aiming to make self-hosting accessible to everyone. It is based on Debian GNU/Linux and is fully compatible with it... YunoHost's goal is to make installing and administering a server accessible to as many people as possible, without taking away from the quality and reliability of the software.
The latest version of YunoHost (pronounced "Why you no host?") at the time of writing is 3.0.0.1, which is based on Debian 9 "Stretch". The project's documentation mentions that YunoHost includes the Nginx web server, the Postfix e-mail server, Dovecot for handling mail through clients, a spam filter, LDAP service and a DNS server. A Let's Encrypt certificate manager is also listed as a feature.
YunoHost is available in a number of different builds, including ones for generic PCs, VirtualBox, the Raspberry Pi and a few other single-board computers. I downloaded the generic PC build which is 369MB in size.
Installing
Booting from the distribution's media brings up a menu offering to start a text installer, graphical installer or an advanced installer. I tried both the text and graphical installers. Both are basically Debian's standard installer with the disk partitioning section and package selection step skipped. YunoHost automatically wipes our hard drive to install itself with its own partition layout and chooses the packages it needs in order to run.
The first time I tried to install YunoHost the installer ran into an error during the partitioning section and reported it was unable to mount the new file system it had created. After that it was unable to proceed. I rebooted the computer, took the same settings again and, the second time through, the installation completed without incident. When the system installer finished the disc was ejected and the computer was automatically rebooted.
Early impressions
The first time I booted YunoHost the system brought up a text console. A welcome message appeared which told me my computer's IP address. The first time I started the distribution the IP address was correct, but when I started YunoHost in the future the IP address field was always blank even though the system was connected to my network.
The first time I booted into YunoHost a first-run wizard started on the text console and offered to help me configure the operating system. The prompts ask us to provide our domain name (which must be in the form of a fully qualified domain name, such as example.com). We are asked to create a password for the system's admin account. I feel it is important to keep in mind the admin account, in this case, is the account we will use to sign into YunoHost's web-based interface. The admin account does not have special access when logged into the console and cannot upgrade packages or manage the base operating system directly. The root account's password, used for performing system administration actions from the command line, is not changed from its default on the live disc. The root account's password will remain "yunohost" until we sign in and change it.
The wizard then sets up the default services as some status messages scroll by. When the wizard was done the console appeared to freeze and did not respond to further keyboard input. I was able to switch to another console to login. I found YunoHost used about 2GB of disk space with the default packages installed and the operating system consumed about 220MB of RAM.
Web interface
YunoHost's web interface begins with a simple, mostly blank screen where we are asked to sign in. We can login using our admin account's password. This brings up a menu where we can access sub-menus and controls for Users, Domains, Applications, System Updates, Services, Tools and a Backup panel. I'd like to go through and give a brief overview of each section of the web-based control panel.
Users - By default, there are no accounts listed on the Users page. This appears to be because the YunoHost panel does not display system accounts, only accounts which can sign into the web-based interface and run web-based applications. To work with system-level accounts we should sign into a console or remotely access the server over secure shell.
With the click of a button we can create new accounts that will be able to sign into the YunoHost web portal and run applications. These accounts we create cannot sign into the system over secure shell or a local terminal, they only have access to the web portal. Signing into the portal will bring up a list of applications the user has been granted access to.
One interesting side-effect of separating web portal accounts from system accounts is that we can install a web-based virtual terminal and have the user run it. But they cannot sign into the virtual console unless we set up a separate, system-level account for them.
Domains - The Domains page starts off by showing us the first domain we set up (using the first-run wizard) and gives the option of creating new domains. We can add SSL certificates and check a domain's DNS information from this page.
Applications - At first there are no web applications installed. However, clicking a button brings up a list of several web-based apps we can install. There is a terminal emulator, RSS feed reader, the Ampache media streaming service, an arcade game, Nextcloud, the phpMyAdmin console and a handful of others.
YunoHost 3.0.0.1 -- Browsing applications
(full image size: 107kB, resolution: 1239x1024 pixels)
I tried a few of the simple applications and confirmed they worked. We can set each application to be available to only certain users, or let all users access an installed service. I like the potential flexibility this gives us as it means we can limit access to a login console or phpMyAdmin panel for some users.
System updates - The updates panel should list low level package updates, which are provided mostly by Debian and a YunoHost repository. This page also has a section for showing web application updates. I was not using YunoHost long enough to have any updates appear in this panel. The system was up to date at install time and remained that way for the next few days I was using it.
Services - By default YunoHost runs several network services in the background. The Services page lists these and provides buttons to enable/disable and start/stop these services. The operating system runs a Postfix e-mail service, Dovecot, a firewall, the Nginx web server, the fail2ban security software, MySQL and the OpenSSH secure shell. Sometimes while toggling services on/off an error message would appear saying the systemctl program did not recognize the name of the given service. However, the enable/disable action typically completed successfully anyway.
YunoHost 3.0.0.1 -- Managing background services
(full image size: 115kB, resolution: 1239x1024 pixels)
Tools - The tools page offers access to low level information, for the most part. There is a monitoring tool for checking the resource usage of the system. The firewall tool lets us open and close ports. There is a page which brings up a list of security advisories for popular packages such as Wordpress and the Linux kernel. Another tool just shuts down or reboots the server. One tool is called Migrations and I'm not entirely sure what actions it will perform, but it appears to offer advice on switching between major package versions, such as from PHP 5.6 to PHP 7.0.
YunoHost 3.0.0.1 -- Browsing tools and status messages
(full image size: 102kB, resolution: pixels)
I like the Tools panel. It seems to be a miscellaneous group of items that did not fit elsewhere, but the tools do provide useful information and I found each one easy to navigate.
Backup - The Backup page is very simple and provides a button to create a new archive of our system and its data files. We can toggle three boxes which control whether to back up our configuration files, user data, and mail. Once an archive, which is saved in tar format, has been created it can then be destroyed or restored with another click from the Backup page. I tested the Backup page's features and they all worked, allowing me to roll back the system to an earlier point in time.
Command line interface
Apart from the web interface, YunoHost provides a command line utility which provides the same basic features. This allows us to address problems or install new web applications over a secure shell connection. The functions are all run through one unified program called yunohost. Running this program we can then specify a category like the ones list above ("backup", for example) and then an action to perform. The help text for the yunohost command is a little sparse, but there was enough there to help me navigate through adding and removing applications, checking status information and restoring a backup.
YunoHost 3.0.0.1 -- Blocking network ports
(full image size: 68kB, resolution: 1239x1024 pixels)
Conclusions
At this point I have only set up YunoHost, created a few user accounts and installed a handful of applications. While I may play with it further, my main focus going into this trial was how well the framework of the distribution functions. That is: is it easy to install, how hard is it for new users to add services and accounts, and is it straight forward to keep the system up to date? Basically, I wanted to know whether I could give this distribution to someone who wanted to set up home-based network services for the first time and expect them to be able to use it. Based on my experiences so far with YunoHost, my answer is: probably.
The distribution does make it pretty easy to create user accounts and install web-based services. In fact, YunoHost does this quite well. The admin panel is very streamlined, uncluttered and easy to navigate and getting something like a game of Hextris or a media streaming service installed is about as easy as a few mouse clicks. Managing the firewall, monitoring the system and creating backups are nearly as easy. The administrator still needs to figure out how to get backup archives off the disk to another location for safe keeping, but the bulk of the work in backing up and restoring the operating system is done for us.
Where I feel the distribution runs into trouble is mostly little details, and a few general concepts. For example, asking the user to create an "admin" password but leaving the root password as the default is both likely to confuse people and leave a permanent security hole on the servers of most inexperienced hobbyist administrators. On the topic of accounts, it makes sense, from a security standpoint, to separate web accounts from system accounts. But, this means there may be some confusion as to why, once an account has been created, it cannot log into the system. Little concepts like this may throw new users and I don't feel these issues are well addressed by the documentation.
The first time through, the system installer failed during the partitioning section. It worked the second time though with the same settings, so I'm not sure if this is a semi-persistent bug or a one-time error with my system.
On the whole, YunoHost performs well. It's light on resources, it offers a lot of common network services home administrators will probably want and it is pretty easy to run and maintain. There are a few little wrinkles in the experience, but in general I found the distribution to be straight forward to use. For people looking to set up a home server, this is probably a good platform on which to build.
* * * * *
Visitor supplied rating
YunoHost has a visitor supplied average rating of: 9/10 from 3 review(s).
Have you used YunoHost? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Fedora makes it easier to convert file systems, Red Hat responds to hardware bugs, Lubuntu plans migration to Wayland, Debian turns 25 years old
Most people set up their operating system on a file system and continue to use that file system for the life span of the operating system. However, while it is rare to want to change which file system is in use, it is possible to convert one file system to another. This process can even be (mostly) automated by a tool called fstransform. The fstransform documentation states: "The program fstransform does the following: it takes a device with a file system on it (even if almost full) and transforms the device to a different file system type, in-place (i.e. without backup) and non-destructively (i.e. it preserves all your data). It works even if the file system is almost full." Fedora Magazine has an article on fstransform, how to use it on Fedora, and some precautions to take to avoid data loss during the transition.
* * * * *
Hardware bugs affecting popular makes and models of CPU have been in the news a lot this year. One of the more recent revelations has been the L1 Terminal Fault attack, mostly known by its ominous-sounding name Foreshadow. The Red Hat team has put together a series of blog posts which explain the Foreshadow issue, how it works and why it is a problem. While CPU bugs have serious security implications, Red Hat reports the fix should be relatively painless for Foreshadow: "The L1TF attack against bare metal machines is trivial to mitigate through a few lines of kernel code (that is available in all of our errata releases, and has also been submitted for inclusion in upstream Linux). This mitigation has no measurable performance impact and requires systems be promptly patched."
* * * * *
The Lubuntu project has announced plans to gradually migrate from using the X display server to running the LXQt desktop on a Wayland session by default. This change is expected to take place in about two years (with the release of Lubuntu 20.10) and will make use of Mir as the Wayland implementation. More information on this change and other plans for future versions of Lubuntu can be found in the project's newsletter.
* * * * *
We are pleased to report that Debian, one of the world's largest Linux distributions, has reached its 25th birthday. An announcement on the Debian website reports: "When the late Ian Murdock announced 25 years ago in comp.os.linux.development, 'the imminent completion of a brand-new Linux release, [...] the Debian Linux Release', nobody would have expected the 'Debian Linux Release' to become what's nowadays known as the Debian Project, one of the largest and most influential free software projects. Its primary product is Debian, a free operating system (OS) for your computer, as well as for plenty of other systems which enhance your life. From the inner workings of your nearby airport to your car entertainment system, and from cloud servers hosting your favorite websites to the IoT devices that communicate with them, Debian can power it all." Happy birthday, Debian!
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Limiting resource usage
Generally when we run applications we want the program we are working with to be fast and responsive. Ideally, we want videos to play smoothly and web pages to load quickly. For this reason, the underlying operating system usually provides the programs we run with as many resources as they request. So long as there is not too much competition from other applications and services, the programs we run will get to use as much of our CPU, memory and disk as they want.
Sometimes though we do not want a program to get all the resources it wants. Number crunching programs may use up too much CPU time and cause other applications to stutter. A service that scans our hard drive to index files will make opening and saving documents slower. A program that consumes too much RAM may cause the system to slow down or rely heavily on swap space which will make the computer unresponsive. This article explores four utilities which can be used to limit a process's resource usage and prevent the system from getting bogged down.
One of the easiest tools to use when trying to limit a process's impact on the operating system is nice. The nice command reduces the priority of an application or service so that it does not use the CPU as much when other processes want a turn. This is especially useful if we are running several programs at once and want to accomplish something in the background that will not slow down other programs. For example, if we are running checksums on multiple files to confirm their integrity the nice command will make sure the CPU-intensive checksum process does not impact other tasks we are performing, such as browsing the web.
Typically the nice program is run and just passed the name of another program to run. For example, here we run an MD5 checksum on a file called Fedora-28.iso:
nice md5sum Fedora-28.iso
Different programs can be run with different "nice" values. The more "nice" a program is, the more it stays out of the way of other processes using the CPU. The default "nice" value of most programs is zero. A program started by the nice command is assigned a "nice" value of 10. We can specify a niceness value as high as 19. This is accomplished by using the "-n" parameter:
nice -n 19 md5sum Fedora-28.iso
We have written about nice before and have examples for using nice and adjusting the niceness of a program that is already running.
* * * * *
While the nice command reduces the priority of programs which want to use our CPU, it does not do a lot to reduce the amount of disk input/output (I/O) a process uses. When we have a program that does not perform a lot of number crunching, but does read data frequently from the disk, then we need a different tool. The ionice command works in a very similar fashion to nice, but forces processes to stay out of the way when accessing the hard drive. This is especially useful if we have a background program that constantly indexes files. We probably do not care how long the indexing takes, but we want to keep it from making other programs lock up when accessing the disk.
The ionice command is typically used to either launch a new program or force a running program to be more polite. Here we run a backup job, using the rsync program, and force it to only access our files when the disk is idle. This is accomplished by using the "-c" flag and passing the number 3, which means the process has a low or "idle" priority.
ionice -c 3 rsync -a ~/Documents/ ~/Backups/
To adjust the I/O niceness of a running program we need to pass its process ID number (PID) to ionice. If my rsync program from the past example needs a lower priority and has a PID of 1234 we can adjust it like this using the "-p" flag:
ionice -c 3 -p 1234
* * * * *
While the nice command will make a process be polite and not use up too much of our CPU's time when there are other processes competing for CPU cycles, nice will not throttle the total amount of CPU cycles a process uses. The nice command prevents one process from getting in the way of others, but it does not prevent one lone process from using up all the CPU cycles available if it has no competition. Put another way, if you are running 20 different programs, nice will force one to step aside, giving the others priority. But if we are running just one active task then it has no competition and can use up 100% of our CPU's time.
Sometimes we want to limit a process's CPU usage so that our CPU doesn't get hot, or so that one process will never use more than 50% of our CPU's time in case something else wants to run later. We can do this with a tool called cpulimit.
The cpulimit command basically throttles a task so that it does not use more than a given amount of CPU time. We can launch Thunderbird and tell it to only use half of our CPU's resources by running:
cpulimit -l 50 thunderbird
The "-l" flag specifies a limit, in this case 50%. We can limit an existing process using its PID by providing the "-p" flag. A process with PID 1234 can be limited as follows:
cpulimit -l 50 -p 1234
We have talked about cpulimit and provided more examples of it in use in a past issue.
* * * * *
So far we have covered limiting competition for the CPU, throttling processes so they do not take up too many CPU cycles and forcing processes to limit their disk input/output. Another key resource on any system is memory. There are a number of tools which prevent tasks from using too much RAM, and one of them is earlyoom, which stands for Early Out Of Memory. The earlyoom utility monitors the amount of memory and swap space currently available. If the amount dips below a certain amount (usually 10% of both, by default) then earlyoom tries to trigger the termination of the process which is using too much memory.
While earlyoom does not target one specific process, it will try to kill off the program which is using the most memory, freeing up RAM for the remaining processes. Generally, earlyoom waits until memory and swap are nearly full before terminating any programs. The earlyoom program can be run directly by a user, but is typically set up as a service which starts up automatically in the background and monitors the system without user intervention. This way if any user launches a program, such as a web browser, that misbehaves and consumes a lot of RAM the program will be shut down automatically without the user needing to do anything. This is particularly useful when we consider systems with full RAM and swap often become unresponsive and it may not be possible for the user to run new commands while the system juggles swap space.
* * * * *
There are a lot of Linux tools for dealing with aggressive or resource-heavy processes. The above utilities can be used, separately or together, to keep programs from consuming too many resources or interfering with desktop performance. The trick is matching the right tool with the resource or performance issue being addressed.
* * * * *
Additional tips can be found in our Tips and Tricks archive.
|
Released Last Week |
Zorin OS 12.4
Zorin OS is an Ubuntu-based distribution which strives to provide a desktop interface that will look familiar to Windows users. The project has published an update to the distribution's 12.x series, offering improved hardware support and bug fixes. The release announcement for Zorin OS 12.4 states: "We are pleased to announce the release of Zorin OS 12.4. This new release brings together the latest software updates, bug fixes, performance enhancements and hardware support out of the box. Zorin OS 12.4 introduces an updated hardware enablement stack. The newly-included Linux kernel 4.15, as well as an updated X server graphics stack, add compatibility for newer computers and hardware in Zorin OS. In addition, new patches for system vulnerabilities are included in this release, so you can have the peace of mind knowing that you're using the most secure version of Zorin OS ever. After installing Zorin OS 12.4, you will have the latest versions of the pre-installed packages. That means fewer software updates will need to be downloaded after installing Zorin OS onto your computer. All editions of Zorin OS 12.4 - Core, Lite, Ultimate, and Business - are available to download immediately."
Quirky 8.6
Barry Kauler has announced the release of a new version of the lightweight Quirky distribution. The new version, Quirky 8.6, is based on Ubuntu 16.04 LTS and contains mostly bug fixes and minor improvements over previous 8.x releases. "Quirky Linux 8.6 is the latest in the 'Xerus' series, binary-compatible with x86_64 Ubuntu 16.04.5 LTS, though built with woofQ and architecturally very different from Ubuntu. Quirky is an experimental distribution, that forked from Puppy Linux a few years ago, and has followed a different path, exploring some new ideas. Continuing the Puppy tradition, Quirky has a 'complete' suite of applications, drivers and utilities, in a very small size. Version 8.6 is an incremental upgrade from 8.5, with package upgrades and architectural improvements. The SeaMonkey web browser is now 2.49.4 and the Linux kernel 4.14.63. EasyShare, simple network file and printer sharing, continues to evolve, and now supports connection to an Android phone." Further information can be found in the distribution's release announcement and in the release notes.
* * * * *
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: 983
- Total data uploaded: 21.1TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Limiting process resource usage
In our Tips and Tricks column this week we discussed various ways users can limit resource usage of applications. This can keep the system running smoothly when an ambitious program tries to gobble up too many resources. We would like to know how many of our readers use resource limiting tools to keep runaway processes in check.
You can see the results of our previous poll on whether to review Linux Mint Debian Edition 3 in last week's edition. All previous poll results can be found in our poll archives.
|
Limiting process resource usage
I limit processes using tools listed in the article: | 99 (10%) |
I limit processes using tools not listed in the article: | 28 (3%) |
I use a combination of tools listed along with others: | 36 (4%) |
I do not limit process resource usage: | 829 (84%) |
|
|
DistroWatch.com News |
Various website updates
Our website received two significant updates this week, thanks to generous readers who volunteered their time and efforts. Enrico Bella kindly updated our Italian translation and made suggestions for improving translations across languages.
Over the weekend Jeffry Allred also came forward with an detailed review of all the distributions on our waiting list - pointing out which ones are no longer maintained and which may be worth re-evaluating. This has helped us trim the waiting list and highlighted a few we plan to look at more closely in the coming month.
Thank you to these volunteers and the many people who continue to send us suggestions, feedback and updated information. It makes our tasks here easier.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 27 August 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) |
|
|
|
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 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 |
• Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• 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 |
ROOT GNU/Linux
ROOT Linux was an advanced GNU/Linux system. It was licensed under the GNU GPL - it's 100% free and non-commercial. ROOT Linux was not recommended as a first Linux distribution. You must have experience of Linux and computers in general. Of course, you may use it anyway, but don't complain. ROOT Linux does not contain help programs like linuxconf, sndconfig, netconfig and things like that. People using ROOT Linux should know how to configure their software & hardware without using that kind of tools. ROOT Linux was Pentium optimized. This means it won't work on older processors than Pentiums (Intel 586's).
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.
|
|