Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: March 22nd, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

GStreamer 1.30 to Support HDR10+ Metadata Parsing from H.265 & AV1 Bitstreams

GStreamer 1.30 promises support for parsing HDR10+ metadata from H.265 and AV1 bitstreams, Opus audio support for F32 and S24_32 samples and 96kHz sample rate, rtspsrc2 authentication support, a new VA-API overlay compositor, and Bayer support for the QuickTime demuxer.

Systemd-Free antiX 26 Linux Distro Is Here Based on Debian 13 “Trixie”

Based on the latest and greatest Debian 13 “Trixie” operating system series, antiX 26 is powered by the long-term supported Linux 6.6 LTS kernel series and features the IceWM (default), Fluxbox, JWM, and herbstluftwm window managers, and the runit (default), SysVinit, dinit, s6-rc, and s6-66 init systems.

LinuxGizmos.com

M5StampS3 BAT Module Combines ESP32-S3 and Battery Management

The module is built around the ESP32-S3-PICO-1-N8R8 system-in-package, featuring a dual-core Xtensa LX7 processor running at up to 240 MHz. It includes 8 MB of flash and 8 MB of PSRAM, along with 2.4 GHz Wi-Fi support.

Shuttle XB860G2 and XH810 Slim Systems Arrive with Intel Core Ultra 200 CPUs

Both models use the LGA1851 socket and support Intel Core Ultra 200 series processors (Arrow Lake-S) with up to 65 W TDP. Each system supports up to 96 GB of DDR5-5600 memory across two SO-DIMM slots and includes integrated Intel Xe graphics with multi-display support.

ELM11-Feather Board with 70 MHz MCU, Lua, and Hardware Overlay Support

The system is built around a microcontroller operating at up to 70 MHz and includes 1 MB of RAM. Programs are stored in internal flash memory, with the architecture supporting configurable hardware elements through a hardware overlay mechanism that defines CPU behavior, timers, and peripheral routing.

PiDP-1 Replica Recreates PDP-1 Computer Using Raspberry Pi

The system is part of the PiDP series of historical replicas, which includes earlier PDP-8, PDP-10, and PDP-11 recreations. Unlike previous models, the PiDP-1 places more emphasis on interactive graphics, early video games, and hands-on programming.

news

coreutils-9.5 released

posted by Roy Schestowitz on Mar 29, 2024

 This is to announce coreutils-9.5, a stable release.
