Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

KDE Frameworks 6.16 Improves Plasma’s Ability to Detect the Most Powerful GPU

The monthly KDE Frameworks releases continue with KDE Frameworks 6.16, a release that promises to improve your system’s ability to detect which GPU is the most powerful one for the “Run this program using the more powerful GPU” feature.

Calibre 8.6 Open-Source E-Book Manager Improves Database Restore Performance

Coming just a week after Calibre 8.5, the Calibre 8.6 release promises to significantly improve the database restoring performance, adds support for the La Presse news source, and adds ‘Search “not in”‘ and ‘Filter “not in'” buttons to the Manage Authors and Manage Items options.

System76’s Adder WS Linux Laptop Gets Intel Core Ultra i9 and NVIDIA 50 Series

More than a year since the previous Adder WS refresh, System76’s high-end Linux laptop now features the NVIDIA 50 GPU series, namely the NVIDIA GeForce RTX 5050, NVIDIA GeForce RTX 5060, and NVIDIA GeForce RTX 5070, as well as the Intel Core Ultra i9 275HX CPU with 24 cores, 36MB cache, and up to 5.4 GHz clock speed.

Ubuntu 24.10 “Oracular Oriole” Reached End of Life, Upgrade to Ubuntu 25.04

Ubuntu 24.10 (Oracular Oriole) was released on October 10th, 2024, and, since it’s not an Ubuntu LTS (Long Term Support) release, it only received support for nine months, until July 2025. Ubuntu 24.10 was powered by the Linux 6.11 kernel series and featured the GNOME 47 “Denver” desktop environment series.

Tor Project blog

Our commitment to donor privacy at Tor

At the Tor Project, transparency for a privacy project is not a contradiction: privacy is about choice, and we choose to be transparent in order to build trust and a stronger community. This is how we operate in all aspects of our work: we show you all of our projects, in source code, and in periodic project and team reports, and in collaborations with researchers who help assess and improve Tor. Transparency also means being clear about our values, promises, and priorities as laid out in our social contract.

LinuxGizmos.com

RISC-V-Based FireBeetle 2 with ESP32-P4 Starts at $11.90

The FireBeetle 2 ESP32-P4, previewed earlier this year, is now available from DFRobot starting at $11.90. This compact board handles real-time image processing and video streaming, combining the ESP32-P4 SoC with an ESP32-C6 co-processor for wireless projects.

Radxa Fanless Network Router Offers 4 GbE Ports and NVMe Storage Up to 4TB

The Radxa E24C is a fanless network computer based on the Rockchip RK3528A processor, designed for routing, edge networking, and industrial tasks. It combines four RJ45 ports, 4K HDMI output, and an M.2 NVMe slot for high-speed storage in a compact enclosure.

Low-Cost WT99P4C5-S1 Pairs ESP32-P4 SoC with ESP32-C5 Wi-Fi 6 Module

Wireless-Tag’s WT99P4C5-S1 is a versatile multimedia development board built around the WT0132P4-A1 core module, which integrates Espressif’s ESP32-P4 dual-core RISC-V SoC. According to the company, this board targets applications such as AIoT, Human-Machine Interfaces, and edge computing, offering extensive connectivity, audio features, and multimedia expansion options.

Arduino and Red Pitaya Learning Lab Connects Makers with Real-World Engineering

Arduino and Red Pitaya have partnered on a hardware bundle and structured curriculum that helps students, educators, and hobbyists advance from basic electronics projects to practical signal analysis and system prototyping. Combining the Arduino Uno R4 WiFi with the Red Pitaya STEMlab 125-14, the kit supports hands-on experiments that link simple interfacing with engineering-grade measurement.

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

