DistroWatch Weekly |
| Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 1, value: US$20.55) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
| Extended Lifecycle Support by TuxCare |
|
|
| Reader Comments • Jump to last comment |
1 • Alpine runs on an iPhone as well (by Marco on 2023-04-03 00:42:47 GMT from United States)
ish is the name of the app. https://ish.app/
2 • Convert man pages (by Bob on 2023-04-03 00:43:10 GMT from United States)
I convert man pages to text.
Example: man detox | col -b > detox-manual.txt
Source: https://granneman.com/tech/linux/commandline/convertmantotext
3 • Ubuntu Cinnamon (by Pumpino on 2023-04-03 02:01:41 GMT from Australia)
Comparing Ubuntu Cinnamon to Linux Mint is interesting. With the former, you get more recent packages for the core system, but the version of Cinnamon will likely remain locked at 5.6.7 until the next release. With the latter, you get the older LTS Ubuntu base (or older Debian base), but get new versions of Cinnamon as they're released (currently 5.6.8, so Ubuntu Cinnamon won't include the latest at the time of release). Choose your poison!
4 • EndeavourOS switching to Deepin (by Pumpino on 2023-04-03 02:13:50 GMT from Australia)
I believe EndeavourOS switching to Deepin was an April Fool's joke.
5 • alpine desktop (by opensusemicroos on 2023-04-03 02:15:29 GMT from Australia)
a easier way to get alpine for the desktop is to run the setup-desktop command. It then gives you a list of desktop environment like plasma, gnome, xfce etc to install. It's not listed on alpine website or wiki for some reason.
6 • Pumpino 3 re. Cinnamon (by Erik on 2023-04-03 02:27:08 GMT from United States)
Similarly to Kubuntu and KDE Neon
7 • EndeavourOS (by Jesse on 2023-04-03 02:29:29 GMT from Canada)
@4: "I believe EndeavourOS switching to Deepin was an April Fool's joke. "
It might be, I'd even go so far as to say it probably is. Though, if so, their timing was over 24 hours early as the blog was dated March 30th. Enough users are excited about the changes they might have trouble walking this one back.
8 • MidnightBSD and GhostBSD (by InvisibleInk on 2023-04-03 02:56:42 GMT from United States)
I really like the idea of running MidnightBSD or, better yet, GhostBSD as my desktop operating system. Only thing holding me back is a full-featured network manager. That is what cripples these desktop BSDs in my opinion. For example, VPNs are a no-Go. Too bad, because there is a lot to like about them otherwise.
9 • Alpine packages (by nsp0323 on 2023-04-03 04:37:07 GMT from Sweden)
Jesse wrote, "I found the desktop software in Alpine's repositories tended to lag behind ... often weeks or months behind upstream. We can counter this somewhat by installing the Flatpak framework."
Or, enable the edge repository and get those newer versions, e.g. Firefox, https://pkgs.alpinelinux.org/package/edge/community/x86_64/firefox
10 • EndeavourOS (by eznix on 2023-04-03 05:45:33 GMT from United States)
@7 "Enough users are excited about the changes they might have trouble walking this one back. "
More like enough users are relieved as heck that it was a joke. Most EndeavourOS users would have a stroke if most of the changes outlined in the April Fool's post came to fruition. I don't use EndeavourOS, but I would lose all interest in the project if those changes happened. Half of the mock plans seemed like a thinly veiled poke at Garuda.
11 • EndeavourOS (by bittin on 2023-04-03 05:51:25 GMT from Sweden)
The announcment was posted 31th of March as there was a new ISO Released then that uses nvidia-dkms instead of nvidia from the Arch Linux repo
but the rest of it is an April fools joke, by Bryan, Manuel, Joe and some of the main developers of EOS
12 • convert man pages (by Carlo Alessandro Verre on 2023-04-03 07:35:01 GMT from Italy)
I use a script named man2pdf you can copy somewhere on your PATH, as follows:
#!/bin/bash DIR=~/man PS=$DIR/$1.ps PDF=$DIR/$1.pdf mkdir -p $DIR && man -t $1 >$PS && ps2pdf $PS $PDF && rm $PS && xdg-open $PDF
the man page is converted in pretty PDF format, and xdg-open opens it by the system standard PDF browser, allowing browsing and printing
13 • print off copies of some man pages (by eb on 2023-04-03 13:06:59 GMT from France)
man fluxbox > man-fluxbox.txt
14 • Alpine Linux (by corpsouth on 2023-04-03 14:14:38 GMT from United States)
It didn't take me more than few minutes to look through some recommended practices before going into setting up Alpine Linux, this is why documentation should be read before going into a "distro review". It took roughly the same amount of time to install XFCE 4.18 via the setup-desktop script, all you had to do was uncomment the repositories. Not hard at all.
15 • Ubuntu Cinnamon (by RetiredIT on 2023-04-03 14:42:15 GMT from United States)
Ubuntu can add all the desktops they want. I used Ubuntu from 2006 on until they and their derivative family became irrelevant to me in 2011 with the introduction of the notorious Unity desktop. What followed has been year after year of buggy distros in the Ubuntu family. So I switched to Mint in 2012 and then to MX Linux in 2020 which I am currently using.
16 • Linux Mint vs Ubuntu Cinnamon (by Friar Tux on 2023-04-03 17:04:25 GMT from Canada)
@3 (Pumpino) For me, it's Mint. Even though it may be a version or two behind, I find Mint is an improved version of Ubuntu. I once read a comment that goes like this, "Mint improved Ubuntu, which improved Debian." I kind of believe it. I tested all three and where I had issues with Debian and Ubuntu, in the six years I have, daily, run Mint, I have never, ever had an issue. (With Mint 21.1, it appears they have stopped using Metacity and are using GTK to decorate their apps. While this is not an issue, it does means I had to redo the actual gtk.css file to my liking. But, it worked out so no issues with issues.)
17 • Where I run Alpine (by alpinist on 2023-04-03 18:02:26 GMT from Switzerland)
I voted "Desktop/Laptop" because it was the least incorrect answer, but I actually run Alpine on my phone. It's a PinePhone running postmarketOS (an Alpine derivative for phones and tablets).
18 • Alpine doesn't support DNS-over-TCP (by RetiredBloke on 2023-04-03 18:46:46 GMT from United States)
I tried out Alpine Linux on the desktop a few weeks ago, and found that it worked pretty well except I couldn't connect to my wireless printer. I tried setting up name resolution in etc/nsswitch.conf like I do with Arch and other distros, but that didn't work. I did some research and found that Musl doesn't yet support DNS-over-TCP. Most distros use Glibc, so I never ran into this problem before. I've used Void Linux successfully, but with Void you can select either Musl or Glibc and I selected Glibc. I hope Alpine will eventually add support for DNS-over-TCP in a future Musc release. It's a fine distro otherwise and as other folks have pointed out, it is really fast.
19 • Printing man pages (by Martin on 2023-04-03 19:39:34 GMT from United Kingdom)
Thank you Jesse for this article, it is something I have been exploring recently as I find a printed version of a man command easier to reference when my failing memory needs refreshing on the options. Your work is much appreciated.
20 • Cinnamons Everywhere (by joncr on 2023-04-03 20:10:34 GMT from United States)
Ubuntu Cinnamon is to Mint's Cinnamon as Mint's XFCE is to Xubuntu. Ditto Mate. The rational way to choose one or the other is which collection of default apps you might prefer (every package on one can be installed on the other) and kernel preference (as customary, new hardware user might finr Ubuntu's 6.2 kernel a happier experience than Mint's 5.19, made available after an install.)
21 • Debian Testing w/ Cinnamon (by Jimbo on 2023-04-04 04:19:35 GMT from New Zealand)
I'm using Debian Testing w/ Cinnamon desktop on all my machines including TV. Works great and uses recent software.
https://cdimage.debian.org/cdimage/bookworm_di_rc1/amd64/iso-cd/
22 • Endeavour Os April Fools (by Dasher on 2023-04-04 07:20:07 GMT from United Kingdom)
I dont think one should publish April fools as news in a newsletter like this. Publishing on the first of April is OK, but in this weekly newsletter is not OK.
23 • Alpine Linux, Mint... (by Vukota on 2023-04-04 13:08:12 GMT from Serbia)
Alpine is nice for being small, but that is where "nice" ends. Using it for production Docker container, I can just tell you good luck! Mixing latest unstable (non main) repos with stable (main) is recipe for hell and I've seen it in many base production Docker images. Basing everything on half baked musl is another recipe for hell. You are not going to see that something doesn't work until customers comes back screaming. Switch to any other major distro, same code, everything just works, no urgent calls from customers.
Ubuntu Cinnamon vs Mint Cinnamon - Mint is Ubuntu done right (or more likely patched to work right).
24 • @18 (by Justin on 2023-04-04 15:25:05 GMT from United States)
It seems DNS-over-TCP support has been added to musl and is pending a release to Alpine: https://gitlab.alpinelinux.org/alpine/tsc/-/issues/43
Can anyone explain to me what this has to do with the C standard library? I didn't know the standard library did so much. I thought other libraries would do higher level functions like this but maybe I'm wrong.
25 • @24 (by Vukota on 2023-04-04 17:46:59 GMT from Serbia)
Yes, many applications, frameworks and even languages are using C standard libraries beneath (you are even not going to know what/when/where), and those tiny differences are making other higher stuff to fail. Maybe one day, they will be the same, but in the meantime, I don't want to be a beta tester in production.
26 • @24 (by Head_on_a_Stick on 2023-04-05 05:17:30 GMT from United Kingdom)
See nsswitch.conf(5).
27 • QnA man pages as text (by jonathon on 2023-04-05 22:30:38 GMT from Australia)
Thank you for a great Q and A. I am not sure why I hadn't looked it up before, my previous method to copying a manpage as a text file was choosing the smallest font size in my terminal, maximising vertically, selecting all and copying each page. Motivated by the QnA today I find another (@2) easy method man -E=UTF-8 man > man-manpage.txt (also available, ascii, latin1, or utf8)
28 • Ubuntu Desktops (by penguinx86 on 2023-04-06 02:22:11 GMT from United States)
I welcome any version of Ubuntu that does not use Gnome 3/Gnome Shell, the Activities Overlay and the Dock permanently stuck on the left side of the screen. In my opinion, Ubuntu really screwed up big time when they introduced these features in Ubuntu 12.04. That's why I switched to Linux Mint with MATE or Xfce instead of Ubuntu.
29 • Docks (by JJ Ellis on 2023-04-06 14:33:12 GMT from United States)
".. Dock permanently stuck on the left side of the screen"
Then you have Mint's Dock permanently stuck on the bottom of the screen. :)
Easy enough to move the dock to the right, left, top, bottom, or not at all.
30 • Ubuntu/Mint (by Friar Tux on 2023-04-06 14:50:41 GMT from Canada)
@28 (Penguinx86) I totally agree, though I prefer Mint/Cinnamon because of Cinnamon's applets and Desklets which I use quite a bit. Also, for me, Mint's taskbar setup matches my muscle memory after using that setup for years - as far back as Windows 3.11. @29 (JJ Ellis) Not sure what you mean about Mint's dock struck permanently at the bottom. You can move it anywhere you want with a few clicks of a button. In fact, I have two - one at the top and one at the bottom - but I can move them to the left and right if I wish.
31 • Alpine (by Stefan on 2023-04-06 18:24:48 GMT from United States)
Haven't ever looked into Alpine. I've made Debian a crutch of my life for almost the last 20 years. No negative toward Alpine.
32 • Ubuntu/Mint (by El Kabong on 2023-04-07 04:46:22 GMT from United States)
@28, 29, 30, By all means use the DE you prefer, but it's not necessary to make incorrect pronouncements about alternative DEs. Neither Cinnamon nor Ubuntu Gnome have a dock or panel stuck anywhere. Right now I'm running Ubuntu and Kubuntu both with a panel on the left and plank dock at the bottom. It's my preferred setup. You'd have to look twice to tell one from the other.
I prefer Gnome or KDE because both are more configurable than Cinnamon, XFCE or others. (For those who believe that Gnome is only to be used as provided, try Gnome-tweaks and extensions.) I could use Linux Mint but I find Cinnamon too inflexible. Others may differ, and that's okay. Whatever suits you. Desklets do nothing for me, since I prefer a clean desktop. If I should change my mind, KDE offers lots of widgets, and bot KDE and Gnome can be configured to fit just about anyone's "muscle memory".
33 • Gnome Vs. Cinnamon & KDE (by M.Z. on 2023-04-07 20:58:15 GMT from United States)
@32 '... try Gnome-tweaks and extensions.'
The odd bit about that is that tweaks is really a community hack layered on top of Gnome, which is generally far more locked down than Cinnamon by default. Add to that the fact that many community extensions were explicitly expected to break during various parts of the Gnome 3- current development cycle & I'd argue that users should generally be a bit weary of using something like Gnome-tweaks if they really want a stable, consistent & easy to modify desktop. It's not that it can't be done, but the fact that they broke Mint Gnome Shell Extensions enough that the Mint team gave up & decided to make a whole new desktop says a lot to me about the priorities of Gnome. It also says not only how much work they might still be creating for those that make things like Gnome-tweaks, but also how more problems might still result.
Basically if you want a solid amount of flexibility out of the box both Cinnamon & XFCE are very solid choices & I'd argue better than Windows or default Gnome. Of course if you want lots of customization options, nothing beats KDE for the built in amount of flexibility or tweak-ability you can get. For Gnome there are options but they way they once seemed to say they wanted to break things between releases so as to bring users to their vision of a default desktop makes me not want to bother. Also for general PC users & ex-MS users the defaults most Distros use in both KDE & Cinnamon are a massive time saver.
Number of Comments: 33
Display mode: DWW Only • Comments Only • Both DWW and Comments
| | |
| 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 1159 (2026-02-09): Sharing files on a network, isolating processes on Linux, LFS to focus on systemd, openSUSE polishes atomic updates, NetBSD not likely to adopt Rust code, COSMIC roadmap |
| • Issue 1158 (2026-02-02): Manjaro 26.0, fastest filesystem, postmarketOS progress report, Xfce begins developing its own Wayland window manager, Bazzite founder interviewed |
| • Issue 1157 (2026-01-26): Setting up a home server, what happened to convergence, malicious software entering the Snap store, postmarketOS automates hardware tests, KDE's login manager works with systemd only |
| • Issue 1156 (2026-01-19): Chimera Linux's new installer, using the DistroWatch Torrent Corner, new package tools for Arch, Haiku improves EFI support, Redcore streamlines branches, Synex introduces install-time ZFS options |
| • Issue 1155 (2026-01-12): MenuetOS, CDE on Sparky, iDeal OS 2025.12.07, recommended flavour of BSD, Debian seeks new Data Protection Team, Ubuntu 25.04 nears its end of life, Google limits Android source code releases, Fedora plans to replace SDDM, Budgie migrates to Wayland |
| • Issue 1154 (2026-01-05): postmarketOS 25.06/25.12, switching to Linux and educational resources, FreeBSD improving laptop support, Unix v4 available for download, new X11 server in development, CachyOS team plans server edtion |
| • Issue 1153 (2025-12-22): Best projects of 2025, is software ever truly finished?, Firefox to adopt AI components, Asahi works on improving the install experience, Mageia presents plans for version 10 |
| • Issue 1152 (2025-12-15): OpenBSD 7.8, filtering websites, Jolla working on a Linux phone, Germany saves money with Linux, Ubuntu to package AMD tools, Fedora demonstrates AI troubleshooting, Haiku packages Go language |
| • 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 |
| • 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 | 
eAR OS
eAR OS was an Ubuntu-based Linux distribution featuring the advanced, yet simple-to-operate eAR Media Centre. Tune in to TV programs, rip CDs to hard disk in lossless FLAC quality, watch digital TV and DVDs, listen to Internet radio, view photos, or listen to music - all from within an intuitive user interface. The distribution was available in two flavours - either as a freely downloadable "Free" edition, or as a commercial "Enterprise" edition with extra features and performance enhancements.
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.
|
|