Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

youyeetoo updates R1 SBC and lists K1 N100-based x86 computer

youyeetoo has updated its R1 single-board computer to version 3.0 and has also listed the K1, a palm-sized x86 edge computer based on Intel’s Alder Lake-N N100 processor. The two systems are aimed at compact AIoT, embedded, industrial, and edge computing applications, but use different processor platforms and expansion layouts.

AM62x PRU Academy goes live for BeaglePlay and PocketBeagle 2

Texas Instruments and BeagleBoard.org have announced that the AM62x and AM26x PRU Academy is now available, adding new learning material for developers working with BeaglePlay and PocketBeagle 2.

Tor Project blog

Paskoocheh: When you need a tool to reach the tool

Due to heavy information controls, people in Iran face significant barriers to accessing the Internet. Authorities have actively blocked numerous websites and apps, including conventional circumvention and digital security tools such as VPNs, social media platforms, and the app stores themselves. This creates a "chicken-and-egg" problem: users need a VPN to download a VPN.

9to5Linux

COSMIC 1.0.16 Desktop Adds OpenRC Support for Bluetooth Service Management

Coming only a week after COSMIC 1.0.15, the COSMIC 1.0.16 release updates the COSMIC Settings with OpenRC support for Bluetooth service management and passkey/pin display dialogs for Bluetooth keyboard pairing, as well as improved search.

Fwupd 2.1.5 Linux Firmware Updater Released with Support for Elan Touchscreens

Coming only two weeks after fwupd 2.1.4, the fwupd 2.1.5 release introduces support for updating the firmware on Elan touchscreens, adds support for installing the database updates on broken hardware with new firmware, and adds support for overriding the detected CPU vendor to allow more self-tests.

Alpine Linux 3.24 Released with GNOME 50, KDE Plasma 6.6, and COSMIC Desktops

Powered by the long-term supported Linux 6.18 LTS kernel series, Alpine Linux 3.24 introduces support for the latest GNOME 50, KDE Plasma 6.6, and COSMIC desktop environments, as well as support for the Sway 1.12 tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11.

digiKam 9.1 Photo Manager Released with Support for Pixel Motion Photos

Coming three months after digiKam 9.0, the digiKam 9.1 release introduces support for Pixel motion photos from Google Pixel phones, a new “Clear All Groups” button in the Advanced Search dialog to make it easier to reset search filters, and support for video thumbnails for the USB Mass Storage driver.

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 MATE Will Quite Possibly Have 26.10 Release
Ubuntu MATE, the official Ubuntu flavor features MATE desktop environment
Alpine Linux is a crazy-fast distro for your desktop - with just one caveat
Alpine Linux isn't always considered for traditional desktop use
Open Hardware/Modding: Raspberry Pi, ESP32, and Lots More
Hardware leftovers
Red Hat on Robotics, Slop, and ANL4
latest from redhat.com
Linux Lite 8.0 “Hematite” Launches with Linux Kernel 7.0, Ubuntu 26.04 LTS Base
Linux Lite 8.0 distribution is now available for download based on Ubuntu 26.04 LTS (Resolute Raccoon) and powered by the Linux 7.0 kernel series. Here’s what’s new!
Alpine Linux 3.24 Released with GNOME 50, KDE Plasma 6.6, and COSMIC Desktops
Alpine Linux 3.24 distribution is now available for download with GNOME 50, KDE Plasma 6.6, COSMIC desktop, and Linux kernel 6.18 LTS. Here’s what’s new!
HandBrake 1.11.2 Video Transcoder Adds WebM MIME Type Support on Linux
HandBrake 1.11.2 open-source video transcoder is now available for download with WebM MIME type support on Linux, improvements to Core Audio AAC encoder 7.1 channel layout, and bug fixes.
 
