Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Axon Platform Featuring RockChip RK3588S and Support for LLM Frameworks

The Axon platform, powered by the RockChip RK3588S processor, combines an 8-core CPU and an NPU delivering up to 6 TOPS of AI performance. Designed for advanced computing tasks, it supports various LLMs, including Llama, Qwen, and DeepSeek, with benchmarks showcasing performance for AI workloads.

SECO Introduces New Intel-Based Embedded Solutions at Embedded World 2025

SECO will unveil its latest embedded computing solutions at Embedded World 2025, featuring Twin Lake and Arrow Lake architectures. The lineup targets industrial, medical, and AI-driven applications, focusing on performance, scalability, and efficiency.

9to5Linux

Calibre 7.25 Adds Support for Importing KFX Files from 2024 Kindle Devices via MTP

Highlights of Calibre 7.25 include support for importing KFX files from 2024 Kindle devices that use the MTP protocol and a new option to adjust the size of the link and note icons in Book details, which you can access from Preferences > Look & feel > Book details.

KDE Gear 24.12.2 Improves Dolphin, Itinerary, Tokodon, and Many Other KDE Apps

Coming almost a month after the KDE Gear 24.12.1 point release, KDE Gear 24.12.2 is here to fix a regression in the Dolphin file manager on X11 that caused the keyboard focus to move to the Places or Terminal panels when Dolphin was minimized and then unminimized.

LibreOffice 25.2 Open-Source Office Suite Officially Released, This Is What’s New

LibreOffice 25.2 introduces a new privacy feature that removes all personal information associated with any document, such as author names and timestamps, editing time, printer name and configuration, document template, author and date for comments, and tracked changes.

Tails 6.12 Anonymous OS Fixes Security Issues in Tor Circuits, Persistent Storage

Tails 6.12 is here almost a month after Tails 6.11 to address several critical security vulnerabilities that have been discovered and disclosed by a group of security researchers from Radically Open Security, a non-profit computer security consultancy company.

Tor Project blog

New Release: Tor Browser 14.0.6

This version includes a fix to the crash issue found on older versions of macOS.

Arti 1.4.0 is released: onion services, RPC, relay development, and more

This release offers a new RPC interface, which is Arti's replacement for C Tor's control port with many improvements.

New Release: Tails 6.12

These vulnerabilities can only be exploited by a powerful attacker who has already exploited another vulnerability to take control of an application in Tails.

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

Calibre 7.25 Adds Support for Importing KFX Files from 2024 Kindle Devices via MTP
The weekly Calibre updates continue with Calibre 7.25, released today by developer Kovid Goyal as the latest stable version of this powerful, cross-platform, free, and open-source suite of e-book software.
Thunderbird Moves to Monthly Updates from March 2025
The Thunderbird email client is making its monthly ‘release channel’ builds the default download starting in March
Someone got Linux running inside a PDF file, because its users are something else
Every so often, we see a wave of activity around cramming something that shouldn't be running in a specific document or app into said document or app
Mixing Rust and C in Linux likened to cancer by kernel maintainer
Some worry multiple languages will make it harder to maintain this open source uber-project, others disagree
OpenWrt 24.10 Brings Kernel 6.6 and Initial WiFi 7 Support
OpenWrt 24.10 open-source router firmware debuts with initial WiFi7 support
Reproducible Builds and Security Gaps in Debian-Based Tails
Debian picks
LibreOffice 25.2 Open-Source Office Suite Officially Released, This Is What’s New
The Document Foundation released today LibreOffice 25.2 as the latest stable version of this popular, powerful, open-source, free, and cross-platform office suite for GNU/Linux.
I Tried the Ghostty Terminal on Linux. Does It Live Up to Its Hype?
The Ghostty terminal has created some noise in the Linux community
 
