Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Shelly 3.1.3 GUI Package Manager for Arch Linux Improves AppImage Support

Shelly 3.1.3 is here to introduce a new button for removing all built AUR package archives and their matching signatures from Shelly’s cache, support for configuring environment variables for each installed AppImage package, and improved parallel downloads of packages and the repository database.

schestowitz.com

We Love Manchester

Manchester’s week ahead is moderately OK

Upgrades for the Fish and Shells

Because winter is coming and they need more heat (and T.L.C.)

Manchester City Still Top

Manchester City deserves it

Bianco Apache / White Apache (1987)

Hard to find

Does a Law Degree in the UK Mean “Above the Law” Status?

Solicitors Regulation Authority (SRA) does nothing

Cited This Weekend in ACM (Association for Computing Machinery)

High-profile publisher

Remembering When Sunday Was Rest Day

‘ve already asked around before writing this, as I generally wanted to ensure this observation and sentiment was not just my own.

Man United Looks Good

Just got ahead…

Manchester/Northwest and London

Manchester City fan will be watching

Year of Journalistic Accomplishments

Across several areas

grep-3.9 released

posted by Roy Schestowitz on Mar 06, 2023

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

The NEWS below describes the two main bug fixes since 3.8.

There have been 38 commits by 4 people in the 26 weeks since 3.8.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

Bruno Haible (2)
Carlo Marcelo Arenas Belón (2)
Jim Meyering (11)
Paul Eggert (23)

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.9
or run this command from a git-cloned grep directory:
git shortlog v3.8..v3.9

Here are the compressed sources:
https://ftp.gnu.org/gnu/grep/grep-3.9.tar.gz (2.7MB)
https://ftp.gnu.org/gnu/grep/grep-3.9.tar.xz (1.7MB)

Here are the GPG detached signatures:
https://ftp.gnu.org/gnu/grep/grep-3.9.tar.gz.sig
https://ftp.gnu.org/gnu/grep/grep-3.9.tar.xz.sig

Use a mirror for higher download bandwidth:
https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

f84afbfc8d6e38e422f1f2fc458b0ccdbfaeb392 grep-3.9.tar.gz
7ZF6C+5DtxJS9cpR1IwLjQ7/kAfSpJCCbEJb9wmfWT8= grep-3.9.tar.gz
bcaa3f0c4b81ae4192c8d0a2be3571a14ea27383 grep-3.9.tar.xz
q80RQJ7iPUyvNf60IuU7ushnAUz+7TE7tfSIrKFwtZk= grep-3.9.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.9.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
uid [ unknown] Jim Meyering
uid [ unknown] 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.9.tar.gz.sig

This release was bootstrapped with the following tools:
Autoconf 2.72a.65-d081
Automake 1.16i
Gnulib v0.1-5861-g2ba7c75ed1

NEWS

* Noteworthy changes in release 3.9 (2023-03-05) [stable]

** Bug fixes

With -P, some non-ASCII UTF8 characters were not recognized as
word-constituent due to our omission of the PCRE2_UCP flag. E.g.,
given f(){ echo Perú|LC_ALL=en_US.UTF-8 grep -Po "$1"; } and
this command, echo $(f 'r\w'):$(f '.\b'), before it would print ":r".
After the fix, it prints the correct results: "rú:ú".