Android Leftovers
Your Pixel Watch’s next big Wear OS update is almost here
piBrick PocketCM5 – An open-source handheld Linux computer kit for Raspberry Pi CM5
Designed by Indonesian maker Ahmad Amarullah (amarullz), the piBrick PocketCM5 is an open-source hardware handheld Linux computer kit built around the Raspberry Pi CM5
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Games: Mouthwashing, Theropods, and More
Latest from GamingOnLinux
LWN coverage from the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit
latest articles
CVE-2026-23111 Impacting nf_tables
Linux bug
Gert Wollny Pushing LLM Slop Into Linux Kernel
one of many
GNU/Linux Leftovers
GNU/Linux picks
Free, Libre, and Open Source Software, Sovereignty, and Standards
FOSS and more
Trying Vivaldi, The Decline of Search Engines, and VPN From (or Via) Mozilla
WWW news
Firebird and PostgreSQL News
3 picks
Programming Leftovers
Development news
Android Leftovers
Honor Magic V6 Review: The Android foldable to beat in 2026
Recent Shows and Videos About GNU/Linux
via Invidious
Games: DELTARUNE, FINAL FANTASY RESONANCE, and More
9 articles from GamingOnLinux
Why I'm sticking with systemd-based Linux distros
Over 10 years since its introduction, systemd can still get some Linux users riled up
Juno Tab 4 is a Linux tablet with Intel Core i3-N300 and Core Ultra 5 115U options
Linux PC vendor Juno Computers sells laptops
IPFire 2.29 - Core Update 203 is available for testing
This is the release announcement for IPFire 2.29 – Core Update 203, which is now available for testing
Free and Open Source Software
This is free and open source software
KaOS Releases First Dinit-Based ISO, but It's Not Ditching Systemd Entirely
The distro ditches systemd as the init system while keeping some key components around
My brief encounter with Google Pixel 8 Pro
Android 16 is annoying
AM62x PRU Academy goes live for BeaglePlay and PocketBeagle 2
Linux interrupt configuration works
COSMIC 1.0.16 Desktop Adds OpenRC Support for Bluetooth Service Management
COSMIC 1.0.16 desktop environment is now available with improvements across COSMIC Files, COSMIC Panel, COSMIC Settings, COSMIC Player, COSMIC Greeter, and COSMIC Launcher.
Fwupd 2.1.5 Linux Firmware Updater Released with Support for Elan Touchscreens
Fwupd 2.1.5 Linux firmware updater is now available for download with support for Elan touchscreens, support for installing the database updates on broken hardware with new firmware, as well as various other improvements.
Almost Half a Decade of Geminispace [original]
Geminispace was a side benefit of the transition we had planned for years
Up North [original]
On Friday RMS is giving a talk in Bern
I've used Linux for 30 years - 4 frustrations remain, including 2 that push me back to MacOS
For decades, I've recommended the open-source OS to new and experienced computer users alike
This overlooked Linux distro will give your laptop a new life
Ubuntu isn’t your only option for reviving old PCs through Linux
I turned my Linux terminal into a walkie-talkie that no one can track
But the idea of turning a Linux terminal into a push-to-talk voice and text messenger that works over the Tor network was just too interesting not to want to try to get it working
Today in Techrights
Some of the latest articles
Firefox Android Play Integrity check hits custom ROMs
Mozilla has added support for Google’s Play Integrity API
Free and Open Source Software
This is free and open source software
A Data Layer for GTK applications
In this iteration we have GomSession. It is your standard identity-map layer with transaction-scoping
Liquid Glass for Linux? PearOS makes another Mac move - how it looks now
I've been keeping an eye on PearOS for some time. I covered PearOS before
Year 23 [original]
This site's mascot is a bird (or mammal)
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Linux Gadgets, Open Hardware, and Mobile
some more stories
Audiocasts/Shows: mintCast, Late Night Linux, and More
new episodes
Free, Libre, and Open Source Software and Standards
FOSS and more
Web Browsers/Web Servers/Feed Readers and Latest From Mozilla
Web related leftovers
Red Hat's Michael Catanzaro Supports Time-Wasting Slop, as Does Microsoft Canonical
noteworthy
EasyOS: Excalibur-series 7.3.9, ROX-Filer video thumbnails, and more
Some news from BK
Applications: Melia, PDFi, and More
Applications for GNU/Linux and releases
today's howtos
Instructionals/Technical posts
Security Leftovers
Security bugs and more
Linux Foundation Quit Promoting Linux (Only 2% of Its Budget), Now Promotes Slop (the Same Thing That Harms Linux Development)
really awful
Linux 7.1-rc7
almost final
Android Leftovers
Android now flags calls that spoof your contacts' numbers and voices — here's how the new detection feature actually works
These are my 3 favorite open-source operating systems that aren't Linux
I have been an on-again, off-again open source purist over the years
Free and Open Source Software
This is free and open source software
digiKam 9.1.0 is released
After three months of active development, bug triage, and feature integration
Tired of File Size Limits? This Open Source Tool Sends Large Files Directly Browser to Browser
CheezyPizza is a free, open source tool that lets you transfer large files directly between browsers using WebRTC
Stable kernels: Linux 7.0.12, Linux 6.18.35, and Linux 6.12.93
I'm announcing the release of the 7.0.12 kernel
RakuOS fixes the one thing that annoys me most about immutable Linux distros
Immutable Linux is the future of OS security
An open letter to office suite users, just before the Euro-Office announcement
The first open-source office suite developed in Europe was OpenOffice.org in 2001, based on StarOffice’s source code
Games: "Thief: The Dark Project Remastered" and More
latest from GamingOnLinux
80% of IBM Red Hat's Site (redhat.com) is Promotion of Slop
meme company
One More Day [original]
preparing for tomorrow's journey
Android Leftovers
The hidden Android display option that completely fixed my one-handed texting struggle
Programming Leftovers
Development picks
Why I installed Linux on an old laptop instead of a Raspberry Pi
Recently I wanted to start a new tech project building a lightweight
Open Hardware/Modding: M70 RK Royal Kludge, ESP32, Homelabs, and Raspberry Pi
hardware centric news
Richard Stallman Lecture in Europe Next Week, "Europe Is Ditching American Technology" for Software Freedom / Digital Sovereignty
Freedom centric news
Red Hat: Podman, Flathub, and RHEL Clone From CentOS's Founder Gregory Kurtzer
3 relevant articles
"Linux is quietly becoming the better choice", the "first distro" analysis, and distros "converging on the same defaults"
4 Valnet articles
Valnet's 3 criminally underrated free, open-source apps and a look at GParted
GParted and more
Gregory Gibson on How He Manages GNU/Linux Servers Remotely
Two Valnet articles
Games: "Windows handheld owners are switching to Linux" and how Steam Deck changes a lot
3 Valnet articles
Free and Open Source Software
This is free and open source software
United Nations Open Source Portal Goes Live
A new open source portal seeks to coordinate and scale open source efforts across the United Nations system
digiKam 9.1 Photo Manager Released with Support for Pixel Motion Photos
digiKam 9.1 open-source professional photo manager is now available for download with support for Pixel motion photos, timezone support with registered item time-stamps, and more. Here’s what’s new!
Today in Techrights
Some of the latest articles