DistroWatch Weekly |
| DistroWatch Weekly, Issue 381, 22 November 2010 |
|
Welcome to this year's 47th issue of DistroWatch Weekly! OpenBSD isn't the easiest operating system to install, maintain, administer, and -- review. Jesse Smith tries the latest version in a virtual machine as well as on two computers, only to find various compatibility and hardware issues during installation. Nevertheless, once installed and configured, OpenBSD is an operating system like any other, with the added bonus of increased security through code reviews and restricted default settings. Read the full review to learn more about the recently-released version 4.8 of the most security-conscious BSD system. In the news section, the Debian project asks users to upgrade and file last-minute bug reports before the upcoming release of "Squeeze", PCLinuxOS hints that a 64-bit edition of the popular desktop distribution is in preparation, and Mandriva looks to abandon the unmaintained RPM 4.x series and replace it with RPM 5.x for better package management. Finally, six new distributions were submitted to DistroWatch last week, including the Ubuntu-based Bodhi Linux featuring the Enlightenment window manager, a Gentoo-based Liberté Linux focusing on security, and two Russian distributions - one based on Mandriva Linux while the other is a Fedora spin. Happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (10MB) and MP3 (26MB) formats
Join us at irc.freenode.net #distrowatch
|
| Feature Story (by Jesse Smith) |
Raiders of the lost OpenBSD
A few people asked if I would do a review of the latest release of OpenBSD (version 4.8) and it is with some reluctance that I approached the task. It's not that I have anything against OpenBSD or the developers behind the project, it's the nature of the review. Most of my distro reviews are like visiting a museum and looking at all the interesting things on display. On the virtual shelves are package managers, configuration tools and shiny new desktop environments. Tackling a review of OpenBSD is more akin to a digital Indiana Jones adventure. One enters the deep jungles of the command line, explores the ruins of text-based installers and digs up cryptic package names. In short, it's more work and less sightseeing.
Before we get into the actual running of OpenBSD, I think it's important to explore the mindset of the developers and the community surrounding it. Taking a look at the project's website shows us a lot of clues. There's the simple layout of the site and the links are generally developer oriented, pointing to change logs, patches and talks about cryptography. It's also telling to note there's no link to a user forum, instead we find a bug tracker and mailing lists -- mailing lists where people are asked to use text (not HTML) and format their lines to be 72 characters in length or less. There are manual pages, most of which expect that the reader has some experience with the UNIX family of operating systems and probably some time with the BSDs. But enough looking around, let's get down to business.
Following the announcement of the new 4.8 release took me to a page with a list of international mirrors, which passed me off to a download server. There I dug down through the directory levels, selecting my desired release version and architecture. This brought me to a folder with some packages, a few floppy images and some ISO images. Fortunately for those unfamiliar with OpenBSD there is a manual page provided in this folder so people know which file to grab. I downloaded the installation CD image, which weighs in at a light 212 MB. It had been awhile since I last installed OpenBSD and so I decided to begin with a test run in a virtual machine. I fired up VirtualBox and booted from the install image. The system starts off by displaying a prompt which reads "boot>" and, after waiting a few seconds, continues with loading the system. This being an installation disc, the installer kicks off right after the boot process. I think it's worth noting that the OpenBSD installer works entirely from the console. There are no menus or Next/Back buttons, it's all done with text prompts and typing out responses. The good news, for newcomers, is the prompts almost always come with a default, so just pressing Enter will usually be the correct response if you're uncertain.

