Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

DietPi 10.7 Adds Support for Containers with Network and ARMv8 VMs

Coming a little over a month after DietPi 10.6, the DietPi 10.7 release introduces support for containers with a network stack and SSH server pre-installed, support for ARMv8 virtual machines, and support for LubanCat 4 SBCs with Rockchip RK3588S SoCs.

KaOS Linux 2026.09 Released with Noctalia 5.1, Linux Kernel 7.1, and Mesa 26.2

As previously reported, the KaOS Linux devs have decided to move away from systemd and the KDE Plasma desktop environment after more than 12 years of using them by default. Earlier this year, in February, they dropped KDE Plasma for a Niri/Noctalia setup.

Debian 13.7 “Trixie” Released with 106 Bug Fixes and 107 Security Updates

Coming two months after Debian 13.6, the Debian 13.7 release provides updated ISOs for users who want to deploy the latest Debian 13 “Trixie” operating system series on new hardware without downloading lots of updates after the installation, or those who had issues with the previous ISO releases.

openSUSE Releases Agama 24 Installer with Networking and Storage Improvements

Coming almost three months after Agama 22, the Agama 24 release introduces a “Browse with details…” option in the web UI to open a sortable table listing for each network device along with its type, IP addresses, and connection state, allowing you to choose the right network connection, and improves binding of network connections.

Linux Mint Devs Introduce New EPUB Reader and Calendar Apps

Meet Xepub, Linux Mint’s new EPUB reader application providing users with an e-book reading experience similar to that of a Kindle or Kobo device. Xepub lets you navigate between chapters, search the contents of the book, add bookmarks, and quickly navigate between bookmarks.

schestowitz.com

Mid-September

Time flies

Derby Day 2026

United too attemped to sign Elliot Anderson.

How The Web Died

What we can tell future generations and why many of my generation can probably relate

Matthew J Garrett Put secure-boot and shim in Linux and It’s Breaking Systems Again

Crossposted from Techrights

Impeachment Time

What a sh–show.

The ‘Double Room’

All-in-one

Critical Weekend for ManCity

ManCity is still at the top of the league

Planting Trees

Bewildering Manchester, rewilding the place

Clap No More

They know the face!

Sharing When You Can (Others Might Share Back One Day)

But it’s not about expecting returns

LinuxGizmos.com

Neo6502 gains keyboard form factor with four USB hosts

The Neo6502 architecture pairs a WDC W65C02 processor with an RP2040. The W65C02 executes 6502 machine code directly, while the RP2040 handles the surrounding system functions, including memory emulation, video output, USB support, and firmware-controlled peripherals. Olimex’s documentation lists the W65C02 at approximately 6.25MHz.

LoRa terminal pairs ESP32-S3 with LR1110 and full keyboard

Elecrow’s ThinkNode M9 is a handheld LoRa communication terminal built around an ESP32-S3 processor and Semtech LR1110 transceiver. The device includes a 2.4-inch color display, full QWERTY keyboard, GNSS positioning, Wi-Fi and Bluetooth connectivity, USB Type-C, and a 2300mAh battery.

Handheld Linux computer offers i.MX95, Wi-Fi 6 and M.2 expansion

Mecha’s Comet is a modular Linux handheld built around a 3.92-inch AMOLED touchscreen and offered with either an NXP i.MX8M Plus or i.MX95 processor, along with expandable storage, Wi-Fi 6, Bluetooth 5.4, and a magnetic 40-pin interface for keyboard, gamepad, and GPIO extensions. The handheld also provides USB-C connectivity, an 8MP camera, M.2 expansion, and a 4100mAh battery.

coreutils-9.3 released

posted by Roy Schestowitz on Apr 19, 2023

 This is to announce coreutils-9.3, a stable release.
