DistroWatch Weekly |
DistroWatch Weekly, Issue 596, 9 February 2015 |
Welcome to this year's 6th issue of DistroWatch Weekly!
Most operating systems have a life cycle. An operating system's life lasts from the time a company or project launches a product through to when security patches are no longer available. This week we talk about the life cycles of various open source projects. In our News section, we begin with a look at Fedora and statistics provided by the project that show patterns in how quickly new Fedora releases are adopted. Plus we look at FreeBSD's new support policy which should simplify tracking and maintaining FreeBSD releases. This week we say a fond good-bye to the CrunchBang distribution as openSUSE ceases support for openSUSE 12.3. Plus, we talk about new features coming to (and going from) systemd and share an announcement that Fedora and CentOS are working together to improve the Extra Packages for Enterprise Linux software repository. Our Feature story this week examines an unusual project, ArchBSD, which marries the pacman package manager with the FreeBSD operating system. Read on to find out how ArchBSD compares to plain FreeBSD. In our Questions and Answers column this week we discuss easy ways to encrypt e-mail messages and then we share distribution torrents we are seeding this week. Plus we are thrilled to publicly announce DistroWatch has a new sibling website, CryptoCoin.cc. Check out our introduction to CryptoCoin.cc below. As usual, we cover the distribution releases of the past week and look ahead to exciting new developments to come. We wish you all a wonderful week and happy reading!
Content:
|
Feature Story (by Jesse Smith) |
First impressions of ArchBSD 2014.09.04
I am always on the lookout for open source projects that are either doing something unusual or taking a new approach to an old problem. Projects such as Debian GNU/kFreeBSD are interesting to me because they mix technologies we usually do not get to see used together. The ArchBSD distribution is one such project which mixes software together in unusual ways. Discussions about ArchBSD have caught my attention a few times, but I had not tested the distribution until this past week.
According to the ArchBSD website, the project offers "a lightweight and flexible BSD distribution that tries to Keep It Simple." The project's wiki has more details. Essentially, ArchBSD is a combination of the FreeBSD operating system mixed with the pacman package manager. The pacman software manager is usually found in Arch Linux and its derivatives. ArchBSD provides potential users with a live disc that boots to a command line and, from there, instructions and scripts are provided to help users build a FreeBSD operating system from the ground up. Most of ArchBSD is vanilla FreeBSD, but with software handled by pacman. I thought this was an interesting approach. Package management on FreeBSD could be awkward until fairly recently and, though the FreeBSD pkg package manager has simplified working with software, building a custom FreeBSD system and handling software through pacman does hold a certain appeal in my mind.
I ran into a problem right away in my ArchBSD trial as there wasn't any download link on the project's Download page. Checking the mirror list showed there were no mirrors providing copies of ArchBSD. I later found a link to ArchBSD images in the project's installation guide. There were two download options for ArchBSD, a 580MB ISO image for optical media and a 700MB image for USB thumb drives. Both flavours of ArchBSD provide a live command line only interface and run exclusively on 64-bit x86 processors.
Booting from the live media brings us to a text console where we can login as the root user without a password. In the live environment we have access to basic UNIX command line utilities and the pacman package manager. There is no graphical desktop available. The ArchBSD project, though based on FreeBSD, does not use the usual FreeBSD system installer. People wishing to install ArchBSD should follow one of the project's installation guides. One guide covers the steps required to install the distribution on a traditional file system and another guide walks us through installing ArchBSD in a ZFS storage pool. A copy of the installation instructions are available locally in the root user's home directory on the live disc. I opted to take the first option and installed ArchBSD on a UFS partition. Though I had to make some small adjustments to the install instructions to make sure device and directory names matched those available to me in my test environments, I found the installation guide provided the necessary instructions to get a working copy of ArchBSD on my computer.
Booting into our fresh installation of ArchBSD brings us to a text console where we can login as root. When we first get started with the distribution we have access to basic command line utilities, the Clang compiler, manual pages and the pacman package manager. At first I found I did not have an active network connection. The ArchBSD wiki has a page on setting up networking, but I found it did not work for me and the command mentioned in the guide was not available in the distribution's default set of software. I worked around this by activating networking and obtaining an IP address through a start-up script.
ArchBSD uses the pacman package manager to install, update and remove software. The pacman utility works quickly and, I found, it did a good job of finding software, resolving dependencies and installing new packages. Though pacman uses a somewhat cryptic syntax, its manual page can guide new users through the basic commands. It appears to me as though ArchBSD pulls packages from a custom repository of software which, I suspect, is built using the FreeBSD ports collection, though I may be mistaken on how the binary packages are built.
ArchBSD appears to be developed with the idea the distribution will be set up as a server, or at least as an operating system that is accessed via the command line. I did not find much documentation about dealing with desktop environments or setting up a graphical interface. There are packages in the distribution's repository that provide the X display server and various desktop environments such as LXDE. I found these packages would install, but installing the X software, a display manager and desktop environment and enabling the login manager did not produce a working graphical environment. A little searching through the configuration files revealed that packages were sometimes installed in locations other than what configuration files expected. For example, a FreeBSD configuration file might look for software in the /usr/local/bin directory, but ArchBSD's package manager places the software in /usr/bin. This means some software will not work until the configuration settings are changed. After a while I gave up on the idea of running ArchBSD as a desktop operating system and focused on setting up network services.
Using pacman, I installed a few programs and services. I found pacman always performed well, finding and installing the software I wanted. However, I also found that sometimes pieces of packages I expected to find were missing. For example, when I installed the Apache web server, I could not locate the service's configuration files. Usually FreeBSD's Apache packages install minimal configuration files in locations such as /usr/local/etc or /etc. Though ArchBSD packages did not always provide the configuration framework I wanted, the distribution does include the FreeBSD pkg package manager and we can install FreeBSD packages using pkg. When I installed Apache using pkg the configuration files I wanted were placed in /usr/local/etc directory.
Something else I noticed while experimenting with ArchBSD was that some software available to us appears to be out of date. For instance, the ArchBSD repositories feature the Apache web server, version 2.2, while the FreeBSD package repository offers Apache 2.4. I also noticed ArchBSD provides us with a base platform consisting of the FreeBSD 10.0 operating system. At the time of writing FreeBSD 10.0 is nearing its end of life. Meanwhile, FreeBSD 10.1 has been available for a few months. At first I had hoped to upgrade my FreeBSD software using a tool called freebsd-update, but it appears as though ArchBSD does not include this software in the distribution. Instead we need to wait for ArchBSD to release an update to the base operating system or, possibly, update FreeBSD by building the project's source code and installing it ourselves. The lack of updated software in the base operating system made me wonder for a minute whether ArchBSD was still updating its packages. It appears the project is still actively putting out updated packages for FreeBSD ports. I will be interested in seeing whether ArchBSD updates its base operating system prior to FreeBSD 10.0 reaching its end of life at the end of February.
When running ArchBSD in a virtual machine I found the distribution performed well. The operating system booted quickly and was fast when performing tasks. Sound worked within the virtual environment and I was able to play music files. ArchBSD, when run in VirtualBox, required little of my host computer's CPU resources, making it a light virtual guest. When running on physical hardware I found ArchBSD ran quickly and networking worked for me. Sound, on the other hand, did not work out of the box. I found the operating system required approximately 12MB of active memory and 40MB of wired memory when I was working from the command line.
Conclusions
ArchBSD is a project that I find interesting, in an abstract way. I can see the appeal of putting a feature rich and capable package manager in a distribution of FreeBSD. Plus, I always like to see combinations of technology fitted together just to find out if it will work. However, I get the impression the ArchBSD project does not currently have enough volunteers to keep up with upstream development. With ArchBSD we get a more hands on installation process and we get a fast and powerful package manager and we end up with a working installation of FreeBSD. On the other hand, some software is lagging behind upstream and I ran into trouble when trying to turn my ArchBSD installation into a desktop environment. Plus, there seemed to be some conflict between where FreeBSD (the operating system) expected software to reside and where pacman (the package manager) wanted to place software.
Switching from using the pacman software manager to the pkg package manager fixed most problems I had relating to software. Using pkg I was able to set up a graphical user interface, install a modern version of the Apache web server and configuration files appeared in the places I expected to find them.
As I see it, the ArchBSD project appears to have three goals. The first one, providing a lightweight BSD operating system that keeps configuration simple, I feel has been achieved. The second, marrying FreeBSD and pacman, has also been accomplished, though with a few rough edges. The third, maintaining a cutting edge operating system, is more of a mixed situation. Some packages are very much up to date, other components lag behind.
From a practical point of view, I'm sure most people will stick with running either Arch Linux or vanilla FreeBSD. However, as an experiment into what is possible, ArchBSD does provide us with something interesting, something a little different. With some work to flesh out the documentation and more volunteers to keep the base operating system up to date, I think ArchBSD could be a viable server operating system.
* * * * *
Hardware used in this review
My physical test equipment for this review was a desktop HP Pavilon p6 Series with the following specifications:
- Processor: Dual-core 2.8GHz AMD A4-3420 APU
- Storage: 500GB Hitachi hard drive
- Memory: 6GB of RAM
- Networking: Realtek RTL8111 wired network card
- Display: AMD Radeon HD 6410D video card
|
Miscellaneous News (by Jesse Smith) |
Fedora upgrade statistics and the EPEL package repository, new features planned for systemd, FreeBSD overhauls its support policies, CrunchBang discontinued and openSUSE 12.3 reaches its end of life
The Fedora distribution is well known as a cutting edge project, always on the front lines when it comes to adopting new technologies. But are Fedora users always quick to upgrade? Statistics provided by Fedora's software repositories suggest about a third of Fedora users upgrade early, hopping to new releases. Fedora Magazine provides more details: "There's a general third/third/third split in updating: when a new Fedora release comes out, a third of users update almost immediately, another third update by end-of-life when the "N+1" release is out, and the final third end up as a long tail which persists forever. The chart basically starts with Fedora 6, and as you can see, Fedora 8 was very, very popular. If you take F8 out, you see a general period of growth in the peaks from F6 onward, until we hit Fedora 15 (a release with a lot of change, including systemd and GNOME 3). Those users didn't leave, though -- they just didn't update, and F15 never exceeded F14 during its supported lifetime. Now, it's heartening to see Fedora 20 back up to the levels of earlier releases."
The Fedora Magazine goes on to talk about increased cooperation between Fedora's Extra Packages for Enterprise Linux (EPEL) and CentOS. The increased collaboration between the two projects will make it easier for CentOS developers to contribute to the EPEL and will make it easier for CentOS users to access and benefit from EPEL packages.
* * * * *
System administrators running most Linux distributions can look forward to several new features coming to systemd later this year. Mattias Geniar shares his notes from Fosdem, including those taken during a presentation done by systemd's lead developer, Lennart Poettering. Some of the upcoming features which stand out include service oriented firewall support, incorporating network interface management into systemd, remote network support for the journald logging software over HTTP connections and new Secure Boot checks to insure the boot process has not been compromised. One feature being removed from systemd is read ahead, a process designed to decrease boot times by anticipating data needed during boot time. Poettering reports all systemd developers now use SSD disk drives rather than spinning disks, making it impractical to test the read ahead feature.
* * * * *
Matthew Seaman posted a detailed note last week with regards to changes in the FreeBSD support model. The new support model is designed to reduce the time it takes to respond to bugs and security issues as well as clarify which branches of FreeBSD will receive support and for how long. "These changes to the FreeBSD support policy will reduce turnaround time for security advisories and errata notices, provide binary package sets that are more closely aligned with the latest FreeBSD release from a given branch, and clearly define the minimum length of time that a branch will receive support." Starting with FreeBSD 11.0, product branches will be supported for a minimum of five years and new major releases/branches will be created, at most, every two years. These changes should make it easier for IT departments to plan FreeBSD upgrades and support cycles.
* * * * *
Philip Newborough posted some sad news on the CrunchBang forums last week, announcing he would cease working on the Debian-based distribution. "For anyone who has been involved with Linux for the past ten years or so, I'm sure they'll agree that things have moved on. Whilst some things have stayed exactly the same, others have changed beyond all recognition. It's called progress and, for the most part, progress is a good thing. That said, when progress happens, some things get left behind, and for me, CrunchBang is something that I need to leave behind. I'm leaving it behind because I honestly believe that it no longer holds any value, and whilst I could hold on to it for sentimental reasons, I don't believe that would be in the best interest of its users, who would benefit from using vanilla Debian." If you currently use CrunchBang what are your plans for the future? Leave us a comment below.
* * * * *
Last week Benjamin Brunner posted a note to the openSUSE Announce mailing list, reminding openSUSE consumers that the 12.3 release of the distribution has reached its end of life. "With the release of flash-player on January 29th, 2015 the SUSE sponsored maintenance of openSUSE 12.3 has ended. openSUSE 12.3 is now officially discontinued and out of support by SUSE. openSUSE 12.3 was released on March 13th 2013, making it [one year and] 11 months of security and bugfix support." The post goes on to share statistics relating to openSUSE 12.3 packages and security fixes provided over the life time of the release.
|
Questions and Answers (by Jesse Smith) |
Working with encrypted e-mail
Securing-my-messages asks: I would like to secure my e-mail using encryption. Any tips for the best/easiest way to do that? I'm not a guru.
DistroWatch answers: There are two approaches I like to recommend to people who want to send and receive encrypted messages. If you are already using the Thunderbird e-mail client, then working with encrypted messages is surprisingly straight forward. All you will need is the Thunderbird Enigmail add-on. Once the Enigmail add-on is installed, either through Thunderbird or as a package from the Enigmail website, a new menu labelled Enigmail will appear in your Thunderbird window. Click the Enigmail menu and select the Setup Wizard option. The wizard will walk you through the process of generating a security key, including setting a password on the key so only you can use it. Once your security key has been created, each time you start writing a new e-mail an Enigmail button will appear at the top of your Thunderbird window. Clicking the Enigmail button will give you the option of encryption and/or signing your message.

