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) |
|
|
|
 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 | 
Kali Linux
Kali Linux (formerly known as BackTrack) is a Debian-based distribution with a collection of security and forensics tools. It features timely security updates, support for the ARM architecture, a choice of four popular desktop environments, and seamless upgrades to newer versions.
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).
|
|