Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

iLabs Challenger+ RP2040 LoRa Mk II Adds Upgraded Power Architecture and BConnect Expansion

iLabs has released the Challenger+ RP2040 LoRa Mk II, an upgraded Feather-format microcontroller board that combines the Raspberry Pi RP2040 with an RFM95W LoRa radio module. The new revision refines the original design with improved noise isolation, enhanced power distribution, and added modular connectivity options.

Turris Omnia NG Introduced with OpenWRT-Derived OS, Wi-Fi 7, and 10 Gbps Networking

CZ.NIC has launched the Turris Omnia NG router, described as a new open-source device focused on security, performance, and modularity. It features a quad-core processor, Wi-Fi 7 connectivity, and M.2-based expandability, targeting users who require a long-lasting and adaptable networking platform.

9to5Linux

NVIDIA 580.105.08 Linux Graphics Driver Released with a New Environment Variable

NVIDIA 580.95.05 is here to introduce a new environment variable, CUDA_DISABLE_PERF_BOOST, which allows users to disable the default behavior of boosting their NVIDIA GPU to a higher power state when running CUDA apps. Setting this environment variable to ‘1’ will disable the boost.

KDE Plasma 6.5.2 Improves KRunner’s Search Result Ordering and Fixes Regressions

KDE Plasma 6.5.2 improves KRunner’s search result ordering by prioritizing exact matches of names and keywords, substring matches anchored to the beginning of the name or caption, and substring matches in the middle.

Systemd-Free Devuan GNU/Linux 6.0 Distro Is Out Based on Debian 13 “Trixie”

Based on the latest Debian 13 “Trixie” operating system series, Devuan GNU/Linux 6.0 (codename Excalibur) is powered by the long-term supported Linux 6.12 LTS kernel series for the best possible hardware support for both existing users and new installations.

Internet Society

Making Internet Policy Make Sense—Your Multilingual Guide to the Internet

One of the biggest challenges in Internet policy work is that policy discussions are often not easily accessible to the wider public. In reality, every decision made at the policy level regarding connectivity, safety, affordability, or access significantly impacts how we experience the Internet in our daily lives, from the way we connect to what we can access and how our privacy is protected.  

Tor Project blog

Keeping the internet free together: Join us for State of the Onion 2025

What happens when the internet goes down during a moment of crisis, like political turmoil or a natural disaster? How do you access trustworthy information? How do you stay in touch with others? And how can you support your community during a crisis?

Arti 1.7.0 released: Onion service restricted discovery, experimental HTTP proxy, relay development, and more.

Arti 1.7.0 stabilizes the onion service restricted discovery feature, previously known as "client authorization". This requires Arti to be built with the restricted-discovery feature enabled, and for the appropriate configuration options to be enabled and configured for the onion service.

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