OpenBSD 4.8 - the desktop (full image size: 15kB, resolution 1280x1024 pixels)
At first the installer asks if we would like to perform a fresh install or upgrade an existing install. We're then asked to select a keyboard layout, enter a hostname and configure our network connection. (Again, pressing Enter through these will generally work for most people.) We're then told to set a root password and asked if we would like to have secure shell and network time services enabled. We're then asked if we would like to have an X Window environment installed and we're given the option of creating a new user account. Assuming we do create a regular user account, the installer offers to disable remote root logins, which I think is a good feature. We're then asked to select our time zone and partition the disk. This is where I ran into my first problem. After telling the installer to take over the entire virtual disk, I was given a segfault message and told that my new partition couldn't be mounted. I rebooted and went through the installer again, taking all the defaults and made it past partitioning and had arrived at package selection when I received more segfault messages and was told that the package formats were incorrect.
After confirming that my install image checksum matched the one provided by the OpenBSD project, I did some poking around on forums and found that there are known issues with OpenBSD and VirtualBox. Apparently VirtualBox doesn't act enough like real hardware for OpenBSD's taste and (unofficially at least) Oracle is uninterested in fixing the issues due to lack of demand.
My next step was to try the install on my HP laptop (dual-core 2 GHz CPU, 3 GB of RAM, Intel video card) and things got off to a good start. The installation went smoothly up to, and including, selecting which packages I wanted to install. The files copied over and I was prompted to reboot the machine. This I did and was instantly given a text screen which told me that my hardware was being probed and the system came to a halt. After confirming that my disc had burned cleanly and running through the install again, I once more found that my laptop would hang within seconds of powering up.
A little discouraged, but determined to see this review through, I turned to my desktop machine (2.5 GHz CPU, 2 GB of RAM, NVIDIA video card) and ran through the installer once more. Again, on physical hardware, the install went smoothly and at this point I was feeling grateful that the OpenBSD install can be completed in ten minutes. Upon rebooting the system started up and, about one minute later, I arrived at a graphical login screen. I logged in with my regular user account to find a mostly-empty desktop. The background is a fuzzy grey and we're given a terminal and a virtual desktop map. Clicking on an unoccupied area of the desktop brings up a menu which allows us to launch a few applications or logout. Available programs include a calculator, process monitor (aka the top command) and a screen magnifier. As you might expect, the system doesn't require much memory, generally using less than 100 MB including cache.

OpenBSD 4.8 - the accessibility option (full image size: 14kB, resolution 800x600 pixels)
A fresh install provides a fairly sparse environment, populated mostly by standard UNIX command-line tools, the GNU Compiler Collection (GCC) and a handful of text-based games. To retrieve more software, we'll have to turn to the package manager. As with most aspects of OpenBSD, package management is a more hands-on experience than it is with Linux distributions or OpenBSD's cousin, FreeBSD. As with other BSDs, the OpenBSD system includes a kernel and basic userland programs together. They make up a platform upon which we can add third-party ports and packages. To install binary packages first we have to tell the package tool where we can locate new packages. It may seem odd for people coming from Linux that we have to set an environment variable to tell the package manager were the repository is; however, it's something we have to do just once and the process is outlined in the Frequently Asked Questions. After we tell the package tool where our repository is, we can use the command line tool, pkg_add, to download, install and upgrade new software.
For people who like to compile their software, OpenBSD has a ports collection. Again, the ports tree needs to be downloaded and installed manually and, again, the process is laid out in the project's documentation. Once the ports tree is in place it's fairly simple to locate a piece of software we want to install and kick off the build process. I installed a handful programs via the packages repository and a few through ports and found that all of them installed and worked without any problems. It's a theme I saw repeated often during my time with OpenBSD: the initial configuration may look daunting, but once it's in place, things run smoothly.
As I mentioned before, OpenBSD separates the base system from third-party packages. While packages can be easily updated using the pkg_add command, keeping the base system up to date is a bit more complicated. The project doesn't release binary updates, which means users need to apply patches to the source code. Users are required to get a copy of the code, manually apply patches, compile and re-install components. It's a more involved process than we find on most other operating systems, but the good news is that OpenBSD has very few patches for each release -- typically in the range of a dozen. The developers maintain mailing lists to let users know when patches are available.