When given multiple patterns the last of which has a back-reference,
grep no longer sometimes mistakenly matches lines in some cases.
[Bug#36148#13 introduced in grep 3.4]

Read on

Other Recent Tux Machines' Posts

Ubuntu 26.10 “Stonking Stingray” Snapshot 3 Is Now Available for Public Testing
Ubuntu 26.10 “Stonking Stingray” Snapshot 3 is now available for public testing for early adopters and application developers.
Software Freedom Conservancy (SFC) Tried to Replace the FSF and SFLC. Now It Refers to the FSF as Illness or Corruption. [original]
While, as one might expect, it's also issuing press releasing defaming its key people (now in SFLC, which it is imitating through confusion)
Sharing or Free, Libre, and Open Source Software Leftovers
FOSS and more
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
Audacity 4.0 Open-Source Audio Editor Officially Released, Here’s What’s New
Audacity 4.0 open-source audio editor is now available for download as a major update with numerous new features and improvements. Here are the details!
Wine 11.17
The Wine development release 11.17 is now available
 
Linux isn't lightweight by default—here's what actually makes it work on old hardware
A popular project is to install Linux on an old PC
Is This The Year Of The Linux… Television?
The Year of the Linux Desktop hasn’t been on its way for quite as long as nuclear fusion plants
Best Free and Open Source Software
This is free and open source software
Review: Genuen 6.0.0
Someone asked me recently, since it has been a while since I had last reviewed a free software distribution
Shelly 3.1.3 GUI Package Manager for Arch Linux Improves AppImage Support
Shelly 3.1.3 graphical package manager for Arch Linux distributions is now available for download with improved AppImage and Flatpak support, improved package builder, and other changes.
Today in Techrights
Some of the latest articles
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.
You Don't Need GAFAM, Use OpenStreetMap [original]
OpenStreetMap helped us check maps for transport, various overlays with addresses, and there was 0% reliance on GAFAM or "Google" anything
United States: GNU/Linux Still Surging as the Surveillance State Grows [original]
This is a huge problem for Microsoft because this is its most profitable market
Programming Leftovers
Development, licensing, and more
GNU/Linux Hardware Leftovers
GNU/Linux centric
Distributions and Operating Systems: Trusting-Trust Attack, FreeBSD, Zenwalk, and Fedora
OS picks
Kodi 22 "Piers" Beta 2
A lot of polish has come together for the features added in Beta 1
PostgreSQL: PGConf India 2027, 12-Year-Old PostgreSQL Vulnerability Enables Database, Server Takeover
a couple of picks
Open Hardware/Modding: Flipper One Devices, Raspberry Pi, and More
hardware news
today's howtos
Instructionals/Technical picks
Games: Security 51, New Steam Games with Native GNU/Linux Builds, Gamescom, WARDOGS, and More
gaming picks
Programming Leftovers
Development picks
FSF on Social Control Media
some coverage
Freedom Fighters (Part IV): We're Doing Cybersecurity All Wrong
"We also allowed a lethal monoculture to fester"
Android Leftovers
I found the best Android performance tweaks hiding in the Accessibility menu
I tried KDE's Office suite and found out why even KDE users skip it
The most popular is, of course, LibreOffice, though I tend to prefer the likes of OnlyOffice
You don’t need to code or spend money to improve KDE—here are 7 ways to help
Open-source software is wonderful: it's free, diverse, and surprisingly accessible
I discovered KDE’s hidden superpowers after installing these 3 open-source utilities
If you've been in the Linux space for a while
7 Best Free and Open Source Climate, Weather and Earth-Science Data Analysis Tools
Only free and open source software is eligible for inclusion
GNOME Sushi gets a GTK4 revamp, new features
Sushi, the spacebar preview utility for Nautilus file manager, has been ported to GTK4 for GNOME 51
LyargoOS – opinionated Void Linux-based distribution
The distribution is intended for users who want Void Linux’s simplicity and runit-based system without building a desktop environment from scratch
openSUSE MicroOS – immutable rolling-release Linux distribution
openSUSE MicroOS is an immutable rolling-release Linux distribution developed by the openSUSE community
Planet KDE: State of the Map 2026
Last week I attended this year’s State of the Map (SotM) in Paris, France, OpenStreetMap’s
New Releases: Liya Linux, Abora OS, and ReactOS
GNU/Linux Distributions and Operating Systems
In the United Kingdom, GNU/Linux Measured Around 15% Overnight [original]
This shows many people use GNU/Linux at home, more so than "the office"
Today in Techrights
Some of the latest articles
GNU/Linux Leftovers
picks regarding GNU/Linux
Free Software and Open Data Leftovers
FOSS and more
Distributions and Operating Systems: TrueNAS, Omarchy, DiffOS
3 picks for today
Mozilla Lobbying and Firefox Tooling Announcements
Mozilla leftovers
Red Hat: Slop, VMs, and OpenShift
latest from redhat.com
OpenSUSE: OBS End-of-Week Update and Tumbleweed Review of the Week
OpenSUSE picks
Security Leftovers
Security news and patches
Best GNU/Linux Distros for New Laptops in 2026 and Zorin OS for Legacy Things
distros in review
Open Hardware/Modding With GNU/Linux and More
hardware news
Ubuntu 24.04 splits firmware packages for faster updates and Canonical leaves IRC aside
Canonical/Ubuntu news
GNOME Developers' Updates and This Week in GNOME
GNOME news
European Google Search alternative Ecosia launches Linux browser
pair of articles
Programming Leftovers
Development related picks
Games: Stranded Deep 2, DRAGON BALL XENOVERSE 3, GUNDAM ROGUE ORBIT, FINAL FANTASY VII REVELATION, and More
gaming news
today's howtos
Instructionals/Technical leftovers
Ubisoft Does Not Like GNU/Linux, Blocks Users (Despite Full Compatibility)
DRM lovers wants rootkits
Grml 2026.09 Linux Distro Is Out with Linux Kernel 7.1, Based on Debian 14 Forky
Grml 2026.09 GNU/Linux distribution is now available for download based on Debian Testing/Forky and powered by Linux kernel 7.1. Here’s what’s new!
LibreOffice 26.2.6 Open-Source Office Suite Released with More Than 30 Bug Fixes
LibreOffice 26.2.6 is now available for download as the sixth point release to the LibreOffice 26.2 office suite series with 36 bug fixes.
I couldn't believe Linux could run inside a PDF, so I tried it
Linux was apparently running inside a PDF file
Soft-launching the DiffOS project
Today marks the day of soft-launching of my Debian derivative
Best Free and Open Source Software, and many more
This is free and open source software
Hyggshi OS – customizable Debian-based Linux distribution
Hyggshi OS is a custom Linux distribution built around a flexible Debian-family base
This Week in Plasma: So Many Ways to Click and Scroll
Some of the last Plasma 6.8 features landed this week, and there’s a whole bunch of great stuff
Today in Techrights
Some of the latest articles