Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

8devices previews Citron SoM with Qualcomm QCS6490 and five-camera support

8devices has unveiled the Citron SoM, a compact embedded module built around the Qualcomm QCS6490 processor targeting robotics, drones, and intelligent vision applications. Highlighted during the company’s Embedded World 2026 announcement, 8devices indicates that the module is designed for power-efficient edge workloads across consumer, enterprise, and industrial applications.

Jetway BFNZASL2 supports pfSense and OpenWrt in a fanless form factor

The Jetway BFNZASL2 is a fanless embedded networking system built around Intel processors including the Intel Atom x7835RE (Amston Lake), Intel Processor N97, and Intel Atom x7425E. The platform features four 2.5GbE interfaces with optional Wi-Fi 6 and 5G connectivity for networking and edge applications.

Comet A13 evaluation kit showcases Agilex 5 SoC FPGA with Linux support

The Terasic Comet A13 SoM and Evaluation Kit form a compact platform built around the Altera Agilex 5 E-Series SoC FPGA. The platform features FPGA fabric together with Arm Cortex-A76 and Cortex-A55 processor cores, LPDDR4 memory, high-speed transceivers, and expansion interfaces targeting edge AI, machine vision, robotics, industrial automation, and embedded applications.

ESP32-S31 development boards bring Wi-Fi 6, audio, camera, and HMI features

Earlier announced in March with the unveiling of the ESP32-S31 SoC, Espressif has now launched the ESP32-S31-Korvo-1 multimedia development board, while documentation additionally references the ESP32-S31-Function-CoreBoard-1 connectivity-oriented board. Both platforms are built around the ESP32-S31-WROOM-3 module and target multimedia, audio, display, and connected IoT applications.

Internet Society

Local Infrastructure, Lower Costs: How Peering Is Moving the Needle on Internet Affordability

Imagine you want to visit a neighboring city, but there’s no direct bus. To get there, you first need to travel much farther to a different city, wait for a connection, then take another bus back to your original destination.

sed-4.9 released

posted by Roy Schestowitz on Nov 07, 2022

This is to announce sed-4.9, a stable release.

There have been 51 commits by 9 people in the nearly three years since 4.8.
See the NEWS below for a brief summary.
Thanks to everyone who has contributed! The following people contributed changes to this release:
Antonio Diaz Diaz (1) Assaf Gordon (5) Chris Marusich (1) Jim Meyering (28) Marvin Schmidt (1) Oğuz (1) Paul Eggert (11) Renaud Pacalet (1) Tobias Stoeckmann (2)
Jim [on behalf of the sed maintainers] ==================================================================
Here is the GNU sed home page: http://gnu.org/s/sed/
For a summary of changes and contributors, see: http://git.sv.gnu.org/gitweb/?p=sed.git;a=shortlog;h=v4.9 or run this command from a git-cloned sed directory: git shortlog v4.8..v4.9
To summarize the 2383 gnulib-related changes, run these commands from a git-cloned sed directory: git checkout v4.9 git submodule summary v4.8
================================================================== Here are the compressed sources: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz (2.2MB) https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz (1.4MB)
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.gz.sig https://ftp.gnu.org/gnu/sed/sed-4.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:
69ad1f6be316fff4b23594287f16dfd14cd88093 sed-4.9.tar.gz 0UeKGPAzpzrBaCKQH2Uz0wtr5WG8vORv/Xq86TYCKC4 sed-4.9.tar.gz 8ded1b543f1f558cbd5d7b713602f6a8ee84bde4 sed-4.9.tar.xz biJrcy4c1zlGStaGK9Ghq6QteYKSLaelNRljHSSXUYE sed-4.9.tar.xz
The SHA256 checksum is base64 encoded, instead of the 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 sed-4.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=sed&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 sed-4.9.tar.gz.sig
This release was bootstrapped with the following tools: Autoconf 2.72a.65-d081 Automake 1.16i Gnulib v0.1-5550-g0524746392
NEWS
* Noteworthy changes in release 4.9 (2022-11-06) [stable]
** Bug fixes
'sed --follow-symlinks -i' no longer loops forever when its operand is a symbolic link cycle. [bug introduced in sed 4.2]
a program with an execution line longer than 2GB can no longer trigger an out-of-bounds memory write.
using the R command to read an input line of length longer than 2GB can no longer trigger an out-of-bounds memory read.
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 sed 4.8]
I/O errors involving temp files no longer confuse sed into using a FILE * pointer after fclosing it, which has undefined behavior in C.
** New Features
The 'r' command now accepts address 0, allowing inserting a file before the first line.
** Changes in behavior
Sed now prints the less-surprising variant in a corner case of POSIX-unspecified behavior. Before, this would print "n". Now, it prints "X":
printf n | sed 'sn\nnXn'; echo