Android Leftovers
Samsung Galaxy S25 review: The last compact Android flagship
OnlyOffice Desktop Editor 8.3 Added Apple iWorks, PDF Stamps Support
OnlyOffice announced the new 8.3 release for its offline Desktop Editor apps yesterday
Ubuntu 20.04 LTS Support is Coming To An End
Ubuntu 20.04 LTS is nearing the end of its original five-year support cycle
Free and Open Source Software
This is free and open source software
Snal Linux – Arch based live distribution
Snal Linux is an Arch-based distro intended to be used as a live image from portable media
This Week in Plasma: Final Plasma 6.3 Polishing
Welcome to a new issue of "This Week in Plasma"
This Week in GNOME: #186 Media Parsing
Update on what happened across the GNOME project in the week from January 31 to February 07
Slimbook Titan report 5 - The mojo has returned ...
I will address all sorts of different aspects of everyday usage, including gaming, which is one of the major blockers for leaving Windows and its silliness behind
Games: Everwarder, A Game About Digging A Hole, Cast n Chill, and More
Latest from GamingOnLinux
The year of the Linux desktop has arrived
OS-level AI integration is not the future of personal computing, or at least, it’s not in my future.
Security Leftovers
Security news
Programming Leftovers
Development news
‘Monster Hunter Wilds’ Playable On Steam Deck and Steam Console Rumours?
Games related picks
Red Hat and CentOS Leftovers
CentOS plus FOSDEM 2025
Open Hardware: Pimoroni, Arduino, Fairphone
Open Hardware leftovers
Today in Techrights
Some of the latest articles
today's leftovers
Games, KDE, and more
Free, Libre, and Open Source Software Leftovers
FOSS picks
Distributions and Operating Systems: BSD and More
BSDs and GNU/Linux
Applications: CLI Tools, Docker Desktop 4.38, GTK, pgexporter 0.6
Application news
WAL-G 3.0.5 and pgAdmin 4 v9.0 Released
psql releases
today's howtos
3 howtos only
Events: ShinyConf and FOSDEM Coverage
3 stories
Security Leftovers
Security stories
Microsoft Entryism/Microsoft-Dominated 'Linux' Foundation/Canonical Promoting Windows
WSL club
Microsoft-dominated 'Linux' Foundation Still Promoting Scams, OpenInfra Wants to Get a Vote/Input Going
very sad
Linux Kernel Space and Fear, Uncertainty, Doubt (FUD)
Linux leftovers
Free Software and GNU/Linux Leftovers
Leftovers for today and last night
Red Hat's Leftovers
mostly Red Hat's puff pieces
Android Leftovers
The Asus Zenfone 12 Ultra is basically an ROG Phone 9 Pro
Games: Steam Deck, Valve, and “Multi-User Dungeons”
gaming news
FOSSASIA 2025 – Operating systems, open hardware, and firmware sessions
The FOSSASIA Summit is the closest we have to FOSDEM in Asia
Events: Inkscape Summit Frankfurt 2025, FOSDEM 2025, and Univention Summit 2025
3 events
Canonical/Ubuntu on Security and Its Promotion of Microsoft Windows (WSL)
sellouts
Live virtual memorabilia auction on March 23, 2025
The Free Software Foundation will auction off original GNU drawings, awards
Open Hardware: Raspberry Pi, RISC-V, and More
Hardware leftovers
Web Browsers/Web: Release of Curl 8.12.0; Mozilla Once Again Picks a Senior Vice President From Facebook (Privacy Violator), Promotes LLM Slop, Spreads Rust (Microsoft GitHub)
Firefox and more
Programming Leftovers
coding related picks
Security Leftovers
Security picks
today's howtos
first for Friday
Games: Monster Hunter Wilds, Combined Arms RTS, Duskers, and More
latest from Liam et al
The right to repair supports more than just sustainability and affordability
The right to repair is one of four pillars supporting software freedom
Papers Expects to replace Evince as GNOME Default PDF Viewer
As you may know, GNOME is moving to GTK4 + LibAdwaita in recent years
Free and Open Source Software, howtos and Installations
This is free and open source software
YunoHost – Linux distribution simplifying server administration
YunoHost is a Debian-based Linux distribution which aims to simplify server administration and democratize self-hosting
Axon Platform Featuring RockChip RK3588S and Support for LLM Frameworks
The Axon platform supports operating systems such as Android 12 and Ubuntu 22.04 Jammy
Keeping your system-wide configuration files intact after updating SteamOS
SteamOS 3.6 introduced a new mechanism to decide what to to keep after an OS update
EasyOS/OpenEmbedded: New Software and Updates
distro news from BK
Hackers Are Becoming a Rarer Breed
Throughout history, many hackers have stood firm and challenged corporate capitalism and government surveillance
Today in Techrights
Some of the latest articles
Shortwave 5.0
Shortwave 5.0 is now available and finally continues playback when you close the window
Security Leftovers
Security picks
Audiocasts/Shows: mintCast and Linux Matters
2 new episodes
This Month in Redox - January 2025
Unix-like general-purpose microkernel-based operating system written in Rust
Canonical/Ubuntu Leftovers
Canonical/Ubuntu links
Open Hardware: 3-D Printing, Arduino, and Raspberry Pi
hacking with hardware
Programming Leftovers
Development picks
14 Reasons Why You’ll Love Fairphone’s Audio Range
For those of you who don’t know this already, Fairphone doesn’t just make smartphones
Mabox Linux integrates Firefox 135 in the latest update alongside a new kernel and more
The Manjaro-based Mabox Linux is back with update 25.02
I'm done with Ubuntu
"I liked Ubuntu. For a very long time, it was the sensible default option. Around 2016, I used the Ubuntu GNOME flavor, and after they ditched the Unity desktop environment, GNOME became the default option."
Tails 6.12 Anonymous OS Fixes Security Issues in Tor Circuits, Persistent Storage
The Tails project released today Tails 6.12 as the latest version of this portable operating system based on Debian GNU/Linux that protects users against surveillance and censorship.
KDE Gear 24.12.2 Improves Dolphin, Itinerary, Tokodon, and Many Other KDE Apps
The KDE Project released today KDE Gear 24.12.2 as the second maintenance update to the latest KDE Gear 24.12 open-source software suite series to address various issues in your favorite KDE apps.
today's howtos
mostly idroot
Games: Steam Deck, Hexagod, Heart of the Machine, and More
latest in GamingOnLinux
Android Leftovers
Why Android Is My Favorite Retro Gaming Platform
Debian 13 to Feature GNOME 48 Desktop Environment
The next major Debian release, 13 "Trixie," is expected to ship with GNOME 48 desktop environment
Don't Be Intimidated By Linux's Notorious GRUB Bootloader
You may have heard about how difficult the GRUB Linux bootloader is to install and configure
OpenWISP and iWave Systems
The web UI can be installed on Debian 11/12 or Ubuntu 20.04/22.04/24.04 LTS through Ansible or Docker
Free Software Awards: Choose your nominations by March 5
The time has come for free software community members to nominate individuals and projects for a Free Software Award
Free and Open Source Software
However, there is a useful update for Linux users
Tucana – Linux distribution built for customization
Tucana is an ultra customizable distro built entirely from scratch
Collabora Outsources to Microsoft, Microsoft LF ('Linux' Foundation) Making Excuses For Nationalistic and Racist Policies
bad news
Distros and Desktop Environments, Devices
GNU/Linux focused
Free, Libre, and Open Source Software Leftovers
FOSS links/stories
Linux and 'Linux' Foundation Leftovers
Some Linux picks
Working With Content Management Systems (CMS) / Static Site Generators (SSG)
Some Web builders
Mozilla Still Wasting Resources on Hey Hi (AI) Nonsense (Hype), Firefox WebDriver Newsletter is Out
Mozilla leftovers
Fedora and Red Hat Leftovers
the IBM club
Data Breach, Security, and Windows TCO
Security leftovers
Kernel Savings, Linux 6.14, and uretprobes
mostly LWN for today
Programming Leftovers
Development related picks
Today in Techrights
Some of the latest articles