There have been 187 commits by 18 people in the 30 weeks since 9.4.
Aearil (1) Petr Malat (1)
Bruno Haible (3) Pádraig Brady (75)
Christian Göttsche (1) Samuel Tardieu (1)
Collin Funk (4) Stephane Chazelas (1)
Daan De Meyer (1) Stephen Kitt (1)
Greg Wooledge (1) Sylvestre Ledru (3)
Grisha Levit (2) Ville Skyttä (1)
Michel Lind (1) dann frazier (1)
Paul Eggert (89) lvgenggeng (1)
https://gnu.org/s/coreutils/
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v9.5
git shortlog v9.4..v9.5
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.gz (15MB)
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz (5.8MB)
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.gz.sig
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz.sig
3285114d93b39e5e4643b0846f570203a5e4c97b coreutils-9.5.tar.gz
dnrmoilQ7ELzul98Heed0ngA7o6bhkLaXe21l0oXQeU= coreutils-9.5.tar.gz
867fed7ce2ee15c5150a355a5f3a3b50578cf78d coreutils-9.5.tar.xz
zTKO3qyS9qZl3p8yPJO3Eq8YWLwuDYjz9xAEaUcKG4o= coreutils-9.5.tar.xz
gpg --verify coreutils-9.5.tar.gz.sig
uid [ultimate] Pádraig Brady <P@draigBrady.com>
uid [ultimate] Pádraig Brady <pixelbeat@gnu.org>
gpg --keyring gnu-keyring.gpg --verify coreutils-9.5.tar.gz.sig
Gnulib v0.1-7293-g259829e78b
* Noteworthy changes in release 9.5 (2024-03-28) [stable]
chmod -R now avoids a race where an attacker may replace a traversed file
with a symlink, causing chmod to operate on an unintended file.
cp, mv, and install no longer issue spurious diagnostics like "failed
to preserve ownership" when copying to GNU/Linux CIFS file systems.
They do this by working around some GNU/Linux CIFS bugs.
cp --no-preserve=mode will correctly maintain set-group-ID bits
for created directories. Previously on systems that didn't support ACLs,
cp would have reset the set-group-ID bit on created directories.
[bug introduced in coreutils-8.20]
join and uniq now support multi-byte characters better.
For example, 'join -tX' now works even if X is a multi-byte character,
and both programs now treat multi-byte characters like U+3000
IDEOGRAPHIC SPACE as blanks if the current locale treats them so.
numfmt options like --suffix no longer have an arbitrary 127-byte limit.
[bug introduced with numfmt in coreutils-8.21]
mktemp with --suffix now better diagnoses templates with too few X's.
Previously it conflated the insignificant --suffix in the error.
[bug introduced in coreutils-8.1]
sort again handles thousands grouping characters in single-byte locales
where the grouping character is greater than CHAR_MAX. For e.g. signed
character platforms with a 0xA0 (aka &nbsp) grouping character.
split --line-bytes with a mixture of very long and short lines
no longer overwrites the heap (CVE-2024-0684).
tail no longer mishandles input from files in /proc and /sys file systems,
on systems with a page size larger than the stdio BUFSIZ.
timeout avoids a narrow race condition, where it might kill arbitrary
processes after a failed process fork.
[bug introduced with timeout in coreutils-7.0]
timeout avoids a narrow race condition, where it might fail to
kill monitored processes immediately after forking them.
wc no longer fails to count unprintable characters as parts of words.
[bug introduced in textutils-2.1]
base32 and base64 no longer require padding when decoding.
Previously an error was given for non padded encoded data.
base32 and base64 have improved detection of corrupted encodings.
Previously encodings with non zero padding bits were accepted.
basenc --base16 -d now supports lower case hexadecimal characters.
Previously an error was given for lower case hex digits.
cp --no-clobber, and mv -n no longer exit with failure status if
existing files are encountered in the destination. Instead they revert
to the behavior from before v9.2, silently skipping existing files.
ls --dired now implies long format output without hyperlinks enabled,
and will take precedence over previously specified formats or hyperlink mode.
numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
and uses lowercase 'k' when outputting such units in '--to=si' mode.
pinky no longer tries to canonicalize the user's login location by default,
rather requiring the new --lookup option to enable this often slow feature.
wc no longer ignores encoding errors when counting words.
Instead, it treats them as non white space.
** New features
chgrp now accepts the --from=OWNER:GROUP option to restrict changes to files
with matching current OWNER and/or GROUP, as already supported by chown(1).
chmod adds support for -h, -H,-L,-P, and --dereference options, providing
more control over symlink handling. This supports more secure handling of
CLI arguments, and is more consistent with chown, and chmod on other systems.
cp now accepts the --keep-directory-symlink option (like tar), to preserve
and follow existing symlinks to directories in the destination.
cp and mv now accept the --update=none-fail option, which is similar
to the --no-clobber option, except that existing files are diagnosed,
and the command exits with failure status if existing files.
The -n,--no-clobber option is best avoided due to platform differences.
env now accepts the -a,--argv0 option to override the zeroth argument
of the command being executed.
mv now accepts an --exchange option, which causes the source and
destination to be exchanged. It should be combined with
--no-target-directory (-T) if the destination is a directory.
The exchange is atomic if source and destination are on a single
file system that supports atomic exchange; --exchange is not yet
supported in other situations.
od now supports printing IEEE half precision floating point with -t fH,
or brain 16 bit floating point with -t fB, where supported by the compiler.
tail now supports following multiple processes, with repeated --pid options.
cp,mv,install,cat,split now read and write a minimum of 256KiB at a time.
This was previously 128KiB and increasing to 256KiB was seen to increase
throughput by 10-20% when reading cached files on modern systems.
env,kill,timeout now support unnamed signals. kill(1) for example now
supports sending such signals, and env(1) will list them appropriately.
SELinux operations in file copy operations are now more efficient,
avoiding unneeded MCS/MLS label translation.
sort no longer dynamically links to libcrypto unless -R is used.
This decreases startup overhead in the typical case.
wc is now much faster in single-byte locales and somewhat faster in
multi-byte locales.

Read on