KDE Plasma 6.5.2, Bugfix Release for November
Today KDE releases a bugfix update to KDE Plasma 6, versioned 6.5.2
Taking Search Live, Slicing and Splitting Based on Multiple Criteria [original]
Techrights can be used to test this before we do the same here
Techrights Turns 19 This Friday [original]
Anniversary day
Tux Machines Was Always Run by Women [original]
Rianne has already added close to 100,000 pages to this site
NVIDIA 580.105.08 Linux Graphics Driver Released with a New Environment Variable
NVIDIA released today the NVIDIA 580.105.08 graphics drivers for NVIDIA GPUs on Linux, BSD, and Solaris systems as a new update in the latest NVIDIA 580 series.
Linux gamers on Steam finally cross over the 3% mark
Linux 3.05% +0.41%
Linux 6.18-rc4
I'm cutting rc4 a couple of hours early
Systemd-Free Devuan GNU/Linux 6.0 Distro Is Out Based on Debian 13 “Trixie”
The Devuan developers announced the release of Devuan GNU/Linux 6.0 “Daedalus” distribution as a 100% derivative of the Debian GNU/Linux operating system without systemd and related components.
Devuan 6 “Excalibur” Released with Debian 13 “Trixie” Base
Devuan 6 “Excalibur,” based on Debian 13 “Trixie,” is now out with a mandatory /usr merge and PipeWire audio support
SUSE Hugs Buzzwords and Hack Week Project in OpenSUSE
some SUSE leftovers
Nearly 90% of Windows Games now run on GNU/Linux
great news
SUSE delivers Raspberry Pi 5 U-Boot support
SUSE delivers Raspberry Pi 5 U-Boot support
Incus 6.18 Container & Virtual Machine Manager Released
Incus 6.18 adds macOS agent support, VirtIO sound for VMs
Ikey Doherty Missing from AerynOS for Six Months
AerynOS maintainer confirms that founder Ikey Doherty hasn’t been in contact for six months but assures the project remains stable and on track
There Would be No Linux Without GNU [original]
It started in Boston, not in Helsinki
Wine 10.18 is Out
new wine release
Speaking Truth to Power [original]
Bad actors need to be called out
Join Us in Internet Relay Chat (IRC) [original]
Those of our readers who have an IRC client or know how to install an IRC client are more than welcome to join us there
 