Enigmail -- Encrypting an e-mail message
(full image size: 82kB, resolution: 726x466 pixels)
When you receive encrypted or signed messages the Enigmail add-on will prompt you for your security key password and then display the unencrypted message. A notification bar at the top of the window will let you know who the encrypted message is from and whether Enigmail thinks you trust the person who sent the e-mail.
The above approach works well if you use an e-mail client such as Thunderbird, but if you are more of a web-mail person then you will need to perform a different series of steps. One program I quite like for managing encrypted messages is KGpg. It is a graphical application that, like Enigmail, will walk us through the steps required to create a security key and set a password on the key. Once our key has been created, we can click on KGpg's File menu and then select Open Editor. The KGpg editor allows us to write a message and then sign and/or encrypt the message with the click of a button. We can then copy and paste the encrypted message into any e-mail we like and send it to someone else.

KGpg -- Editing text prior to encrypting a message
(full image size: 43kB, resolution: 904x404 pixels)
When we receive encrypted e-mails we can open KGpg, again go to the File menu and select Open Editor. Then we paste the encrypted message into the editor and click the Decrypt button. We will be prompted for our password and then the unscrambled message will be displayed.
While not quite as straight forward as using Enigmail, KGpg works in a wide variety of situations, not just e-mail. Really, anything involving security keys, signed messages or encryption can be handled via KGpg.
The most difficult challenge when it comes to securing e-mail messages, I find, is getting other people to also use encryption tools. The vast majority of people tend not to worry about whether their e-mails are private and so rarely give encryption a thought. However, if you do have the opportunity or the need to send scrambled messages then Enigmail and KGpg are the easiest solutions I have found to date.
|
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. This is a feature we are experimenting with and we are open to feedback on how to improve upon the idea.
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 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 will also be 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: 16
- Total downloads completed: 2213
- Total data uploaded: 937GB
|
Released Last Week |
PC-BSD 10.1.1
Josh Smith has announced the availability of PC-BSD 10.1.1. The new release features improved management of software upgrades, better GPT support and all desktop utilities have been ported to Qt 5. "PC-BSD 10.1.1 notable changes: brand new system updater which supports automatic background updating of the system; many improvements to boot-environments and GRUB support for a wider variety of setups; support for installation to a specific GPT partition and GPT dual-booting improvements; conversion to Qt 5 for all desktop utilities; fixes to using dtrace when booted from GRUB; re-write of Mount Tray utility, improves mounting of external media." The release announcement has further details and instructions for upgrading from a previous version of PC-BSD.
Raspbian 2015-01-31
Raspberry Pi, a much-loved single-board computer that sells for US$35, is evolving - with version 2 announced yesterday. With the hardware comes a new release of Raspbian (as well as NOOBS, a beginner-friendly compilation of several popular operating systems designed for Raspberry Pi). As Raspberry Pi 2 is built using the ARMv7 processor, the latest Raspbian now comes with a Linux kernel built for ARMv7: "Raspberry Pi 2 is available to buy today. Remember you'll need an updated NOOBS or Raspbian image including an ARMv7 kernel and modules from our downloads page. At launch, we are using the same ARMv6 Raspbian userland on both Raspberry Pi 1 and 2; over the next few months we will investigate whether we can obtain higher performance from regular ARMv7 Debian, or whether we can selectively replace a small number of libraries to get the best of both worlds. Now that we're using an ARMv7 core, we can also run Ubuntu."
Simplicity Linux 15.1
David Purse has announced the release of Simplicity Linux 15.1, a set of Puppy Linux-based distributions with LXDE as the preferred desktop and now also a separate 64-bit edition featuring the KDE 4.10.5 desktop: "The final release of Simplicity Linux 15.1 is finally available for download. Simplicity 15.1 is based on Slacko, and uses the LXDE desktop environment for Netbook and Desktop editions. Also, we are proud to announce the release of our first 64-bit edition: X. X 15.1 is a 64-bit only release and uses KDE as its desktop. Netbook and Desktop editions are our only 32-bit releases for this cycle. One thing we are particularly pleased to bring you this release cycle is the fact that Simplicity Linux can view Netflix content straight out the box. You do not need to update libraries, change agent strings, or anything else. Just use the shortcut or use Chrome to view Netflix content." Continue to the release announcement for more information.

