Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Radxa Linkr Brings Remote KVM Access and Tailscale Support to a Thumb-Sized Device

Radxa has unveiled the Linkr, a compact remote-control device for accessing computers, servers, and development boards through a web browser. The unit combines HDMI video capture with USB keyboard and mouse emulation, allowing users to view and operate a target system without connecting a dedicated monitor, keyboard, or mouse.

ELM11-Feather Debuts with Native Lua and Reconfigurable FPGA Hardware

First seen in March, Brisbane Silicon has now launched the ELM11-Feather to Crowd Supply. Priced at $39, the Feather-compatible development board combines native Lua support with the Arvore IDE and a configurable hardware architecture programmable in C, SystemVerilog, and VHDL.

9to5Linux

AerynOS 2026.08 Released with Linux 7.1, GNOME 50.3, COSMIC 1.5, and More

The biggest change in the AerynOS 2026.08 release is that the underlying OS is now powered by the latest and greatest Linux 7.1 kernel series. As expected, this change alone should provide AerynOS users with slightly faster performance, better hardware support, and some other enhancements.

Fedora Linux 45 to Enable Shadow Stack Protection by Default on 64-Bit

Shadow Stack is a hardware-backed security feature designed to prevent control-flow hijacking attacks, including Return-Oriented Programming (ROP) or Jump-Oriented Programming (JOP) attacks. This will protect the majority of Fedora binaries, but will add a small performance overhead.

New Debian 13 “Trixie” Kernel Security Update Fixes 68 Vulnerabilities

Coming ten days after the previous Linux kernel security update, which only fixed 12 vulnerabilities that may lead to a privilege escalation, denial of service, or information leaks, the new Debian 13 Linux kernel security update is a massive one, and it patches no less than 68 security vulnerabilities in the Linux 6.12 LTS kernel.

Mozilla Firefox 153.0.1 Web Browser Brings Fixes for Multiple Issues and Crashes

Firefox 153.0.1 is here to fix an issue with audio going silent on some music and audio streaming websites after pausing and resuming playback, a crash that occurred when a web page loaded a frame using a javascript: address, and an issue with View Page Source failing to load blob: documents.

Arch Linux-Based Archcraft 26.08 Brings New Sway Wayland Session, Linux 7.1

Powered by the latest and greatest Linux 7.1 kernel series, Archcraft 26.08 introduces a brand-new Qt 6 SDDM login theme, a new Sway Wayland session, more reliable encrypted installation, better GTK/GNOME application integration, improved VirtualBox compatibility, and support for Btrfs and XFS installations.

Gentoo-Based MocaccinoOS 26.08 Is Out with COSMIC 1.5, KDE Plasma 6.6.6

Powered by the Linux 6.18.41 LTS kernel, MocaccinoOS 26.08 is here to update the Mesa graphics stack to version 26.1.5, update the Calamares graphical installer to the latest 3.4.2 release, and update the Vajo GUI/TUI frontend for the Luet container-based, zero-dependency static package manager.

First Arch Linux ISO Powered by Linux Kernel 7.1 Is Now Available for Download

Arch Linux 2026.08.01 is out today as the first Arch Linux ISO release to ship with Linux kernel 7.1 by default, which should give users a boost when detecting hardware, especially on newer devices, but especially on older ones where previous Arch Linux ISOs failed to detect some of the components.

4MLinux 52.0 Released with Better Support for Legacy GPUs, Linux Kernel 6.18 LTS

Coming four months after 4MLinux 51.0, the 4MLinux 52.0 release is powered by the Linux 6.18 LTS kernel series for better hardware support compared to Linux 6.12 LTS used in the previous release, and uses the Mesa 26.0 graphics stack to improve graphics and gaming support.

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

Climate Change on Our Minds [original]
useless chatbots
GNU/Linux Measured at 7.3% in Saudi Arabia [original]
Can it exceed 10% this year?
Australia and New Zealand: New Highs for GNU/Linux [original]
steady increases for GNU/Linux
Gentoo-Based MocaccinoOS 26.08 Is Out with COSMIC 1.5, KDE Plasma 6.6.6
MocaccinoOS 26.08 distribution is now available for download with the COSMIC 1.5 and KDE Plasma 6.6.6 desktop environments, Mesa 26.1.5 graphics stack, and Linux 6.18.41 LTS.
Arch’s AUR Besieged
3 more reports
From Soccermania to GNU/Linux Mania [original]
Did the soccer (football) matches have some impact or just the "unknowns" being deciphered (or omitted) by statCounter?
Shotcut 26.7 Video Editor Adds Graphics Adapter for Linux, Shake Video Filter
Shotcut 26.7 open-source video editor is now available for download with a graphics adapter for Linux and Windows, Shake video filter, improved support for VST2 and LV2 audio plugins, and more.
Beverly Hills [original]
we have a new mayor
Today in Techrights
Some of the latest articles
Much Ado About AUR [original]
This is applicable to every platform, not just "Linux"
 
