Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Orange Pi Zero 4 with Octa-Core Allwinner A733, PCIe 3.0, and Wi-Fi 6

Orange Pi has shown the Orange Pi Zero 4, a compact single-board computer based on the Allwinner A733 SoC. The board combines an octa-core Arm CPU, a PowerVR GPU, a 3 TOPS NPU, up to 16GB of LPDDR5/LPDDR4X/LPDDR4 memory, Gigabit Ethernet, Wi-Fi 6, Bluetooth 5.4, and multiple display and camera interfaces in a 50 x 55mm form factor.

MSI WS300 with 72-Core Grace CPU, Blackwell Ultra GPU, and Dual 400GbE

MSI has detailed the XpertStation WS300T60L, a tower workstation based on NVIDIA’s DGX Station architecture and GB300 Grace Blackwell Ultra platform. The system is aimed at AI development, data science, inference, AI agents, and physical AI workloads, with a 72-core Arm processor, Blackwell Ultra GPU, up to 748GB of coherent memory, and dual 400GbE connectivity.

FireWire HAT with PCIe 2.0 for Tapeless DV and HDV Capture

A recent Crowd Supply campaign features the Firehat, an open-source FireWire HAT designed for PCIe-capable single-board computers including the Raspberry Pi 5 and Radxa ROCK 2F. The board uses a VIA VT6315N IEEE 1394 controller and targets direct DV and HDV capture from older digital camcorders and tape decks using Linux.

9to5Linux

DXVK 3.1 Released with Initial Support for DXGI Present Parameters

Highlights of DXVK 3.1 include initial support for DXGI present parameters to fix UI rendering issues in VirtualDJ and various game launchers, such as Ubisoft Connect, and support for creating render target views on buffers directly, which is used by various older Frostbite engine titles, including Battlefield 3.

Calibre 9.14 Open-Source E-Book Manager Is Out with More AI Features

Coming three weeks after Calibre 9.13, the Calibre 9.14 release is here to introduce more AI features, including the ability to generate book covers using AI with different cover styles such as romance, sci-fi, pulp fiction, etc., as well as Anthropic and Grok backends for Claude and Grok models, while removing the GitHub backend.

Ubuntu 26.04.1 LTS Is Now Available for Download, Here’s What’s New

Designed as a collection of security patches and software updates released since April 2024, the Ubuntu 26.04.1 LTS point release is here for those who want to deploy Ubuntu 26.04 LTS on new computers without having to download hundreds of updates from the repositories during or after installation.

Darktable 5.6.1 RAW Image Editor Improves UI Performance and Fixes More Bugs

Darktable 5.6.1 comes two months after Darktable 5.6 with a small UI performance boost by reverting the increased preview pipe dimension, as well as support for copying color labels, ratings, and manually applied geotags to images created by AI denoise and upscale, in addition to EXIF data and tags.

Tor Project blog

New Alpha Release: Tor Browser 16.0a10

This version includes important security updates to Firefox.

schestowitz.com

Nile Rodgers After Almost 55 Years in the Music Industry

It’ll be 55 next year

Justifying the Heavy Investments in the Club

Test two for Enzo

CDs From When I Was a Kid

He has not changed much, has he?

BBC for Pyramid Scheme

Why are taxpayers funding the oppressor’s voice?

Rainy Season is Here

Lots of rain heading our way

IBM September Layoffs (2026)

This won’t be the last. The below is only the beginning.

Second Test

Can Enzo replicate Sunday?

Poking the Bear

Rianne in Bearlin

Brett Wilson LLP is Extremely Rude

It probably goes without saying, it’s actually an understatement

Confirmed: Evri Support (Over E-mail) is Just a Bot!

I opened two tickets with Evri recently.

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

Debian Deciding Whether to Ban Slop Plagiarism in Debian Development
some takes from Debian Developers
Germany Said It Would Dump Microsoft and It's Actually Happening [original]
Europe explores independence from the US and, by extension, from GAFAM
LibreOffice 26.8 Open-Source Office Suite Officially Released, This Is What’s New
LibreOffice 26.8 open-source office suite is now available for download with numerous new features, improvements, and bug fixes. Here’s what’s new!
 