Simplicity Linux 15.1 -- Default desktop and setup screen
(full image size: 2.4MB, resolution: 1600x1200 pixels)
Q4OS 0.5.25
The Q4OS team has announced the availability of Q4OS 0.5.25. The new release includes improved support for Broadcom wireless drivers and adds new software repository handling command line utilities. From the release announcement: "Firmware for many Broadcom wireless devices has been included, so Q4OS will automatically recognize and make ready most of the BCM43 and other wireless network cards. New command line tools 'qrepoadd', 'qreporm' and 'qrepolist' has been introduced to easily handle external repositories, for example 'sudo qrepoadd trinity' adds complete Trinity repository. Q4OS Development Pack is now able to create more comfortable password-less installers for privileged 'sudo' users. It will be used to update most of standard Q4OS application installers in the following weeks. A few another improvements and bug fixes is provided, particularly for alternative KDE4 desktop environment."
Manjaro 0.8.12
Phil Müller has announced the release of Manjaro Linux 0.8.12, a new stable release of the Arch Linux-based distribution with separate editions featuring Xfce and KDE desktops: "We're happy to announce the 0.8.12 release of Manjaro Linux installation media, including images for the Xfce and KDE 4 desktop environments, and our minimal 'Net' edition. Great progress is being made with our new 0.9 series installation media that uses the Calamares installer, along with our new KDE Plasma 5 installation media, but since neither is quite ready yet we're providing updated 0.8 series installation media that uses our legacy installer, Thus. This release is predominantly a maintenance release and includes very few changes to system defaults relative to the previous 0.8.11 ISO images, with some notable exceptions, such as out-of-the-box support for the exFAT file system and the change to Pacman 4.2." Continue to the release announcement for more details.
Korora 21
Chris Smart has announced the release of Korora 21, a set of user-friendly desktop Linux distributions, based on Fedora 21, with a choice of Cinnamon, GNOME, KDE and Xfce desktops: "It has taken a few weeks longer than we had hoped, but we're finally happy to announce that the final release of version 21 (code name 'Darla') is now available for download (we strongly recommend using BitTorrent). The 21 beta was quite successful and we were able to make some minor changes to help improve the overall experience. Users who are currently on the beta need not re-install, updates are provided via the package manager. Users who are on 20 may consider upgrading, however this is not necessary as version 20 is supported for another 6 months or so." Read the rest of the release announcement for a detailed introduction to the new release.
* * * * *
Development, unannounced and minor bug-fix releases
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Welcome to CryptoCoin.cc (by Ladislav Bodnar) |
Welcome to CryptoCoin.cc
Some of our faithful readers have already noticed the inconspicuous link in the main navigation bar. Every day, a few dozens of curious visitors come to the new website and it looks like a few regulars have bookmarked it already. And, just last week, I received the first email with suggestions for improvements and words of encouragement. But this is the very first time I am announcing DistroWatch's brand-new sister project - CryptoCoin.cc!