This is a bug fix release coming about 4 weeks after the 9.2 release.
See the NEWS below for a summary of changes.
There have been 26 commits by 3 people in the 29 days since 9.2.
Thanks to everyone who has contributed!
The following people contributed changes to this release:
Nick Alcock (1)
Paul Eggert (5)
Pádraig Brady (20)
Pádraig [on behalf of the coreutils maintainers]
==================================================================
Here is the GNU coreutils home page:
http://gnu.org/s/coreutils/
For a summary of changes and contributors, see:
http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v9.3
or run this command from a git-cloned coreutils directory:
git shortlog v9.2..v9.3
Here are the compressed sources:
https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.gz (14MB)
https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz (5.6MB)
Here are the GPG detached signatures:
https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.gz.sig
https://ftp.gnu.org/gnu/coreutils/coreutils-9.3.tar.xz.sig
b657a5fe51eed93cdafd9fe69594305ff040dd00 coreutils-9.3.tar.gz
oz0sC8Sb48eaR5SUTc2HEDv0l7U6FLr81DHIylOXUlI= coreutils-9.3.tar.gz
cd1fd7e27d46fd2497b8f2a670b54785530ef7d2 coreutils-9.3.tar.xz
rbz8/omSNbceh2jc8HzVMlILf1T5qAZIQ/jRmakEu6o= coreutils-9.3.tar.xz
Verify the base64 SHA256 checksum with cksum -a sha256 --check
from coreutils-9.2 or OpenBSD's cksum since 2007.
gpg --verify coreutils-9.3.tar.gz.sig
pub rsa4096/0xDF6FD971306037D9 2011-09-23 [SC]
Key fingerprint = 6C37 DC12 121A 5006 BC1D B804 DF6F D971 3060 37D9
uid [ unknown] Pádraig Brady
uid [ unknown] Pádraig Brady
gpg --locate-external-key P@draigBrady.com
gpg --recv-keys DF6FD971306037D9
wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=coreutils&download=1' | gpg --import -
gpg --keyring gnu-keyring.gpg --verify coreutils-9.3.tar.gz.sig
Autoconf 2.72c.17-0cc3
Gnulib v0.1-6046-g4b60490554
Bison 3.8.2
* Noteworthy changes in release 9.3 (2023-04-18) [stable]
** Bug fixes
cp --reflink=auto (the default), mv, and install
will again fall back to a standard copy in more cases.
Previously copies could fail with permission errors on
more restricted systems like android or containers etc.
[bug introduced in coreutils-9.2]
cp --recursive --backup will again operate correctly.
Previousy it may have issued "File exists" errors when
it failed to appropriately rename files being replaced.
date --file and dircolors will now diagnose a failure to read a file.
Previously they would have silently ignored the failure.
[This bug was present in "the beginning".]
md5sum --check again correctly prints the status of each file checked.
Previously the status for files was printed as 'OK' once any file had passed.
This also applies to cksum, sha*sum, and b2sum.
wc will now diagnose if any total counts have overflowed.
`wc -c` will again correctly update the read offset of inputs.
Previously it deduced the size of inputs while leaving the offset unchanged.
[bug introduced in coreutils-8.27]
Coreutils programs no longer fail for timestamps past the year 2038
on obsolete configurations with 32-bit signed time_t, because the
build procedure now rejects these configurations.
** Changes in behavior
'cp -n' and 'mv -n' now issue an error diagnostic if skipping a file,
to correspond with -n inducing a nonzero exit status as of coreutils 9.2.
Similarly 'cp -v' and 'mv -v' will output a message for each file skipped
due to -n, -i, or -u.
** New features
cp and mv now support --update=none to always skip existing files
in the destination, while not affecting the exit status.
This is equivalent to the --no-clobber behavior from before v9.2.

Other Recent Tux Machines' Posts

