Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

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

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

In Mintro (Not “Cash Generator”) Storage Space is Still Dear

Where’s the dog?

I Learned or Found Out About 9/11 From the Taxi Driver at the Airport

Many people still remember how they first heard about it (and where)

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.

grep 3.8 released

posted by Roy Schestowitz on Sep 03, 2022

This is to announce grep-3.8, a stable release.
Special thanks to Carlo Arenas for adding PCRE2 support
and to Paul Eggert for his many fine changes.

There have been 104 commits by 6 people in the 55 weeks since 3.7. See the NEWS below for a brief summary.
Thanks to everyone who has contributed! The following people contributed changes to this release:
Carlo Marcelo Arenas Belón (2) Helge Kreutzmann (1) Jim Meyering (27) Ondřej Fiala (1) Paul Eggert (71) Ulrich Eckhardt (2)
Jim [on behalf of the grep maintainers] ==================================================================
Here is the GNU grep home page: http://gnu.org/s/grep/
For a summary of changes and contributors, see: http://git.sv.gnu.org/gitweb/?p=grep.git;a=shortlog;h=v3.8 or run this command from a git-cloned grep directory: git shortlog v3.7..v3.8
To summarize the 432 gnulib-related changes, run these commands from a git-cloned grep directory: git checkout v3.8 git submodule summary v3.7
================================================================== Here are the compressed sources: https://ftp.gnu.org/gnu/grep/grep-3.8.tar.gz (2.8MB) https://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz (1.7MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/grep/grep-3.8.tar.gz.sig https://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums: eb3bf741fefb2d64e67d9ea6d74c723ea0efddb6 grep-3.8.tar.gz jeYKUWnAwf3YFwvZO72ldbh7/Pp95jGbi9YNwgvi+5c grep-3.8.tar.gz 6d0d32cabaf44efac9e1d2c449eb041525c54b2e grep-3.8.tar.xz SY18wbT7CBkE2HND/rtzR1z3ceQk+35hQa/2YBOrw4I grep-3.8.tar.xz
Each SHA256 checksum is base64 encoded, preferred over the much longer hexadecimal encoding that most checksum tools default to.
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 grep-3.8.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 Jim Meyering
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=grep&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 grep-3.8.tar.gz.sig
This release was bootstrapped with the following tools: Autoconf 2.72a.55-bc66c Automake 1.16i Gnulib v0.1-5279-g19435dc207
================================================================== NEWS
* Noteworthy changes in release 3.8 (2022-09-02) [stable]
** Changes in behavior
The -P option is now based on PCRE2 instead of the older PCRE, thanks to code contributed by Carlo Arenas.
The egrep and fgrep commands, which have been deprecated since release 2.5.3 (2007), now warn that they are obsolescent and should be replaced by grep -E and grep -F.
The confusing GREP_COLOR environment variable is now obsolescent. Instead of GREP_COLOR='xxx', use GREP_COLORS='mt=xxx'. grep now warns if GREP_COLOR is used and is not overridden by GREP_COLORS. Also, grep now treats GREP_COLOR like GREP_COLORS by silently ignoring it if it attempts to inject ANSI terminal escapes.
Regular expressions with stray backslashes now cause warnings, as their unspecified behavior can lead to unexpected results. For example, '\a' and 'a' are not always equivalent . Similarly, regular expressions or subexpressions that start with a repetition operator now also cause warnings due to their unspecified behavior; for example, *a(+b|{1}c) now has three reasons to warn. The warnings are intended as a transition aid; they are likely to be errors in future releases.
Regular expressions like [:space:] are now errors even if POSIXLY_CORRECT is set, since POSIX now allows the GNU behavior.
** Bug fixes
In locales using UTF-8 encoding, the regular expression '.' no longer sometimes fails to match Unicode characters U+D400 through U+D7FF (some Hangul Syllables, and Hangul Jamo Extended-B) and Unicode characters U+108000 through U+10FFFF (half of Supplemental Private Use Area plane B). [bug introduced in grep 3.4]
The -s option no longer suppresses "binary file matches" messages. [Bug#51860 introduced in grep 3.5]
** Documentation improvements
The manual now covers unspecified behavior in patterns like \x, (+), and range expressions outside the POSIX locale.

Other Recent Tux Machines' Posts

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!
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.
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.
 
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
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.
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
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