Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Luckfox Nova Features Cortex-A35 and Onboard Audio Peripherals

This device shares the same form factor as other LuckFox boards, such as the Pico Ultra RV1106 (ARM Cortex-A7) and the Lyra Ultra (ARM Cortex-A7 & Cortex-M0), but integrates a Cortex-A35 processor instead.

Axzez Expands OS Compatibility, Lowers Interceptor 2.0 Pricing

According to the announcement, this release delivers a unified image supporting both Raspberry Pi CM4 and CM5 variants, reducing setup time and improving compatibility across platforms. Users can choose between server and desktop configurations based on their deployment needs.

9to5Linux

You Can Now Install Linux Kernel 6.14 on Ubuntu 24.10, Here’s How

Linux kernel 6.14 was released on March 24th, 2025, with new features like Btrfs RAID1 read balancing support, a new ntsync subsystem for Win NT synchronization primitives to boost game emulation with Wine, uncached buffered I/O support, and a new accelerator driver for the AMD XDNA Ryzen AI NPUs (Neural Processing Units).

APT 3.0 Debian Package Manager Released with Revamped Command-Line Interface

APT 3.0 package manager gives users a concise and well-laid-out command-line output when updating, installing, or removing packages via the terminal emulator. The new APT 3.0 command-line interface brings a columnar display that will make it easier for users to scan for a package name.

Calibre 8.2 Ebook Manager Updates the Kobo Driver with New Tolino Firmware

Calibre 8.2 is here to update the Kobo driver with support for new Tolino firmware and a fix for an issue that caused the Kobo renderer to ignore hyphenation and extra CSS that’s being added to KEPUB files.

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

APT 3.0 Debian Package Manager Released with Revamped Command-Line Interface
The Debian Project released APT 3.0 today as the new stable series for Debian’s command-line interface (CLI) for managing packages, a major release that introduces new features and many enhancements.
Today in Techrights
Some of the latest articles
KaOS 2025.03 Linux Distro Released with KDE Plasma 6.3 and Linux Kernel 6.13
KaOS Linux 2025.03 has been released today as the latest ISO snapshot for this independent Linux distribution built on top of the latest KDE software and featuring Arch Linux’s pacman package manager.
Ubuntu 25.04 “Plucky Puffin” Enters Public Beta Testing with Linux 6.14, GNOME 48
Canonical released today the beta version of the upcoming Ubuntu 25.04 (Plucky Puffin) release for public beta testing, so it’s time to take a look at what to expect from the final release.
Tails 6.14.1 Released with Improved Tor Browser Integration
Tails 6.14.1, a privacy-focused Linux distro, brings better Tor Browser usability, security fixes, and updated components
 
