Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

RK3566 Credit Card-Sized SBC with M.2 Expansion and 4K Video Support

The RK3566 Single Board Computer is designed for a range of applications, combining processing power with multiple connectivity options. Built with an 8-layer PCB design and featuring a compact form factor, it is powered by a quad-core Cortex-A55 processor and includes an M.2 2242 slot for expansion.

Torizon and Texas Instruments Collaborate on Cybersecurity Compliance for Embedded Systems

With security regulations requiring frequent updates, Software Bills of Materials, continuous monitoring, encrypted storage, and secure boot mechanisms, this collaboration provides a development framework that combines secure hardware with a structured software environment.

MayQueen Introduces a 2.13″ Four Color E-Paper Display for Embedded Applications

MayQueen has introduced the PIXPAPER-213-C, a 2.13-inch prototype electronic paper display developed with Triangle Alien Studio. Featuring a four-color display and an SPI interface, it is designed for low-power, high-contrast embedded applications.

Adafruit Metro RP2350 is Available for $24.95 with Arduino Form Factor Compatibility

As its name suggests, the Metro RP2350 features the RP2350 microcontroller running at 150MHz with dual ARM Cortex-M33 cores. It includes 520KB of on-chip SRAM and 16MB of QSPI flash memory for program storage and file management. The board operates at 3.3V logic and integrates a 5V buck converter, allowing an input range of 6V to 17V DC while providing up to 2A output.

ADLINK and LIPS Introduce 3D Perception DevKit for Autonomous Mobile Robots

ADLINK Technology and LIPS have introduced a perception solution for autonomous mobile robots. The LIPSAMR Perception DevKit integrates ADLINK’s DLAP-411-Orin platform with LIPSedge AE Active Stereo 3D cameras, providing enhanced 3D vision with a wider field of view and higher resolution than LiDAR. Built on NVIDIA Isaac Perceptor, it is designed for smart manufacturing and warehouse logistics applications.

9to5Linux

Mozilla Thunderbird 136 Released with New “Appearance” Panel in Settings

The biggest new feature of the Mozilla Thunderbird 136 release is a new “Appearance” panel in settings that lets you globally control message threading and sorting order. You’ll be able to define the default sorting and threading options for newly created folders from Unthreaded, Threaded (default), and Grouped by Sort.

Firefox 137 Enters Public Beta Testing with HEVC Playback Support on Linux

Firefox 137 looks like a small update that only introduces a couple of new features, namely support for HEVC playback on Linux systems and the ability to identify all links in PDF documents and turn them into hyperlinks.

KeePassXC 2.7.10 Open-Source Password Manager Brings Proton Pass Support

Highlights of KeePassXC 2.7.10 include the ability to import passwords from Proton Pass, but the feature only supports unencrypted JSON files and no Passkeys, support for KeePass2 TOTP configuration settings, and support for generating passphrases using a mix of uppercase and lowercase words, called “MIXED case”.

Tor Project blog

Tor Project's internship sponsored by Google Summer of Code

For the Tor community, participating in GSoC is invaluable: it brings new contributors into our ecosystem, strengthens the broader open-source movement, and ensures mentorship opportunities for those interested in privacy and anonymity tools. The program removes financial barriers for participants by offering stipends, making it easier for people worldwide to contribute.

New Release: Tor Browser 14.0.7

This version includes important security updates to Firefox.

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

Mozilla Thunderbird 136 Released with New “Appearance” Panel in Settings
The Mozilla Thunderbird 136 open-source email, calendar, news, chat, and contactbook client was released today with various new features and several bug fixes.
Mozilla Firefox 136 Is Out with Vertical Tabs and Official ARM64 Linux Binaries
Mozilla published today the final build of the Firefox 136 open-source web browser for all supported platforms ahead of the March 4th, 2025, official release date.
Incus 6.10 Container & Virtual Machine Manager Released
Incus 6.10 container & virtual machine manager introduces ACME DNS-01 validation for TLS
Linux Mint is Redesigning the Cinnamon App Menu
Last year saw the Cinnamon desktop receive a much-needed modern makeover
 