Why start another Bitcoin/altcoin/cryptocoin website, you might ask. While there are indeed many sites about Bitcoin and other cryptocurrencies on the Internet, most of them seem to focus on the financial and investment aspects of these revolutionary payment systems. In contrast, CryptoCoin.cc intends to present the technical angle of the software powering the ever increasing number of cryptocurrencies - by delivering information about special features and software innovation found in these projects. After all, Bitcoin is really just software, created by an incredibly brilliant mind and maintained by a small group of highly skilled developers. But it is not set in stone; on the contrary, it continues to evolve - it receives feature updates, security fixes and code enhancements.
The same holds true for most of the newer cryptocurrencies. Although some of them might be nothing more than a copy of Bitcoin with a few parameters changed (not unlike an Ubuntu remix with a new wallpaper and a different set of default applications), many cryptocurrency developers bring remarkably innovative ideas to the original software and often deliver dramatic improvements and exciting features. This I find very interesting to watch. While Bitcoin is clearly the dominant cryptocurrency at the moment, nobody knows what the future holds and which of these "altcoins" will gather enough momentum to challenge Bitcoin's dominance. After all, choice is good and nobody understands that better than us, the Linux distro hoppers who frequent this website ;-)
CryptoCoin.cc is just over two months young. As such, the content is rather limited - there is a front-page news section with announcements of recent cryptocurrency releases and a total of about 50 cryptocoins in the database. I re-used much of the PHP code and ideas behind DistroWatch to build the new project, so you'll find the old (and still controversial) favourites like the CryptoCoin.cc Page Hit Ranking statistics or the more useful Search Cryptocoins page, but there are some new sections, such as the expanding Terminology page to help with navigating the sometimes quirky language of "cryptotalk". I have also built a multi-lingual news page that aggregates many popular Bitcoin and altcoin-related news sites from around the world. Several new sections and further enhancements are in the planning stage.
For those of you interested in this exciting and potentially hugely disruptive phenomenon, please do check out CryptoCoin.cc and the dozens of cryptocurrencies already listed there. Who knows - you might find your personal favourite, join the project's forums, do some coin "mining" and maybe even help with the development. And if there are any crypto experts among the DistroWatch Weekly readers, I'd really appreciate your feedback and suggestions, especially for the search page, but also on the individual cryptocurrencies - please email them to cryptocoin@cryptocoin.cc.
Happy cryptohopping!
|
DistroWatch.com News |
Distributions added to waiting list
- Guix System Distribution. Guix System Distribution is an operating system created by the GNU project to demonstrate the Guix package manager.
- Flambe.OS. Flambe.OS is a Linux distribution for 64-bit x86 computers. It ships with the E19 window manager.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 16 February 2015. To contact the authors please send email to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, suggestions and corrections: news, donations, distribution submissions, comments)
|
|
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qtede6f7adcce4kjpgx0e5j68wwgtdxrek2qvc4  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le |
|
Linux Foundation Training |
| |
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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 1021 (2023-05-29): rlxos GNU/Linux, colours in command line output, an overview of Void's unique features, how to use awk, Microsoft publishes a Linux distro |
• Issue 1020 (2023-05-22): UBports 20.04, finding another machine's IP address, finding distros with a specific kernel, Debian prepares for Bookworm |
• Issue 1019 (2023-05-15): Rhino Linux (Beta), checking which applications reply on a package, NethServer reborn, System76 improving application responsiveness |
• Issue 1018 (2023-05-08): Fedora 38, finding relevant manual pages, merging audio files, Fedora plans new immutable edition, Mint works to fix Secure Boot issues |
• Issue 1017 (2023-05-01): Xubuntu 23.04, Debian elects Project Leaders and updates media, systemd to speed up restarts, Guix System offering ground-up source builds, where package managers install files |
• Issue 1016 (2023-04-24): Qubes OS 4.1.2, tracking bandwidth usage, Solus resuming development, FreeBSD publishes status report, KaOS offers preview of Plasma 6 |
• Issue 1015 (2023-04-17): Manjaro Linux 22.0, Trisquel GNU/Linux 11.0, Arch Linux powering PINE64 tablets, Ubuntu offering live patching on HWE kernels, gaining compression on ex4 |
• Issue 1014 (2023-04-10): Quick looks at carbonOS, LibreELEC, and Kodi, Mint polishes themes, Fedora rolls out more encryption plans, elementary OS improves sideloading experience |
• Issue 1013 (2023-04-03): Alpine Linux 3.17.2, printing manual pages, Ubuntu Cinnamon becomes official flavour, Endeavour OS plans for new installer, HardenedBSD plans for outage |
• Issue 1012 (2023-03-27): siduction 22.1.1, protecting privacy from proprietary applications, GNOME team shares new features, Canonical updates Ubuntu 20.04, politics and the Linux kernel |
• Issue 1011 (2023-03-20): Serpent OS, Security Onion 2.3, Gentoo Live, replacing the scp utility, openSUSE sees surge in downloads, Debian runs elction with one candidate |
• Issue 1010 (2023-03-13): blendOS 2023.01.26, keeping track of which files a package installs, improved network widget coming to elementary OS, Vanilla OS changes its base distro |
• Issue 1009 (2023-03-06): Nemo Mobile and the PinePhone, matching the performance of one distro on another, Linux Mint adds performance boosts and security, custom Ubuntu and Debian builds through Cubic |
• Issue 1008 (2023-02-27): elementary OS 7.0, the benefits of boot environments, Purism offers lapdock for Librem 5, Ubuntu community flavours directed to drop Flatpak support for Snap |
• Issue 1007 (2023-02-20): helloSystem 0.8.0, underrated distributions, Solus team working to repair their website, SUSE testing Micro edition, Canonical publishes real-time edition of Ubuntu 22.04 |
• Issue 1006 (2023-02-13): Playing music with UBports on a PinePhone, quick command line and shell scripting questions, Fedora expands third-party software support, Vanilla OS adds Nix package support |
• Issue 1005 (2023-02-06): NuTyX 22.12.0 running CDE, user identification numbers, Pop!_OS shares COSMIC progress, Mint makes keyboard and mouse options more accessible |
• Issue 1004 (2023-01-30): OpenMandriva ROME, checking the health of a disk, Debian adopting OpenSnitch, FreeBSD publishes status report |
• Issue 1003 (2023-01-23): risiOS 37, mixing package types, Fedora seeks installer feedback, Sparky offers easier persistence with USB writer |
• Issue 1002 (2023-01-16): Vanilla OS 22.10, Nobara Project 37, verifying torrent downloads, Haiku improvements, HAMMER2 being ports to NetBSD |
• Issue 1001 (2023-01-09): Arch Linux, Ubuntu tests new system installer, porting KDE software to OpenBSD, verifying files copied properly |
• Issue 1000 (2023-01-02): Our favourite projects of all time, Fedora trying out unified kernel images and trying to speed up shutdowns, Slackware tests new kernel, detecting what is taking up disk space |
• Issue 999 (2022-12-19): Favourite distributions of 2022, Fedora plans Budgie spin, UBports releasing security patches for 16.04, Haiku working on new ports |
• Issue 998 (2022-12-12): OpenBSD 7.2, Asahi Linux enages video hardware acceleration on Apple ARM computers, Manjaro drops proprietary codecs from Mesa package |
• Issue 997 (2022-12-05): CachyOS 221023 and AgarimOS, working with filenames which contain special characters, elementary OS team fixes delta updates, new features coming to Xfce |
• Issue 996 (2022-11-28): Void 20221001, remotely shutting down a machine, complex aliases, Fedora tests new web-based installer, Refox OS running on real hardware |
• Issue 995 (2022-11-21): Fedora 37, swap files vs swap partitions, Unity running on Arch, UBports seeks testers, Murena adds support for more devices |
• Issue 994 (2022-11-14): Redcore Linux 2201, changing the terminal font size, Fedora plans Phosh spin, openSUSE publishes on-line manual pages, disabling Snap auto-updates |
• Issue 993 (2022-11-07): Static Linux, working with just a kernel, Mint streamlines Flatpak management, updates coming to elementary OS |
• Issue 992 (2022-10-31): Lubuntu 22.10, setting permissions on home directories, Linux may drop i486, Fedora delays next version for OpenSSL bug |
• Issue 991 (2022-10-24): XeroLinux 2022.09, learning who ran sudo, exploring firewall tools, Rolling Rhino Remix gets a fresh start, Fedora plans to revamp live media |
• Issue 990 (2022-10-17): ravynOS 0.4.0, Lion Linux 3.0, accessing low numbered network ports, Pop!_OS makes progress on COSMIC, Murena launches new phone |
• Issue 989 (2022-10-10): Ubuntu Unity, kernel bug causes issues with Intel cards, Canonical offers free Ubuntu Pro subscriptions, customizing the command line prompt |
• Issue 988 (2022-10-03): SpiralLinux 11.220628, finding distros for older equipment and other purposes, SUSE begins releasing ALP prototypes, Debian votes on non-free firmware in installer |
• Issue 987 (2022-09-26): openSUSE's MicroOS, converting people to using Linux, pfSense updates base system and PHP, Python 2 dropped from Arch |
• Issue 986 (2022-09-19): Porteus 5.0, remotely wiping a hard drive, a new software centre for Ubuntu, Proxmox offers offline updates |
• Issue 985 (2022-09-12): Garuda Linux, using root versus sudo, UBports on the Fairphone 4, Slackware reverses change to grep |
• Issue 984 (2022-09-05): deepin 23 Preview, watching for changing to directories, Mint team tests Steam Deck, Devuan posts fix for repository key expiry |
• Issue 983 (2022-08-29): Qubes OS 4.1.1, Alchg Linux, immutable operating systems, Debian considers stance on non-free firmware, Arch-based projects suffer boot issue |
• Issue 982 (2022-08-22): Peropesis 1.6.2, KaOS strips out Python 2 and PulseAudio, deepin becomes independent, getting security update notifications |
• Issue 981 (2022-08-15): Linux Lite 6.0, defining desktop environments and window managers, Mint releases upgrade tool, FreeBSD publishes status report |
• Issue 980 (2022-08-08): Linux Mint 21, Pledge on Linux, SparkyLinux updates classic desktop packages, Peppermint OS experiments with Devuan base |
• Issue 979 (2022-08-01): KaOS 2022.06 and KDE Plasma 5.25, terminating processes after a set time, GNOME plans Secure Boot check |
• Issue 978 (2022-07-25): EndeavourOS 22.6, Slax explores a return to Slackware, Ubuntu certified with Dell's XPS 13, Linux running on Apple's M2 |
• Issue 977 (2022-07-18): EasyOS 4.2, transferring desktop themes between distros, Tails publishes list of updates, Zevenet automates Let's Encrypt renewals |
• Issue 976 (2022-07-11): NixOS 22.05, making a fake webcam, exploring the Linux scheduler, Debian publishes updated media |
• Issue 975 (2022-07-04): Murena One running /e/OS, where are all the openSUSE distributions, Fedora to offer unfiltered Flathub access |
• Issue 974 (2022-06-27): AlmaLinux 9.0, the changing data of DistroWatch's database, UBports on the Pixel 3a, Tails and GhostBSD publish hot fixes |
• Issue 973 (2022-06-20): openSUSE 15.4, collecting distro media, FreeBSD status report, Ubuntu Core with optional real-time kernel |
• Issue 972 (2022-06-13): Rolling Rhino Remix, SambaBox 4.1, SUSE team considers future of SUSE and openSUSE Leap, Tails improves Tor Connection Assistant |
• Issue 971 (2022-06-06): ChimeraOS 2022.01.03, Lilidog 22.04, NixOS gains graphical installer, Mint replaces Bluetooth stack and adopts Timeshift, how to change a MAC address |
• Issue 970 (2022-05-30): Tails 5.0, taking apart a Linux distro, Ubuntu users seeing processes terminated, Budgie team plans future of their desktop |
• Issue 969 (2022-05-23): Fedora 36, a return to Unity, Canonical seeks to improve gaming on Ubuntu, HP plans to ship laptops with Pop!_OS |
• Full list of all issues |
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
Star Labs |

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

Your own personal Linux computer in the cloud, available on any device. Supported operating systems include Android, Debian, Fedora, KDE neon, Kubuntu, Linux Mint, Manjaro and Ubuntu, ready in minutes.
Starting at US$4.95 per month, 7-day money-back guarantee
|
Random Distribution | 
OB2D Linux
OB2D Linux (formerly B2D Linux) is a Debian-based Linux distribution developed in Taiwan, with user environment and read/write support for traditional Chinese.
Status: Active
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
MALIBAL |
MALIBAL: Linux Laptops Custom Built for YouMALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux. If your MALIBAL laptop is not the best Linux laptop you have ever used, you can return it for a full 100% refund. We will even pay the return shipping fees! For more info, visit: https://www.malibal.com
|
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.
|
Free Tech Guides |
NEW! Learn Linux in 5 Days

In this FREE ebook, you will learn the most important concepts and commands and be guided step-by-step through several practical and real-world examples (a free 212-page ebook).
|
|