Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Your Internet Access Is at Risk. We’re Speaking Up

The US Supreme Court will soon consider a case that could fundamentally change how you access the Internet and affect everyone who uses it.

9to5Linux

KDE Linux Distribution Is Available for Public Testing, Download Now

I heard rumors about KDE Linux in the past, but I never thought the KDE Project would put so much effort into creating its own distro, especially since we already have KDE neon, which, in my opinion, does a tremendous job at providing the community with access to the latest and upcoming KDE software.

Debian 13.1 “Trixie” Released with 71 Bug Fixes and 16 Security Updates

Debian 13.1 is here less than a month after Debian 13, providing an updated installation media to those who want to deploy the latest Debian Trixie operating system on new hardware and who had issues with the previous ISO images or don’t want to download hundreds of updates from the repositories after the installation.

Calibre 8.10 E-Book Manager Brings Improvements to the Kindle MTP Driver

Coming two weeks after Calibre 8.9, the Calibre 8.10 release is here with improvements to the Kindle MTP driver by fixing an issue where APNX files are being placed in the wrong location when books are sent to subfolders inside the root folder.

LinuxGizmos.com

MSI unveils MS-CF16 V3.0 Pico-ITX SBC with Alder Lake-N, Amston Lake, and Twin Lake processors

The MS-CF16 V3.0 supports a wider selection of Intel processors than its predecessor, with all configurations featuring up to 16 GB of LPDDR5 4800 MHz memory soldered onboard. Available options include:

M5Stack Introduces Cardputer-Adv with Expanded Features and Higher-Capacity Battery

It is powered by the Stamp-S3A core module based on the ESP32-S3FN8 dual-core Xtensa LX7 processor, running at up to 240 MHz with 8 MB of flash storage. A microSD card slot provides additional storage for applications and data, and an infrared emitter is included for remote-control functions.

Pi Zero 2 W AV-USB board adds USB hub, audio, and video output

The AV-USB provides three full-size USB-A ports via an onboard hub, along with a PCM5102-based stereo analog audio interface over I2S. Audio and composite video are routed through a 3.5 mm TRRS jack, restoring analog video output that on the Pi Zero 2 W was moved to a small test pad, making it easier to connect displays without soldering.

news

GNU diff utilities: diffutils-3.12 released

posted by Roy Schestowitz on Apr 11, 2025

This is to announce diffutils-3.12, a stable bug-fix release.
Thanks to Paul Eggert and Collin Funk for the bug fixes.

