DistroWatch Weekly |
DistroWatch Weekly, Issue 791, 26 November 2018 |
Welcome to this year's 48th issue of DistroWatch Weekly!
While we usually talk about Linux distributions, with the occasional trek into BSD Land, there are a lot of open source operating systems out there. Most of them are smaller projects, often with good ideas or interesting goals, but lower visibility compared to their Linux cousins. This week we begin with a look at the noteworthy Haiku project, which strives to make a modern version of the once-popular BeOS platform. Haiku published its first beta release earlier this year and we have details on the release below, in our Feature Story. Our Opinion Poll this week also revolves around Haiku as we would like to know if the operating system fulfills your computing needs. In our Tips and Tricks section we talk about default passwords on live media, an often annoying hurdle in trying a new operating system. Plus we talk about the Slax and Linux Kodachi projects publishing minor updates to their ISO files. We are also pleased to share the new releases of the past week and list the torrents we are seeding. We wish you all a fantastic week and happy reading!
Content:
Listen to the Podcast edition of this week's DistroWatch Weekly in OGG (13MB) and MP3 (10MB) formats.
|
Feature Story (by Jesse Smith) |
Haiku R1 Beta1
Haiku is an open source operating system and the spiritual successor to BeOS. Haiku is a single-user operating system which offers a highly responsive desktop interface and strives to be easy to use. Development of Haiku started in 2001 and the initial release came out in 2002. Development of Haiku has been gradual and the project released its first beta in September of 2018.
According to the project's release notes, Haiku requires just 256MB of memory and 3GB of disk space. The operating system includes a number of useful utilities, a virtual terminal, a system installer and a web browser (called WebPositive). Haiku's first beta also includes a new network connection tool and a different approach to package management.
By far the largest change in this release is the addition of a complete package management system. Finalized and merged during 2013 thanks to a series of contracts funded from donations, Haiku's package management system is unique in a variety of ways. Rather than keeping a database of installed files with a set of tools to manage them, Haiku packages are a special type of compressed filesystem image, which is 'mounted' upon installation (and thereafter on each boot) by the packagefs, a kernel component. This means that the /system/ hierarchy is now read-only, since it is merely an amalgamation of the presently installed packages at the system level (and the same is true for the ~/config/ hierarchy, which contains all the packages installed at the user level), ensuring that the system files themselves are incorruptible.
The download for Haiku is a compressed archive 887MB in size. Unpacking the archive gives us an ISO file that is about 1.1GB. Booting from the provided media brings up a window asking us to select our preferred language from a list. We can then launch the Haiku system installer or try the live desktop environment.
The live desktop features seven icons lined up along the top of the screen. Over in the upper-right corner of the desktop is an application menu (represented by a blue feather), a system tray and a list of open windows. The desktop seems designed to use space as efficiently as possible; the visible elements are mostly small and tucked away into the corners.

