Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Community Snapshot—February

Around the world, our 130 chapters and special interest groups work locally, regionally, and globally to keep the Internet a force for good: open, globally connected, secure, and trustworthy. Here is an overview of just some of their activities over the last few weeks.

9to5Linux

TUXEDO InfinityBook Max 16 Linux Laptop Now Available with AMD Ryzen AI 300

TUXEDO InfinityBook Max 16 Gen10 was announced on January 7th, 2026, with the Intel Core Ultra 9 275HX processor, but, at the request of users, it’s now also available with three AMD CPUs to choose from, including AMD Ryzen AI 7 350, AMD Ryzen AI 9 365, andAMD Ryzen AI 9 HX 370.

GNOME 50 Release Candidate Arrives with HDR Screen Sharing Support

The GNOME 50 Release Candidate introduces several notable changes, including HDR screen sharing support, enhanced performance with the NVIDIA graphics driver, an “sdr-native” color mode, support for wp-color-management v2, and improved support for logind inhibitors in system actions.

NVIDIA 595 Linux Graphics Driver Promises Wayland 1.20 Support, Beta Out Now

NVIDIA 595 promises support for the VK_EXT_descriptor_heap and VK_EXT_present_timing Vulkan extensions, support for Wayland 1.20, support for DRI3 1.2, and a new application profile that allows CUDA-using apps to reach P0 PState.

KDE Gear 25.12.3 Brings Improvements to Merkuro, Calligra, Kasts, and Other Apps

Coming a month after KDE Gear 25.12.2, the KDE Gear 25.12.3 release is here to improve the Merkuro calendar app by fixing a crash that occurred when creating a new incidence or editing an existing one, as well as various other small issues affecting TODOs, Hourly View, and the “Show all”/”Hide all” button.

news

GNU grep-3.12 released

posted by Roy Schestowitz on Apr 11, 2025

This is to announce grep-3.12, a stable release.

It's been nearly two years! There have been two bug fixes and many harder-to-see improvements via gnulib. Thanks to Paul Eggert for doing so much of the work and Bruno Haible for all the testing and all he does to make gnulib a paragon of portable, reliable, top-notch code.
There have been 77 commits by 6 people in the 100 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:
Bruno Haible (5) Carlo Marcelo Arenas Belón (1) Collin Funk (1) Grisha Levit (1) Jim Meyering (31) Paul Eggert (38)
Jim [on behalf of the grep maintainers] ==================================================================
Here is the GNU grep home page: https://gnu.org/s/grep/
Here are the compressed sources: https://ftp.gnu.org/gnu/grep/grep-3.12.tar.gz (3.1MB) https://ftp.gnu.org/gnu/grep/grep-3.12.tar.xz (1.9MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/grep/grep-3.12.tar.gz.sig https://ftp.gnu.org/gnu/grep/grep-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:
025644ca3ea4f59180d531547c53baeb789c6047 grep-3.12.tar.gz ut2lRt/Eudl+mS4sNfO1x/IFIv/L4vAboenNy+dkTNw= grep-3.12.tar.gz 4b4df79f5963041d515ef64cfa245e0193a33009 grep-3.12.tar.xz JkmyfA6Q5jLq3NdXvgbG6aT0jZQd5R58D4P/dkCKB7k= grep-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 grep-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=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.12.tar.gz.sig
This release is based on the grep git repository, available as
git clone https://git.savannah.gnu.org/git/grep.git
with commit 3f8c09ec197a2ced82855f9ecd2cbc83874379ab tagged as v3.12.
For a summary of changes and contributors, see:
https://git.sv.gnu.org/gitweb/?p=grep.git;a=shortlog;h=v3.12
or run this command from a git-cloned grep 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-10) [stable]
** Bug fixes
Searching a directory with at least 100,000 entries no longer fails with "Operation not supported" and exit status 2. Now, this prints 1 and no diagnostic, as expected: $ mkdir t && cd t && seq 100000|xargs touch && grep -r x .; echo $? 1 [bug introduced in grep 3.11]
-mN where 1 < N no longer mistakenly lseeks to end of input merely because standard output is /dev/null.
** Changes in behavior
The --unix-byte-offsets (-u) option is gone. In grep-3.7 (2021-08-14) it became a warning-only no-op. Before then, it was a Windows-only no-op.
On Windows platforms and on AIX in 32-bit mode, grep in some cases now supports Unicode characters outside the Basic Multilingual Plane.

