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) |
|
|
|
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 |
Tiny Core Linux
Tiny Core Linux is a 16 MB graphical Linux desktop. It is based on a recent Linux kernel, BusyBox, Tiny X, Fltk, and Flwm. The core runs entirely in memory and boots very quickly. The user has complete control over which applications and/or additional hardware to have supported, be it for a desktop, a nettop, an appliance or server; selectable from the project's online repository.
Status: Active
|
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.
|
|