OpenBSD 4.8 - testing the compiler (full image size: 13kB, resolution 800x600 pixels)
On the topic of patches, the big drawing factor with OpenBSD is their proactive approach to security. The project has a strong focus on security and stability with their website proudly stating, "Only two remote holes in the default install, in a heck of a long time!" An impressive claim and the operating system lives up to it. Much of this is due to continuous code reviews, but part of being secure is having a small attack area and that means not having vulnerable programs installed and running on the system. There are very few network services running by default: secure shell (if it's enabled during install), Sendmail and a time daemon. Immediately after an install OpenBSD is very bare by modern standards which means that the user will be required to install anything they want to use. The project gives us a solid foundation on which to build and then leaves the user to build their own house the way they see fit, if they can. All projects find a balance between out-of-the-box functionality and security and the OpenBSD team strongly favours security.
I've already mentioned hardware a little in this review and I have just one more thing to add on the subject. As of the time of writing I have been unable to get sound working on my system. The graphical interface runs without any issues on my desktop machine, though the resolution is low. The network card is recognized and automatically connects on start-up so the only missing piece of the puzzle is sound.
When looking at OpenBSD and evaluating it, I think it's important to keep in mind what the project's goals are. This isn't a project trying to make a great desktop OS (though I have talked with people who happily use OpenBSD on their desktops) and it's not making the most powerful server system. The OpenBSD team is interested in producing correct, secure code and they do that. Fortunately their work boils over into other areas of the open source world -- OpenSSH being an excellent example. The operating system is small and simple, resulting in low-resource requirements and a responsive environment. I don't think that many people would accuse OpenBSD of being intuitive, but the community does have sound documentation and the project's processes are very open. These characteristics make OpenBSD not only a good firewall or server, but also a great teaching tool. If you're the sort of person who enjoys building their system from the ground up, OpenBSD is a suitable place to begin. My only complaint while trying out the new release was in regards to hardware. I wasn't able to get OpenBSD running in VirtualBox, nor on my laptop and, so far, I don't have sound on my desktop. Otherwise it was a good adventure and I applaud the developers for producing another solid release.
|
| Miscellaneous News (by Ladislav Bodnar) |
Debian "Squeeze" in last-minute testing, PCLinuxOS to get 64-bit edition, Mandriva switches to RPM 5.x
With the fast approaching end of the current year, there isn't much time left for the Debian GNU/Linux developers to release "Squeeze", the project's upcoming new stable version -- that's assuming that it does release before the end of the year, as indicated in some of the recent release updates. Chances are good though, as one can sense increased urgency with each new release update. The latest one comes from Neil McGovern who urges the "brave" to upgrade, to test the system installer, and to report bugs: "It's time for another release update as we move, like a glacier, inevitably and unstoppably towards the release. Help is needed in this area. On one hand, since Squeeze is almost in its final form, it is a good time for the brave to upgrade their systems, and inform of any troubles by filing a bug against the upgrade-reports package. If you have new systems to install, testing of the Debian Installer would be most welcome. On the other hand, we also need help in processing those bug reports, particularly those filed against upgrade-reports. If you think you could help with this, please do!"
* * * * *
Good news for those PCLinuxOS users who have been crying for a 64-bit edition of the popular desktop distribution. The optimism is based on a brief message posted by the project's lead developer. OStatic reports: "Bill 'Texstar' Reynolds, founder and lead developer of PCLinuxOS, said in a blog post today that a new 64-bit version is in the works. Details are sketchy at present, but users have been asking for this for a long time. Reynolds said that he has finished building the first 1,000 packages. First he "upgraded GCC to 4.5.1, glibc 2.12.1, X.Org 1.9.x then started rebuilding the libraries.' Once those are complete he'll begin on the desktop packages. Unfortunately, there is no estimated time for release because there are still about 12,600 more packages to go before making ISO images and testing. This comes on the heels of several quarterly updates for the various 32-bit versions of the distribution released around the period from the last week of October to first week in November."

PCLinuxOS 2010.10 - released last month, though never officially announced (full image size: 926kB, resolution 1280x1024 pixels)
* * * * *
A quick update on Mandriva Linux, coming from a blog post by Per Øyvind Karlsen. The topics mentioned include, new "Cooker" manager, increased activity in Mandriva's development branch, and the upcoming switch to RPM 5.x: "The most interesting and controversial thing is taking over RPM maintenance and now working on preparing the final bits and pieces in place for getting some of the biggest and neatest changes with regards to RPM in Mandriva since probably forever. A lot of new things will now come now that we're not only maintaining obsolete versions of RPM with no interaction and participation in upstream, but we actually help drive it and will be able to satisfy more user requests, distro interest, credibility and more. In the end, I think we will end up being able to be the awesome alternative in the forked world. I expect to upload a new release of RPM 5.x to main/testing by tomorrow, hopefully ironing out the last remaining rpmdb conversion issues, then porting the few remaining related packages (perl-URPM has already been rewritten to pure RPM 5.x native API, with many improvements."
|
| Questions and Answers (by Jesse Smith) |
Getting a Linux tablet PC
Upgrading-from-the-stone-kind asks: Where can I get a Linux tablet, like an iPad but with Linux installed?
DistroWatch answers: After Apple released their iPad, the tablet market really exploded with cheap mobile devices, many of them boasting Linux under the hood and a large collection of them never materializing beyond a rumour. I'm probably not the best person to recommend any one device as I haven't jumped onto the tablet trend yet -- I like my computers to have large screens and keyboards. So I'm hoping that folks who have actually purchased a Linux-based tablet will chime in below.
That being said, I do know some people who have tried/reviewed tablets running Linux and I'll pass along a few of those. First off, I think it's worth mentioning that in some ways the tablet market feels a lot like the dot-com bubble in that there are a lot of good-looking options on the table, but it's not easy to tell which company will deliver and which will disappear overnight. It's worth doing some background checking on a company before purchasing from them.
 - I find that people keep singing the praise of Nokia's N900. Technically it's more of a smart phone than a full-sized tablet, but I haven't heard an ill word spoken by anyone who has purchased one of these devices.
- The RealEase company has a device called the Shogo, which looks like it could be a good Linux-based tablet. The device features a 10-inch screen and has a price tag of US$500.
- Potential buyers may also be interested in the WeTab (apparently the name "WePad" was just a little too risky). The WeTab has an 11.6-inch screen, runs Linux in the background and costs about €449.
Something to keep in mind when shopping around for a tablet running Linux is that a lot of places don't like to say the word "Linux" out loud. Instead they usually talk about running Android or "an open platform". Unfortunately a lot of consumers either aren't familiar with the term "Linux" or, if they are, equate it with geeky, hard-to-learn technology. The Android brand doesn't have that baggage so that's the label companies like to use. Doing a Google search for "Linux tablets" isn't likely to be as helpful as a search for "Android tablets".
Lastly, before purchasing a device, I recommend visiting the Android Tablet Forum. It's a place for users and enthusiasts to talk about, review and exchange tips regarding their Android Tablets. It makes for a good introduction into what is available on the market.
|
| Released Last Week |
Untangle Gateway 8.0
Dirk Morris has announced the release of Untangle Gateway 8.0, a Debian-based network gateway with pluggable modules for network applications: "The 8.0 is now available! It contains a new Bandwidth Control application and many platform enhancements. Changelog: added ability to import/export rules and settings in tables; new 'Session Viewer' to view sessions currently being scanned; sessions now shown as stat at top of rack; DNS is now bypassed by default; new kernel for additional features required for Bandwidth Control and QoS; new ExtJS toolkit for UI; new QoS implementation for more functionality and better usability; added the Bandwidth Control application for bandwidth and traffic shaping; added Bandwidth Monitor for real-time session viewing; Bandwidth Control reports for viewing bandwidth usage on the network...." See the release announcement and changelog for a complete list of changes and new features.
Unity Linux 2010_02 "Unite17"
The growing trend of developing Linux distribution featuring the latest Enlightenment 17 continues with the release of Unity Linux 2010_02 "Unite17": "We have another Unite17! A few sentences of the changes: brand-new exterior and interior, because I took the liberty of using the testing repositories. E17 at least not alpha, but beta - of course, there are still some annoying bugs, such as that if you want to start an application, which would need administrator rights, some incomprehensible error message appears; transparency works with minimum of memory while in use; the minimum system requirements at least PIII 900 MHz processor and at least 384 MB of RAM, OpenGL compatible graphics card; the CD image size is 2.5 GB, so it's not small; new Linux kernel (2.6.35.7), updated applications, and two new browser add-ons - Chrome TV plugin, which allows all the available Internet TV broadcast monitored, and an open-source YouTube video downloading add-on." Here is the full release announcement with a screenshot.
NetBSD 5.1
Soren Jacobsen has announced the release of NetBSD 5.1: "The NetBSD Project is pleased to announce that version 5.1 of the NetBSD operating system is now available. NetBSD 5.1 is the first feature update of the NetBSD 5.0 release branch. It represents a selected subset of fixes deemed critical for security or stability reasons, as well as new features and enhancements. Please note that all fixes in security/critical updates are cumulative, so the latest update contains all such fixes since the corresponding minor release. Some highlights include: RAIDframe parity maps, which greatly improve parity rewrite times after unclean shutdown; X.Org updates; support for many more network devices; Xen PAE dom0 support; Xen PCI pass-through support." See the release announcement and release notes for a complete list of changes.
Jibbed 5.1
Zafer Aydogan has announced the release of Jibbed 5.1, a NetBSD-based live CD featuring automatic hardware detection and the Xfce desktop: "And again it's NetBSD time. A new version of the Jibbed live CD has finally arrived. It is freshly built from the NetBSD 5.1 sources, which is the first feature update of the NetBSD 5.0 branch. It includes many bug fixes and contains the latest packages from pkgsrc. As always, it uses X.Org from base and the Xfce desktop. Jibbed is a bootable live CD based on the NetBSD operating system that works directly from a CD without need for a hard drive. Automatic hardware detection provides support for a wide variety of graphics cards, sound cards, network interfaces, and USB devices. This live CD showcases a complete NetBSD environment, including compiler sets, and provides features like tmpfs to simulate read-write access on read-only media." Here is the brief release announcement.

Jibbed 5.1 - a NetBSD-based live CD with the Xfce desktop (full image size: 110kB, resolution 1280x1024 pixels)
* * * * *
Development, unannounced and minor bug-fix releases
|
| Upcoming Releases and Announcements |
|
Summary of expected upcoming releases
|
| DistroWatch.com News |
New distributions added to waiting list
- Bodhi Linux. Bohdi Linux is a lightweight, Ubuntu-based distribution featuring the Enlightenment 17 window manager.
- CoreBiz. CoreBiz is an Ubuntu-based distribution developed by Linux Information Systems AG in Munich, Germany. It is aimed at small and middle-sized companies which want to invest in open-source operating environments, thus completely replacing any proprietary IT infrastructure. The project's website is in German.
- Liberté Linux. Liberté Linux is a secure, reliable, lightweight and easy-to-use Gentoo-based live USB Linux distribution intended as a communication aid in hostile environments. Liberté installs as a regular directory on a USB/SD key, and after a single-click setup, boots on any desktop computer or laptop.
- Lin2Go. Lin2Go is a minimalist, Slackware-based Linux distribution.
- MagOS Linux. MagOS Linux is a Russian desktop distribution based on Mandriva Linux. The project's website is in Russian.
- RFRemix Linux. RFRemix Linux is a Fedora remix adapted to Russian-speaking users and complying with the legislation of the Russian Federation. RFRemix includes free and proprietary software and a more configurable interface. RFRemix is 100% compatible with Fedora, using RPMFusion and its own repositories. The project's website is in Russian.
* * * * *
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 29 November 2010.
Jesse Smith and Ladislav Bodnar
|
|
| 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 1151 (2025-12-08): FreeBSD 15.0, fun command line tricks, Canonical presents plans for Ubutnu 26.04, SparkyLinux updates CDE packages, Redox OS gets modesetting driver |
| • Issue 1150 (2025-12-01): Gnoppix 25_10, exploring if distributions matter, openSUSE updates tumbleweed's boot loader, Fedora plans better handling of broken packages, Plasma to become Wayland-only, FreeBSD publishes status report |
| • Issue 1149 (2025-11-24): MX Linux 25, why are video drivers special, systemd experiments with musl, Debian Libre Live publishes new media, Xubuntu reviews website hack |
| • Issue 1148 (2025-11-17): Zorin OS 18, deleting a file with an unusual name, NetBSD experiments with sandboxing, postmarketOS unifies its documentation, OpenBSD refines upgrades, Canonical offers 15 years of support for Ubuntu |
| • Issue 1147 (2025-11-10): Fedora 43, the size and stability of the Linux kernel, Debian introducing Rust to APT, Redox ports web engine, Kubuntu website off-line, Mint creates new troubleshooting tools, FreeBSD improves reproducible builds, Flatpak development resumes |
| • Issue 1146 (2025-11-03): StartOS 0.4.0, testing piped commands, Ubuntu Unity seeks help, Canonical offers Ubuntu credentials, Red Hat partners with NVIDIA, SUSE to bundle AI agent with SLE 16 |
| • Issue 1145 (2025-10-27): Linux Mint 7 "LMDE", advice for new Linux users, AlmaLinux to offer Btrfs, KDE launches Plasma 6.5, Fedora accepts contributions written by AI, Ubuntu 25.10 fails to install automatic updates |
| • Issue 1144 (2025-10-20): Kubuntu 25.10, creating and restoring encrypted backups, Fedora team debates AI, FSF plans free software for phones, ReactOS addresses newer drivers, Xubuntu reacts to website attack |
| • Issue 1143 (2025-10-13): openSUSE 16.0 Leap, safest source for new applications, Redox introduces performance improvements, TrueNAS Connect available for testing, Flatpaks do not work on Ubuntu 25.10, Kamarada plans to switch its base, Solus enters new epoch, Frugalware discontinued |
| • Issue 1142 (2025-10-06): Linux Kamarada 15.6, managing ZIP files with SQLite, F-Droid warns of impact of Android lockdown, Alpine moves ahead with merged /usr, Cinnamon gets a redesigned application menu |
| • Issue 1141 (2025-09-29): KDE Linux and GNOME OS, finding mobile flavours of Linux, Murena to offer phones with kill switches, Redox OS running on a smartphone, Artix drops GNOME |
| • Issue 1140 (2025-09-22): NetBSD 10.1, avoiding AI services, AlmaLinux enables CRB repository, Haiku improves disk access performance, Mageia addresses service outage, GNOME 49 released, Linux introduces multikernel support |
| • Issue 1139 (2025-09-15): EasyOS 7.0, Linux and central authority, FreeBSD running Plasma 6 on Wayland, GNOME restores X11 support temporarily, openSUSE dropping BCacheFS in new kernels |
| • Issue 1138 (2025-09-08): Shebang 25.8, LibreELEC 12.2.0, Debian GNU/Hurd 2025, the importance of software updates, AerynOS introduces package sets, postmarketOS encourages patching upstream, openSUSE extends Leap support, Debian refreshes Trixie media |
| • Issue 1137 (2025-09-01): Tribblix 0m37, malware scanners flagging Linux ISO files, KDE introduces first-run setup wizard, CalyxOS plans update prior to infrastructure overhaul, FreeBSD publishes status report |
| • Issue 1136 (2025-08-25): CalyxOS 6.8.20, distros for running containers, Arch Linux website under attack,illumos Cafe launched, CachyOS creates web dashboard for repositories |
| • Issue 1135 (2025-08-18): Debian 13, Proton, WINE, Wayland, and Wayback, Debian GNU/Hurd 2025, KDE gets advanced Liquid Glass, Haiku improves authentication tools |
| • Issue 1134 (2025-08-11): Rhino Linux 2025.3, thoughts on malware in the AUR, Fedora brings hammered websites back on-line, NetBSD reveals features for version 11, Ubuntu swaps some command line tools for 25.10, AlmaLinux improves NVIDIA support |
| • Issue 1133 (2025-08-04): Expirion Linux 6.0, running Plasma on Linux Mint, finding distros which support X11, Debian addresses 22 year old bug, FreeBSD discusses potential issues with pkgbase, CDE ported to OpenBSD, Btrfs corruption bug hitting Fedora users, more malware found in Arch User Repository |
| • Issue 1132 (2025-07-28): deepin 25, wars in the open source community, proposal to have Fedora enable Flathub repository, FreeBSD plans desktop install option, Wayback gets its first release |
| • Issue 1131 (2025-07-21): HeliumOS 10.0, settling on one distro, Mint plans new releases, Arch discovers malware in AUR, Plasma Bigscreen returns, Clear Linux discontinued |
| • Issue 1130 (2025-07-14): openSUSE MicroOS and RefreshOS, sharing aliases between computers, Bazzite makes Bazaar its default Flatpak store, Alpine plans Wayback release, Wayland and X11 benchmarked, Red Hat offers additional developer licenses, openSUSE seeks feedback from ARM users, Ubuntu 24.10 reaches the end of its life |
| • Issue 1129 (2025-07-07): GLF OS Omnislash, the worst Linux distro, Alpine introduces Wayback, Fedora drops plans to stop i686 support, AlmaLinux builds EPEL repository for older CPUs, Ubuntu dropping existing RISC-V device support, Rhino partners with UBports, PCLinuxOS recovering from website outage |
| • Issue 1128 (2025-06-30): AxOS 25.06, AlmaLinux OS 10.0, transferring Flaptak bundles to off-line computers, Ubuntu to boost Intel graphics performance, Fedora considers dropping i686 packages, SDesk switches from SELinux to AppArmor |
| • Issue 1127 (2025-06-23): LastOSLinux 2025-05-25, most unique Linux distro, Haiku stabilises, KDE publishes Plasma 6.4, Arch splits Plasma packages, Slackware infrastructure migrating |
| • Issue 1126 (2025-06-16): SDesk 2025.05.06, renewed interest in Ubuntu Touch, a BASIC device running NetBSD, Ubuntu dropping X11 GNOME session, GNOME increases dependency on systemd, Google holding back Pixel source code, Nitrux changing its desktop, EFF turns 35 |
| • Issue 1125 (2025-06-09): RHEL 10, distributions likely to survive a decade, Murena partners with more hardware makers, GNOME tests its own distro on real hardware, Redox ports GTK and X11, Mint provides fingerprint authentication |
| • Issue 1124 (2025-06-02): Picking up a Pico, tips for protecting privacy, Rhino tests Plasma desktop, Arch installer supports snapshots, new features from UBports, Ubuntu tests monthly snapshots |
| • Issue 1123 (2025-05-26): CRUX 3.8, preventing a laptop from sleeping, FreeBSD improves laptop support, Fedora confirms GNOME X11 session being dropped, HardenedBSD introduces Rust in userland build, KDE developing a virtual machine manager |
| • Issue 1122 (2025-05-19): GoboLinux 017.01, RHEL 10.0 and Debian 12 updates, openSUSE retires YaST, running X11 apps on Wayland |
| • Issue 1121 (2025-05-12): Bluefin 41, custom file manager actions, openSUSE joins End of 10 while dropping Deepin desktop, Fedora offers tips for building atomic distros, Ubuntu considers replacing sudo with sudo-rs |
| • Issue 1120 (2025-05-05): CachyOS 250330, what it means when a distro breaks, Kali updates repository key, Trinity receives an update, UBports tests directory encryption, Gentoo faces losing key infrastructure |
| • Issue 1119 (2025-04-28): Ubuntu MATE 25.04, what is missing from Linux, CachyOS ships OCCT, Debian enters soft freeze, Fedora discusses removing X11 session from GNOME, Murena plans business services, NetBSD on a Wii |
| • Issue 1118 (2025-04-21): Fedora 42, strange characters in Vim, Nitrux introduces new package tools, Fedora extends reproducibility efforts, PINE64 updates multiple devices running Debian |
| • Issue 1117 (2025-04-14): Shebang 25.0, EndeavourOS 2025.03.19, running applications from other distros on the desktop, Debian gets APT upgrade, Mint introduces OEM options for LMDE, postmarketOS packages GNOME 48 and COSMIC, Redox testing USB support |
| • Issue 1116 (2025-04-07): The Sense HAT, Android and mobile operating systems, FreeBSD improves on laptops, openSUSE publishes many new updates, Fedora appoints new Project Leader, UBports testing VoLTE |
| • Issue 1115 (2025-03-31): GrapheneOS 2025, the rise of portable package formats, MidnightBSD and openSUSE experiment with new package management features, Plank dock reborn, key infrastructure projects lose funding, postmarketOS to focus on reliability |
| • Issue 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
| • Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
| • Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
| • Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
| • Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
| • Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
| • Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
| • Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
| • Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
| • Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
| • Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
| • Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
| • Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
| • Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
| • Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
| • 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 | 
ConnochaetOS
ConnochaetOS (formerly DeLi Linux) was an Slackware-based Linux distribution for x86 computers with limited resources. ConnochaetOS ships with free (libre) software only and removes proprietary software and binary blobs from its upstream sources, including the Linux kernel. Where possible free software alternatives are provided. ConnochaetOS strives to remain backward compatible with Slackware and Salix OS.
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.
|
|