Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Firefox 150 Promises Support for the GTK Emoji Picker on Linux, Beta Out Now

Firefox 150 promises new features like support for the GTK emoji picker on Linux, allowing users to insert emoji by using the Ctrl+. keyboard shortcut (see it below in action), and the ability to reorganize PDF pages directly in the Firefox PDF viewer, including moving, copying, and deleting pages.

FreeCAD 1.1 Released with Improved Wayland Support, New Tools, and More

Coming a year and four months after FreeCAD 1.0, the FreeCAD 1.1 release promises to improve Wayland support, implement three-point lighting to improve the rendering of 3D models, add a search bar to the Preferences Editor, and support transparent Part Design previews.

Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode

Kali Linux 2026.1 is here to introduce a 2026 theme refresh that includes a new boot splash screen, a new bootloader theme, a brand-new desktop theme for the flagship Xfce edition, as well as updated artwork for the graphical installer, as well as the login and lock screens.

Thunderbird 149 Email Client  Enables Exporting of Selected Address Book Cards

Mozilla Thunderbird 149 is here to enable exporting of selected address book cards, ensure starred EWS messages now persist across devices, and allow the creation of address books in the Account Hub.

NVIDIA 595 Linux Graphics Driver Released as Latest Production Branch Version

Highlights of NVIDIA 595 include improved support for Vulkan apps with the adoption of the VK_EXT_descriptor_heap and VK_EXT_present_timing Vulkan extensions, support for Wayland 1.20, support for DRI3 1.2, and a new application profile that allows CUDA-using apps to reach P0 PState.

Krita 6.0 Digital Painting App Released with Wayland Color Management Support

Highlights of Krita 6.0 include a modern UI ported to the latest Qt 6 open-source application framework, Wayland color management support, support for the recorder docker to capture in real time, support for new file formats, including Radiance RGB, and a new curve-linear perspective assistant.

Tor Project blog

New Release: Tor Browser 15.0.8

This version includes important security updates to Firefox.

LinuxGizmos.com

Pine64 FOSDEM 2026 Update Details PineNote and PineTab2 Progress

Pine64 has published a community update following FOSDEM 2026, outlining recent development activity, hardware demonstrations, and production challenges affecting its device lineup. The update highlights progress on PineNote and PineTab2 software, early work on PineTime Pro, and the impact of the ongoing DRAM shortage on several products.

Book Explores ELBE Workflows for Embedded Linux Systems

A new book titled Building Embedded Systems with Raspberry Pi, Linux, and ELBE by Krishna Pattabiraman describes approaches for developing reproducible Debian-based embedded Linux systems using the ELBE build environment. The content focuses on structured system design, image generation, and long-term maintainability for Raspberry Pi–based platforms.

DietPi March 2026 Update Adds Immich, uv, and RustDesk Client

The March release of DietPi v10.2 introduces new software options including Immich, uv, and the RustDesk Client, along with a range of enhancements and bug fixes across supported single-board computers.

MINIX Mini-PC Leverages AMD Ryzen AI Max+ 395

MINIX is offering the ER939-AI, a compact mini PC built around AMD’s Ryzen AI Max+ 395 processor. The system targets high-performance desktop workloads in a small form factor, combining a 16-core CPU, integrated graphics, and an on-chip neural processing unit.

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

Kali Linux 2026.1 Is Out with New Default Theme, New Tools, and BackTrack Mode
Offensive Security released today Kali Linux 2026.1 as the latest stable snapshot of this Debian-based GNU/Linux distribution for penetration testing and ethical hacking, coming more than three months after Kali Linux 2025.4.
Krita 5.3.0 Released!
Today is the simultaneous release of Krita 5.3.0 and Krita 6.0.0
NVIDIA 595 Linux Graphics Driver Released as Latest Production Branch Version
NVIDIA released today the stable version of the NVIDIA 595 graphics driver for GNU/Linux, FreeBSD, and Solaris systems, introducing various new features and improvements.
PineTime Pro is an open source smartwatch with an OLED display and GPS
Pine64 is a company that produces inexpensive single-board computers, laptops, tablets
Exton Linux ExLight 260322 drops with Enlightenment 0.27.1, Calamares 3.3.14-1, and more
The base used is Debian 13.4 Trixie
 