EndeavourOS Titan Nova Is Out with Linux Kernel 7.1 and KDE Plasma 6.7.4
EndeavourOS Titan Nova distribution is now available for download with the KDE Plasma 6.7.4 desktop environment, Linux kernel 7.1.8, and other changes. Here’s what’s new!
Linux, HaikuOS, and BSD Leftovers
OS centric picks for today
Free, Libre, and Open Source Software Leftovers
FOSS and more
Kernel Space: Multikernel, BPF, and More
Linux news
Red Hat Promoting Slop Hype, Michael Catanzaro Hinting at Silent Layoffs at Red Hat, Chrome's Lip Service to Flatpak
Red Hat leftovers
Audiocasts/Shows: BSD Now, Going Linux, Eben Upton on Price Hikes
3 picks
Security Leftovers
Security patches and more
Ubuntu: Integrating Unnecessary Gimmicks, 24.04 to 26.04 Upgrade Path, New LTS Build
Ubuntu news
Open Hardware/Modding: ESP32, Arduino, and More
devices and more
Standards: ODF is the only document format compatible with digital sovereignty, 'reserved' ports, UART command and control for moteus
3 stories
Programming Leftovers
Development picks
Content Management Systems (CMS): Plans of Kiwi TCMS and WordPress Overtaken by Slop Plagiarism Hype
a couple of stories/news
today's howtos
Instructionals/Technical picks
Games: STAR WARS Zero Company, Into the Wind, DRM, and Rootkits
gaming news
DXVK 3.1 Released with Initial Support for DXGI Present Parameters
DXVK 3.1 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with new features and various improvements for several games.
Android Leftovers
Android vs iOS vs HarmonyOS — Here's How Each OS Ranks Globally And in 3 Major Markets
Why your broken Linux drivers aren't actually Linux's fault
While Linux teams can fail to handle drivers for some devices effectively (or wisely)
Free and Open Source Software
This is free and open source software
Security Experts Always Said That "Restricted Boot" Would Harm Security (It Was About Microsoft Remotely Controlling Hardware) [original]
This outcome was foretold, but someone was paid to pretend it ain't happening
Orange Pi Zero 4 with Octa-Core Allwinner A733, PCIe 3.0, and Wi-Fi 6
Orange Pi also lists downloads for a user manual, schematic, official tools, Orange Pi OS
Waiting to See September Data on GNU/Linux Usage [original]
There will be statCounter data for September on Wednesday morning around 10AM BST
Today in Techrights
Some of the latest articles
Calibre 9.14 Open-Source E-Book Manager Is Out with More AI Features
Calibre 9.14 open-source e-book manager is now available for download with the ability to generate book covers using AI, as well as various other improvements and bug fixes.
Ubuntu 26.04.1 LTS Is Now Available for Download, Here’s What’s New
Ubuntu 26.04.1 LTS is now available for download as the first point release to the long-term supported Ubuntu 26.04 LTS (Resolute Raccoon) operating system series with up-to-date components.
We Started in Tennessee [original]
The site started in Tennessee, the birthplace of Dolly
Security Leftovers
Security picks
GNU/Linux Leftovers
a few missing bits regarding GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS picks
KDE/Qt and GNOME/GTK Leftovers
4 stories
Programming Leftovers
Python, R, Rust, and more
Immudb, DuckDB, and YottaDB
DB leftovers
FSF / Software Freedom / Digital Sovereignty / Self-hosting Leftovers
Free software and autonomy
Another reason to leave WordPress behind and comment on over-engineering
WordPress concerns
Open Hardware/Modding: Raspberry Pi 5, Banana Pi, and More
Linux centric
Red Hat: "Red Bait Consulting", Flatpak, and a Ton of Promotion of Slop Plagiarism and Bot Errors
awful messaging
today's howtos
Instructionals/Technical picks
Capacity Growing [original]
Our team is growing
Games: Godot, GTA VI, Alien Deathstorm, Blood Dungeon, and More
Games-related picks
Audiocasts/Shows: FLOSS Weekly, ‘Designed in California’, and Smashing Security
new episodes
Linux Kernel: AMD GPUs on Linux, Vitaliy Gribko, Intel BFF Driver
3 kernel related picks
Omarchy Quattro Review: Year of the Linux Desktop?
This drew mixed reactions from across the web
Happy 35th Birthday, Linux!
Today is Linux’s 35th birthday so join me in wishing Linux many more awesome years to come and to celebrate its amazing journey.
Armbian 26.8 Released with Linux 7.1, Revamped Installer, and UEFI ISO Images
Armbian 26.8 Linux distribution based on Debian and designed for ARM devices is now available for download with support for new boards and various other changes. Here’s what’s new!
Darktable 5.6.1 RAW Image Editor Improves UI Performance and Fixes More Bugs
Darktable 5.6.1 open-source RAW image editor is now available for download with UI performance improvements and various bug fixes.
Android Leftovers
I loved the Motorola Razr Fold, but Android 17 could make its weakest part much better
New Release of Emacs
Emacs has a final release
Linux does these 5 things effortlessly that Windows still struggles with
As long as Windows and Linux exist
The 5 best Linux alternatives to Windows in 2026 (that aren't Mint)
Looking to leave Windows? I've used Linux for years and there's never better a better time to make the leap
5 reasons Linux is the most valuable software in the world (even though it's free)
Linus Torvalds created the Linux kernel and gave it away for free
Free and Open Source Software, howtos and Installations
This is free and open source software
BcalcOS – Devuan-based Linux distribution
BcalcOS is a Devuan-based Linux distribution designed as a good-to-go, general-purpose desktop system
Stable kernels: Linux 7.2.1, Linux 7.1.11, Linux 6.18.47, Linux 6.12.106, Linux 6.6.154, Linux 6.1.185, Linux 5.15.218, and Linux 5.10.267
I'm announcing the release of the 7.2.1 kernel
Merchants of Insecurity
First, a PSA: Do NOT use Omarchy if you care about security of your machine even a little bit
One More Business Day for August [original]
We are already making some plans for next year, seeing that it's possible GNU/Linux as a desktop/laptop platform will cross 10% and become anything but "niche"
Richard Stallman Wants to Know What's Wrong With systemd [original]
If you want to convince Stallman that systemd and Wayland are a threat to users' freedom, this is an opportunity
Android Leftovers
Galaxy S26 Ultra is the world’s most popular Android phone, and that’s a first
Free and Open Source Software
This is free and open source software
Five more organizer tales: LibreLocal 2026, part three
From Canada to Poland, LibreLocal 2026 organizers shared free software with their communities
5 reasons you might want to compile your Linux kernel from source
It's been over 20 years since I had to compile a Linux kernel
I ran the one command in Linux you should never run. Here's what happened
Of all the Linux commands, rm is notorious. It's easy to completely wipe out your system with one mislaid rm command as root
Linux was supposed to be temporary, but these things made me forget about Windows entirely
Fortunately, I had recently discovered a third option: installing Linux
7 discontinued Linux projects I still miss today
Linux has never been short of ambitious projects. Some became major parts of the ecosystem
What Gandhi and Open Source Have in Common
Through Free Software Foundation, the software pioneer Richard Stallman advocates to distribute the software in such a way that it is free for people to use and modify its source code
Amphiptere OS – Debian-based Purple Team Linux distribution
Amphiptere OS is a Debian-based Linux distribution designed for Purple Team operators
CarotOS – Linux distribution for learning cybersecurity
CarotOS is a Debian-based Linux distribution designed to help beginners learn about cybersecurity tools
Dolphin 26.08 and KIO, part two: what got faster and smaller
This is the second half of what changed in Dolphin 26.08.
They Do the Same as Tux Machines
When it comes to Social Control Media, Richard Stallman was right
OpenOffice in 2026 - A relic from a better time
But then, LibreOffice happened, and OpenOffice sort of languished behind
The Next Level [original]
We're going to accelerate and take things up another notch, seeing that more people adopt GNU/Linux this year
Latest in LWN: Kernel, Debian, Fedora, and More
outside paywall
Today in Techrights
Some of the latest articles