Debian 13.7 “Trixie” Released with 106 Bug Fixes and 107 Security Updates
Debian 13.7 is now available for download as a new point release to Debian 13 “Trixie” with 106 bug fixes and 107 security updates.
Switzerland's Federal Government is Replacing Microsoft on 3,000 Computers [original]
This is the pilot phase, with 3,000 workstations moving away from Microsoft 365. The federal administration has over 54,000 computers.
Almost a Decade of Tux Machines in Internet Relay Chat (IRC) [original]
Almost a decade ago we joined IRC
Good News! CERN is Migrating Over 2,200 Control Systems to Debian 13
The migration would move accelerator control computers out of the Red Hat ecosystem
Ubisoft Does Not Like GNU/Linux, Blocks Users (Despite Full Compatibility)
DRM lovers wants rootkits
Graphical Desktop Environments: GEM, Plasma/KDE, and GNOME Calendar
3 picks for today
Linux Mint reveals two brand-new desktop apps
Two new apps are coming to Linux Mint later this year: a new calendar and eBook reader
openSUSE Releases Agama 24 Installer with Networking and Storage Improvements
openSUSE releases the Agama 24 web-based installer for Tumbleweed, Slowroll, and MicroOS with improvements across networking, theming, storage, language, and other components.
KDE Plasma 6.8 Desktop Environment Is Now Available for Public Beta Testing
KDE Plasma 6.8 desktop environment is now available for public beta testing with various new features, improvements, and bug fixes. Here’s what’s new!
 