Calibre 8.6 Open-Source E-Book Manager Improves Database Restore Performance
Calibre developer Kovid Goyal released Calibre 8.6 today as the latest version of this open-source, free, and cross-platform e-book management software for GNU/Linux.
KDE Frameworks 6.16 Improves Plasma’s Ability to Detect the Most Powerful GPU
The KDE Project released today KDE Frameworks 6.16 as the latest update to this collection of more than 70 add-on libraries for Qt, providing commonly needed functionality to KDE apps and the KDE Plasma desktop.
Games: Godot, FEX, and Lossless Scaling Frame Generation
Games-related picks
Red Hat Offers Free RHEL Access for Business Developers
Red Hat’s new dev program, Red Hat Enterprise Linux for Business Developers
Miracle-WM 0.6 Released with Rounded Corners Support
Miracle-WM 0.6.0 tiling Wayland window manager lands with rounded corners
System76’s Adder WS Linux Laptop Gets Intel Core Ultra i9 and NVIDIA 50 Series
System76 informs 9to5Linux.com today about the availability of a new version of their Adder WS Linux-powered notebook that features newer Intel CPUs and NVIDIA graphics.
Wayland 1.24 Is Now Available for Download with New Features and Improvements
Wayland, an open-source replacement for the X11 window system protocol and architecture, has been updated to version 1.24 today with various new features and improvements.
 