Read on

Other Recent Tux Machines' Posts

OpenWrt’s latest update adds a piece of Alpine Linux
The popular open-source firmware for routers and other networking equipment, OpenWrt, just released a new major update
"Attestation" Mandated in US If American Politicians Get Their Way
Linux also
Linux Mint Devs Prep Wayland-Native Cinnamon Screensaver for Linux Mint 23
In the monthly newsletter for February 2026, Linux Mint creator Clement Lefebvre talks about the new screensaver for the Cinnamon desktop environment that will be implemented in future Linux Mint releases.
GNOME 50 Release Candidate Arrives with HDR Screen Sharing Support
The GNOME Project released today the RC (Release Candidate) version of the upcoming GNOME 50 desktop environment series, scheduled for release later this month on March 18th, 2026.
Nitrux 6.0 Released with Linux 6.19, New Login Screen, Rescue Mode, and More
Nitrux developer Uri Herrera announced today the release and general availability of Nitrux 6.0, a major update to this Debian-based, systemd-free, and immutable GNU/Linux distribution.
KDE Gear 26.04 release schedule
This is the release schedule the release team agreed on
Games: Godot 4.7 dev 2, Benchmarks, Rootkits, and ANBERNIC
Game-centric news
NVIDIA 595 Linux Graphics Driver Promises Wayland 1.20 Support, Beta Out Now
NVIDIA released today the beta version of the NVIDIA 595 graphics driver for GNU/Linux, FreeBSD, and Solaris systems, introducing various new features and improvements.
 