Android Leftovers
I've used vanilla Android for a decade and I regret not installing this launcher sooner
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Hardware news
Rust Pushers in Debian Are 'Killing' the 'Old' PCs (Bad for the Environment)
bad stuff
Hear ye, hear ye! The GNU Press Shop is open now through New Years' Day
The end of 2025 is less than two months away, but fear not...
Nebula Is a New GTK Frontend for Managing Void Linux Packages
Nebula is a fresh Rust-built GTK frontend for XBPS
Jenny’s Daily Drivers: ReactOS 0.4.15
When picking operating systems for a closer look here in the Daily Drivers series
KeePass 2.60 Released with Firefox CSV Import Support (Ubuntu PPA)
KeePass Password Safe released new 2.60 version few days ago
Free and Open Source Software
This is free and open source software
Farewell to these, but not adieu…
Friday was my last day at the GNOME Foundation
The most beautiful Linux distributions for 2025
If you prefer your desktop operating system to be prettier than the average bear
Games: Steam Deck, HYPER DEMON PVP, and More
5 stories from GamingOnLinux
Today in Techrights
Some of the latest articles
Applications, Games, Hardware, and Distributions
today's leftovers
Free, Libre, and Open Source Software Leftovers
Mozilla and more
NVIDIA Releases Linux Driver 580.105 With HDMI and Game Crash Fixes
The new NVIDIA 580.105 Linux driver fixes HDMI FRL issues
Free and Open Source Software, howtos and Installations
Our Machine Learning in Linux series focuses on apps that make it easy to experiment with machine learning
NebiOS – Ubuntu-based Linux distribution
NebiOS is an Ubuntu-based desktop Linux distribution with a custom Wayland compositor called NebiDE (based on Wayfire)
Audiocasts/Shows: Linux User Space, Late Night Linux, Destination Linux, and LINUX Unplugged
4 new episodes
Red Hat and Fedora Leftovers
Fedora but mostly Red Hat's site
Programming Leftovers
Development picks
Security Leftovers and Windows TCO
a little on Windows TCO
Linux Magazine's Latest Issue (301)
mostly paywalled
today's howtos
idroot and more
An Alternative to Microsoft Office: SoftMaker FreeOffice 2024
by David Pardue (kalwisti)
Free, Libre, and Open Source Software Leftovers
FOSS posts
Android Leftovers
Wear OS 6 seems to be pushing frequent and phony stress alerts
LibreELEC 12.2.1 Media Center Arrives with Kodi 21.3 Omega
LibreELEC 12.2.1 open-source media center brings Kodi 21.3 Omega and Linux kernel 6.16
This minimalist Linux distro is built for small business - and runs like a dream
If you're looking for a minimalist Linux distribution that doesn't force specific apps on you and runs well
Free and Open Source Software
This is free and open source software
Vitalinux – Ubuntu-based Linux distribution
Vitalinux is a Linux distribution chosen by the Government of Aragon for its educational centers
ZimaOS – simplified, focused and Open NAS operating system
ZimaOS is a complete operating system with system-level support for remote access
Turris Omnia NG Introduced with OpenWRT-Derived OS, Wi-Fi 7, and 10 Gbps Networking
According to the product brief, the Turris Omnia NG runs Turris OS
Leap Fuels Hands-On Learning, Exploration
Lifelong learners and tech enthusiasts don’t view openSUSE Leap as just a stable operating system
Games: Pillars of Eternity, Thrive, BallisticNG, and More
8 new stories from GamingOnLinux
Meeting Us in Person This Week [original]
The party will be in Manchester
Recent Valnet Articles in XDA and HowTo Geek
mostly HowTo Geek
Today in Techrights
Some of the latest articles
10 Reasons to Choose GNU/Linux, Not Apple, After End of (Vista) 10 [original]
To take control of your life adopt GNU/Linux
Rianne's Fish Have Survived Our Absence [original]
Thankfully we won't be leaving them on their own any time soon
Steam Deck Kicked Off a PC Gaming Revolution and Steam Deck's USB-C Port Has a Wild Number of Uses
Some Steam news
Self-Hosting on a Raspberry Pi, Proxmox, Homelabs, and Home Servers
haredware projects
6 exciting and niche OS projects that are quietly growing as users leave Windows
Zorin OS: the polished gateway from Windows to Linux
GNU/Linux and Open Hardware Leftovers
mostly GNU/Linux picks
Applications: A Look at Bazaar and Kando
Applications for GNU/Linux
Wetherspoons Cuts the Sugar [original]
it would probably improve health somewhat
Android Leftovers
No HyperOS 3.1 for You: Xiaomi Devices Missing Out on Android 16 Upgrade
Shelf Stable Cosmic DE Will Arrive With a Pop! on December 11
What is likely the most anticipated desktop Linux launch in years kicks off on December 11
Snap out of it: Canonical on Flatpak friction, Core Desktop, and the future of Ubuntu
Jon Seager, VP of Engineering, talks exclusively to The Reg
I always install these 7 Flatpak apps on my Linux PCs
Looking for Flatpak recommendations that go beyond the usual LibreOffice and GIMP suggestions
Free and Open Source Software
Radio was evaluated on the Volla Phone Quintus, a smartphone powered by the Mediatek Dimensity 7050 with 8 cores, 8GB of RAM and 256GB of storage, running Ubuntu Touch 24.04
Kiro – minimal, flexible, and customizable Arch-based Linux distribution
Kiro is a minimal, flexible, and fully customizable Arch-based ISO project built on top of ArcoLinux
Free, Libre, and Open Source Software Leftovers
FOSS links
Programming Leftovers
Development related stories
today's leftovers
Debian and more
today's howtos
8 howtos
These are the only 3 Linux distros I recommend to newcomers
Ready to try Linux but confused by the hundreds of distros out there
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
Review: StartOS 0.4.0
StartOS is a Debian-based Linux distribution intended to be run on personal servers
Stable kernels: Linux 6.17.7, Linux 6.12.57, and Linux 6.6.116
I'm announcing the release of the 6.17.7 kernel
A Week of Unwinding [original]
This coming spring this site turns 22
Bicycle Repair, Shoe Repair, and Hacking [original]
Learning how to do things on one's own isn't a bad thing
today's leftovers
GNU/Linux and more
Retro, Open Hardware, Modding, and Linux Devices
Hardware leftovers
Games: Steam Next Fest, DIY Pinball Machine, and More
Games-centric leftovers
today's howtos
only half a dozen for now
FreeBSD 15.0-BETA4 Now Available
FreeBSD 15.0 Beta 4 is out
Today in Techrights
Some of the latest articles