There have been 13 commits by 4 people in the 9 weeks since 3.11.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed! The following people contributed changes to this release:
Collin Funk (1) Jim Meyering (6) Paul Eggert (5) Simon Josefsson (1)
Jim [on behalf of the diffutils maintainers] ==================================================================
Here is the GNU diffutils home page: https://gnu.org/s/diffutils/
Here are the compressed sources: https://ftp.gnu.org/gnu/diffutils/diffutils-3.12.tar.gz (3.3MB) https://ftp.gnu.org/gnu/diffutils/diffutils-3.12.tar.xz (1.9MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/diffutils/diffutils-3.12.tar.gz.sig https://ftp.gnu.org/gnu/diffutils/diffutils-3.12.tar.xz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
e3f3e8ef171fcb54911d1493ac6066aa3ed9df38 diffutils-3.12.tar.gz W+GBsn7Diq0kUAgGYaZOShdSuym31QUr8KAqcPYj+bI= diffutils-3.12.tar.gz c2f302726d2709c6881c4657430a671abe5eedfa diffutils-3.12.tar.xz fIt/n8hgkUH96pzs6FJJ0whiQ5H/Yd7a9Sj8szdyff0= diffutils-3.12.tar.xz
Verify the base64 SHA256 checksum with cksum -a sha256 --check from coreutils-9.2 or OpenBSD's cksum since 2007.
Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this:
gpg --verify diffutils-3.12.tar.gz.sig
The signature should match the fingerprint of the following key:
pub rsa4096/0x7FD9FCCB000BEEEE 2010-06-14 [SCEA] Key fingerprint = 155D 3FC5 00C8 3448 6D1E EA67 7FD9 FCCB 000B EEEE uid [ unknown] Jim Meyering <jim@meyering.net> uid [ unknown] Jim Meyering <meyering@fb.com> uid [ unknown] Jim Meyering <meyering@gnu.org>
If that command fails because you don't have the required public key, or that public key has expired, try the following commands to retrieve or refresh it, and then rerun the 'gpg --verify' command.
gpg --locate-external-key jim@meyering.net
gpg --recv-keys 7FD9FCCB000BEEEE
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=diffutils&download=1' | gpg --import -
As a last resort to find the key, you can try the official GNU keyring:
wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg gpg --keyring gnu-keyring.gpg --verify diffutils-3.12.tar.gz.sig
This release is based on the diffutils git repository, available as
git clone https://git.savannah.gnu.org/git/diffutils.git
with commit 16681a3cbcea47e82683c713b0dac7d59d85a6fa tagged as v3.12.
For a summary of changes and contributors, see:
https://git.sv.gnu.org/gitweb/?p=diffutils.git;a=shortlog;h=v3.12
or run this command from a git-cloned diffutils directory:
git shortlog v3.11..v3.12
This release was bootstrapped with the following tools: Autoconf 2.72.76-2f64 Automake 1.17.0.91 Gnulib 2025-04-04 3773db653242ab7165cd300295c27405e4f9cc79
NEWS
* Noteworthy changes in release 3.12 (2025-04-08) [stable]
** Bug fixes
diff -r no longer merely summarizes when comparing an empty regular file to a nonempty regular file. [bug#76452 introduced in 3.11]
diff -y no longer crashes when given nontrivial differences. [bug#76613 introduced in 3.11]

Read on

Other Recent Tux Machines' Posts

KDE Linux Distribution Is Available for Public Testing, Download Now
The KDE Project released today the alpha version of the KDE Linux distribution, an in-house operating system to showcase the latest in-development versions of the KDE Plasma desktop environment and KDE apps.
Debian 13.1 “Trixie” Released with 71 Bug Fixes and 16 Security Updates
Today, the Debian Project announced the release and general availability of Debian 13.1 as the first ISO update to the latest Debian GNU/Linux 13.1 “Trixie” operating system series.
Mozilla Confirms Firefox 32-Bit Linux Support Will End in 2026
Mozilla confirms Firefox will no longer support 32-bit Linux after version 144
Games: Zelda Collector's Edition, Warhammer 40k Dawn of War Definitive Edition Review, Godot 4.5 RC 1
3 gaming stories
A Decade of Kubernetes and v1.34 Release
coverage has begun
 
Linux Kernel Runtime Guard 1.0 Released
Linux Kernel Runtime Guard hits 1.0 after 7 years
Beelink EQi13 Pro Review – Part 3: Ubuntu 24.04 on an Intel Core i5-13500H mini PC
We’ve already checked out the hardware of the Beelink EQi13 Pro in the first part of the review
I Tested 9 Ubuntu-Based Linux Distros, Here's How I Rank Them
Are you feeling confused by all the different Ubuntu-based distributions
Best Free and Open Source Software
This is free and open source software
Infiltration, GNU/Linux, and Reproducible Builds
today's leftovers
Programming Leftovers
Development picks
today's howtos
5 more howtos for now
SuperTuxKart 1.5-rc2 and GNU/Linux Gaming Distro That Uses SD Cards
a pair of gaming links
GNU/Linux and Free Software Leftovers
FOSS and more
Android Leftovers
Google Pixel 10 review: The best of Pixel without the fuss
Pop!_OS Team Sets September 25 for COSMIC Beta Release
The long-awaited COSMIC desktop beta for Pop!_OS 24.04 LTS arrives September 25
I Can't Use Ubuntu Without These 9 GNOME Extensions
Are you using Ubuntu and find it too minimal and bare bones
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
GNU/Linux Leftovers
GNU/Linux, HowTos, and more
Christian Hergert and Allan Day on GNOME
weekly report and more
OpenSUSE: Tumbleweed and Open(SUSE) Build Service
some SUSE news
Open Hardware/Modding: ESP32, Raspberry Pi, and More
3 hardware picks
KDE Linux Goes Alpha: Arch-Based, Immutable OS Unveiled at Akademy
KDE Linux hits alpha—ready for developers and power users, but ordinary Linux fans should hold off for now
Mozilla: Opening Bugs, Slop Inside Firefox, and Thunderbird Accessibility Study
Mozilla picks
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software Leftovers
FOSS picks
Databases: PGConf India 2026, pg_ivm 1.12, SQLite, and More
Database related leftovers
GNU/Linux and BSD Leftovers
mostly GNU/Linux news
Fedora / Red Hat / IBM Leftovers
5 new stories
Security and Integrity Leftovers
scams and bugs
Linux Devices, Open Hardware, and Android
hardware or gadgets
Barry Kauler on EasyOS, Latest 4 Updates
development updates
today's howtos
Instructionals/Technical posts (13 in total)
3 things I never got as a Windows fanboy that Linux users have had for years
Some features really surprise me about Linux
How to Switch Your PC to Linux, and Why You Should
What’s So Great About Linux?
4MLinux 50.0 BETA released
4MLinux Release
Sparky 8.0.1
There is a minor update of live/install ISO images of Sparky of the stable line 8.0.1
Free and Open Source Software
This is free and open source software
This Week in Plasma: more app permission configuration; pre-Akademy edition!
This week, KDE contributors from around the world are traveling to Akademy
Spiceworks Community Digest: Better living through Linux
Jessevas also highlighted a key benefit for IT professionals: the increasing demand for Linux support
Programming Leftovers
Development picks
Open Hardware/Modding: Raspberry Pi, Arduino, and More
half a dozen hardware stories
today's howtos
Instructionals/Technical posts (a handful)
Games: Steam Survey and More
10 picks for today
Nobody Denies That SecureBoot Will Cause Problems After September 11 [original]
Disable SecureBoot
Credit to analognowhere.com [original]
Give it a go
Operating Systems Leftovers
mostly GNU/Linux
Keeping the Site Friendly to Everyone [original]
we're probably safe not to sanitise language all that much
Security Leftovers
Security stories
Today in Techrights
Some of the latest articles
openSUSE Leap 16 Promises 24 Months of Community Support per Release
openSUSE Leap 15.6 extends updates until April 2026
Linux Mint 22.2 “Zara” Is Now Available for Download, Here’s What’s New
The wait is finally over as the Linux Mint team has published the final ISO images of the Linux Mint 22.2 “Zara” release, which are available for download from the official mirrors.
Firefox on Linux Is Ending Feature Updates for Old PCs
Mozilla has announced that Firefox 144 will be the last release to support 32-bit x86 Linux
GNOME 49 Release Candidate Re-Enables X11 Support by Default in GDM
The GNOME Project released today the RC (Release Candidate) development version of the upcoming GNOME 49 desktop environment series, scheduled for release later this month on September 17th.
Free and Open Source Software, and Review
I’ve reviewed the vast majority of music players for Linux
Linux - Recreating old problems with new tools
The Year of the Linux (desktop). Can it happen? Will it happen
Security Leftovers
Security related stories
Software and Games for GNU/Linux
a few more stories
Free, Libre, and Open Source Software Leftovers
FOSS and more
Education, Development, and Standards
some leftovers
Open Hardware/Modding: Zigbee and EtherealOS
a pair of stories
Audiocasts/Shows: BSD Now and Ask Noah Show
2 new episodes
Today is the Day [original]
People are gradually returning from holiday
Databases: SQL, PostgreSQL 18 RC 1, pgAdmin 4 v9.8, and E-Maj 4.7.0
DB news
Barry Kauler's Latest Work on EasyOS and Others
4 new updates
New Release of Miracle-WM, Version 0.7
Miracle-WM 0.7 is out
Linux Lite 7.6 Released with New Community Wiki and Updated Apps
Ubuntu-based Linux Lite 7.6 is out with a new community Wiki
Calibre 8.10 E-Book Manager Brings Improvements to the Kindle MTP Driver
Calibre 8.10 has been released today as the latest stable version of this open-source, free, and cross-platform e-book management software for GNU/Linux, macOS, and Windows systems.
The Complaint We Filed is Advancing [original]
Good news for us and for the birds
GNU/Linux and Free Software Leftovers
mostly GNU/Linux news
Programming Leftovers
Development picks
LibreOffice Conference 2025 and "Why I Use LibreOffice"
LibreOffice news and commentary
Open Hardware/Modding: Weekly GNU-like Mobile Linux, Raspberry Pi, and More
Hardware leftovers
Videos/Audiocasts/Shows About GNU/Linux
new videos about GNU/Linux
today's howtos
Instructionals/Technical posts
Latest Red Hat / IBM Puff Pieces (Mostly Buzzwords and Marketing Fluff)
Not much of substance here
Games: SteamOS 3.7.15 Beta, Granvir, Skyrim, and More
11 new articles from GamingOnLinux
Disable Microsoft's "Secure Boot" [original]
Reminder: Microsoft's "Secure Boot" Certificate for "Linux" Will be Expired in One Week
50 Years [original]
50 years of marriage
Today in Techrights
Some of the latest articles
Filtering Out Fake News and Corporate PR [original]
Our role, we believe, is to help people dodge the bad things and find only the "signal"