DistroWatch Weekly |
DistroWatch Weekly, Issue 612, 1 June 2015 |
Welcome to this year's 22nd issue of DistroWatch Weekly!
An important aspect of the free and open source community is the liberty each person experiences. Through free and open source software, developers have the right to express themselves in their work and users gain the right to choose what software best suits their needs. Of course, each of us has our own opinions and own points of view and, in such a liberal climate, conflict is bound to happen. This week we tackle some controversial subjects in the open source community and the approaches different people are taking to solve problems. We begin with a topic that gets discussed a lot and continues to raise questions: systemd. This week Robert Storey introduces us to Manjaro OpenRC, a branch of the Manjaro distribution which has replaced the systemd init software with OpenRC. Read on to find out how Manjaro OpenRC performs. In our Questions and Answers column we further discuss systemd, how popular (or unpopular) it is in the Debian community and what happened to the Debian fork named Devuan. In our News section we discuss the Fedora Project's latest release, talk about Linux emulation on FreeBSD and share a status report on Lumina, a cross-platform desktop environment that avoids depending on specific services. We also talk about the recent conflict between the Ubuntu Community Council and the Kubuntu community and say farewell to the Mandriva distribution. In our Torrent Corner we share the torrents we are seeding. Plus we share a list of the distributions released last week. The Opinion Poll in this issue talks about rolling release distributions vs fixed releases and we hope you will share your thoughts on the subject with us. We wish you all a fantastic week and happy reading!
Content:
|
Feature Story (by Robert Storey) |
Manjaro OpenRC 0.8.13 - reinventing init without systemd
Everything that can be invented has been invented.
- Charles Duell, Commissioner of US Patent Office, 1899
It would be an understatement to say that systemd's introduction as the
dominant init system for modern Linux distros has stirred controversy.
Both opponents and supporters of this new way of doing things have tended to get rather excited - to put it mildly - whenever the topic of systemd comes up on various tech blogs and forums. Defending one's choice of init systems from critics has become a sort of moral obligation, if not a way of life. Take the "wrong" side of the argument on your favourite tech forum, and you can expect a deluge of heated comments, frequently containing accusations of "troll" and even nastier descriptive words not suitable for publication.
I suppose it's natural for geeks to get emotional about their operating
system. In fact, if you've seen the 2013 movie Her,
it's predicted that in the near future not only will we be able to love
our own personal operating system, but also have sex with it. Indeed, I
think we're already there, to judge by the way people have become
attached to their mobile handsets.
Figure 1: Linux users get emotional about systemd
The Great Search Begins
After many months of debate, things are starting to
finally calm down now, and I see no reason to reignite the civil war.
The pros and cons of systemd have been discussed ad
nauseum on this and other forums, and by now most geeks have
already formed their opinion on the issue. So let there be peace. It's
time to bury the hatchet (and by that I
don't mean burying it in your opponent's skull). Vive et
vivat - Latin for "live and let live."
As things currently stand, if you're in the pro-systemd camp, you'll be
spoiled for choice since most of the major distros have made the
move. On the other hand, folks in the non-systemd camp have a
relatively lean menu, but that may be changing. Up until now, the
solution for non-systemd geeks has been to simply stick with what they've got and avoid making any upgrades. That strategy has worked pretty well, but it's got limited shelf life. Increasingly, non-systemd folks still running last year's software are starting to feel like passengers on the Titanic. Unless you're planning to disconnect your computer from the Internet, the need for security updates becomes unavoidable. Ignore all those update warnings for too long, and you risk sinking the whole ship.
Fortunately, the market for up-to-date non-systemd OS's has not gone unnoticed. Among the choices currently available are PCLinuxOS, Slackware, Void and all the BSDs. Gentoo has made systemd optional, offering the OpenRC init system as an alternative.
I have tried all of the above, but for one reason or another found the
experience not totally satisfying. PCLinuxOS came very close to meeting
my everyday needs, but lacked a few packages that I depend on for my work.
Slackware remains my number one choice as a server OS, but its collection of desktop software is rather slim. On the other hand, source-based Gentoo has just about everything I could ever want in life, but the installation requires a great deal of time to compile (and recompile during updates) - I just don't have that much patience. PC-BSD proved to be a very capable desktop OS, but it lacked a few needed drivers for my hardware. Void Linux is very fast and undergoing rapid development, but to me felt unpolished - I will keep an eye on it for the future.
And then there is Manjaro OpenRC, a recent side project of mainstream Manjaro (which is systemd-based). Manjaro OpenRC recognized all my hardware immediately, and contains all the software packages I require. Indeed, the software collection is so large that it rivals Ubuntu's and Debian's. A nice little fringe benefit is fast performance. As a result, it is
now my preferred operating system on both my laptop and desktop machines. Indeed, it works so well that I've considered sending a thank you note to the systemd developers for inspiring me to switch distros.
Manjaro OpenRC is mostly systemd free - it uses ConsoleKit2 instead of
logind, and eudev instead of systemd-udev. However, it bundles some of
the systemd libraries in a eudev-systemdcompat package, mostly due to
how Arch packages systemd
Installation
Manjaro Linux is based on Arch, and was already popular even before the
developers started offering an OpenRC edition. It currently ranks
number 10 on the DistroWatch hit list. It is possible to take a systemd
Manjaro installation and covert it to
OpenRC, but most people will just find it easier to download the OpenRC
edition and install it directly. I downloaded Manjaro Xfce
0.8.13-openrc from here. For announcements about future releases, and to receive support, check out this section of the Manjaro forum.
Like its Arch predecessor, Manjaro is a rather geeky distro that
doesn't hold your hand. Manjaro boots up as a live CD, presenting an attractive Xfce interface. However, there is no Install icon on the desktop -
you'll find it under Menu--> System--> Install Manjaro Linux. The
OpenRC installer is text-mode based, running inside a terminal window (systemd-based Manjaro has a GUI installer). The most confusing part of the whole
operation comes in the beginning, when you have to partition your hard
drive. You're actually better off leaving the installation program and
clicking Menu--> System--> GParted. Complete all your
partitioning and formatting in nice user-friendly GParted, and only
then resume with the text-mode installation program.
These days one can choose between either an MBR or GPT partitioning scheme, plus adding more complexity with virtualization, if you're so inclined. I chose to keep things simple: MBR partitions, no virtualization. I won't give a blow-by-blow replay of the whole installation procedure, but Linux veterans should find it straightforward enough. Probably the biggest decision one has to make is where to set up the boot loader/manager. Again, I stuck with tradition and put GRUB2 into the MBR. Fans of the GPT partitioning scheme might want to look into Rod Smith's rEFInd boot
manager - his excellent web site will tell you more than you ever
wanted to know about partitions and booting.
The Morning After
Like everything else in Manjaro, the installer does its job quickly. If
all goes as planned, one reboot later should bring you to a graphical
login screen. Upon logging in, you should be seeing the grey-coloured
(but nonetheless good-looking) Manjaro Xfce desktop.
Figure 2: The Manjaro Desktop
To see which init system you are running, in a terminal type:
cat /proc/1/comm
The command should respond with "init." If it responds with "systemd,"
you've installed the wrong version of Manjaro.
Once you're through admiring your newly installed desktop, it's time to
perform a few administrative chores. Like its Arch ancestor, Manjaro
uses
the pacman package manager. Coming from the
Debian/Ubuntu universe, I was mainly familiar with
apt-everything, so I had to spend some time learning
the new dispensation. Fortunately, the pacman man page ("man
pacman") provides a decent primer. Even better, check out the Manjaro
wiki. You can also take advantage of the excellent Arch
wiki to familiarize yourself with pacman and other Arch traits,
most of which are highly relevant to Manjaro.
To get online, click Menu--> Internet--> Wicd to get
yourself
connected. With that accomplished, your first housekeeping task should
be to update everything. You can accomplish that by typing in a
terminal:
sudo pacman -Syu
This can take some time. Afterwards, a reboot would be in order.
Manjaro uses a rolling release development model, so updates are
frequent.
Your next priority should be setting up a firewall. Simplest and
most effective is ufw, so try this:
sudo pacman -S ufw-openrc
sudo ufw enable
sudo rc-update add ufw default
The first command above installs ufw. Next command enables it, and last
ensures that ufw will start on reboot.
Other very useful pacman commands worth memorizing include:
pacman -Ss search-string (search for "search-string" in package
database)
pacman -Si package-name (give info about package "package-name")
sudo pacman -S package-name (install package "package-name")
sudo pacman -R package-name (remove package "package-name")
Hardcore geeks may think that GUIs are for wimps, but most desktop
users will find it useful to install the package octopi. This
provides a nice warm-and-fuzzy graphical interface for
many pacman functions. You may also want to familiarize yourself with
the command-line yaourt (visit
"man yaourt"), another
front-end for pacman.
For more pacman commands, check out the Manjaro
Pacman
wiki page. For more details on configuring OpenRC services, visit
the
Manjaro
OpenRC wiki page.
Tips, Tricks and Hints - Printing
Setting up my HP-DeskJet printer/scanner proved to be a little
tricky. One thing I learned: do not install package
manjaro-printer because it includes gutenprint, which messes up
everything. If you accidentally install gutenprint, uninstall it. What
worked for me:
sudo pacman -S cups-openrc
sudo rc-service cupsd start
run "rc-update add cupsd default"
The developers have informed me that in the next release, cupsd will be
already
installed.
pacman -S hplip
pacman -S sane-openrc
hp-setup -i
If you don't have an HP printer, then Menu-->
System--> Print Settings is your friend.
Tips, Tricks and Hints - Sound
Manjaro OpenRC uses ALSA by default, and my attempt to watch videos
resulted
in silent movies. I finally got sound working by installing
packages:
manjaro-pulse
pavucontrol
Use pavucontrol to set up the output. One bug (still not resolved) is
that in order to use my headphones, I first have to unplug and then
replug them in to "wake up" the headphone port. That problem doesn't
apply to the speakers.
Another bug bit me, but only on my laptop. On that machine I simply had
no sound at all, and pavucontrol reported only "dummy output," which
means that my sound card was not visible. I was finally able to fix
that with this command:
sudo chmod 777 -R /dev/snd
This appears to be a "permissions error," but I'm not sure why it
occurred on only one machine. Fortunately, the fix is easy.
Tips, Tricks and Hints - Automount
By default Manjaro-OpenRC does not automount removable drives (usb,
etc). Thunar (the file manager) requires package
"thunar-volman" to enable automounting.
sudo pacman -S thunar-volman
Open Thunar, click on:
Edit--> Preferences--> Advanced--> Volume_Management-->
Configure-->
check - Mount removable drives when hot-plugged
check - Mount removable media when inserted (optional)
Another note from developers: thunar-volman will be installed by
default in the next release.
Tips, Tricks and Hints - Tweaking BASH
The following is not really necessary, but it's something I do on every
distro I install...
If you work at the command line, it's rather important to know which
directory you are in, lest you accidentally delete, move or copy the
wrong file. This can be done by customizing the command line prompt.
Another good thing to do is to protect a file from being accidentally
overwritten ("clobbered") by a command (you can override this with the
>| redirection operator). Finally, you may want to set
the key map so that ctrl-alt-backspace will break out of X and send you
back to the login prompt.
Best way to set up the above is for individual users to create (or
edit) a hidden .bashrc and .bash_profile file in the user's home
directory. The following content in .bashrc will do the job:
PS1="\u@\h:\w> "
export PS1
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
set -o noclobber
/usr/bin/setxkbmap -option terminate:ctrl_alt_bksp
Even root can do this by placing the above .bashrc and .bash_profile
content in /root.
Tips, Tricks and Hints - Magic keys
An old geeky trick that has been somewhat forgotten is the use of
"magic keys" to safely reboot or shut down a misbehaving machine. Back
in MS-DOS days, ctrl-alt-del did the job, but for Linux you need to
hold down the alt-SysRq keys and then type the sequence "reisub" (to
reboot) or "reisuo" (to shut down).
You can find a good discussion about magic SysRq keys here on
Wikipedia.
Manjaro and most other distros now disable magic keys by default, but
it's easy (if not intuitive) to reactivate this feature. Add (or edit)
a line in file /etc/sysctl.d/100-manjaro.conf to say:
# Enable the Magic SysRq key
kernel.sysrq = 1
Alternately, you could create a new file in this same directory with
the above content. One suggested name: /etc/sysctl.d/99-sysctl.conf.
Tips, Tricks and Hints - Google Earth
I love Google Earth and use it in my work, but it's really a pain to
install on most Linux distros, especially 64-bit systems. This is not
the fault of Linux, but rather Google, because their developers for
some strange reason seem to think that Linux is still a 32-bit
operating system. And since Google Earth is not open source, Linux developers cannot fix the problem. (Hey Google, if you're reading this, how about coughing up a 64-bit version?)
Fortunately, some distros make it relatively easy to work around this
problem. Manjaro does not have a Google Earth package, but there is one
in the AUR
(Arch User
Repository), and I was able to install it on Manjaro with the yaourt command:
yaourt -a google-earth
You will be prompted to choose either Google Earth 6 or Google Earth
7. I highly suggest you go with version 6, which requires way fewer
packages and is known to be far more stable. Despite a few dire
warnings that flashed on my screen, the installation went well and I
was able to
start the program by typing "google-earth6" at the command line. The
only weird thing is that I had some strange fonts that looked like
Sanskrit. That
was solved with another Arch package, installed thus:
yaourt -a ttf-ms-fonts
After doing that, perform a reboot so that the new fonts will take
effect.
Conclusion
Manjaro-OpenRC boots fast, runs fast, is stable as the Rock of
Gibraltar, and boasts an enormous software collection. There are some
usually hard-to-find treasures hidden in
the Manjaro repositories, such as Aegisub,
Gramps
and Gprename. Indeed, I
even found one great program that is missing
from every other distro's repository (Kompozer,
which I use for web
development).
Furthermore, it's even possible to install additional programs from the
immense AUR.
The icing on the cake is the
impressive documentation maintained by both Manjaro and Arch.
Far too much blood has been shed fighting the systemd civil war, and
Manjaro should be lauded for taking a neutral
approach. Offering both a systemd and OpenRC edition, the Manjaro
developers are giving their users a chance to choose for themselves
which init system they would like to run. This mature attitude should
be admired and copied, helping to unite all geeks in a new spirit of
mutual understanding and
respect. No doubt this will lead to enlightenment and world peace, or
at the very least, fewer flame wars.
|
Miscellaneous News (by Jesse Smith) |
Fedora 22 released, Ubuntu's Community Council attempts to oust Kubuntu's lead developer, details on the Lumina desktop, FreeBSD gains 64-bit Linux emulation and Mandriva closes its doors
Fedora 22 was released last week and the latest version of the Red Hat sponsored project brought with it a number of new and interesting features. Fedora now uses the DNF package manager by default rather than YUM. Though the two package managers are quite similar users may notice slight differences, hopefully the most significant will be a speed-up in package transactions. The ARM spins of Fedora now have their own home on the Fedora website. In addition, there have been a number of improvements made to GNOME notifications and the Server edition's Cockpit software. Fedora's Project Leader, Matthew Miller, wrote, "Every Fedora release has its own character. If this release had a human analogue, it'd be Fedora 21 after it'd been to college, landed a good job, and kept its New Year's Resolution to go to the gym on a regular basis. What we're saying is that Fedora 22 has built on the foundation we laid with Fedora 21 and the work to create distinct editions of Fedora focused on the desktop, server, and cloud (respectively). It's not radically different, but there are a fair amount of new features coupled with features we've already introduced but have improved for Fedora 22." More information on Fedora 22 can be found in the project's release announcement and release notes.
Shortly after Fedora 22 launched, a post appeared on the GNOME website which explains why a lot of packages available in Fedora's repositories may not show up in Fedora Workstation's software manager. "Quite a few people are going to be installing Fedora 22 in the coming days, searching for things in the software centre and not finding what they want. This is because some applications still don't ship AppData files, which have become compulsory for this release. So far, over 53% of applications shipped in Fedora ship the required software centre metadata, up from the original 12% in Fedora 21. If you don't like this, you can either use dnf to install the package on the command line, or set gsettings set org.gnome.software require-appdata false."
* * * * *
In an unprecedented move, the Ubuntu Community Council has demanded that Kubuntu's lead developer, Jonathan Riddell, vacate all leadership roles, including his position on Kubuntu's Community Council. In an e-mail to Kubuntu's own Council, an Ubuntu Community Council member wrote, "At this time we have sent an email to Jonathan requesting that he step aside from all positions of leadership in the Ubuntu Community for at least 12 months. This request will require him to step aside from leadership in Kubuntu as well." The notice came as a complete surprise to both Riddell and the rest of the Kubuntu Community Council. Scott Kitterman, one of Kubuntu's Council members has posted the back and forth e-mail communications between Ubuntu's representatives and Kubuntu's. The Kubuntu team, so far, has been unable to learn on what grounds Ubuntu has attempted to dismiss their leader and has expressed concern over the future of the Kubuntu project. Since the notice from the Ubuntu Community Council was delivered, the Kubuntu team has met and voted to keep Jonathan Riddell in his leadership positions. Mark Shuttleworth, Ubuntu's founder, offered his opinion on the matter, writing, "It is therefore not a question of whether or not you accept the CC request to step down. This is a statement from the CC that we no longer recognize [Jonathan Riddell] as the leader of the Kubuntu community." If keeping track of who everyone is and how this fits together seems confusing, this blog gives a good summary of the parties and actions involved.
* * * * *
The developers of the PC-BSD operating system have been working on the new Lumina desktop environment for several months now. The new desktop offers a responsive, lightweight interface that avoids many of the dependencies required to run other, heavier desktop environments. In particular, Lumina is attractive to BSD users as the desktop does not depend on any Linux-specific software. Ken Moore, Lumina's primary developer, recently gave a status update and outline of what Lumina is and what makes it different. "[Lumina is] designed on PC-BSD, specifically for the BSD community at large (although it is easily ported to any OS, including Linux distros) and does not require any of the commonly-used desktop implementation frameworks (DBUS, policykit, consolekit, systemd, HALD, etc..)" Moore reports Lumina has been ported to FreeBSD, Dragonfly BSD, OpenBSD, Debian's GNU/kFreeBSD and Debian GNU/Linux. Further details can be found in Ken Moore's blog post.
* * * * *
The FreeBSD operating system has, for several years, had the ability to run 32-bit x86 executable files that were originally compiled to run on GNU/Linux distributions. Though Linux closed-source executables are rare, this compatibility layer has allowed FreeBSD users to run some Linux software without requiring access to the program's source code. The FreeBSD project is in the process of expanding their emulation capabilities and have introduced 64-bit x86 emulation for Linux binary files. The BSD Now podcast summary offers the following details: "For those who might be unfamiliar, FreeBSD has an emulation layer to run Linux-only binaries (as rare as they may be). The most common use case is for desktop users - enabling them to run proprietary applications like Adobe Flash or Skype. Similar systems can also be found in NetBSD and OpenBSD (though disabled by default on the latter). However, until now, it's only supported binaries compiled for the i386 architecture. This new update, already committed to -CURRENT, will open some new possibilities that weren't previously possible."
* * * * *
Rumours have been circulating for a while now that the Mandriva organization was being liquidated. Unfortunately, it appears that there is truth to these comments that Mandriva is no longer functioning and its assets are being liquidated (document in French). At the time of writing the distribution's website is off-line. Mandriva, formally Mandrake Linux, was one of the early beginner friendly distributions and many Linux users got their first taste of Linux from Mandriva. The silver lining to this story is that Mandriva lives on in various community projects. Distributions such as Mageia and OpenMandriva carry on the tradition of making newcomer friendly operating systems with the same convenient system administration tools.
Following the news that Mandriva had shut its doors, the OpenMandriva team posted a fond farewell message on their blog. "Mandrake was the first distribution to make a free operating system available which could be installed and configured by anyone who could use a keyboard and a mouse. When many of us first came to the Linux world, there were two types of distro, the ones that gave you headaches as soon as you put the CD in the slot, and then there was Mandrake. The vision of its founder, Gael Duval, created an operating system which undoubtedly allowed many, many people access to modern technology and in doing so added greatly to the strength of the free software community. We do and will do our very best to continue to hold and carry their crown - for you."
|
Questions and Answers (by Jesse Smith) |
Debian, Devuan and systemd
Where-are-the-alternatives asks: Leading up to Debian "Jessie" I heard all kinds of comments about forking Debian or making a new distro free from systemd. What happened to those projects? Why didn't Debian fork, did people just give up?
DistroWatch answers: There was talk of forking Debian, or at least creating a separate spin of Debian which would be very similar to vanilla Debian, but with systemd removed in favour of SysV init. The systemd-free fork of Debian is called Devuan and, based on the activity on the project's mailing list, I think people are still working on it. Time will tell whether Devuan will make a stable release and be successful or not.
Though not many people talked about it in this context, the Linux Mint project released a new version of Linux Mint Debian Edition (LMDE) recently. Though LMDE, version 2, is based on Debian 8 "Jessie", it does not use systemd as its default init software. I do not think LMDE should be considered a fork of Debian, but it does offer a desktop solution that is Debian-based without systemd.
What I suspect happened with regards to forking Debian was, roughly, this: people followed the path of least resistance where systemd was concerned. People who wanted to use systemd simply upgraded their operating systems and started running it. People who did not wish to run systemd probably decided to take one of the following paths:
- Did not upgrade their distribution
- Upgraded and then removed any unwanted software/services
- Switched to a different operating system or distribution
- Learned to adapt to the new software
Any of the above options would be a lot less work than forking a distribution and releasing it to the public. The people who decided they did not like systemd probably either learned to live with it, migrate or simply decided to keep their existing operating system.
I was curious as to just how popular systemd is in the Debian community. Are the people who were upset by systemd still there, are they removing systemd and installing something else? Debian has a service the project calls Popularity Contest. The service, which is opt-in, keeps track of what software people install on their Debian computers. While not everyone submits package statistics to the Debian project, the Popularity Contest data can give us a rough idea of what software Debian users are running. Here is what the init software statistics looked like about a month after Debian 8 "Jessie" was released. The sample size is a total of 52,582 Debian "Jessie" installations.
Init software |
Installations |
% of total installs |
systemd |
50,190 |
95 |
SysV |
19,688 |
37 |
Upstart |
25 |
0 |
OpenRC |
41 |
0 |
As the above chart shows, there is some overlap with people installing multiple init packages. However, for people running Debian "Jessie", it appears though most are content to stay with the default configuration. I was also curious to see what portion of the Debian community was using the latest release of Stable and how many were using something else. It's hard to get an exact breakdown of numbers since Debian basically tracks the popularity of packages in Stable and the popularity across all versions, combined. All versions presumably being Old-Stable, Stable, Testing and Unstable.
According to the numbers I found, 186,461 machines had submitted Popularity Contest data on their packages. 52,582 (28%) of those installations were running Debian Stable. All the other branches of Debian combined made up 133,879 (72%) of the installations. There are probably lots more installations that do not submit package statistics, but this is what we have to work with. Of the 133,879 installations running branches of Debian other than Stable, here is the division of init software.
Init software |
Installations |
% of total installs |
systemd |
7,530 |
6 |
SysV |
131,269 |
98 |
Upstart |
69 |
0 |
OpenRC |
18 |
0 |
As you can see in the above chart, SysV init is still widely popular in branches of Debian other than the latest Stable release. Unfortunately, I was not able to find a breakdown of statistics for each branch of Debian, but I did find this chart (see the bottom of the page) which indicates there are approximately 22,000 installations of Debian 6 "Squeeze" submitting Popularity Contest data, another 94,000 installations of Debian 7 "Wheezy" and about 7,000 computers running either Testing or the Unstable branch. Those numbers combined come up just shy of the 133,879 installations of non-Stable Debian mentioned above.
Since the Popularity Contest numbers suggest there are more than twice the number of installations of Debian 6 and Debian 7 than there are installations of Debian 8 (and newer), that leads me to believe a large portion of the Debian community sees no need to upgrade their operating system. Put another way, systemd is not a concern for a majority of the community, at least not yet, because they are happy to continue running older versions of Debian. In short, there is little need of a fork since most people are already running systems that work for them.
|
Torrent Corner |
Weekly Torrents
Bittorrent is a great way to transfer large files, particularly open source operating system images, from one place to another. Most bittorrent clients recover from dropped connections automatically, check the integrity of files and can re-download corrupted bits of data without starting a download over from scratch. These characteristics make bittorrent well suited for distributing open source operating systems, particularly to regions where Internet connections are slow or unstable.
Many Linux and BSD projects offer bittorrent as a download option, partly for the reasons listed above and partly because bittorrent's peer-to-peer nature takes some of the strain off the project's servers. However, some projects do not offer bittorrent as a download option. There can be several reasons for excluding bittorrent as an option. Some projects do not have enough time or volunteers, some may be restricted by their web host provider's terms of service. Whatever the reason, the lack of a bittorrent option puts more strain on a distribution's bandwidth and may prevent some people from downloading their preferred open source operating system.
With this in mind, DistroWatch plans to give back to the open source community by hosting and seeding bittorrent files for distributions that do not offer a bittorrent option themselves. For now, we are hosting a small number of distribution torrents, listed below. The list of torrents offered will be updated each week and we invite readers to e-mail us with suggestions as to which distributions we should be hosting. When you message us, please place the word "Torrent" in the subject line, make sure to include a link to the ISO file you want us to seed and please make sure the project you are recommending does not already host its own torrents. We want to primarily help distributions and users who do not already have a torrent option. To help us maintain and grow this free service, please consider making a donation.
The table below provides a list of torrents we currently host. If you do not currently 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 here. All torrents we make available here are also listed on the very useful Linux Tracker website. Thanks to Linux Tracker we are able to share the following torrent statistics.
Torrent Corner statistics:
- Total torrents seeded: 64
- Total downloads completed: 38,693
- Total data uploaded: 7.1TB
|
Released Last Week |
Webconverger 30.0
Kai Hendry has announced the availability of Webconverger 30.0, a major new update of the specialist Linux distribution made for web kiosks. This is the project's first release that is based on Debian GNU/Linux 8.0. From the release announcement: "Webconverger 30 release. As announced on Twitter earlier this month, we achieved a significant technical accomplishment for Debian-based derivatives doing the dreaded dist-upgrade. A seamless upgrade. No config changes. No hoop jumping. No sweat. If you are running the install version that upgrades itself, you will now be based on Debian 'Jessie'. The new major release of the underlying open Debian platform for Firefox that will be the basis for Webconverger for the next 3 years. So we skipped version 29 and 30 marks the fact that we are on Debian 'Jessie' 8.0. Hopefully the only difference you will notice is that this new release should run a bit better on newer hardware. There is an unfortunate caveat that if you are using an i486 kernel-based Webconverger, your upgrade will not go smoothly. We noticed that most people using the i486 kernel were doing so mistakenly and we've asked the very few people that are affected to please simply re-install with any version since 25."
Fedora 22
The Fedora Project has launched a new version of the Fedora distribution. The new release, version 22, offers users three separate product lines, each tailored to a specific environment. These three product branches are called Workstation (for desktop use and developers), Server (for traditional server deployments) and Cloud (a minimal image for quick deployments). "We are proud to announce the official release of Fedora 22, the community-driven and community-built operating system now available in Cloud, Server, and Workstation editions. Fedora 22 has built on the foundation we laid with Fedora 21 and the work to create distinct editions of Fedora focused on the desktop, server and cloud. It's not radically different, but there are a fair amount of new features coupled with features we've already introduced but have improved for Fedora 22." The new Workstation release introduces more flexible firewall technology for developers while the Server edition offers XFS as the default file system and a central management console called Cockpit. Fedora Cloud allows administrators to perform atomic upgrades and rollback package updates for the entire system. See the release announcement and release notes for more details.
Fedora 22 -- Running GNOME Shell
(full image size: 1.2MB, resolution: 1280x1024 pixels)
GParted Live 0.22.0-2
Curtis Gedak has announced the availability of GParted Live 0.22.0-2, a Debian-based live disc which provides a graphical environment that facilitates disk management. This release offers an updated Linux kernel (4.0.2), improved UEFI boot support and has been tested (and confirmed to work) on a range of Intel, ATI and NVIDIA video cards. "The GParted team is proud to announce a new stable release of GParted Live. This release has been enhanced to enable booting on UEFI computers when the image is directly copied to boot media using the dd command. Items of note include: Uses "isohybrid --uefi" to make dd iso file work for UEFI computers; Based on the Debian Sid repository(as of 2015-May-22; Linux kernel updated to 4.0.2. This release of GParted Live has been successfully tested on VirtualBox, VMware, BIOS, UEFI, and physical computers with AMD/ATI, NVIDIA, and Intel graphics." The release announcement and changelog contain full details.
Alpine Linux 3.2.0
Natanael Copa has announced the release of Alpine Linux 3.2.0, a security-oriented distribution built from scratch and designed primarily for server deployments (and with some desktop packages available from the project's online repositories): "We are pleased to announce Alpine Linux 3.2.0, the first release in the 3.2 stable series. This release is built with musl libc and is not compatible with 2.x and earlier, so special care needs to be taken when upgrading. Please refer to the documentation for information on how to perform the upgrade. Some of the new features are: Linux kernel 3.18; GCC 4.9.2 / musl 1.1.9 + fortify; MariaDB 5.5 replaces MySQL; Postfix 3.0; Lua 5.3 support; Ruby 2.2; Xen 4.5; Samba 4.2; MATE desktop 1.10; LibreOffice 4.4; Qt 5.4; Kodi (previously known as XBMC) 14.2. Some of the desktop applications that got upgraded and are available for 3.2: Xfce 4.12; X.Org Server 1.17; Firefox 38; Evince 3.16; virt-manager 1.2; VLC 2.2; Inkscape 0.91; Audacity 2.1." Here is the full release announcement with commit statistics.
ALT Linux 7.0.5
Andrey Cherepanov has announced the release of ALT Linux 7.0.5, a set of Linux distributions that include the "Centaurus", "KDesktop" and "Schools Suite" variants, as well as "Simply Linux" (for the home/office desktop). "Centaurus", shipping with the MATE 1.6.0 desktop environment, is the project's default edition. From the release announcement: "ALT Linux Ltd announces the availability of updated Seventh Platform distribution releases. Changes within this release: updated software, closing known vulnerabilities as of 2015-05-22; updated time zones; System Control Center is now able to join Active Directory; live CDs gained RW partition support during UEFI boot as well; online repositories will always be configured, not just when found; Linux kernel 3.14.41, MESA 10.0.5, Firefox 31.6.0." ALT Linux 7.0.5 is available as a set of installation or live DVD images, supporting Russian (default), English and several other languages.
IPFire 2.17 Core Update 90
The IPFire team has announced the release of IPFire 2.17 Core Update 90. The new release offers a number of security enhancements, including the use of GeoIP filtering and the disabling of vulnerable security protocols. The project's kernel and system services have also been updated and patched against known vulnerabilities. "Attackers originate from all sorts of places in the world. Often huge networks of bots scan the entire Internet for services that are publicly accessible and possible to exploit. With GeoIP-based blocking it is possible to mitigate many of those scans to take off the load of the firewall engine and to secure those publicly accessible services. With GeoIP-based firewall rules it is possible to filter incoming and outgoing traffic related on their source or desired destination countries." Further details are available in the project's release announcement.
Tiny Core Linux 6.3
Only three weeks have passed since the 6.2 version, but the developers of Tiny Core Linux have released another update - Tiny Core Linux 6.3, the latest stable build of the minimalist Linux distribution built from scratch: "Team Tiny Core is proud to announce the release of Tiny Core Linux 6.3. Changelog for 6.3: tce-load - exit if fromwhere doesn't exist; tc-config - nfs4 patch from gerald_clark; tce-load - separate the listing and handling loops, patch from aswjh; tce-audit - fix adding missing extensions to tce_lst; tce-setup - move extension loop to tce-load, 4% speedup in CorePlus tce-setup time from aswjh; tce-load - simplification by aswjh; tce-load - simplify app_exists by aswjh; tce-load - the -t TCEDIR patch from aswjh. Note also that Xvesa/Xfbdev included in TinyCore and CorePlus and the Xfbdev in TinyCorePure64 have been updated to the latest repository version." Here is the brief release announcement.
wattOS R9
Ronald Ropp has announced the release of a new version of wattOS Linux. The wattOS project develops a lightweight distribution, based on Ubuntu, which attempts to be energy efficient while providing users with a responsive desktop interface. The new version of wattOS, called Release 9, is available in two editions, LXDE and Microwatt. "The wattOS team is pleased to announce the release of the newest version of wattOS - Release 9 - (also known as R9). We have made the switch back to Ubuntu as the upstream distro and built the latest version from 14.04 LTS for long term support and stability. We have simplified things this time around with wattOS and are only releasing two types of desktops. Previously having the extra desktop versions created additional work. This time we are more focused and have released only two desktop versions. The LXDE version will look very familiar to most people who have used wattOS and LXDE, but the Microwatt version is much different in that it is based on i3 window manager. We have added some additional resources and information about this in the forum and the new wiki being built out. Additionally there is a 20 minute video we have put together outlining the basics of working with i3 and wattOS." Details on wattOS R9 can be found on the project's front page and in the release notes.
wattOS R9 -- Running the LXDE interface
(full image size: 1.2MB, resolution: 1280x1024 pixels)
Peppermint OS Six
Mark Greaves, lead developer of the Peppermint OS distribution, has announced a new release of the Ubuntu-based distribution. Peppermint OS Six offers users an updated Linux kernel (version 3.16), the VLC multimedia player and the Nemo file manager. "Peppermint is excited to announce the launch of our latest operating system Peppermint Six in both 32-bit and 64-bit editions. The downloads are live now via our standard download links and are also available for purchase on pre-installed LiveUSB sticks from our shop. Breaking from our usual strategy of annually basing on Ubuntu '.04' releases, Peppermint Six stays with the 14.04 code base but moves to the 3.16 kernel and updated graphics stack via the LTS enablement stack. Other major changes include moving to the Nemo file manager with a new wallpaper manager, VLC as the new `one app to play them all' media player, and changes to the terminal, power-manager, search tool, and screenlock. Amongst a plethora of other smaller changes and additions, you'll find our new gtk/Xfwm4 theme 'Peppermix', and as requested by our users the addition of a brand new dark theme 'Peppermix-Dark'. Again due to user feedback update-manager has been replaced with MintUpdate but with the same settings as update-manager, so the bottom panel update shield makes a comeback. Peppermint continues to be a light, nimble, and very customizable OS that makes minimal software choices for you, using web apps wherever possible out of the box but in no way limiting your ability to install software locally like any other distro." More information is available in the release announcement and in the project's release notes.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Fixed releases vs rolling releases
Some of us like to keep up with the latest open source software available. Often the best way to get a steady flow of new software is by running a rolling release distribution. Rolling releases are designed to be installed once and upgraded perpetually, never becoming obsolete. Other people might prefer to install fresh images every six months or so. Projects such as Ubuntu and Fedora offer users stable, yet modern installation images every six months. However, there are also those of us who like to stick with tried and true software, older, conservative distributions that have earned reputations for stability. In this week's poll we would like to know which approach you prefer? Do you like to ride the cutting edge, update frequently or stick with more conservative update plans? Perhaps you take one approach for your desktop machine and another for your servers? Let us know which type of distribution (rolling, fixed or semi-rolling) you prefer or chime in with your thoughts in the comments section.
You can see the results of last week's poll on desktop environments here.
|
Fixed vs Rolling Releases
Full rolling (Arch): | 1863 (52%) |
Semi-rolling (Chakra): | 356 (10%) |
Rapid fixed release (Fedora/Ubuntu): | 635 (18%) |
Slow fixed release (Debian/CentOS): | 658 (18%) |
Other: | 98 (3%) |
|
|
DistroWatch.com News |
April 2015 DistroWatch.com donation: Kodi
We are pleased to announce the recipient of the April 2015 DistroWatch.com donation is Kodi (formerly XBMC). The project receives US$300.00 in cash.
The Kodi project provides users with an open source, cross-platform multimedia centre. "Kodi™ (formerly known as XBMC™) is an award-winning free and open source (GPL) software media centre for playing videos, music, pictures, games, and more. Kodi runs on Linux, OS X, Windows, iOS, and Android, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the Internet."
Launched in 2004, this monthly donations programme is a DistroWatch initiative to support free and open-source software projects and operating systems with cash contributions. Readers are welcome to nominate their favourite project for future donations. Those readers who wish to contribute towards these donations, please use our advertising page to make a payment (PayPal, credit cards, Yandex Money and crypto currencies are accepted). Here is the list of the projects that have received a DistroWatch donation since the launch of the programme (figures in US dollars):
- 2004: GnuCash ($250), Quanta Plus ($200), PCLinuxOS ($300), The GIMP ($300), Vidalinux ($200), Fluxbox ($200), K3b ($350), Arch Linux ($300), Kile KDE LaTeX Editor ($100) and UNICEF - Tsunami Relief Operation ($340)
- 2005: Vim ($250), AbiWord ($220), BitTorrent ($300), NDISwrapper ($250), Audacity ($250), Debian GNU/Linux ($420), GNOME ($425), Enlightenment ($250), MPlayer ($400), Amarok ($300), KANOTIX ($250) and Cacti ($375)
- 2006: Gambas ($250), Krusader ($250), FreeBSD Foundation ($450), GParted ($360), Doxygen ($260), LilyPond ($250), Lua ($250), Gentoo Linux ($500), Blender ($500), Puppy Linux ($350), Inkscape ($350), Cape Linux Users Group ($130), Mandriva Linux ($405, a Powerpack competition), Digikam ($408) and Sabayon Linux ($450)
- 2007: GQview ($250), Kaffeine ($250), sidux ($350), CentOS ($400), LyX ($350), VectorLinux ($350), KTorrent ($400), FreeNAS ($350), lighttpd ($400), Damn Small Linux ($350), NimbleX ($450), MEPIS Linux ($300), Zenwalk Linux ($300)
- 2008: VLC ($350), Frugalware Linux ($340), cURL ($300), GSPCA ($400), FileZilla ($400), MythDora ($500), Linux Mint ($400), Parsix GNU/Linux ($300), Miro ($300), GoblinX ($250), Dillo ($150), LXDE ($250)
- 2009: Openbox ($250), Wolvix GNU/Linux ($200), smxi ($200), Python ($300), SliTaz GNU/Linux ($200), LiVES ($300), Osmo ($300), LMMS ($250), KompoZer ($360), OpenSSH ($350), Parted Magic ($350) and Krita ($285)
- 2010: Qimo 4 Kids ($250), Squid ($250), Libre Graphics Meeting ($300), Bacula ($250), FileZilla ($300), GCompris ($352), Xiph.org ($250), Clonezilla ($250), Debian Multimedia ($280), Geany ($300), Mageia ($470), gtkpod ($300)
- 2011: CGSecurity ($300), OpenShot ($300), Imagination ($250), Calibre ($300), RIPLinuX ($300), Midori ($310), vsftpd ($300), OpenShot ($350), Trinity Desktop Environment ($300), LibreCAD ($300), LiVES ($300), Transmission ($250)
- 2012: GnuPG ($350), ImageMagick ($350), GNU ddrescue ($350), Slackware Linux ($500), MATE ($250), LibreCAD ($250), BleachBit ($350), cherrytree ($260), Zim ($335), nginx ($250), LFTP ($250), Remastersys ($300)
- 2013: MariaDB ($300), Linux From Scratch ($350), GhostBSD ($340), DHCP ($300), DOSBox ($250), awesome ($300), DVDStyler ($280), Tor ($350), Tiny Tiny RSS ($350), FreeType ($300), GNU Octave ($300), Linux Voice ($510)
- 2014: QupZilla ($250), Pitivi ($370), MediaGoblin ($350), TrueCrypt ($300), Krita ($340), SME Server ($350), OpenStreetMap ($350), iTALC ($350), KDE ($400), The Document Foundation ($400), Tails ($350)
- 2015: AWStats ($300), Haiku ($300), Xiph.Org ($300), GIMP ($350), Kodi ($300)
Since the launch of the Donations Program in March 2004, DistroWatch has donated a total of US$43,525 to various open-source software projects.
* * * * *
Distributions added to waiting list
- Beastix. Beastix is a GNU/Linux operating system that is designed to act like a BSD operating system. Beastix ships with its source code installed on the operating system for easy access and modification.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 8 June 2015. To contact the authors please send email to:
- Robert Storey (feature story)
- 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)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr 86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
| |
TUXEDO |
TUXEDO Computers - Linux Hardware in a tailor made suite Choose from a wide range of laptops and PCs in various sizes and shapes at TUXEDOComputers.com. Every machine comes pre-installed and ready-to-run with Linux. Full 24 months of warranty and lifetime support included!
Learn more about our full service package and all benefits from buying at TUXEDO.
|
Archives |
• Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• Issue 1062 (2024-03-18): KDE neon 20240304, changing file permissions, Canonical turns 20, Pop!_OS creates new software centre, openSUSE packages Plasma 6 |
• Issue 1061 (2024-03-11): Using a PinePhone as a workstation, restarting background services on a schedule, NixBSD ports Nix to FreeBSD, Fedora packaging COSMIC, postmarketOS to adopt systemd, Linux Mint replacing HexChat |
• Issue 1060 (2024-03-04): AV Linux MX-23.1, bootstrapping a network connection, key OpenBSD features, Qubes certifies new hardware, LXQt and Plasma migrate to Qt 6 |
• Issue 1059 (2024-02-26): Warp Terminal, navigating manual pages, malware found in the Snap store, Red Hat considering CPU requirement update, UBports organizes ongoing work |
• Issue 1058 (2024-02-19): Drauger OS 7.6, how much disk space to allocate, System76 prepares to launch COSMIC desktop, UBports changes its version scheme, TrueNAS to offer faster deduplication |
• Issue 1057 (2024-02-12): Adelie Linux 1.0 Beta, rolling release vs fixed for a smoother experience, Debian working on 2038 bug, elementary OS to split applications from base system updates, Fedora announces Atomic Desktops |
• Issue 1056 (2024-02-05): wattOS R13, the various write speeds of ISO writing tools, DSL returns, Mint faces Wayland challenges, HardenedBSD blocks foreign USB devices, Gentoo publishes new repository, Linux distros patch glibc flaw |
• Issue 1055 (2024-01-29): CNIX OS 231204, distributions patching packages the most, Gentoo team presents ongoing work, UBports introduces connectivity and battery improvements, interview with Haiku developer |
• Issue 1054 (2024-01-22): Solus 4.5, comparing dd and cp when writing ISO files, openSUSE plans new major Leap version, XeroLinux shutting down, HardenedBSD changes its build schedule |
• Issue 1053 (2024-01-15): Linux AI voice assistants, some distributions running hotter than others, UBports talks about coming changes, Qubes certifies StarBook laptops, Asahi Linux improves energy savings |
• Issue 1052 (2024-01-08): OpenMandriva Lx 5.0, keeping shell commands running when theterminal closes, Mint upgrades Edge kernel, Vanilla OS plans big changes, Canonical working to make Snap more cross-platform |
• Issue 1051 (2024-01-01): Favourite distros of 2023, reloading shell settings, Asahi Linux releases Fedora remix, Gentoo offers binary packages, openSUSE provides full disk encryption |
• Issue 1050 (2023-12-18): rlxos 2023.11, renaming files and opening terminal windows in specific directories, TrueNAS publishes ZFS fixes, Debian publishes delayed install media, Haiku polishes desktop experience |
• Issue 1049 (2023-12-11): Lernstick 12, alternatives to WINE, openSUSE updates its branding, Mint unveils new features, Lubuntu team plans for 24.04 |
• Issue 1048 (2023-12-04): openSUSE MicroOS, the transition from X11 to Wayland, Red Hat phasing out X11 packages, UBports making mobile development easier |
• Issue 1047 (2023-11-27): GhostBSD 23.10.1, Why Linux uses swap when memory is free, Ubuntu Budgie may benefit from Wayland work in Xfce, early issues with FreeBSD 14.0 |
• Issue 1046 (2023-11-20): Slackel 7.7 "Openbox", restricting CPU usage, Haiku improves font handling and software centre performance, Canonical launches MicroCloud |
• Full list of all issues |
Star Labs |
Star Labs - Laptops built for Linux.
View our range including the highly anticipated StarFighter. Available with coreboot open-source firmware and a choice of Ubuntu, elementary, Manjaro and more. Visit Star Labs for information, to buy and get support.
|
Random Distribution |
iMagic OS
iMagic OS was a commercial desktop Linux distribution based on Kubuntu. Its major features are ease of use, bleeding-edge desktop, easy installation, and compatibility with Microsoft software.
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.
|
|