Fedora IoT – container-based Linux distribution for edge devices
Fedora IoT is a Fedora-based Linux distribution designed as a foundation for Internet of Things and edge computing deployments
Handheld Linux computer offers i.MX95, Wi-Fi 6 and M.2 expansion
Mecha’s Comet is a modular Linux handheld built around a 3.92-inch AMOLED touchscreen and offered with either an NXP i.MX8M Plus or i.MX95 processor
DietPi 10.7 Adds Support for Containers with Network and ARMv8 VMs
DietPi 10.7 distribution for single-board computers is now available for download with support for containers with virtual network, ARMv8 VMs, and LubanCat 4 SBCs.
Over 3,550 Active Gemini Capsules Known to Lupa [original]
How big is Geminispace as a whole? Lupa does not see all of it.
Today in Techrights
Some of the latest articles
KaOS Linux 2026.09 Released with Noctalia 5.1, Linux Kernel 7.1, and Mesa 26.2
KaOS Linux 2026.09 distribution is now available for download as the second ISO snapshot using Dinit as the default init system instead of systemd. Here’s what’s new!
Free, Libre, and Open Source Software and Standards
FOSS and more
Events: CERN Pd LibreOffice Conference 2026
2 events
Web Browsers/Web Servers: How Google Sees Your Site, Firefox, and More
WWW picks
GNU/Linux and BSD Leftovers
3 more links
Audiocasts/Shows: Hackaday Podcast, EuroPython 2026 Videos, and More
new things to watch
GVfs for GNOME 51, Bug fixes, and This Week in GNOME
GNOME leftovers
Tumbleweed Review of the Week and Planet News Roundup
OpenSUSE news leftovers
Ubuntu: 'Secure' Boot Causing Catastrophe Again, Ubuntu 26.10, Ubuntu Telemetry (Surveillance), and More
Canonical/Ubuntu picks
Mostly Slop From Red Hat Again
Slop and a little more
Programming Leftovers
Development related leftovers
Collabora, Linux Kernel, and Graphics Work
kernel level stuff
today's howtos
Instructionals/Technical posts
Security Leftovers
bugs, news, and laws
Desktop/Laptop GNU/Linux and Moving From Windows
3 picks
Games: Shroom and Gloom, The Crust 1.0, Rootkits ('Anti-cheat') in Linux "Normalised"
gaming picks
Open Hardware/Modding: Arduino, PocketBeagle 2 TechLab, and More
hardware picks
Linux-Based ATSC 3.0 Converter Box
a pair of articles or press releases
Android Leftovers
4 surprisingly useful ways to use your Android phone's built-in NFC reader
I ran Arch Linux for 5 years — Fedora does the same job with less work
I've been an Arch user for five years, and it's been a love-hate relationship
Linux Mint Devs Introduce New EPUB Reader and Calendar Apps
Linux Mint devs introduce new apps for the upcoming Linux Mint 23 release, including Xepub EPUB reader and Clockenstein calendar.
Canonical has pulled Ubuntu 24.04.5's installer because it blew up when you tried an extended install
The vast majority of OS bugs happen while it's running
Option to set default terminal is coming to GNOME Settings
An option pick a default terminal is to GNOME Settings, as the image above, teased by developer Ignacy Kuchciński last week
GNU/Linux Growing Fast in Switzerland [original]
Well done to them
Best Free and Open Source Software
This is free and open source software
EnigmarsOS – privacy-focused Arch-based Linux distribution
EnigmarsOS is an Arch-based Linux distribution built around KDE Plasma
Revenant OS – local-first AI Linux distribution for rugged field laptops
Revenant OS is a Linux distribution designed for rugged field computing
Planet KDE: I just want us to feel something…
Koko is KDE's image viewer
Kdenlive 26.08.1 released
The first maintenance release of the 26.08 series is out with the usual batch of stability fixes and workflow improvements
This Week in Plasma: 6.8 Beta Release!
This week we released a beta of Plasma 6.8, and it’s ready for testing
Stable kernels: Linux 7.2.5, and Linux 6.18.51
I'm announcing the release of the 7.2.5 kernel
Today in Techrights
Some of the latest articles
KDE: Akademy-es 2026, AppStream, and Kdenlive Work
KDE updates/reports
today's howtos
Instructionals/Technical picks
Distributions and Operating Systems: HaikuOS, NCZ-OS, and More
OS picks
Free, Libre, and Open Source Software Leftovers
FOSS and more
Audiocasts/Shows: BSD Now and LINUX Unplugged
2 new episodes
Kernel Space: Linux Removes Features, Adds “Hideous” Slop, New Kernels Added or Compiled
Linux picks
Games: Godot, "Ubisoft Connect Services", RPCS3 on PS5 With GNU/Linux
gaming news
Red Hat: Openwashing, Fake Endorsements, Kubernetes, and Slop (Lots and Lots of Slop Promotion
mostly from Red Hat's own site
Security Leftovers
Security related news
PostgreSQL: pg_vault_tde v1.7.1 and PostgreSQL Migrator 1.0
new releases
Web, Mozilla, and Mozilla
WWW centric leftovers
Programming Leftovers
Development picks
Linux Devices, Open Hardware, and More
hardware centric bunch
Android Mobile Systems/Mobile Applications
Some Android picks
Lapis One Uses GNU/Linux
2 picks
Slop-Peddling Arch-Derived/Derivative Omarchy GNU/Linux Attracts Attention
Omarchy sucks though
Android Leftovers
I turned an old Android phone into a NAS instead of buying one
The 60-year-old Unix design choice that made the Linux desktop a mess
One reason that Linux has struggled to gain desktop users is the perception that the Linux desktop is a mess
I ditched Ubuntu for a Linux distro that fits in 200MB, and I'm not going back
Linux is famously smaller and lighter than Windows, but that understates just how small Linux distros can really be
Liquid Glass GNOME Shell extension uses real refraction shaders
This extension tries to replicate the aesthetic and the underlying physics on GNOME
GIMP 3.2.6 Released with UX Improvements, New Rotation Stylus Dynamics Input
GIMP 3.2.6 open-source image editor is now available for download with new rotation stylus dynamics input, UX improvements, OS and platform specific improvements, and security updates.
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion
Software Freedom Day 2026 [original]
Tux Machines (TM) will focus on Software Freedom
Spacefun – lightweight Debian-based Linux distribution
Spacefun is a lightweight Debian-based Linux distribution designed to provide a friendly desktop system that works well on modest hardware
Aiming for 2029 [original]
all-time record for me
Cloudflare: GNU/Linux Adoption High in Switzerland [original]
This week, at nighttime (no office computers in use), GNU/Linux sometimes peaks at about a quarter based on Cloudflare
Upcoming Maintenance Window [original]
We've spent a long time dealing with de facto DDoS attacks in recent months
Today in Techrights
Some of the latest articles