Microsoft Says Throw Away Your Windows 10 Computers
We say, put Linux on them, or give them to someone else who will
Programming Leftovers
Development news
Android Leftovers
Android 16 has a new trick to speed up app installation
Wine 10.5 Released with Vulkan H.264 Decoding
Wine 10.5 is out with ARM64 large page support, updated Mono 10.0
Nvidia Drivers on Linux: What You Need to Know
While AMD continues to fight valiantly, Nvidia is a force to be reckoned with in the world of GPUs, and they’re difficult to avoid
Why Linux Rules the World of Science
Take a look at any science lab, and you might notice that the desktops and laptops scattered around the room are running Linux
8 Pins For Linux
We’ve seen a Linux-based operating system made to run on some widely varying pieces of hardware over the years
Beacon W5+ SoM – A tiny (27x15mm) Qualcomm Snapdragon W5+ System-on-Module for wearables
There’s limited information about software, although the company mentions “board support package (BSP) options with versions of Linux, Android
Free and Open Source Software
This is free and open source software
GNU/Linux Leftovers
3 stories about GNU/Linux
Perl: Perl.Wiki.html V 1.25, Type::Tiny 2.8.0, and More
Some Perl news
today's howtos
only half a dozen slightly dated ones
5 Ways to Control Your Linux Computer From Your Mobile Phone
Learn how to control a Linux computer from your mobile phone. You can transfer files and check running tasks all remotely and easily.
Videos and Shows About GNU/Linux and Free Software
The past week, via Invidious
today's leftovers
mostly FOSS stuff
Security Leftovers
Security picks for today
Open Hardware: ESP32, Raspberry Pi, and More
Hardware leftovers
Latest From Microsoft-Sponsored FSFE
FSFE news
You Can Now Install Linux Kernel 6.14 on Ubuntu 24.10, Here’s How
Linux 6.14 is now the latest stable kernel, and Ubuntu users can install it on their machines via the official Ubuntu Mainline Kernel PPA archive. Here’s a quick tutorial on how to do that via GUI and CLI methods.
GNU/Linux Leftovers
mixture of stories about GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS and more
Security Leftovers
Security picks
Open Hardware: ESP32-P4, Raspberry Pi, and More
hardware and gadgets
Games: FreeBSD, Fidget Toy, Oldies, Politics
gaming picks for today
How come Linux replaced Unix? What happened to proprietary Unix?
Ray Noorda of Novell was the big boss of the flourishing Mormon software industry of Utah. (Another big Utah company was WordPerfect.)
Programming Leftovers
development news
SaaS/Back End: Public 'Clown Computing', Thundermail and Thunderbird Pro, and Match Tag/Query Pattern
Some server side news
today's howtos
many howtos
Windows TCO Leftovers
Windows TCO examples
Mesa 25.0.3 graphics drivers released with numerous bug fixes
Mesa 25.0.3 has arrived as the latest bug-fix release for open source Linux graphics drivers
Games: Haste, Hungry Horrors, Mechabellum, and More
8 new stories
Tauon Music Player Adds Slick Transparency Mode for Linux
A new version of Tauon music player is out, gifting fans of the powerful and unique-looking audio app a raft of new features to play with – including some Linux exclusive eye candy
Huginn is a self-hosted, open-source alternative to IFTTT and Zapier
Huginn is a self-hosted, open-source alternative to IFTTT or Zapier that can work on your own network without cloud connectivity
Free and Open Source Software
This is free and open source software
Chimera is a general-purpose Linux-based OS
Chimera is a general-purpose Linux-based OS born from unhappiness with the status quo
This Week in GNOME: #194 Nineteen Years Old
Update on what happened across the GNOME project in the week from March 28 to April 04
This Week in Plasma: polish and stability
Welcome to a new issue of "This Week in Plasma"! Every week we cover the highlights of what's happening in the world of KDE Plasma and its associated apps like Discover
today's leftovers
3 more stories
Free, Libre, and Open Source Software and Development Leftovers
FOSS and more
Security Leftovers
Security related picks
Linux and Hardware Leftovers
Open Hardware and more
Red Hat / IBM Leftovers
including lawsuit
Today in Techrights
Some of the latest articles
Android Leftovers
14 handy hidden tricks for Google Maps on Android
Inkscape 1.4.1 Brings Snap App Fixes, New Features
Digital artists, designers and vector illustrators among you may be be interested to know that an updated version of open source graphics app Inkscape is out
Why I Don't Use Linux on My Desktop PC
Linux is a great operating system, but I just can't use it as my main desktop
Here's Everything New in Ubuntu 25.04 'Plucky Puffin'
Ubuntu 25.04, nicknamed "Plucky Puffin" is arriving this month
GNU/Linux and Free, Libre, and Open Source Software Leftovers
FOSS and more
Red Hat Official Publications and Paid-for Red Hat Fluff
Red Hat links
Open Hardware: ESP32, Coreboot Release, and More
gadgets and devices for now
Security Leftovers
Security-related stuff
GNU Octave 10.1.0 is out with New Functions [Ubuntu PPA]
GNU Octave, the free open-source programming language for scientific computing and numerical computation
Programming Leftovers
Development picks
today's howtos
last batch for Friday/week
Free and Open Source Software
This is free and open source software
Fun and productivity in Linux
You know me. Mega curmudgeon. Whenever I review Linux distros, I'm usually unhappy. Lots of people mistake my negativism as something inherently anti-Linux
A VisionFive 2 and a Raspberry Pi 1 B
A couple weeks ago I was playing around with a multiple architecture CI setup with another team
LXC/LXCFS/Incus 6.0.4 LTS release
The Linux Containers project maintains Long Term Support (LTS) releases for its core projects
Thunderbird Launches Open Source Services to Rival Gmail and Office365
Thunderbird launches Thundermail and Pro services to offer an open-source alternative to Gmail and Office365
Calibre 8.2 Ebook Manager Updates the Kobo Driver with New Tolino Firmware
Calibre developer Kovid Goyal released today Calibre 8.2 as a new stable version of this powerful, open-source, cross-platform, and free ebook management software for GNU/Linux, macOS, and Windows.
Huion Inspiroy H610X - review on GNU/Linux
This article accompanies my video review of the Huion Inspiroy H610X
Calibre 8.2 Brings New Kobo and Kindle Features
Calibre 8.2 ebook manager adds new Kobo firmware support
Android Leftovers
Android 15's Theft Detection Lock is overreacting, users say
Fedora 43 Ushers in RPM 6, Introduces New Project Leader
Fedora 43 will include RPM 6, a major upgrade approved by FESCo this week
Celluloid 0.28 Video Player Brings UI Redesign, Lua Modules Support
Celluloid 0.28 open-source video player is out with a refreshed interface, playlist duration display, and playlist navigation via next/previous buttons
Best Free and Open Source Software
If you’re looking to move away from products developed by Progress, let’s explore the finest open source alternatives
Axzez Expands OS Compatibility, Lowers Interceptor 2.0 Pricing
Axzez has officially released its updated Interceptor OS Installer
Luckfox Nova Features Cortex-A35 and Onboard Audio Peripherals
LuckFox has introduced a compact Linux development board named Luckfox Nova
Contribute at the Fedora Linux 42 Kernel 6.14 & A11Y Test Week
Fedora test days are events where anyone can help make certain that changes in Fedora Linux work well in an upcoming release
Thunderbird Fedora Flatpak rename may require manual intervention
A change in Fedora’s thunderbird RPM package a few months ago led to some issues with the Fedora Flatpak thereof
Games: Wildkeepers Rising, Steam Deck, Rising Costs of Gaming Rigs/Gadgets
mostly from GamingOnLinux
GNU/Linux and Free, Libre, and Open Source Software Leftovers
FOSS and more
Programming Leftovers
Development picks
Many Layoffs in Automattic
Automattic cuts 16%
Today in Techrights
Some of the latest articles