Games: Transport Fever 3, Sol Cesto, and More
half a dozen GamingOnLinux articles
Android Leftovers
4 common Android habits that are actually cluttering up your phone
A modder has successfully ported Linux to the PS5, running GTA 5 Enhanced with ray tracing
A modder revealed that he has successfully managed to port Linux to the PS5
Someone got Linux working on the PS5, and it runs GTA 5 with ray tracing
Okay, I know I've said that I believe 2026 will be the year of gaming on Linux
RengeOS is a minimal, Arch Linux–based operating system
RengeOS is a minimal, Arch Linux–based operating system focused on performance, maintainability, and a hackable design
This book taught me 6 must-know facts about Linux
But no other book has had a greater influence on my approach to Linux and macOS
PimersusOS – Debian-based Linux distribution
PimersusOS is a lightweight Linux environment created primarily as a base for Pimersus Browser
Free and Open Source Software
This is free and open source software
Third beta for Krita 5.3 and Krita 6.0
Today we're releasing the third beta of Krita 5.3.0 and Krita 6.0.0
This Week in Plasma: Polish and Stability
This was another week of focusing on bug-fixing and UI polishing
GNOME Foundation Update, 2026-03-06
This post is the latest in my series of GNOME Foundation updates
Tackling Abuse Against Women in Tech [original]
The status quo discourages women from even trying to study Computer Science and related disciplines
Today in Techrights
Some of the latest articles
Sunday is International Women's Day [original]
In a world where discrimination is still so rampant, more needs to be done to at least recognise this issue
Firefox Fell From Almost 50% to 0.5% in Congo [original]
For all its spiel and PR around diversity, Mozilla is failing to capture or retain large user pools
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Mozilla and Firefox Leftovers
Development at Mozilla and more
GNU/Linux Leftovers
GNU/Linux picks
BSD: OpenZFS and OpenBSD on SGI
BSD leftovers
Red Hat Leftovers
Red Hat picks for today, lots of slop
Security and Windows TCO Leftovers
Security news
Open Hardware/Modding: Banana Pi R4, Arduino, Jolla and More
more freedom-respecting gadgets
Programming Leftovers
Development picks
Linux Foundation and Openwashing
mostly LF fluff
today's howtos
Instructionals/Technical picks
Applications: Fish, Break-Taking, Lockbook, and More
Software on GNU/Linux
Games: Slay the Spire 2, Parkitect, ARC Raiders Spying on People
new from GamingOnLinux
TUXEDO InfinityBook Max 16 Linux Laptop Now Available with AMD Ryzen AI 300
Today, Linux hardware vendor TUXEDO Computers launched a new variant of the TUXEDO InfinityBook Max 16 Gen10 Linux laptop with an AMD Ryzen AI 9 CPU instead of an Intel CPU.
I’d Happily Pay for Linux — If It Actually Ran the Software I Need
I have a toxic love-hate relationship with Linux
Android Leftovers
Google announces significant changes to open up Android ecosystem
Age Verification Laws Are Multiplying Like a Virus, and Your Linux Computer Might be Next
What started as age gates on adult websites has quietly crept into app stores and operating systems
Linux couldn't save my old netbook, so I tried Haiku OS
Desktop Linux can often be a great choice for revitalizing old hardware
I swapped my daily driver Linux distro again — and this time it’s sticking
Fedora Linux held the daily driver crown on my main machine
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.12.76, Linux 6.6.129, and Linux 6.1.166
I'm announcing the release of the 6.12.76 kernel
Our Static Site Generator (SSG) Turns 4 This Summer [original]
It's still under active development in our Git servers
Parrot OS 7.1: Security Distro’s Surprisingly Good Daily Driver
Italy’s Parrot OS 7.1 Home Edition flies beyond its security reputation with a surprisingly polished KDE Plasma desktop
FOSS Force: Authenticity, Independence, and Expertise Worth Funding
Carla Schroder lays out why real expertise, not clickbait, matters — and why FOSS Force is turning to readers like you to keep going
Today in Techrights
Some of the latest articles
Chardet dispute shows how AI will kill software licensing
Alarm bells are ringing in the open source community, but commercial licensing is also at risk
This ancient Linux tool is still better than modern alternatives
If you spend some time working with Linux, you will inevitably end up running a curl command
5 Linux desktop features Windows still can’t replicate properly
However, compared with Linux, there are still concrete architectural differences
KeePass Released 2.61 with One-Time Password & Other Improvements
KeePass password safe released new 2.61 version on Wednesday
Free and Open Source Software
This is free and open source software
Why Linux Users Love to Hate Ubuntu
Ubuntu may not be perfect, but the amount of hate it receives from Linux users is often exaggerated
KDE Gear 25.12.3 Brings Improvements to Merkuro, Calligra, Kasts, and Other Apps
Today, the KDE Project released KDE Gear 25.12.3 as the third and final maintenance update to the latest KDE Gear 25.12 series of this collection of open-source applications for the KDE ecosystem and other platforms.
Red Hat and Fedora Leftovers
mostly from redhat.com
Security Leftovers
Security patches and more
today's leftovers
GNU/Linux and more
Free, Libre, and Open Source Software Leftovers
FOSS and more
Concerns About Zach being Benevolent Dictator for Life (BDFL) and Eleventy's Direction
some bad news
Web and Standards
WWW and more
FSF on LibreLocal Events and Talks by Its Founder
coming up next
Open Hardware/Modding: Arduino, Raspberry Pi, and More
Hardware centric news
Programming Leftovers
Development and Debian
AerynOS – independent Linux distribution
AerynOS is an independent Linux distribution built from scratch and currently in alpha development
Applications: A Look at Lockbook and Inkscape is Hiring
software news
today's howtos
Instructionals/Technical articles
After decades of Windows, Linux made me love using an OS again
By Simon Batt
Springtime is Here [original]
March is when it "formally" counts as spring
Games: House of Tesla, Shapez 2, and More
latest from GamingOnLinux
Android Leftovers
Motorola Partners With GrapheneOS to Bring Google-Free Android Alternative to Future Phones
7 things I stopped installing on Linux (and my system is better for it)
Most Linux distros give you a ridiculous amount of freedom
KDE Plasma 6.6.2 Improves Support for High-Resolution Mice on Remote Desktops
The KDE project released KDE Plasma 6.6.2 today as the second maintenance update to the latest KDE Plasma 6.6 desktop environment series to address more bugs, crashes, and other issues.
Free and Open Source Software
This is free and open source software
Escuelas Linux is a distribution based on Bodhi Linux
Escuelas Linux is a lightweight Linux distribution designed specifically for educational environments
Stable kernels: Linux 6.19.6, Linux 6.18.16, Linux 6.12.75, Linux 6.6.128, Linux 6.1.165, Linux 5.15.202, and Linux 5.10.252
I'm announcing the release of the 6.19.6 kernel
LWN's Latest: Kernel, PostgreSQL Insider Works for Microsoft, and Network Time Protocol (NTP)
outside paywall today
Open-source Discord alternatives
For everyone who doesn't want or need a Discord-like "modern" chat experience — IRC will always be an option
Today in Techrights
Some of the latest articles