DistroWatch Weekly |
Tip Jar |
If you've enjoyed this week's issue of DistroWatch Weekly, please consider sending us a tip. (Tips this week: 0, value: US$0.00) |
|
|
|
 bc1qxes3k2wq3uqzr074tkwwjmwfe63z70gwzfu4lx  lnurl1dp68gurn8ghj7ampd3kx2ar0veekzar0wd5xjtnrdakj7tnhv4kxctttdehhwm30d3h82unvwqhhxarpw3jkc7tzw4ex6cfexyfua2nr  86fA3qPTeQtNb2k1vLwEQaAp3XxkvvvXt69gSG5LGunXXikK9koPWZaRQgfFPBPWhMgXjPjccy9LA9xRFchPWQAnPvxh5Le paypal.me/distrowatchweekly • patreon.com/distrowatch |
|
Extended Lifecycle Support by TuxCare |
|
Reader Comments • Jump to last comment |
1 • Static vs dynamic (by Technosaurus on 2020-08-10 01:55:52 GMT from United States)
First, some libraries are just plain bad at static builds (gnu-libc, x11, glib, gtk, most c++ libs) but many have alternatives such as musl-libc, tinyx11, etc... If you use link time optimization (or similar), the size difference in the binaries is often negligible (and sometimes smaller than the shared binary) Since the system doesn't need to load up additional shared libraries, the initial start time of static builds is often much quicker. Static builds can work on different distros regardless of what packages are installed. Dynamic library updates don't break static binaries (important for system repair tools). Updates to static binaries are only necessary iff it uses the library code that required a CVE. The updates for static builds could take advantage of binary diff tools to minimize network traffic - it's usually pretty minimal if the build systems don't change.
Anecdote: Back when I was working on Puppy Linux (4.x timeframe), we used a hybrid method in the main iso where any library that was only used once was built in statically, but that was based on iso size constraints - static builds of single use libs reduced the iso size by 10-20%.
2 • Dynamic linking & static linking (by Friar Tux on 2020-08-10 01:58:22 GMT from Canada)
Isn't that the whole idea behind Flatpak, Snaps, and/or AppImages? And don't developers benefit in that it reduces the amount of work needed to satisfy the various distros? I've come to the point where I'm really not worried about duplication of libraries on my system, thanks to the amount of memory most laptops come with now-a-days. (This may be from my Windows years as Windows installs each app/program into its own folder WITH all the libraries needed. There was plenty of duplicating there.)
3 • Grub update issue (by Bin on 2020-08-10 04:22:22 GMT from United Kingdom)
Running Debian SparkyLinux 5.12 with unattended upgrades.
Normally UA handles grub updates - this time it didn't.
Dumped out at grub rescue prompt
Used rescatux to correct grub and all well. grub is now on the exception list along with xserver.
4 • Static vs dynamic linking (by Alexandru on 2020-08-10 07:37:14 GMT from Austria)
First of all, congrats for insightful article.
Static linking and dynamic linking both have their use cases. 1. Size. Static linking only gets those bits of a library which are actually used, dynamic linking always provides whole library. On the other hand, dynamic linking takes the storage space only once, while static linking takes space as many times as many different programs use that library. 2. Loading time. Statically linked programs usually load faster than dynamically linking ones except the case when the dynamic library is already loaded into memory by some other application that links against it. In this case new dynamically linked application (whose size is smaller than that of statically linked one) is loaded faster. 3. Uniformity. The same application which is statically linked to different versions of the same library, or different libraries that export the same symbols, may look or behave differently. And this is counter-intuitive. Additionally static linking creates problems with the size of updates and shortness of time they are available.
In conclusion: - Static linking use cases: 1. The library is small 2. The library is used by few programs - Dynamic linking use case are all the rest.
5 • Static vs dynamic linking (by Robert_M on 2020-08-10 09:17:35 GMT from Canada)
Historically, dynamic linking was used over static linking in order to reduce the memory and disk space footprint on a system.
When I started my career in computers, a 10 megabyte Winchester disk drive was several thousand dollars and memory was $1 per word. This was for unix based systems. I had a university professor who said that times were great as he remembered memory being $1 per bit. People of my generation actually remember real "core" memory.
It was not unusual to have systems with 1-2 K of memory and 20-40 mbytes of storage. We were memory constrained at the time. A system with 4gig of storage was a large system.
Dynamic linking reduced the need for expensive upgrades but came at a cost. When I worked for an R&D firm that had several thousand unix boxes, it would take about 6 months to a year to ensure that all applications were converted over to work with a new release. A very painful process.
This was at the time when tcp/ip networks were fairly new and the internet was a collection of statically connected sites. We initially had two diskless workstations configured to a single disk based system to reduce deployment costs.
Times were different back then. Today, with current memory and storage prices , it makes sense to come full circle and look static linking to take advantage of its simplicity. As an end user, I am constantly upgrading and I think of my systems as a collection of packages and not libraries. I feel that anything that makes a package self-contained is a good thing.
I am having a blast working with raspberry pi s that have the same power and storage of $30k workstation in the past for sub $100.
My apologies for the long rant, but to understand where we are, we need to understand where we've come from. Context is everything.
Now back to lurking.....
6 • Zentyal (by Bernard Fuller on 2020-08-10 09:28:17 GMT from United Kingdom)
I tried Zentyal in the past and never felt comfortable with it. I seem to remember that one server distribution I tried didn't include a Mail Server, was it this one??
I've been using ClearOS now for several years. If you get the chance, or have the energy, I'd be interested to hear what you make of that. Apart from their forum, I sometimes feel I'm working in a vacuum with it.
Some other independent view would be interesting.
7 • Static vs Dynamic Linking (by Newby on 2020-08-10 10:12:50 GMT from Canada)
@5 Enjoyed reading about your experience with "period era" hardware. Brought back painful memories of trying to input data on a Data General computer with 4K of core memory, via 8 toggle switches on the front panel. For a more "excruciating" experience, there was inputting data into an IBM mainframe via punch cards. It could be a while before you got the results and found out if you were successful or not, and then try and remember what you were trying to do so you could "troubleshoot". And that was assuming the mechanics were aligned properly so the cards didn't "jam up". And who could forget the joys of waiting ages for a cassette tape program to finish loading a simple game on a Commodore or Atari system (as well as Apple, Sinclair/Timex, BBC "Micro", etc.) At the very end of your history lesson about "linking", you intrigued as with a reference about "lurking". Would be rather interesting if you could expound upon that. So many nefarious possibilities inferred by that last line..... :)
8 • LMDE (by OstroL on 2020-08-10 10:23:44 GMT from Poland)
>> LMDE is small but that’s not particularly relevant. It doesn’t get point-releases, it’s not promoted or given the same exposure, and its purpose isn’t to compete with Linux Mint or to attract new users. It’s developed as a plan B in case we need to switch package base one day. It could be seen as a costly investment but it’s strategically important to our project. It tells us exactly how much we rely on Ubuntu, how well we can do without it, and how much work would be involved if we had to stop using it.
9 • grub update issue (by CatInAHat on 2020-08-10 11:14:55 GMT from Australia)
on 'extra' OS, MX with grub on root Partition: update used grub-install (as a tui) to ask which location to update/install grub - eh? chose my current location of course... next boot gave me grub rescue prompt :P had to use SystemRescueCd to boot OS, repaired grub with MX Boot Repair tool
primary OS, MX with grub on mbr: same process, reboot = fine...
secondary OS, Artix, no issue...
10 • Static linking (by bison on 2020-08-10 14:14:33 GMT from United States)
One class of programs that would benefit from static linking are games.
I like to play older versions of SuperTuxKart (before they changed the game physics), but these will not run on modern Linux systems because they depend on obsolete shared libraries, which cannot be installed because they conflict with other libraries on the system.
I keep a copy of Ubuntu 14.04 around just for games.
11 • Static vs Dynamic (by Nathan on 2020-08-10 14:15:11 GMT from United States)
Static vs dynamic to me is a question of how I want abandonware to fail. As a prolific author of abandonware myself, it always has bugged me how android apps that I released never to update again would benefit from security patches if only I re-compiled them against updated libraries (of course, fixing breakages along the way). Sure they continue working (mostly), but they quickly become vulnerable to attacks because of the vulnerable libraries that are baked in. Same applies to my flatpak apps.
On the other hand, whenever I attempt to launch my dynamically-linked abandonware after a year or so of not touching it, I find that it errors out and I have to fix a few broken library calls first.
In the end, for me it boils down to security. If I want to be forced to have good security, dynamic linking is better. If I just want to run the program, never mind that it exposes me to an ever-expanding list of vulnerabilities, then static linking allows me that luxury. Unfortunately for me, I'm both lazy and a security minded person, so I live in constant guilt and worry about my statically-linked programs betraying me. ;)
12 • Linking, and file hash algorithms (by RJA on 2020-08-10 14:31:09 GMT from United States)
Well, over at the PaleMoon community, using the system libraries instead of libraries that are bundled with the package is a big no-no, because of outdated/wrong library versions.
Well, looks like Microsoft made the move to SHA-2 and considers even SHA-1 a risk.
SHA-1 has been considered a risk for a while, but has been tolerable.
So, I was horrified to see MD5! (Including Zentyal)
-RJA
13 • linking in programs (by Myrtle on 2020-08-10 15:07:03 GMT from United States)
https://stackoverflow.com/questions/1993390/static-linking-vs-dynamic-linking
That page said it well and ended it well with a lot of "it depends" in answer to questions about performance.
Test test test is the takeaway, and in an environment as close to the real world working conditions as possible.
14 • Dynamically linked programs (by Tim on 2020-08-10 15:13:51 GMT from United States)
Jesse, that is an excellent paragraph about the benefits of dynamically linked programs. I have known that for many years (I started using UNIX in the early 80s), but it is great to get such a clear summary. Thank you.
FWIW, for the same reasons, I will avoid Flatpaks and Snaps for as long as possible. If they back me into a corner, I will switch to BSD.
15 • Linux Mint LMDE (by barnabyh on 2020-08-10 16:55:44 GMT from Germany)
Shame only 1% of Mint users run LMDE. It's exceptionally polished and runs really well without as much overhead, it could easily be the main edition. No idea what it is supposedly missing when compared to the Ubuntu Mint. Ok, I only used that one briefly about 11 years ago. Perhaps the hardware driver assistant I read about but how many people actually need that? Most is well supported ootb and adding the nVidia driver is not that hard.
Synaptic shows me 60010 packages available so it can't be availability of packages either.
Hope they don't discontinue it, it's the only Mint I would even consider. Running well for 16 months here incl. the upgrade.
16 • Linux Mint (by narly on 2020-08-10 18:48:53 GMT from United States)
I recently updated from Linux Mint 19 to 20. I wanted to wipe my hard drives and start over again from scratch. I also wanted to switch to the Xfce desktop. I gave up on MATE because it started to get buggy. Cinnamon is OK, but I like the speed and simplicity of Xfce better now. I did try LMDE4, but had intermittant wifi problems with my laptop. Now I'm happily running Linux Mint 20 Xfce on both my laptop and desktop.
17 • Linux Mint (by yrotadnam on 2020-08-10 20:59:06 GMT from New Zealand)
@8,@15 - I see LMDE as no more than an insurance policy by Mint. Rather unpolished in its current state, but important as Canonical could be bought or become unpredictable. @17 - Cinnamon is good though I see some crashes and hangups. MATE is again in my experience more stable, has wobbly windows, but is a bit dated. I have tried Xfce but find it lacking after Cinnamon's powerhouse of ease-of-use, particularly things like file managers are where many DE's fall down. KDE have improved much over time, but Mint dropped KDE. You can add it, but its 4.1 which is ancient and rubbish compared to the new 5.8 or whatever you would get with Manjaro. my 10c, YMMV
18 • Mint KDE, @17 (by WhatMeWorry on 2020-08-11 01:03:39 GMT from United States)
"You can add it, but its 4.1"
You can easily add KDE to Mint 20 by enabling Kubuntu backports, and it runs well. Currently it's 5.18.5. (Manjaro is on 5.19.3) Question is, why? If staying in the Ubuntu family, there's Kubuntu; and there's neon, which has the latest. I ran Mint for many years. Had many advantages for me, but in the last few years, the differences between Mint and others have become minor. I just choose a distro that offers the desktop I want.
19 • @18-- Mint. (by R. Cain on 2020-08-11 23:30:04 GMT from United States)
"...Question is, why?...in the last few years, the differences between Mint and others have become minor..."
It's been a very long time since there was any compelling reason to consider using Mint.
20 • LMDE (by other Tim on 2020-08-12 00:20:36 GMT from United States)
I need to push back a little on this idea that LMDE is just a backup plan for Mint and that it's unpolished.
I happily used LMDE 2 for years. There was nothing unpolished about it. The only reason newer LMDEs don't interest me is that I use MATE.
LMDE is a nice option because it's simple to set up a system with it, and by enabling Debian backports you can have relatively fresh packages on a very stable base for many years. There have been many times I've been wishing for a "Ubuntu Backports" but that role is taken by PPAs and sometimes its hard to see who you can trust.
Debian and LMDE are not unpolished. If you take the time to gain even basic knowledge of APT, it's more intuitive and much faster than any of these software stores that people think they need. I use all members of the Debian family (including Ubuntu and Mint) but I think it's been more than six years since I bothered opening a software store. My copies of Ubuntu or Mint are managed the same way my copies of Debian are.
21 • LMDE, @20 (by WhatMeWorry on 2020-08-12 09:32:41 GMT from United States)
"I need to push back a little on this idea that LMDE is just a backup plan for Mint" You'd be pushing back against the Mint devs, since they are the ones saying that. As for being unpolished, it seems OK to me, but I'm not a regular user.
"relatively fresh packages" Debian backports are usually taken from "testing", so "fresh" is definitely relative. Ubuntu does have backports, usually enabled by default.
I don't use the app stores much either, but "basic knowledge of APT" is no substitute for Synaptic. (And vice versa.)
22 • In the last few years... (by Friar Tux on 2020-08-12 13:36:10 GMT from Canada)
@19 (R Cain) "...in the last few years, the differences between Mint and others have become minor..." Some of us see that as a good thing. So long as those others work as well and as problem-free as Mint has worked (for me). Also, it's to be expected. With the number of distros out there, and each one 'improving' with each version, it stands to reason they will soon all meld together. While I like having the choice of hundreds of distros, I can foresee a time when they will all meld into one 'super-distro'. The other route is that we will end up with five or six different versions of Linux and/or BSD, with hundreds of distros in each version. But then, that's freedom for you. (It reminds me of the auto industry. While it only takes four wheels and a motor to get you from point A to point B, still, look how many, many models of vehicles we have come up with.)
23 • Grub Boot(black)hole (by cykodrone on 2020-08-12 19:16:31 GMT from France)
No, my humble dual distro lappy was not affected (Devuan grub), but I must say, that's embarrassing, I bet some faces were as red as RH's logo, eek. :/
24 • @20--"Backup Plan" (by R. Cain on 2020-08-13 13:02:15 GMT from United States)
"I need to push back a little on this idea that LMDE is just a backup plan for Mint..."; "...I happily used LMDE 2 for years..." [this last lends *no* credibility to the commenter's objection; it is NOT ABOUT you, folks]
One needs to be aware of history, to not fall victim to the "Facebook Syndrome" of 'putting it out there' without doing any thinking OR research, before rushing to "...push back..."; to wit--
Clement Lefebvre *HIMSELF* said a few years ago, in one of Mint's blogs or forums, that yes, indeed, the entire, SOLE purpose of developing LMDE was as an insurance policy" against any untoward circumstances which might occur if Mint were absolutely, only tied and committed to Ubuntu.
Push back all you like, folks. Know what you're talking about when you do.
25 • Lmde (by Tim on 2020-08-14 02:07:27 GMT from United States)
I know exactly what I'm talking about: that LMDE is a good distro that gave me a problem free two years.
Clem and Mint are super clear why they make LMDE. My argument is not with them- it's with those voices here dismissing LMDE as unpolished and not worth anything other than this backup plan. If you like Cinnamon and know how to use apt, this might be the distro for you.
26 • LMDE & Mint (by M.Z. on 2020-08-14 20:12:36 GMT from United States)
I've had a lot of good years with LMDE, and it has seemed fairly solid all around to me. It's got plenty of good polish & is very stable, while offering the friendly & easy sort of desktop computing users expect out of Mint. If you use any sort of general PC desktop like KDE/Windows then LMDE could be an excellent distro for you.
The only thing LMDE sort of lacks for me now is the level BTRFS + Timeshift integration in the update manager in LMDE 4 verses LMDE 3. In the previous release I could use Calamares to more easily setup partitions as BTRFS & get the whole thing up & running & doing daily snapshots. There was no need to ever use my daily or weekly BTRFS snaps shots in LMDE 3 give how rock solid stable it was, but that level of stability + a back up plan in a dirt simple desktop distro was very compelling to me. I gave up on additional trouble shooting of getting LMDE4 on BTRFS to load via my Grub customizer in Mageia, though it may well work as well in the main edition as it did for me in LMDE 3.
I could wax poetic about how quickly Mint integrated flatpak into their nice & easy software manager, how long they offered BTRFS + Timeshift before Ubuntu started playing with experimental ZFS support, or how they continue to consistently improve their easy to use set of desktop options. Regardless of all that or how many more details could be given, Mint is one of if not the biggest community based Linux distros & one of the most widely used distros as well, and given how good an alternative it is for windows I can see many compelling reasons why.
27 • Mint (by Friar Tux on 2020-08-14 22:32:28 GMT from Canada)
@26 (MZ) I agree 100%. In fact, Mint is so trouble-free (four years for me) that the joke in my family is that I have to play with other distros to keep my Linux skills up to par. Clem and gang have got one rock solid OS there (LMDE included). Plus, if you don't care for the default polish, you can easily change that. Just hope over to pling.org have have fun. (I'm interpreting polish as the visuals. I could be wrong here.)
28 • SOHO server distros (by Ankleface Wroughlandmire on 2020-08-14 23:16:37 GMT from Ecuador)
Zentyal looks quite underwhelming. If you have hardware that supports it I'd always recommend TrueNAS as the first option. Or if you prefer something Linux-based and/or have less-common or even extremely uncommon hardware, then OpenMediaVault is your solution. It's Debian-based, and can be installed directly as a distro on most normal hardware. But if you have something more arcane you can install it on top of a regular Debian install. Proof in point, I found a site that let me install Debian on an old Lacie NAS with an armv5 processor, and now it runs OpenMediaVault just fine.
29 • "...trouble free.." (by Otis on 2020-08-15 12:16:00 GMT from United States)
@27 I agree but about MX, not Mint. Same thing except it's been only two years (or there abouts) for me. And minus the systemd.
Number of Comments: 29
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 1114 (2025-03-24): Bazzite 41, checking which processes are writing to disk, Rocky unveils new Hardened branch, GNOME 48 released, generating images for the Raspberry Pi |
• Issue 1113 (2025-03-17): MocaccinoOS 1.8.1, how to contribute to open source, Murena extends on-line installer, Garuda tests COSMIC edition, Ubuntu to replace coreutils with Rust alternatives, Chimera Linux drops RISC-V builds |
• Issue 1112 (2025-03-10): Solus 4.7, distros which work with Secure Boot, UBports publishes bug fix, postmarketOS considers a new name, Debian running on Android |
• Issue 1111 (2025-03-03): Orbitiny 0.01, the effect of Ubuntu Core Desktop, Gentoo offers disk images, elementary OS invites feature ideas, FreeBSD starts PinePhone Pro port, Mint warns of upcoming Firefox issue |
• Issue 1110 (2025-02-24): iodeOS 6.0, learning to program, Arch retiring old repositories, openSUSE makes progress on reproducible builds, Fedora is getting more serious about open hardware, Tails changes its install instructions to offer better privacy, Murena's de-Googled tablet goes on sale |
• Issue 1109 (2025-02-17): Rhino Linux 2025.1, MX Linux 23.5 with Xfce 4.20, replacing X.Org tools with Wayland tools, GhostBSD moving its base to FreeBSD -RELEASE, Redox stabilizes its ABI, UBports testing 24.04, Asahi changing its leadership, OBS in dispute with Fedora |
• Issue 1108 (2025-02-10): Serpent OS 0.24.6, Aurora, sharing swap between distros, Peppermint tries Void base, GTK removinglegacy technologies, Red Hat plans more AI tools for Fedora, TrueNAS merges its editions |
• Issue 1107 (2025-02-03): siduction 2024.1.0, timing tasks, Lomiri ported to postmarketOS, Alpine joins Open Collective, a new desktop for Linux called Orbitiny |
• Issue 1106 (2025-01-27): Adelie Linux 1.0 Beta 6, Pop!_OS 24.04 Alpha 5, detecting whether a process is inside a virtual machine, drawing graphics to NetBSD terminal, Nix ported to FreeBSD, GhostBSD hosting desktop conference |
• Issue 1105 (2025-01-20): CentOS 10 Stream, old Flatpak bundles in software centres, Haiku ports Iceweasel, Oracle shows off debugging tools, rsync vulnerability patched |
• Issue 1104 (2025-01-13): DAT Linux 2.0, Silly things to do with a minimal computer, Budgie prepares Wayland only releases, SteamOS coming to third-party devices, Murena upgrades its base |
• Issue 1103 (2025-01-06): elementary OS 8.0, filtering ads with Pi-hole, Debian testing its installer, Pop!_OS faces delays, Ubuntu Studio upgrades not working, Absolute discontinued |
• Issue 1102 (2024-12-23): Best distros of 2024, changing a process name, Fedora to expand Btrfs support and releases Asahi Remix 41, openSUSE patches out security sandbox and donations from Bottles while ending support for Leap 15.5 |
• Issue 1101 (2024-12-16): GhostBSD 24.10.1, sending attachments from the command line, openSUSE shows off GPU assignment tool, UBports publishes security update, Murena launches its first tablet, Xfce 4.20 released |
• Issue 1100 (2024-12-09): Oreon 9.3, differences in speed, IPFire's new appliance, Fedora Asahi Remix gets new video drivers, openSUSE Leap Micro updated, Redox OS running Redox OS |
• Issue 1099 (2024-12-02): AnduinOS 1.0.1, measuring RAM usage, SUSE continues rebranding efforts, UBports prepares for next major version, Murena offering non-NFC phone |
• Issue 1098 (2024-11-25): Linux Lite 7.2, backing up specific folders, Murena and Fairphone partner in fair trade deal, Arch installer gets new text interface, Ubuntu security tool patched |
• Issue 1097 (2024-11-18): Chimera Linux vs Chimera OS, choosing between AlmaLinux and Debian, Fedora elevates KDE spin to an edition, Fedora previews new installer, KDE testing its own distro, Qubes-style isolation coming to FreeBSD |
• Issue 1096 (2024-11-11): Bazzite 40, Playtron OS Alpha 1, Tucana Linux 3.1, detecting Screen sessions, Redox imports COSMIC software centre, FreeBSD booting on the PinePhone Pro, LXQt supports Wayland window managers |
• Issue 1095 (2024-11-04): Fedora 41 Kinoite, transferring applications between computers, openSUSE Tumbleweed receives multiple upgrades, Ubuntu testing compiler optimizations, Mint partners with Framework |
• Issue 1094 (2024-10-28): DebLight OS 1, backing up crontab, AlmaLinux introduces Litten branch, openSUSE unveils refreshed look, Ubuntu turns 20 |
• Issue 1093 (2024-10-21): Kubuntu 24.10, atomic vs immutable distributions, Debian upgrading Perl packages, UBports adding VoLTE support, Android to gain native GNU/Linux application support |
• Issue 1092 (2024-10-14): FunOS 24.04.1, a home directory inside a file, work starts of openSUSE Leap 16.0, improvements in Haiku, KDE neon upgrades its base |
• Issue 1091 (2024-10-07): Redox OS 0.9.0, Unified package management vs universal package formats, Redox begins RISC-V port, Mint polishes interface, Qubes certifies new laptop |
• Issue 1090 (2024-09-30): Rhino Linux 2024.2, commercial distros with alternative desktops, Valve seeks to improve Wayland performance, HardenedBSD parterns with Protectli, Tails merges with Tor Project, Quantum Leap partners with the FreeBSD Foundation |
• Issue 1089 (2024-09-23): Expirion 6.0, openKylin 2.0, managing configuration files, the future of Linux development, fixing bugs in Haiku, Slackware packages dracut |
• Issue 1088 (2024-09-16): PorteuX 1.6, migrating from Windows 10 to which Linux distro, making NetBSD immutable, AlmaLinux offers hardware certification, Mint updates old APT tools |
• Issue 1087 (2024-09-09): COSMIC desktop, running cron jobs at variable times, UBports highlights new apps, HardenedBSD offers work around for FreeBSD change, Debian considers how to cull old packages, systemd ported to musl |
• Issue 1086 (2024-09-02): Vanilla OS 2, command line tips for simple tasks, FreeBSD receives investment from STF, openSUSE Tumbleweed update can break network connections, Debian refreshes media |
• Issue 1085 (2024-08-26): Nobara 40, OpenMandriva 24.07 "ROME", distros which include source code, FreeBSD publishes quarterly report, Microsoft updates breaks Linux in dual-boot environments |
• Issue 1084 (2024-08-19): Liya 2.0, dual boot with encryption, Haiku introduces performance improvements, Gentoo dropping IA-64, Redcore merges major upgrade |
• Issue 1083 (2024-08-12): TrueNAS 24.04.2 "SCALE", Linux distros for smartphones, Redox OS introduces web server, PipeWire exposes battery drain on Linux, Canonical updates kernel version policy |
• Issue 1082 (2024-08-05): Linux Mint 22, taking snapshots of UFS on FreeBSD, openSUSE updates Tumbleweed and Aeon, Debian creates Tiny QA Tasks, Manjaro testing immutable images |
• Issue 1081 (2024-07-29): SysLinuxOS 12.4, OpenBSD gain hardware acceleration, Slackware changes kernel naming, Mint publishes upgrade instructions |
• Issue 1080 (2024-07-22): Running GNU/Linux on Android with Andronix, protecting network services, Solus dropping AppArmor and Snap, openSUSE Aeon Desktop gaining full disk encryption, SUSE asks openSUSE to change its branding |
• Issue 1079 (2024-07-15): Ubuntu Core 24, hiding files on Linux, Fedora dropping X11 packages on Workstation, Red Hat phasing out GRUB, new OpenSSH vulnerability, FreeBSD speeds up release cycle, UBports testing new first-run wizard |
• Issue 1078 (2024-07-08): Changing init software, server machines running desktop environments, OpenSSH vulnerability patched, Peppermint launches new edition, HardenedBSD updates ports |
• Issue 1077 (2024-07-01): The Unity and Lomiri interfaces, different distros for different tasks, Ubuntu plans to run Wayland on NVIDIA cards, openSUSE updates Leap Micro, Debian releases refreshed media, UBports gaining contact synchronisation, FreeDOS celebrates its 30th anniversary |
• Issue 1076 (2024-06-24): openSUSE 15.6, what makes Linux unique, SUSE Liberty Linux to support CentOS Linux 7, SLE receives 19 years of support, openSUSE testing Leap Micro edition |
• Issue 1075 (2024-06-17): Redox OS, X11 and Wayland on the BSDs, AlmaLinux releases Pi build, Canonical announces RISC-V laptop with Ubuntu, key changes in systemd |
• Issue 1074 (2024-06-10): Endless OS 6.0.0, distros with init diversity, Mint to filter unverified Flatpaks, Debian adds systemd-boot options, Redox adopts COSMIC desktop, OpenSSH gains new security features |
• Issue 1073 (2024-06-03): LXQt 2.0.0, an overview of Linux desktop environments, Canonical partners with Milk-V, openSUSE introduces new features in Aeon Desktop, Fedora mirrors see rise in traffic, Wayland adds OpenBSD support |
• Issue 1072 (2024-05-27): Manjaro 24.0, comparing init software, OpenBSD ports Plasma 6, Arch community debates mirror requirements, ThinOS to upgrade its FreeBSD core |
• Issue 1071 (2024-05-20): Archcraft 2024.04.06, common command line mistakes, ReactOS imports WINE improvements, Haiku makes adjusting themes easier, NetBSD takes a stand against code generated by chatbots |
• Issue 1070 (2024-05-13): Damn Small Linux 2024, hiding kernel messages during boot, Red Hat offers AI edition, new web browser for UBports, Fedora Asahi Remix 40 released, Qubes extends support for version 4.1 |
• Issue 1069 (2024-05-06): Ubuntu 24.04, installing packages in alternative locations, systemd creates sudo alternative, Mint encourages XApps collaboration, FreeBSD publishes quarterly update |
• Issue 1068 (2024-04-29): Fedora 40, transforming one distro into another, Debian elects new Project Leader, Red Hat extends support cycle, Emmabuntus adds accessibility features, Canonical's new security features |
• Issue 1067 (2024-04-22): LocalSend for transferring files, detecting supported CPU architecure levels, new visual design for APT, Fedora and openSUSE working on reproducible builds, LXQt released, AlmaLinux re-adds hardware support |
• Issue 1066 (2024-04-15): Fun projects to do with the Raspberry Pi and PinePhone, installing new software on fixed-release distributions, improving GNOME Terminal performance, Mint testing new repository mirrors, Gentoo becomes a Software In the Public Interest project |
• Issue 1065 (2024-04-08): Dr.Parted Live 24.03, answering questions about the xz exploit, Linux Mint to ship HWE kernel, AlmaLinux patches flaw ahead of upstream Red Hat, Calculate changes release model |
• Issue 1064 (2024-04-01): NixOS 23.11, the status of Hurd, liblzma compromised upstream, FreeBSD Foundation focuses on improving wireless networking, Ubuntu Pro offers 12 years of support |
• Issue 1063 (2024-03-25): Redcore Linux 2401, how slowly can a rolling release update, Debian starts new Project Leader election, Red Hat creating new NVIDIA driver, Snap store hit with more malware |
• 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 | 
Superb Mini Server
Superb Mini Server (SMS) was a Slackware-based server distribution with web, DNS, DHCP, file, print and fax servers, iptables firewall, mail server with spam filter and anti-virus scanner, and BitTorrent station. It also includes Webmin, a web-based administration tool, but no graphical desktop. SMS, which comes with Slackware's text-mode system installer, was built using Linux-Live scripts (from Slax) and can be used as a live CD for testing purposes.
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.
|
|