PipeWire 1.4 Is Out with RISC-V Support, MIDI2 Support, JACK Control API, and More
The PipeWire project released today PipeWire 1.4 as a major update to this popular open-source server for handling audio/video streams, and hardware on Linux systems.
Android Leftovers
Google on what makes a high-quality Android widget
Xen 4.20 Hypervisor Brings AMD Zen 5 Support
Xen 4.20 open-source type-1 hypervisor brings Arm LLC coloring
Why You Should Switch To Linux And Quit Windows In 2025
Microsoft wants to claim 2025 as the year of the “Windows 11 Refresh.”
5 reasons you should swap from Windows to Linux
While Linux may not have as many users as Windows, it has a lot of features that just make it astronomically better than Windows in almost every way.
today's leftovers
Openwashing, Mozilla, and more
XpPen Deco 01V3 - review on GNU/Linux
Modern versions of GNOME and KDE, running under Wayland
Red Hat Inks Linux Tie-Up with Rakuten Mobile, Alma and EPEL
Some IBM bits
Audiocasts/Shows: PewDiePie on GNU/Linux, Destination Linux, Linux Matters
some new videos/episodes
today's howtos
13 howtos for now
Ubuntu 25.04’s New PDF Viewer App is Now Rolling Out
Earlier this year Ubuntu announced plans to replace document viewer app Evince with Papers
Windows TCO Leftovers
7 stories of Windows TCO
Programming Leftovers
Development links
Free and Open Source Software, howtos and Installations
This is free and open source software
Blender App Makes it to the Big Screen
The animated film "Flow" won the Oscar for Best Animated Feature at the 97th Academy Awards held on March 2, 2025 and Blender was a part of it
Another laptop, another SSD revival, plus a dash of Linux
decided to go with Kubuntu 24.04. Why Kubuntu, you ask? As I outlined in my Linux & hardware article
Seeking the latest in Linux? There's a right way and a wrong way to use Distrowatch
Here's why Distrowatch is often misunderstood
Meet the Fedora Project Mentors for Google Summer of Code 2025
The Fedora Project is excited to participate in Google Summer of Code (GSoC) 2025
Amazon tightens the digital handcuffs
One of the most noteworthy events in the history of Digital Restrictions Management (DRM) was Amazon's Orwellian deletion of George Orwell's 1984 from its customer's e-readers.
Games: Marketing Junk, Frostpunk 2, Steam, and More
gaming related picks
Hardware Leftovers
hardware picks
LWN on Linux Kernel
new articles outside the paywall
Today in Techrights
Some of the latest articles
MakuluLinux LinDoz 2025 Brings AI Frontier to Desktop Computing
The MakuluLinux LinDoz 2025 edition is one of the most useful and functional AI-powered Linux distributions available
I turned this Chromebook into a full-fledged Linux system by swapping out its guts
I also tested KDE on Fedora and installed all the proprietary goodies I could find
GNU/Linux Leftovers
or today's leftovers
Free, Libre, and Open Source Software Leftovers
FOSS and more
Security Leftovers
security news
Open Hardware: Raspberry Pi, RISC-V, and More
Modding, gadgets, and more
Web Browsers and Mozilla News
or Mozilla alternatives
WordPress and LLMS
Content Management Systems (CMS) / Static Site Generators (SSG) picks
Programming Leftovers
Development picks
Fedora and Red Hat Leftovers
IBM et al
Top 7 Best Open Source Skype Alternatives In 2025
With Skype going down, a switch to open source alternatives has never been more compelling.
Security Patches and Windows TCO
mostly Windows TCO tales
Open source funding on the brink: 'Delivering what’s needed to make Europe sovereign'
Together with his team, he supports open-source, free solutions — funded by the EU
OSI’s Roster of Board Election Candidates Doesn’t Include Faraone
Under fire from several different camps for a variety of reasons
today's howtos
Instructionals/Technical posts
Games: Absolum, Studio Fizbin, Acclaim Entertainment, and More
9 latest articles from GamingOnLinux
Android Leftovers
4 Sweet New Features Land on Your Android Phone in Latest Drop
Hands on: Debian with Raspberry Pi Desktop review
This is a responsive distro that new switchers may struggle with, but purists will find much to admire
FSF defends user freedom in amicus brief submitted in Neo4j v. Suhy
The Free Software Foundation (FSF) announced today it has submitted an amicus brief in the case entitled Neo4j
KeePassXC 2.7.10 Open-Source Password Manager Brings Proton Pass Support
KeePassXC, a cross-platform and open-source community-driven port of the Windows application “Keepass Password Safe”, has been updated today to version 2.7.10.
5 software and tools for Linux that aren't available on Windows
We often read about how Windows has software and tools that Linux doesn't have a viable alternative to
Hands on: Fedora Linux 39 review
The runner-up in this Labs, Fedora is regularly updated, easy on the eye and lightweight in its demands
Ubuntu Touch OTA-8 Released with VoLTE Support for Volla Phone Users
The UBports Foundation announced today the release and general availability of Ubuntu Touch OTA-8 as the eighth stable update to the Ubuntu Touch mobile operating system based on Ubuntu 20.04 LTS (Focal Fossa).
Best Free and Open Source Software
We recommend the best free and open source alternatives
Torizon and Texas Instruments Collaborate on Cybersecurity Compliance for Embedded Systems
The partnership integrates Torizon’s software platform with TI’s Arm-based, Linux-capable processors
RK3566 Credit Card-Sized SBC with M.2 Expansion and 4K Video Support
The SBC supports multiple operating systems, including Android 12, Linux, Ubuntu, and Debian
Firefox in 2025 and Mozilla Controversies
Mozilla links
today's leftovers
security and more
Today in Techrights
Some of the latest articles
GNU/Linux Applications
leftovers with focus on software
Security Leftovers
Security patches and more
Programming Leftovers
Development leftovers
Open Hardware/Modding: ESP32, RISC-V, GNU-like Mobile Linux, and Raspberry Pi
Hardware picks
Ubuntu News and More
Ubuntu news
today's howtos
3 howtos
Red Hat and Fedora Leftovers
Lots of fluff
Istio 1.25.0 and Spotlight on SIG etcd (Kubernetes)
server stuff
Firefox 137 Enters Public Beta Testing with HEVC Playback Support on Linux
Now that Firefox 136 started rolling out today to all supported platforms, Mozilla promoted the next major release, Firefox 137, to the beta channel for public testing, so it’s time to take a look at what’s changed.
Security and Windows TCO Leftovers
links about security
today's leftovers
GNU/Linux and BSD, Free software links
New Release of Smoothwall Express
Smoothwall Express has a new version
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Devices related stuff
Programming Leftovers
Development leftovers
Switching to Linux Doesn’t Mean Losing Your Favorite Apps
If you’re considering switching to Linux but are worried about losing your favorite apps, do not worry
Audiocasts/Shows/Videos: New Episodes on Security, LibreOffice, and More
5 new ones
today's howtos
mostly idroot
6 upgrades SteamOS needs to dethrone Windows
After a couple of years in the incubator through the Steam Deck
Best Free and Open Source Software, howtos and Installations
Only free and open source software is eligible for inclusion
MayQueen Introduces a 2.13″ Four Color E-Paper Display for Embedded Applications
The board supports Linux with kernel versions up to 5.10, along with Yocto
ADLINK and LIPS Introduce 3D Perception DevKit for Autonomous Mobile Robots
Its compact, fanless design includes built-in remote management capabilities and operates on Linux Ubuntu 22.04 with NVIDIA Jetpack 6.0 support
Meet ArcoPlasma, the Linux distro for control freaks
Delivering a feature-rich KDE Plasma desktop
This is the best Linux email client I've found - and I've tested them all
I've tried a bunch of Linux email clients over the years
Games: Scarlet Hollow, Secret Mode, MechLock, and More
9 new articles from gamingonlinux (Liam et al)
Perl Leftovers
recent posts about Perl
Today in Techrights
Some of the latest articles