Stable kernels: Linux 6.19.10, Linux 6.18.20, Linux 6.12.78, Linux 6.6.130 and Linux 6.1.167
I'm announcing the release of the 6.19.10 kernel
Improving Our Static Site Generator (SSG) [original]
yesterday we tested (on a test machine) some improvements to the Static Site Generator (SSG), which turns 4 this summer
Maintenance Completed [original]
we're now back to normal (no ongoing work in the datacentre)
Today in Techrights
Some of the latest articles
Latest Half Dozen From LWN
mostly kernel
GNU/Linux Leftovers
mostly GNU/Linux leftovers
Free, Libre, and Open Source Software and Standards Leftovers
FOSS and more
Monopoly Boosting at Linux Foundation, Freedom Advocacy by Document Foundation
2 foundations, 2 directions
FSF / Software Freedom: Resisting GAFAM and an Upcoming Free Software Directory Meeting on IRC
FSF's latest
Programming Leftovers
Development news
Firefox News/Developments and Tor Browser has New Release
Firefox leftovers
Open Hardware/Modding: ESP32, DietPi, and More
Hardware stories
KDE: Lokalize, Wayland, Marknote, and More
Some KDE news
Security Leftovers
Security related news
Proprietary on GNU/Linux: Qt, "AgentX", and Microsoft Googlebombing a KDE/Nitrux Project
4 stories for today
today's howtos
Instructionals/Technical picks
Firefox 150 Promises Support for the GTK Emoji Picker on Linux, Beta Out Now
Firefox 150 open-source web browser is now available for public beta testing with support for the GTK emoji picker on Linux, extended local network access restrictions, and more.
Linux Won, and Nobody Noticed
The tech industry has failed to properly acknowledge this for years
Tux Machines Turns 22 in 11 Weeks, Tonight We Have Some Scheduled Maintenance (Network) [original]
Days ago there was a maintenance window; there is another one coming up tonight
Fedora Development and Red Hat 100% Preoccupied With Selling Slop for IBM
mostly redhat.com
FreeCAD 1.1 Released with Improved Wayland Support, New Tools, and More
FreeCAD 1.1 has been released today as a major update for this open-source, free, and cross-platform 3D parametric modeler with numerous new features and UI improvements.
Games: Oldies, Layoffs, War Thunder Infantry, and More
mostly from GamingOnLinux
Arch-based ML4W OS 2.12.0 now available with Quickshell and other changes
Arch-based ML4W OS 2.12.0 now available with Quickshell and other changes
Android Leftovers
I changed 3 hidden Android settings and my phone suddenly had more battery life
GNOME Has Run Out of Money (IBM Divestment)
"GNOME Fellowship program"
4 reasons Linux Mint is the best Windows 11 replacement
If you're like me, you probably find Windows 11 a disappointment
Free and Open Source Software
This is free and open source software
Fluff Linux – Arch-based distribution
Fluff Linux is a Arch-based distribution focused on delivering a stable, high-performance
Feels Like Back to Wintertime [original]
The trees and the plants are getting "confused" by this odd shift between "seasons"
Today in Techrights
Some of the latest articles
Thunderbird 149 Email Client Enables Exporting of Selected Address Book Cards
Hot on the heels of Firefox 149, the Mozilla Thunderbird open-source email, news, chat, calendar, and addressbook client has been updated today to version 149 with various new features and bug fixes.
GNU/Linux Leftovers
half a dozen GNU/Linux stories
Free, Libre, and Open Source Software and Open Access Leftovers
FOSS and more
Mozilla's Privacy Posturing and Firefox's New Features
Mozilla and more
Events: Linux Plumbers Conference and All Things Slop; LibreOffice at MiniDebConf and ODF Gains in EU
4 more stories
Programming Leftovers
Development picks for now
Canonical/Ubuntu: Local Privilege Escalation (LPE), CVEs, and Boosting of Rust
Canonical/Ubuntu leftovers
Open Hardware/Modding: Arduino, ESP32, and More
Hardware leftovers
Games: Planet of Lana II, SteamOS, and WINE
some gaming picks for today
today's howtos
many howtos for today
IBM/Red Hat Promoting Slop and Other Products
Slop mostly
Security Leftovers
7 leftovers for today
Microsoft (et al) Front Group OpenSSF Promotes Self-Serving Plays as "Security" Under the Name "Linux"
Distortion of public discourse
Proprietary: Omni, Qt, Microsoft Trying to Mislead and Curtail GNU/Linux
some leftovers
Linux 7.0-rc5
It looks like things are starting to calm down
Android Leftovers
Android Auto connection issues leave Pixel and Samsung users stuck
7 settings I change after installing Ubuntu
Every time I install Ubuntu, whether it's a fresh setup or an upgrade
9 myths about the Linux terminal you should stop believing
Are you one of those people who breaks into a cold sweat at the thought of opening a Linux terminal
I ditched GIMP for Krita and never looked back
When I made the jump from Windows to Linux midway through 2025
You've heard wrong: Pop!_OS isn't the best beginner Linux distro
Pop!_OS keeps getting recommended as the obvious beginner Linux distro
10 beginner-friendly Linux distros that aren’t Mint (and why you might prefer them)
Linux Mint has earned a reputation as a Linux distro that's easy to get started with
Debian 13.4 Trixie-based antiX 26 comes with lots of updated packages, tweaks, and fixes
Based on Debian 13.4 Trixie while leaving out systemd/libsystemd0 and elogind/libelogind0
Free and Open Source Software
This is a series looking at the BOSGAME M4 Plus Mini PC running Linux
Mariposa Rescue Disk – rescue system
Mariposa Rescue Disk is a rescue system that can start from a USB stick
Age verification isn't sage verification inside OSes
Toothbrushes, Turing and the truth give the lie to California’s legal lunacy
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.
Krita 6.0 Digital Painting App Released with Wayland Color Management Support
Today, the Krita Foundation released Krita 6.0 as a major update of this open-source, free, and cross-platform digital painting application for GNU/Linux, macOS, and Windows operating systems.
The Person Who Tries to Take Tux Machines Offline Does Not Want You to Read About What He Did [original]
We've been receiving threats from burner accounts
Programming Leftovers
Development picks
Android Leftovers
I’m so glad I gave this unique Android launcher a second chance
Moddable Hardware: Raspberry Pi, GrapheneOS, and More
some hardware picks
I installed a full Linux desktop on my Android phone and it's buttery smooth
I've been messing around with Android for years
Games: New Titles, Graphics, and GE-Proton 10-34
8 picks from GamingOnLinux
Wine 11.5
The Wine development release 11.5 is now available
Proprietary Microsoft Software (Slop-Made Slopware?) Breaks Itself, Similarly Bad Ideas for GNU/Linux
3 new articles
GNU/Linux on Desktop/Laptop: Disabling Back-Door/Kill Switch (Controlled by Microsoft), Microsoft Drives Away Windows Users, and More
4 recent Valnet articles
Free and Open Source Software
This is free and open source software
Valnet on "Unix workstations" and "year of Linux"
2 recent articles
Maple Linux – Debian based Canadian Linux distribution
Maple Linux is Canada’s only active Linux distribution which puts privacy
Software for Linux Devices: Proxmox, Home Assistant, and Pixel Desktop Mode
4 recent Valnet stories
DietPi Advice and a Decade With Raspberry Pi
3 Valnet articles
Applications: A Look at Ghostty 1.3.0 and Ghostwriter
Valnet on software
Games: GNU/Linux on PlayStation 3, Moving From Windows, How SteamOS Changes Perceptions
4 recent Valnet articles
Distributions and Operating Systems: NixOS, Distro Hopping, and the Meaning of "Distros"
3 articles from Valnet
Today in Techrights
Some of the latest articles