Android Leftovers
Leak reveals Samsung Auto DeX as an alternative to Android Auto for over 8,500 vehicle models
The software we have to use at work must respect our freedom
Many free software supporters worldwide are forced to give up their freedom when they log in or go to work
Lenovo readies WMI driver for gaming handhelds with Linux 6.17
New kernel patch brings native power controls to Legion Go S on Linux
Want to Customise GNOME Shell Notifications? Try This Extension
You may have noticed that Ubuntu (rather, GNOME Shell) doesn’t provide many notification customisation options out of the box
today's leftovers
GNU/Linux and more
Open Hardware/Modding: Raspberry Pi and Weekly GNU-like Mobile Linux
Hardware picks
today's howtos
idroot mostly
Videos About GNU/Linux and Free Software
via Invidious
Best Free and Open Source Software
We recommend the best free and open source alternatives
This Week in Plasma: tablet dials and day/night cycles
Welcome to a new issue of This Week in Plasma
Radxa Fanless Network Router Offers 4 GbE Ports and NVMe Storage Up to 4TB
On the software side, the E24C supports both Debian Linux and Flippy OpenWrt
Games: Fanatical, SuperWEIRD, Steam Deck, and More
10 latest from GamingOnLinux
Today in Techrights
Some of the latest articles
GNU/Linux Leftovers
4 more stories regarding GNU/Linux
Hardware: Fairphone, Arduino, and More
some hardware picks
today's leftovers
Events/'Linux' Foundation and pgmoneta 0.18 released
Programming Leftovers
Development with R and more
Security and Windows TCO
mostly the latter, Windows TCO
Ubuntu 24.10 (Oracular Oriole) reached End of Life on 10th July 2025
forced upgrade
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Free, Libre, and Open Source Software and Sharing
FOSS and more
Programming Leftovers
in games and more
Security Leftovers
Security picks
Applications: E-mail, Karton, and More
software leftovers
Open Hardware/Modding: Raspberry Pi, Bootlin, and More
devices and gadgets
today's howtos
mostly idroot
Red Hat Leftovers
latest in redhat.com
Linux Magazine: Latest Edition
But paywalled
Android Leftovers
Google launches Android Canary program for Pixel users who want to live on the bleeding edge
Ubuntu 24.10 “Oracular Oriole” Reached End of Life, Upgrade to Ubuntu 25.04
This is your friendly reminder that Ubuntu 24.10 “Oracular Oriole” reached end-of-life today, July 10th, 2025, and it is no longer supported by Canonical with software and security updates.
5 Ways I Fight Linux’s App Gap and Use All the Software I Need
Do you want to use Linux but feel worried that your favorite apps won’t work
Wayback Becomes Part of the FreeDesktop.org Ecosystem
The Wayback project, a X11 compatibility layer that allows running X11 desktop environments using Wayland
I Use This 17-Year Old Linux App to Easily Back Up My Files
Looking for an easy-to-use but flexible method of backing up your files on a Linux desktop
Red Hat sweetens the RHEL deal for biz devs – just don't put it in prod
Up to 25 instances for free, but only to play with
I Use Fedora Linux Daily, but These 3 Things Drive Me Nuts
To me, most Linux distros are essentially the same
4 things Linux does better than Windows for the average user
As much as I'd like to see it change, Windows 11 remains a far more popular choice for consumers at large than Linux is
Mozilla VPN Linux App is Now Available on Flathub
Linux users can now install the official Mozilla VPN client from Flathub
Ubuntu 24.04.3 HWE Stack Provides a Major Mesa Upgrade
Existing users of Ubuntu 24.04 LTS will receive an updated hardware enablement (HWE) stack this month
Project Seeks Input on Future of 32-bit ARM
The openSUSE Project is seeking community input to determine whether it should continue supporting 32-bit ARM architectures
Free and Open Source Software
This is free and open source software
Diving into Plasma Bigscreen
I have been a long time Plasma Mobile contributor
Stable kernels: Linux 6.15.6, Linux 6.12.37, Linux 6.6.97, Linux 6.1.144, and Linux 5.15.187
I'm announcing the release of the 6.15.6 kernel
Bluestar Linux: Arch Power, User-Friendly Polish
Think Arch is only for the hardcore? Bluestar Linux rewrites the rules—delivering power, polish, and zero intimidation
ExTiX's new release is an even better Windows 11-like Linux desktop
I find the latest version of ExTiX to be an elegant desktop that any user would feel right at home on
Games: RTS Rush Humble Bundle, Blessed Burden, and More
GamingOnLinux's latest 7 stories
"LLM Coding is a Scam" [original]
From libreplanet-discuss
Politics Inside Free Software [original]
Free Software is about technical things and also the philosophy of sharing, or ethics limited to the idea of sharing
Today in Techrights
Some of the latest articles
Putting Microsoft SLAPPs in the Bin Where They Belong [original]
Attacks on the mere publication of GNU/Linux news won't be tolerated
Security Leftovers
Linux and more
From Open Source User to Fedora Contributor
I started my open-source journey when I got my first laptop
Re-designing signing in Fedora
Over the past few months I’ve spent some time on-and-off working on Sigul and some related tools
Sparky Linux: “Takes the Options Ball and Runs With It!”
Our reviewer dives into Sparky Linux and discovers a distro bursting with choices, flexibility
Amarok 3.3 Open-Source Music Player Is Out as First Release Fully Ported to Qt 6
Today, the Amarok development team released Amarok 3.3, the latest stable version of this open-source music player software that brings various new features and bug fixes.
GNU/Linux Leftovers
Linux-focused picks
Free, Libre, and Open Source Software Leftovers
FOSS and licensing focus
Web Browsers (Slop Nonsense) and Content Management Systems (CMS)
Some WWW-centric additions
Programming and Standards
Development centric stuff
Security Leftovers
Security related picks
Open Hardware/Modding: Raspberry Pi, Arduino
retro also
Fedora and Red Hat Leftovers
from the official site mostly
Android Leftovers
This new setting in Android ensures core Google services are always up to date
today's howtos
Instructionals/Technical posts, mostly idroot
Thunderbird ESR: Fresh functions for Mozilla's email client and monthly development update
some Thunderbird news
Krita 5.2.10 Rolls Out with Bug Fixes Ahead of Major Feature Releases
Krita 5.2.10, a free and open-source digital painting app
Pull yourself up by your bootstraps
The way Ubuntu boots on the Raspberry is changing in questing
PANZER-LITE93 Ubuntu 24.04 Box PC puts FRDM-IMX93 development board into a 3D printed case
MayQueen Technologies PANZER-LITE93 is an NXP i.MX 93-powered box PC running a customized Ubuntu 24.04 LTS distribution
The Licensing and Compliance Lab, not just holding it down, but pushing back
Hello, my fellow and soon-to-be fellow free software activists and Free Software Foundation (FSF) associate members
Shotcut 25.07 Beta Added Scrub While Dragging to Timeline trimming
Shotcut, the free open-source Qt-based video editor, released the Beta for next 25.07 few days ago
Free and Open Source Software
This is free and open source software
KWallet to SecretService, a client application: name wanted
Another pain point is the application used to look inside the wallets
Wayland Fedora Gnome vs KDE neon Plasma, plus X11 data!
I showed you Plasma idle desktop figures, two separate articles
This Linux distro makes openSUSE accessible to all - even newbies should take a look
Linux Kamarada 15.6 does an outstanding job of making openSUSE more user-friendly
Security and Windows TCO Leftovers
Security related news
Fedora 43 won't drop 32-bit app support – or adopt Xlibre
Community vetoes plans to axe i686 compatibility and switch X11 forks
Games: Minigalaxy, STEEL HUNTERS, and More
10 stories from GamingOnLinux
LWN on Injecting Hype Into Linux Kernel and More
Kernel picks
Today in Techrights
Some of the latest articles