Read on

Other Recent Tux Machines' Posts

Linux Mint 23 Getting New Cinnamon Screenshots Tool, Network Improvements
Linux Mint 23 is getting a new Cinnamon Screenshots tool, network improvements, Nemo enhancements, theme improvements, and more.
Free and Open Source Software
This is free and open source software
These 7 apps helped me use Linux after ditching Windows
Here are the ones I installed immediately after switching to Linux
Open Hardware/Modding: Bambu Lab Versus AGPL, ESP32, and More
hardware centric news
 
Free, Libre, and Open Source Software, Education, Standards
FOSS and more
Licensing / Legal Issues at Bambu Lab
it's bad again
Content Management Systems (CMS) Headaches and "You Probably Don’t Need a Content Management System"
CMS stuff
GNU/Linux Distributions and Operating Systems
today's leftovers
KDE and GNOME Leftovers
3 for today
Audiocasts/Shows: Age verification and Politics
Latest on nuisance in America
Web Browsers/Web Leftovers
Vivaldi, Firefox, and more
Red Hat Busy Promoting Buzzwords Like Slop and "Quantum" for IBM
latest from Red Hat's site
Hardware: Linux and Projects/Chipsets
ESP32, Raspberry Pi etc.
Programming Leftovers
Development news
Security Leftovers
Security related news
Linux Bait-and-Switch and Removal of Hardware Support
a couple of stories
today's howtos
Instructionals/Technical picks
Games: Shortages, Mankala Engine, Originality, and RPCS3
gaming leftovers
Slop as a Time-Wasting Nuisance to Linux Development
Torvalds awakens too late
The Stadium Nourishes the Surroundings, More so When It Gets 20 Trophies in 10 Years [original]
The city developed a lot during his time, our area in particular
Mozilla Firefox 151.0.2 Is Out Now to Improve Split View, Disk Caching, and More
Mozilla Firefox 151.0.2 open-source web browser is now available for download with improvements to the Split View feature, disk caching, website and forms compatibility, and more.
NVIDIA 610 Linux Graphics Driver Adds Vulkan and Wayland Improvements
NVIDIA 610 graphics driver is now available for download with support for new Vulkan extensions, support for creating Vulkan logical devices from multiple physical devices, and more.
IPFire 2.29 Core Update 202 Linux Firewall Distro Released with OpenVPN 2.7
IPFire 2.29 Core Update 202 hardened Linux firewall distro is now available for download with OpenVPN 2.7, security patches for Dirty Frag and Copy Fail vulnerabilities, and other changes.
New Security Defects in Rust
just now, yet again
AlmaLinux OS 10.2 Released as a Free Alternative to Red Hat Enterprise Linux 10.2
AlmaLinux OS 10.2 distribution is now available for download as a free alternative to Red Hat Enterprise Linux 10.2. Here’s what’s new!
Why Bun leaving Zig is Great for Zig
The tech internet is reacting exactly how you would expect to the news that Bun has merged a near-total rewrite from Zig into Rust
PipeWire 1.6.6 Improves the Pulse Server, Volume Initialization in Filter Graph
PipeWire 1.6.6 audio/video server for Linux is now available for download with more improvements for the Pulse server, filter graph, and more.
Many Topics to Cover This Year [original]
Even if clustered together, news items still cover a broad spectrum (or spectra) of issues
I left Windows to escape preinstalled bloat, and then I found it on Linux
Using KDE as my desktop environment had so far been a breeze on CachyOS
End of an Era for the Team [original]
We still don't know who will lead ManCity and if there will ever be another Champions League trophy
Arcris – live Linux distribution based on Arch Linux
Arcris is a live Linux distribution based on Arch Linux
blood glucose monitoring with open source
There was a open source android app to talk to these sensors
Android Leftovers
4 Android tricks you can only unlock with a USB cable and a terminal
Valnet on Tolaria, Pipes, and Ditching Ubuntu
3 recent articles
Proxmox for Home Servers and and HA
Proxmox articles
Desktop/Laptop Becoming Mainstream, Say Valnet Pundits
2 articles
Winpodx and Imitating Windows to Make GNU/Linux Work for More People
2 Valnet articles
KDE: Plasma Big Screen, Wayland, and Kdenlive Rave
articles from Valnet
Hosting Data Instead of Outsourcing (Good and Bad)
Two recent articles
Games: Bazzite, CachyOS, and Why GNU/Linux Outperforms Windows
recent Valnet articles
Raspberry Pi as GNU/Linux Pocket Server and Mac Mini With GNU/Linux
2 recent articles
Today in Techrights
Some of the latest articles
Debian-based Besgnulinux 4-0 launches with multiple improvements
With a focus on stability and lightness, Besgnulinux 4-0 is now available with plenty of updated packages
Ubuntu-based Rhino Linux 2026.1 sports Lomiri support on both desktop and mobile
Designed for both PCs and mobile devices
This criminally underrated Linux distro beats CachyOS in every way that matters
At the time of writing, CachyOS sits in the #1 spot on DistroWatch
I stopped dual-booting Linux once Windows finally got the command line right
I'm mainly a Windows user, but I've always kept one foot in Linux
The safety net Windows users miss: How I switched to Linux without over-committing
Are you tempted by a switch to Linux but worried about leaving Windows behind
Free and Open Source Software
This is free and open source software
TitalcruiseOS – Debian-based Linux distribution
It’s designed as a general-purpose desktop operating system with an emphasis on usability
Comet A13 evaluation kit showcases Agilex 5 SoC FPGA with Linux support
Software support includes Linux BSP images for Ubuntu 22.04.03 with Linux kernel 6.12.33 LTS
35 Degrees in London in May Isn't Normal [original]
In some parts of the world they experience about 50 degrees right now, rendering some popular if not critical places barely inhabitable
The ManCity Parade Passes Right Next to Us [original]
Just minutes ago
Sway 1.12 Wayland Compositor Released with HDR10 Support via Vulkan Renderer
Sway 1.12 Wayland compositor is now available for download with HDR10 support when running with the Vulkan renderer, support for capturing individual windows, and other changes.
AppGrid 1.8 Native App Launcher for KDE Plasma 6 Is Out with New Features
AppGrid 1.8 open-source application launcher for the KDE Plasma desktop environment is now available for download with new features and improvements. Here’s what’s new!
Everybody Drinks [original]
Don't forget to provide water to animals nearby
Free, Libre, and Open Source Software Leftovers
FOSS and more
FSF Shows Strength and "Open Source" is Not Enough for Software Freedom / Digital Sovereignty
Software Freedom / Digital Sovereignty picks
Programming Leftovers
Development related leftovers
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Games: Steam Machines, New Steam Games with Native GNU/Linux Builds and Games Playable on the Steam Deck
gaming with Steam DRM
Barry Kauler on Latest EasyOS Work
EasyOS news
Ubuntu 26.10 ISO and Canonical to End Ubuntu Pastebin
Canonical/Ubuntu leftovers
Audiocasts/Shows: LINUX Unplugged, mintCast, Going Linux, and More
new episodes
Open Hardware/Modding: ESP32, PCBs, and More
Hardware picks
Applications: Software for Cinnamon, Wireshark 4.6.6 Released
Application news
today's howtos
Instructionals/Technical picks
MKVToolNix 99.0 MKV Manipulation Tool Improves the MKVToolNix GUI, mkvmerge
MKVToolNix 99.0 open-source MKV manipulation tool is now available for download with the ability to remember the last used directory when selecting audio files, and many other changes.
Linux 7.1-rc5
release of RC5
Android Leftovers
Every way to share files on Android, ranked from worst to best
6 red flags that tell you to avoid a Linux distro before you install it
DistroWatch tracks hundreds of Linux distributions
RPCS3 PS3 emulator test on Linux-hacked PS5 shows why Sony ports so few games
The Linux on PS5 hack makes the console a tempting platform for the RPCS3 PS3 emulator
Linux isn't "better" than Windows—here's why people are switching anyway
You've probably heard someone online say Linux can replace Windows
Free and Open Source Software
This is free and open source software
Shadowfetch Linux – Debian-based distribution
Shadowfetch Linux is a Debian testing derivative aimed at creative workstation users
Review: Solus 4.9
On the whole, Solus provided a good experience for me
Trying to Stay Cool (Amid Heatwave) [original]
It's a holiday today and this week's news cycle is expected to be slow
Free, Libre, and Open Source Software Leftovers
3 more links for now
NetHydra 2026.2 Release (SONAR, MISP, WAS Support)
major improvements across the core system, performance enhancements, updated tooling, expanded compatibility, and a variety of internal changes designed to improve both flexibility and usability for security professionals
Zenclora 3.0 Released - MATE Desktop & ZPM Mega Update
Distribution Release: Zenclora OS 3.0
Release of Archcraft 2026.05.12
Archcraft Prime Release
Unraid 7.3.0 Stable Now Available
Flash boot with flash-based licensing remains fully supported
Today in Techrights
Some of the latest articles
MX Linux 25.2 “Infinity” Released with Linux Kernel 7.0, Based on Debian 13.5
MX Linux 25.2 distribution is now available for download with a new text-mode installer, Debian 13.5 base, and Linux kernel 7.0 on the AHS builds. Here’s what’s new!
Ubuntu-Based Rhino Linux 2026.1 Introduces Lomiri Edition, Powered by Linux 7.0
Rhino Linux 2026.1 distribution is now available for download with a new Lomiri edition, Linux kernel 7.0, Pacstall updates, and other changes. Here’s what’s new!
9to5Linux Weekly Roundup: May 24th, 2026
The 293rd installment of the 9to5Linux Weekly Roundup is here for the week ending May 24th, 2026.
We Aim for Freedom, Not Popularity [original]
it primarily focuses on Software Freedom, seeing where society and technology are heading
Another Season Comes to an End [original]
Two goals disqualified by VAR
GNU/Linux Leftovers
distros and more
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Web and Web Browsers: Slop Failing, Vivaldi Blocks Slop, Mozilla Collects User Data
Web Browsers and more
Audiocasts/Shows: Linux Saloon 202 and 203
two new episodes
Games: Snake in VBIOS, Steam, and Card Games
gaming news
today's howtos
Instructionals/Technical picks
Security Leftovers and Linux Bugs
lots of the latter
Open Hardware: GNU-like Mobile Linux Update, Flipper, and More
Hardware news
Programming Leftovers
Development news
Nuisance or Bad Behaviour Comes With Good Weather [original]
Theft is just one aspect
Android Leftovers
Your Android home screen widgets are about to get a ton of upgrades
The best Linux distro for beginners is getting a much snappier file explorer
If you're on the fence about using an open-source operating system
This super-minimalist GNOME theme is changing how I use Linux
If you use GNOME, you know how this goes: install GNOME
Free and Open Source Software
This is free and open source software
A Linux distro once got too close to Windows, and Microsoft came for it
Back in 2001, a tiny startup launched an operating system called Lindows
Picking a Linux distro is the wrong first question — here's what you should ask instead
A few months before Windows 10 went into extended support, I knew I wanted to move to Linux
StackOS – Ubuntu-based Linux distribution
StackOS Genesis is an Ubuntu-based Linux distribution with its own visual identity
Ultra Performance Tuning – Debian-based Linux distribution
Ultra Performance Tuning is a Debian-based Linux distribution designed for deterministic
Stable kernels: Linux 7.0.10, Linux 6.18.33, Linux 6.12.91, Linux 6.6.141, Linux 6.1.174, Linux 5.15.208, and Linux 5.10.257
I'm announcing the release of the 7.0.10 kernel
I joyfully reunited with my first Linux distro at the Virtual OS Museum
Feeling nostalgic? From Amiga Unix to XVM/RSX, anyone can run over 570 extinct OSes
A Week of Shell (Shells in Standalone Tank) [original]
This is a very fun and rewarding hobby
Today in Techrights
Some of the latest articles