Other Recent Tux Machines' Posts

KDE Plasma 6.7.0 will make managing your printers a lot easier
My OS of choice was Fedora Silverblue
"Scheduled maintenance on connectivity between our Dublin to UK Telehouse North Londondata centres" [original]
This month we expose a lot of corruption
OpenShot 3.5 Open-Source Video Editor Released with New Default Timeline
OpenShot 3.5 has been released today as yet another stable update to this powerful open-source, free, and cross-platform video editing software written in Qt for GNU/Linux, macOS, and Windows.
 
Firefox 149 Web Browser Is Now Available for Download, This Is What’s New
Mozilla has published today the final builds of the Firefox 149 open-source web browser ahead of its official unveiling on March 24th, 2026, so it’s time to take a look at the new features and improvements.
ENux – Debian-based Linux distribution
ENux is a Debian-based Linux distribution with Bedrock Linux integrated
Android Leftovers
Android May Finally Fix Its Most Annoying Features — Big Changes Coming
Fishy Linux – lightweight minimal LXQT distro
Fishy Linux is a fast and minimal Debian-based Linux distribution
BlankOn Linux – Indonesian Debian-based distribution
BlankOn Linux is a Debian-based Linux distribution developed specifically for Indonesian users with local language support and needs
This Linux filesystem was supposed to change everything—here's the dark reason it failed
There are dozens of Linux file systems, and I'm sure you've heard of ReiserFS at least once
4 things you can do with a Linux terminal on Android that no regular app can match
A Linux terminal on Android sounds like a niche hack, until you actually try it for a while
I built a NAS from an old laptop—here's what Linux taught me the hard way
I recently repurposed an old laptop I had lying around into my first makeshift NAS by adding a hard drive and USB-C hub to it
Ubuntu's folder icons got redesigned twice in a week because users can't agree on how they look
I'm really glad that I moved from Windows to Linux in mid-2025
Free and Open Source Software
This is free and open source software
Linexin – Arch-based Linux distribution
Linexin is a Linux distribution based on Arch Linux
Vanilla Dpup – operating system based on Puppy Linux and Debian
Vanilla Dpup is a lightweight, community-built operating system based on Puppy Linux and Debian
Review: Argent Linux 1.5.3
Argent Linux is a Gentoo-based distribution featuring the KDE Plasma desktop and designed for workstations and servers
On Our Way to Independence: Funding FOSS Force’s Next Year of Coverage
Our 2026 Independence Drive is moving, but more slowly than we’d hoped — here’s where things stand and how you can help us pick up the pace
Contribute at the Fedora CoreOS 44 Test Week
The Fedora CoreOS and QA teams are gearing up for Fedora 44, and we need your help
9to5Linux Weekly Roundup: March 22nd, 2026
The 284th installment of the 9to5Linux Weekly Roundup is here for the week ending March 22nd, 2026.
Today in Techrights
Some of the latest articles
GStreamer 1.30 to Support HDR10+ Metadata Parsing from H.265 & AV1 Bitstreams
GStreamer 1.30 has entered development for this popular open-source and cross-platform multimedia framework, with a first development milestone now available for public testing. Let’s take a look at the new features.
today's leftovers
software, development, and more
Kernel and E.E.E. (Windows, WSL)
Linux and more
Audiocasts/Shows: Linux Saloon and This Week in Linux
a pair of new episodes
Free, Libre, and Open Source Software Leftovers
FOSS stories
Programming Leftovers
Development stories
Open Hardware/Modding: OpenWrt, Raspberry Pi, and GNU/Linux-Friendly Devices
hardware stories
Games: Benchmark, Old PC Games, and More
gaming picks
today's howtos
Instructionals/Technical posts
Systemd-Free antiX 26 Linux Distro Is Here Based on Debian 13 “Trixie”
The developers of the antiX Linux distribution announced today the release of antiX 26 as a new major version of this lightweight Debian-based distro without the systemd init system.
Android Leftovers
These Android sync settings are wasting battery and data on things you'll never use
I've used Linux KDE Plasma for 10 years—here are 5 advanced features nobody talks about
If you've been using KDE Plasma for a while
This is the most underrated Linux desktop environment of all time
If you spend enough time around Linux users
Free and Open Source Software
This is free and open source software
GNU/Linux Leftovers: Daily Driver, LibreOffice Writer, Red Hat/Fedora Pushing Restricted Boot (Opposite of Real Security)
today's leftovers
Ageless Linux and systemd-censord
systemd-censord concept
Maintenance Done [original]
Yesterday our server served over 5 million Web requests
Today in Techrights
Some of the latest articles
Videos/Shows About GNU/Linux
Recently, via Invidious
Zentyal Server 8.1 Development Now Available
Zentyal Development Team today announced the availability of Zentyal Server Development Edition 8.1
Richard Stallman at Georgia Tech, and Some of My Thoughts about Free Software
Of course, I don’t live like Stallman, even though I live closer to that life than most people
BSD: FreeBSD and OpenBSD Updates (OpenZFS Also)
Some FreeBSD news
GNU/Linux, systemd trouble, and "Clown" Computing
today's leftovers
Wayland set the Linux Desktop back by 10 years
Desktop Environments regressing, Window Managers (WM) woes
Mozilla and Firefox: Nightly, Emojis, and More
mostly Firefox news
Android 'Safeguards', RISC-V, and the War on Hardware Its Owner Can Control
hardware leftovers
SUSE/OpenSUSE: Tumbleweed Review, Planet News Roundup, and Agama 19 Released
SUSE/OpenSUSE leftovers
GNOME: This Week in GNOME, GNOME Foundation Update, and Play a Video as Lock Screen Wallpaper in GNOME
GNOME picks/updates
KDE: Krita Monthly Report and Marknote 1.5.1
KDE picks
Application Releases: b4 v0.15.0, DeadBeef 1.10.2, and virtnbdbackup 2.46
Applications in the news
Applications: Common Picks, Simple Tools, and Tiagolr Sirial
some new suggestions
today's howtos
Instructionals/Technical leftovers
IBM Red Hat Selling Slop, Microsoft and GAFAM Surveillance; Fedora Update (IBM-Run Faux Community)
Red Hat leftovers
Games: Godot 4.6.2 RC 2, Terra Nil, OpenTTD, and More
many gaming picks for today
Programming Leftovers
Development with R and Rust
Standards: Open Document Format (ODF) Mandatory in Germany, Messing With Apple’s Webloc Format
Standards/Consortia leftovers
Security Leftovers
Security patches and more
Linux Kernel Security: Slop, "an already-flawed CVE system", and more
Linux security picks
CVE-2026-3888 Allows Local Users Gain Root Via Snapd
Canonical mistake
Games: Nightmare Reaper, Lucky Tower Ultimate, and More
7 articles from GamingOnLinux
Wine 11.5
The Wine development release 11.5 is now available
Huge Growth This Year [original]
The more messy the Web becomes, the more people will need to rely on strict curation services which cull the slop and cluster together the real news
The Value of a Human Does Not Exceed an Elephant's [original]
she was put down despite being healthy
Android Leftovers
Google reverses one of Android’s most annoying UI changes
Programming Leftovers
Development - a handful of picks
These 5 settings are making your Linux PC less secure
Think your Linux PC is secure just because it’s Linux
GNOME 50 “Tokyo” Desktop Environment Officially Released, This Is What’s New
The GNOME Project released today GNOME 50 (codename Tokyo) as the latest stable version of this widely used desktop environment for GNU/Linux distributions, a major release that introduces exciting new features.
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion here
This Week in Plasma: Time Zone Offsets and Type-Ahead on the Desktop
This week several new features landed, in addition to a number of user interface improvements and some nice performance improvements and bug fixes
Germany’s Sovereign Digital Stack Mandates ODF: a Landmark Validation of Open Document Standards
The Document Foundation (TDF), the non-profit entity behind LibreOffice
System76 Launches New COSMIC-Powered Thelio Mira High-Performance Linux PC
Linux hardware vendor System76 launched today the next generation of the Thelio Mira Linux desktop computer, redesigned to boost performance and improve repairability.
Mageia 10 Enters Public Beta Testing with Linux Kernel 6.18 LTS and Mesa 26.0
Mageia 10 Linux distribution is now available for public beta testing, bringing various upgraded components, bug fixes, and other changes for those who want to help the devs ensure a stable and reliable release ahead of the scheduled launch in April 2026.
Today in Techrights
Some of the latest articles