Today in Techrights
Some of the latest articles
AerynOS 2026.08 Released with Linux 7.1, GNOME 50.3, COSMIC 1.5, and More
AerynOS 2026.08 independently-develop distribution is now available for download with GNOME 50.3, KDE Plasma 6.7.3, COSMIC 1.5, Linux kernel 7.1, package management improvements, and other changes.
According to statCounter, GNU/Linux Measured at Nearly 8% in Bangladesh [original]
Earlier today statCounter finalised the figures for July
Switzerland's GNU/Linux "Market Share" at 7% [original]
Europe in general is moving that way
I switched an old laptop to a RAM-only OS and it outpaced my newer machine
Not too long ago, I revived an old 2012 HP Pavilion m6 with Puppy Linux
COSMIC is doing what GNOME still can't, and it's only been out for a year
COSMIC has really taken me by surprise. Compared to other Linux desktop environments
GNOME's extension problem is worse than you think, and it's why I switched to KDE
I've used GNOME for years, both before and after the retirement of the wonderful Unity on Ubuntu
In Republic of South Korea GNU/Linux Has Reached a New High [original]
Can these figures exceed 5% like in Japan?
AstrOS, a distro that combines the best of Arch, COSMIC, and immutability, enters beta
One of the cooler parts of moving from Windows to Linux is that there's always something new on the horizon
Linux's market share in North America has breached 10% for the first time, says StatCounter
Linux usage has been growing since May and has now managed to cross over into the double-digit levels of market share
GNU/Linux Measured at Around 6% in Ireland [original]
Notice how much GNU/Linux grew there lately
BeOS was the most innovative OS of the '90s—here is how it lives on today
BeOS still changed computing history, even though it was a flop. You can also install a successor today
GNU/Linux Steady at About 5% in South America [original]
We'll be keeping an eye on this trend
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux Leftovers
GNU/Linux stories for the day
KDE and GNOME: KDE Itinerary and GNOME Shell
3 more stories
Graphics and Games Leftovers
mostly AMD
NetBSD 11.0 released
new release this week
Debian: Meme, SparkyLinux, and "The State of Chez Scheme in Debian"
Debian leftovers
Open Hardware and GNU/Linux Devices
hardware stories
today's howtos
Instructionals/Technical picks
Audiocasts/Shows: Linux Saloon and Discussion About Text Editors
2 episodes
Security, Slop, and Slop About Slop (FUD About "Linux")
Security leftovers
5 things nobody tells you about switching to Linux from Windows
Frustrated with Windows and considering switching to Linux
Free and Open Source Software
This is free and open source software
One of the World's Largest Populations, Indonesia, Sees GNU/Linux Measured at Over 6% [original]
Maybe by month's end it'll be over 6.5%
GNU/Linux New Highs in Europe, Microsoft New Lows [original]
Europe is moving away from GAFAM, especially the "M" in GAFAM
Tux Machines Benefits From Explosive Growth of GNU/Linux [original]
Big gains at last?
I refuse to pay Microsoft for these 7 features that Linux offers for free
Linux is pretty impressive, and its greatest feature is arguably its cost
Programming Leftovers
Development picks
New Releases Archcraft's August 2026 Release and Announcing Helwan Linux 5.0
2 new releases
today's howtos
PCLinuxOS Magazine picks
Recent GNU/Linux Videos
via Indivious
Free and Open Source Software
This is free and open source software
Anolis OS – enterprise-focused Linux distribution
Anolis OS is an enterprise-focused Linux distribution
Planet KDE: June/July in KDE Itinerary
Time for another bi-monthly update on what happened around Itinerary
Synex 13 u11 Released With Multiple Desktop Options
The Argentinian Linux distribution continues its minimalist approach with updated packages, new COSMIC changes
Fedora Linux 45 to Enable Shadow Stack Protection by Default on 64-Bit
The Fedora Linux 45 distribution will enable Shadow Stack protection by default for most applications on x86_64 machines at negligible performance cost.
Birthday in 3 Weeks [original]
In August we expect speed to go up another notch
Doing What's Natural [original]
According to some reports, birding is making a comeback among young people
New Debian 13 “Trixie” Kernel Security Update Fixes 68 Vulnerabilities
A new Linux kernel security update has been released for Debian GNU/Linux 13 “Trixie” to fix no less than 68 vulnerabilities.
Today in Techrights
Some of the latest articles
Ubuntu Touch update brings better support for modern smartphones & web apps
Ubuntu Touch is a mobile Linux distribution designed to run on smartphones and tablets
Mozilla Firefox 153.0.1 Web Browser Brings Fixes for Multiple Issues and Crashes
Firefox 153.0.1 open-source web browser is now available for download to fix multiple issues and crashes discovered in the Firefox 153 release and affecting all users.
Only the Kernel is Turning 35, GNU/Linux Will Turn 43 This Year [original]
If we focus on the design, it started not in the 90s but the 60s
PCLinuxOS: Chief Editor, Screenshots, and in Memoriam (JayDot)
PCLinuxOS Magazine picks
PCLinuxOS Magazine on Kernel Turning 35 This Month
2 articles updated
Arch Linux-Based Archcraft 26.08 Brings New Sway Wayland Session, Linux 7.1
Archcraft 26.08 distribution is now available for download with Linux kernel 7.1, new Qt 6 SDDM theme, new Sway Wayland session, and better GTK/GNOME application integration.
NethSecurity 8.8.0: Geoblocking, Alerts, metrics, emergency CLI tool
the release of NethSecurity 8.8.0
EmmaDE6 1.02: Accessibility Improvements
update to Emmabuntüs Debian Edition 6 1.0 2 64-bit
July Over, GNU/Linux Catches Up With MacOS, statCounter Measures Its Market Share at ~8% [original]
GNU/Linux is growing, irrespective of what statCounter says
Security Leftovers
Security reports and more
today's leftovers
GNU/Linux and more
Free, Libre, and Open Source Software Leftovers and Sharing Advocacy
FOSS and more
GNU nano 9.2 and GNU's GCC De Facto Banning Slop
GNU picks
Servo 0.4.0 released
some Servo news
Software News/Review: Resources, Gradia, and Kitty Terminal Emulator
Applications for GNU/Linux
New Release of EasyOS and Further Changes
EasyOS news picks
KDE Community, This Week in GNOME, and GNOME Shell
KDE and GNOME leftovers
Programming Leftovers
Development picks
Red Hat: PHP, Slop, and More
Red Hat's official site mostly
FreeBSD and OpenBSD Picks
BSD leftovers
Games: Steam, GPUs, and Thimbleweed Park 2
gaming news
Linux Kernel and Graphics Leftovers
also LF stuff
Much Ado Over AMD Linux Patch (Because of Steam Deck)
Steam Deck and more
today's howtos
Instructionals/Technical posts
Linux Gadgets, Hardware, and Devices
mostly Open Hardware
First Arch Linux ISO Powered by Linux Kernel 7.1 Is Now Available for Download
Arch Linux 2026.08.01 is now available for download as Arch Linux’s ISO release for August 2026, powered by Linux kernel 7.1 and featuring the latest Archinstall 4.4 text-mode installer
And Folks, We Have a Vibe Coded Linux Distro!
Starling is a new open source Linux desktop environment
Moving Faster [original]
Speed is particularly important in particular contexts
His First Match With First Team [original]
Will the Italian coach stay in charge for another decade to come?
Mayoral Election in Greater Manchester is a Win in Battle Against Discrimination (Hostility Towards Women) and Against Opponents of Gay People [original]
We find this whole thing rather symbolic
Sweep-Sweep, Hoarding Like a Proprietary Software Company [original]
Some are bullies and the rest try to clean up the bullies' mess
Match Day [original]
New management (Maresca is head coach, not management) will make or break what brought 20 trophies/brass in one decade
Android Leftovers
Google rolling out Android 17 QPR1 Beta 8 for Pixel
Free and Open Source Software
This is free and open source software
PureOS Development Report: June 2026
PureOS is designed to provide the best experience on all Purism devices
This Week in Plasma: Emoji Resizing
In addition to the headliner feature and expected UI improvements and bug fixes
4MLinux 52.0 Released with Better Support for Legacy GPUs, Linux Kernel 6.18 LTS
4MLinux 52.0 distribution is now available for download with improved support for legacy graphics cards, simplified Wi-Fi configuration, and other changes.