Haiku R1 Beta1 -- The application menu
(full image size: 132kB, resolution: 1280x1024)
Looking over the desktop icons we find some that open the file manager, one which opens BeBook (which appears to be a developer guide), one that opens a welcome document and one that opens the user guide. The welcome document and user guide both provide some useful tips on using the desktop, installing wireless network support and the file system layout. The documentation is clear, features examples and often includes screen shots.
Installing
Haiku's system installer can be launched from the live desktop's greeter or from an icon on the desktop. The installer is very short and simple. We are asked to select the location of source packages (with the default location being the DVD). The only other thing the installer wants to know is where Haiku should be installed with available partitions being shown in a drop-down box. If no suitable partition is available we can click a button to launch DiveSetup, a graphical partition manager similar to GParted. Once we have selected an empty partition, the installer copies its files to the hard drive. The entire install process takes about 30 seconds. When it is finished, we can continue to use the live environment or restart the computer to use our new copy of Haiku.
Early impressions
The locally installed copy of Haiku boots directly to the desktop. The installed desktop is virtually identical to the live desktop, except the system installer icon has been removed. The graphical interface is amazingly responsive with new programs and windows opening almost instantly.
Something that took me a while to get used to is Haiku's windows are not entirely rectangular as on most other modern operating systems. Haiku's windows have a little tab that sticks out of the top that acts as the title bar and includes buttons to close and maximize windows. I also found maximizing a window does grow the window while avoiding covering the application menu. This feature, along with the upper window tab, means maximized windows leave empty screen space above and to the right (ie. they don't look maximized).
Haiku's application menu features options for accessing files, shutting down the computer, or browsing installed programs. There are also menu trees for accessing settings and demo programs. Each menu tree is arranged in alphabetical order without any sub-menus for categories of programs. I suspect that, over time, this will make the menus quite full and increasingly slower to navigate. However, in its default state, I found the menu tress easy to explore and most applications are clearly labelled; program names tend to match their functionality. For example, the archive manager is called Expander, the partition manager is called DriveSetup, and the addressbook is simply called People.
Hardware
I experimented with Haiku in a VirtualBox virtual machine and on my physical workstation. When I tried running Haiku on the physical machine the operating system failed to complete the boot process. The graphical splash screen would display for a few seconds, but the system would lock up prior to getting the to desktop. This happened when booting in both UEFI and legacy BIOS modes.
When running in VirtualBox, Haiku did not integrate with the host environment. I was, however, able to make use of my system's full screen resolution by adjusting the display dimensions in Haiku's Screen configuration tool. The virtual machine used a lot of my host's CPU. Even when Haiku was idle, VirtualBox was using 25% of my host's CPU resources. Running a simple application such as the resource monitor in Haiku raised that usage to 35%.
Haiku has a pleasantly small footprint, using about 350MB of RAM when sitting idle at the desktop. The operating system, once installed, used 2.7GB of disk space, which is relatively light compared to most modern Linux distributions.
Applications
Haiku comes with several applications already installed. The WebKit-based WebPositive browser is featured, along with a Mail client. There is also a simple media player, the Pe text editor, a partition manager and a disk usage monitor. There is an audio recorder, a contact manager and a very simple web server called PoorMan which allows us to share a directory over the HTTP protocol. There is an application called TV which just shows a test pattern image and, so far as I could tell, won't do anything else as the menu for channels contains no additional entries. There is an IRC client called Vision, which is a rare exception to Haiku's obvious naming scheme for applications.

Haiku R1 Beta1 -- Reading documentation in WebPositive
(full image size: 128kB, resolution: 1280x1024)
If we open a virtual terminal, Haiku presents us with the Bash shell. From the shell we can use most Unix command line tools, view manual pages and connect to remote computers using OpenSSH. The GNU Compiler Collection is installed for us in case we want to build new applications.
The media player was able to handle playing audio and video files. Playback was pleasantly smooth, even in the virtual machine environment. The one issue with media playing I ran into was stopping a video and trying to restart it from the beginning would cause the player to stop working. I had to close the player and re-open it to restart a video.
Another quirk I ran into was clicking the Help menu entry in the Pe editor would open WebPositive and display Haiku's website. A more pleasant feature I enjoyed was the terminal would change the colour of the shell prompt depending on whether the previous command had completed successfully. This gave a clear indication as to whether programs were completing their work properly.
A consistent problem I kept running into was Haiku's network connection dropped every few minutes. I could get on-line, visit a web page or two, but then the connection would drop. This would cause WebPositive, or whichever application I was using, to lock-up and refuse to either continue or close. Haiku's applications do not handle losing their network connection gracefully and need to be terminated from the command line.
I tried various different network settings in the hope that using a static IP, or different DNS, or a bridged connection would solve my connection issues. However, in the end, I typically just succeeded in locking up the network manager rather than re-establishing a connection to the Internet. The only reliable solution was to reboot Haiku to bring the network connection back on-line.
Software management
Programs are added to Haiku through a desktop utility called HaikuDepot. The depot is divided into two panes. The top pane displays a list of available applications in alphabetical order. Each entry includes the program's name, an icon and a brief description. Some feature a rating out of five stars. Clicking on an application causes the bottom pane to display a detailed description and a screen shot. Once a program has been highlighted we can install it with a single click.

Haiku R1 Beta1 -- The software manager
(full image size: 125kB, resolution: 1280x1024)
The depot is easy to navigate though it shows a lot of software and there is no separation of applications into different categories, as many modern software managers do. If we are looking for a specific program or an application to handle a specific task we can perform searches using key words. Searching for "office" for example, will bring up the entry for LibreOffice.
While HaikuDepot is easy to navigate, I was never able to successfully complete an installation as my network connection kept dropping. I ran into a similar problem when using the update manager, SoftwareUpdater. The update manager, which must be run manually, displays a list of available updates with a short description next to each. We can then click a button to download the waiting items. When I started using Haiku there were 31 new updates waiting. My network connection never remained stable long enough to download more than 22 of the waiting packages.

Haiku R1 Beta1 -- Software updates
(full image size: 82kB, resolution: 1280x1024)
Conclusions
As you can probably tell by this point, I ran into a number of frustrating problems while using Haiku. The main ones were the network connection constantly dropping every few minutes, and the operating system failing to boot on my workstation. There were some other aspects that I wasn't thrilled about - the title bar being a tab at the top of windows looks weird and inefficient to me, but that is a matter of taste.
Having an operating system which only has one user account and doesn't require passwords is a non-starter for me. Some people may like the convenience and simplicity of having a completely open, one-user system (it does streamline things) but it wouldn't be suitable for any of my environments or devices, apart from my mobile phone.
In short, in my situation and in my environments, Haiku is not a practical option. However, there are several aspects of the operating system and its surrounding project that I think are great. Haiku has unusually clear and well organized documentation. Most open source projects could use Haiku as an example of how to make user guides. There are little details I like, for example the notes on how to set up wireless networks are available locally, on the install media. This is a minor detail, but it's unfortunate how many projects explain how to get on-line in resources which are only available on-line.
Haiku's desktop is clean, the look is consistent across applications and visual elements don't use up much space. It took me some time to get used to having the application menu and task switcher on the right side of the screen instead of the left, but I like the way the desktop is presented.
One of Haiku's best features is that it is fast and responsive. Whether the system is booting, launching programs, browsing the web or displaying a video, the desktop is highly responsive. Everything feels light and reacts almost instantly to input. This is behaviour I usually only see in super light (and minimal) Linux window managers and I really appreciated the how everything happens quickly on Haiku.
So while Haiku is not practical for me, and I'm guessing for many people, I do think there are aspects of the project which should be held up as a good way to do things in the open source community. I must also applaud Haiku's team for porting several applications, including LibreOffice, to their operating system. Haiku has a lot of its own applications, but I think many users will appreciate having ports of popular programs in the HaikuDepot.
* * * * *
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
* * * * *
Visitor supplied rating
Haiku has a visitor supplied average rating of: 7.2/10 from 16 review(s).
Have you used Haiku? You can leave your own review of the project on our ratings page.
|
Miscellaneous News (by Jesse Smith) |
Slax and Kodachi update their download media, dual booting DragonFly BSD
The Slax distribution, a live operating system based on Debian, was recently updated to version 9.6.0. The new version was then quickly replaced by a series of minor updates over the course of the week, concluding with Slax 9.6.3. The project's leader, Tomáš Matějíček, explained the reason for the series of minor updates: "While I was repackaging ISO for the 64-bit version of Slax 9.6.1, I used Midnight Commander to extract the ISO contents. Unfortunately I forgot that there is a bug in Midnight Commander and it does not see empty directories. For that reason, the Slax 9.6.2 ISO file did not contain a /slax/changes directory, which is needed for storing persistent changes. You can fix that yourself easily by simply creating that directory. I've already pushed out version 9.6.3, which fixes this."
* * * * *
The Linux Kodachi project discovered a problem with the software shipped on the distribution's 5.3 release and published new media to address the problem. Unlike the Slax project which bumped its version number for the new media, Kodachi has kept the same version number and published a new checksum on Twitter: "If you have downloaded Kodachi 5.3 before 22-Nov-2018 please re-download again because I have fixed a bug to do with Nordvpn and force traffic via VPN." The tweet includes the new checksum.
* * * * *
Getting multiple operating systems to play well beside each other on the same disk, a practise known as dual booting, can be tricky. For people who want to run DragonFly BSD on the same hardware as other operating systems on an EFI-enabled computer, the DragonFly BSD Digest blog has some suggestions. "If you were looking to run DragonFly on the same disk as another operating system, Dr. Martin Ivanov has advice for you. Similarly, karu.pruun and Pierre-Alian TORET also have something on EFI booting."
* * * * *
These and other news stories can be found on our Headlines page.
|
Tips and Tricks (by Jesse Smith) |
Default passwords on live media
One of the questions I see most frequently in my inbox comes from people who have downloaded new installation or live media and found themselves presented with a password prompt. Then, because the default credentials are not included on the distribution's download page or in the release notes, they e-mail me and ask: "What is the default password for <insert project name here>?" It happens fairly frequently and I think it goes to show that many open source developers are not doing a great job of anticipating their users' experiences and communicating key information. I think there are actually four small problems in evidence here:
- There is a password prompt. This usually should not happen on live media. The user should typically be signed in automatically and the screen, ideally, should not lock on a live session, unless the user requests it. If the user is being asked for a password prompt when running from a live disc, it could probably be considered a bug.
- I suspect that a prompt for an unknown password indicates that no one outside the development team is testing the operating system. If you sit a non-techie friend or family member in front of a live disc that boots to a login screen, the first thing they are likely to do is ask what the password is. This is a good sign the prompt should be skipped or the password should be published somewhere obvious. Whenever I see a password prompt on a live disc, the thought crosses my mind: "This operating system has not been subjected to outside testing."
- Related to the second point, if a password prompt is really necessary, then the default, live password should be published somewhere obvious. The release announcement and/or the download page should tell potential users how to login. Otherwise their trial is only going to last 30 seconds and then they will give up.
- Developers often make it difficult to contact them or hard to find the password on their website. People would not be looking up my e-mail address and asking me about sign in credentials for random operating systems if the information were easy to find on the project's website. This only serves to make the operating system seem less user friendly and suggests there is a lack of useful documentation.
As it happens, I usually do not know, off the top of my head, what every distribution's default password is. My memory is pretty good most days, but I have my limits. However, most default usernames and passwords for distributions' live media will be one of the following:
- <blank> (just press Enter to sign in)
- root
- toor (root spelled backwards)
- live
- <the name of the distribution> (SuperOS will probably use "superos" as their username and password)
Whenever you find yourself staring at a password prompt, unsure of what to type, I suggest trying one of the above passwords, then filing an issue with the distribution. If you are stuck that means other people are too and the developers should be made aware there is a problem so they can update their documentation or automate the login procedure.
* * * * *
More tips can be found in our Tips and Tricks archive.
|
Released Last Week |
Development, unannounced and minor bug-fix releases
|
Torrent Corner |
Weekly Torrents
The table below provides a list of torrents DistroWatch is currently seeding. If you do not 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 in our Torrent Archive. We also maintain a Torrents RSS feed for people who wish to have open source torrents delivered to them. To share your own open source torrents of Linux and BSD projects, please visit our Upload Torrents page.
Torrent Corner statistics:
- Total torrents seeded: 1,134
- Total data uploaded: 22.3TB
|
Upcoming Releases and Announcements |
Summary of expected upcoming releases
|
Opinion Poll |
Does Haiku suit your needs?
In our review this week of Haiku we discussed some of the operating system's perks (such as its light, responsive desktop) and drawbacks (limited hardware support and single-user access). We would like to know what our readers think of Haiku. Does it suit your computing needs? Have you set it up on a relative's computer who just needs to browse the web and check e-mail? Let us know your impressions of Haiku in the comments.
You can see the results of our previous poll on size and frequency of package updates in last week's edition. All previous poll results can be found in our poll archives.
|
Does Haiku suit your needs?
Haiku does cover all my computing needs: | 95 (8%) |
Haiku does not cover my needs but works for my friends/family: | 84 (7%) |
Haiku does not cover my needs or those of my friends/family: | 535 (46%) |
Not sure yet: | 437 (38%) |
|
|
DistroWatch.com News |
DistroWatch database summary
* * * * *
This concludes this week's issue of DistroWatch Weekly. The next instalment will be published on Monday, 3 December 2018. Past articles and reviews can be found through our Article Search page. To contact the authors please send e-mail to:
- Jesse Smith (feedback, questions and suggestions: distribution reviews/submissions, questions and answers, tips and tricks)
- Ladislav Bodnar (feedback, questions, donations, comments)
- Bruce Patterson (podcast)
|
|
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 |
| |
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 1039 (2023-10-02): Zenwalk Current, finding the duration of media files, Peppermint OS tries out new edition, COSMIC gains new features, Canonical reports on security incident in Snap store |
• Issue 1038 (2023-09-25): Mageia 9, trouble-shooting launchers, running desktop Linux in the cloud, New documentation for Nix, Linux phasing out ReiserFS, GNU celebrates 40 years |
• Issue 1037 (2023-09-18): Bodhi Linux 7.0.0, finding specific distros and unified package managemnt, Zevenet replaced by two new forks, openSUSE introduces Slowroll branch, Fedora considering dropping Plasma X11 session |
• Issue 1036 (2023-09-11): SDesk 2023.08.12, hiding command line passwords, openSUSE shares contributor survery results, Ubuntu plans seamless disk encryption, GNOME 45 to break extension compatibility |
• Issue 1035 (2023-09-04): Debian GNU/Hurd 2023, PCLinuxOS 2023.07, do home users need a firewall, AlmaLinux introduces new repositories, Rocky Linux commits to RHEL compatibility, NetBSD machine runs unattended for nine years, Armbian runs wallpaper contest |
• Issue 1034 (2023-08-28): Void 20230628, types of memory usage, FreeBSD receives port of Linux NVIDIA driver, Fedora plans improved theme handling for Qt applications, Canonical's plans for Ubuntu |
• Issue 1033 (2023-08-21): MiniOS 20230606, system user accounts, how Red Hat clones are moving forward, Haiku improves WINE performance, Debian turns 30 |
• Issue 1032 (2023-08-14): MX Linux 23, positioning new windows on the desktop, Linux Containers adopts LXD fork, Oracle, SUSE, and CIQ form OpenELA |
• Issue 1031 (2023-08-07): Peppermint OS 2023-07-01, preventing a file from being changed, Asahi Linux partners with Fedora, Linux Mint plans new releases |
• Issue 1030 (2023-07-31): Solus 4.4, Linux Mint 21.2, Debian introduces RISC-V support, Ubuntu patches custom kernel bugs, FreeBSD imports OpenSSL 3 |
• Issue 1029 (2023-07-24): Running Murena on the Fairphone 4, Flatpak vs Snap sandboxing technologies, Redox OS plans to borrow Linux drivers to expand hardware support, Debian updates Bookworm media |
• Issue 1028 (2023-07-17): KDE Connect; Oracle, SUSE, and AlmaLinux repsond to Red Hat's source code policy change, KaOS issues media fix, Slackware turns 30; security and immutable distributions |
• Issue 1027 (2023-07-10): Crystal Linux 2023-03-16, StartOS (embassyOS 0.3.4.2), changing options on a mounted filesystem, Murena launches Fairphone 4 in North America, Fedora debates telemetry for desktop team |
• Issue 1026 (2023-07-03): Kumander Linux 1.0, Red Hat changing its approach to sharing source code, TrueNAS offers SMB Multichannel, Zorin OS introduces upgrade utility |
• Issue 1025 (2023-06-26): KaOS with Plasma 6, information which can leak from desktop environments, Red Hat closes door on sharing RHEL source code, SUSE introduces new security features |
• Issue 1024 (2023-06-19): Debian 12, a safer way to use dd, Debian releases GNU/Hurd 2023, Ubuntu 22.10 nears its end of life, FreeBSD turns 30 |
• Issue 1023 (2023-06-12): openSUSE 15.5 Leap, the differences between independent distributions, openSUSE lengthens Leap life, Murena offers new phone for North America |
• Issue 1022 (2023-06-05): GetFreeOS 2023.05.01, Slint 15.0-3, Liya N4Si, cleaning up crowded directories, Ubuntu plans Snap-based variant, Red Hat dropping LireOffice RPM packages |
• 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 |
• 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.
|
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 | 
EduLinux
EduLinux was a Chilean Linux distribution specially designed for computing labs. Its principal objective was to improve the performance of old computers labs, introducing a modern client/server architecture. It features a simple installation process and a client administrator software specially designed to incorporate new computers into existing networks. EduLinux was developed by Instituto de Informática Educativa in Universidad de La Frontera and Centro de Tecnología y Educación of the Ministry of Education.
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.
|
|