Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

EndeavourOS Titan Neo Is Out with KDE Plasma 6.6.4 and KDE Gear 26.04

EndeavourOS Titan Neo is the first minor update to the EndeavourOS Titan release, which arrived on March 12th, 2026, with the Linux 6.19 kernel series and KDE Plasma 6.6 desktop environment. EndeavourOS Titan Neo is here to bump the default KDE Plasma setup to version 6.6.4 and the kernel to Linux 6.19.14.

Star Labs Releases Coreboot Firmware 26.05 with New Features for Its Linux PCs

The new Star Labs firmware introduces a couple of new features, such as support for AMD Cezanne models like the Star Labs Byte Mk I mini PC and StarBook Mk VI laptop, and Coreboot support for Star Labs Byte Mk I and StarBook Mk VI-AMD.

Shelly 2.2 Arch Linux GUI Package Manager Released with Major UI Revamp

The biggest change in the Shelly 2.2 release is the major UI overhaul to simplify the usage of the application. Say goodbye to the sidebar and the system overview sections at the bottom, as Shelly 2.2’s UI was significantly simplified to a basic, tabbed window where you can just install, update, and manage your packages.

Calibre 9.8 E-Book Manager Improves Content Server, Native TTS Engine, and More

Coming two weeks after Calibre 9.7, the Calibre 9.8 release is here to improve the Edit Book feature by allowing you to reset the zoom to 100% by right-clicking in the preview panel, and improve the Content Server by allowing you to see book details by clicking on book titles/covers in the /mobile view.

First Arch Linux ISO Powered by Linux Kernel 7.0 Is Now Available for Download

Arch Linux 2026.05.01 is out now as the first Arch Linux ISO release to be powered by Linux kernel 7.0, which should give users a boost when detecting hardware, especially on newer devices, but especially on older ones where previous Arch Linux ISOs failed to detect some of the components.

LinuxGizmos.com

ESP-FLY micro drone kit offers ESP32-S3-based flight control and ESP-NOW support

The ESP-FLY DIY Kit is a compact micro drone platform built around the Seeed Studio XIAO ESP32-S3, developed as a collaboration between Seeed Studio and Max Imagination. The kit targets educational and hobbyist use, combining a small airframe with wireless control options and a customizable firmware environment.

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

The ps5-linux project can turn some PlayStation 5 consoles into a Linux gaming machine
The open source ps5-linux project has been released, allowing you to turn a PlayStation 5 into a fully fledged Linux gaming machine
Lots of Coverage About 9-Year-Old Linux Kernel Vulnerability (Privilege Escalation, Local)
kernel issue
Canonical Giving up on GNU/Linux, Selling Slop Ponzi Scheme via Ubuntu Brand
very bad sign
Attack knocks Ubuntu websites, services and Snap store offline
If you’re having trouble accessing the Ubuntu website
Linux Mint 22.3 HWE ISOs Now Available for Download with Linux Kernel 6.17
Linux Mint 22.3 HWE ISO images are now available for download powered by the Linux 6.17 kernel series from Ubuntu 24.04.4 LTS.
NHS Goes To War Against Open Source
The NHS is preparing to close nearly all of its Open Source repositories
Shotcut 26.4 Video Editor Adds Vulkan GPU Support to Speech to Text on Linux
Shotcut 26.4 open-source video editor is now available for download with Vulkan GPU support for Speech to Text on Linux, 10-bit VP9 MP4 (E-AC-3) and 10-bit VP9 WebM (Opus) export presets, and more.
 
Free, Libre, and Open Source Software and Sharing Leftovers
FOSS and more
Early Impressions of Chrome from a Firefox User and Mozilla Leftovers
Mozilla news
Software Freedom and GNU Projects' News
mostly GNU
today's leftovers
GNU/Linux and more
This Week in GNOME and GNOME Foundation Update
GNOME news
Kernel Space: Coreboot, Satire (Linux 27), and Linux Kernel 7.x
Linux picks
Games: DOOM, Commodore 64 and ZX Spectrum, Steam on GNU/Linux
gaming picks
Hardware: Raspberry Pi, Other SBCs, and non-Apple, non-Google 'Smartphones'
Hardware leftovers
Distributions and Operating Systems: Distrowatch Rankings, Sparky, EasyOS, and HaikuOS
OS news and distro news
Programming Leftovers
Development picks
Security and Windows TCO Leftovers
Security picks
today's howtos
idroot and more
Applications: "3 powerful Linux apps to try this weekend", diffoscope (Reproducible Builds), and Abstract
some software for GNU/Linux
Wine 11.8
The Wine development release 11.8 is now available
Many People Leaving Microsoft GitHub
old and new
Games: Development, Steam Deck, Subnautica 2, and More
Game-related news
Android Leftovers
Samsung Galaxy Book laptops may take the Android route
Titan Neo with some fixes and upstream updates is available
Six weeks after our Titan release, we refreshed our ISO, Titan Neo, with some fixes and minor improvements
FSF Blogs: It's May, and we've been keeping busy
All four teams at the Free Software Foundation (FSF) have been working tirelessly the past four months, and we have a lot to show for it
Free and Open Source Software
This is free and open source software
ludora – Fedora based gaming spin
Ludora is a Fedora-based Linux distribution built for gaming systems that also need reliable rollback facilities
May Edition / Issue of PCLinuxOS Magazine
Links from PCLinuxOS Magazine
Kucing7 Linux – Slackware-based Linux distribution
Kucing7 Linux is a Slackware-based Linux distribution aimed at developers and office users who want a ready-to-use workstation with a lightweight desktop
Kirigami forms and configurations
Recently a new submodule has landed in Kirigami: “Forms”
This Week in Plasma: Background Apps and Zoom Up-Scaling
This week Plasma 6.7 entered its “soft feature freeze” where we stop merging newly-written features and focus on finishing up and merging the ones that were already in flight
Kubuntu 26.04 Resolute Raccoon review - Surprisingly nice
It has been a while since I last did a proper distro review. But the occasion warrants it. Canonical has released its latest LTS
Java SDK updates for Slackware all across the board
Today I pushed fresh Slackware packages (for 15.0 and -current
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software, Collaboration, and Standards
FOSS and more
Emacs and GNU Emacs Stories
4 for today
Education Projects and Events (FOSS-Centric)
many links, some sad news
Kubernetes, Django, and Operating Systems
today's leftovers
BSD: New Episode of BSD Now, DPorts, NetBSD Foundation on GSoC
3 picks for today
Linux, Open Hardware, and Android
some gadgets and boards/projects
Mozilla News, Development Reports, and Leadership Changes
Mozilla stuff
Programming Leftovers
Development news
Security Leftovers
Security incidents, bugs, and so on
IBM Red Hat on OpenShift Pipelines and Slop (Hype, Pyramid Scheme)
OpenShift and more
KDE: Kirigami and Google Summer of Code (GSoC) GAFAM Funding
KDe picks
Debian: MiniDebConf Campinas 2026 and New Release of Tails 7.7.1
Debian-centric news, a pair of picks
GNOME Desktop/GTK: Testing Library Code in GNOME OS, GSoc, and Visu
GNOME's latest
Games: The Frog for Whom the Bell Tolls, 2026 Open Source Fantasy Draft, and More
gaming picks
Kernel Space: Linux 7.0 Broke PostgreSQL, Features Removed Due to Slop, "AMD Halo Box Surfaces in Linux Driver Patch"
kernel level developments/news
today's howtos
Instructionals/Technical picks
Applications: Ptyxis, Zed, FOSS Weekly, and Linux App Release Roundup
various GNU/Linux applications examined
GNU/Linux Ready for Prime Time and Jack Wallen Tries the InfinityBook Max 15
Desktop/Laptop: 2 stories in Valnet, ZDNet
EndeavourOS Titan Neo Is Out with KDE Plasma 6.6.4 and KDE Gear 26.04
The EndeavourOS team announced today the general availability for download of EndeavourOS Titan Neo as the latest stable snapshot of this Arch Linux-based distro featuring the KDE Plasma desktop environment.
"Well Done!" to Debian GNU/Linux Development Community [original]
30 hours ago we began an upgrade
Star Labs Releases Coreboot Firmware 26.05 with New Features for Its Linux PCs
Star Labs releases Firmware 26.05 with support for AMD Cezanne models like Star Labs Byte Mk I and StarBook Mk VI, and Coreboot support for Star Labs Byte Mk I.
Shelly 2.2 Arch Linux GUI Package Manager Released with Major UI Revamp
Shelly 2.2 graphical package manager for Arch Linux systems is now available for download with a revamped UI and various other improvements. Here’s what’s new!
Calibre 9.8 E-Book Manager Improves Content Server, Native TTS Engine, and More
Calibre 9.8 open-source e-book management software is now available for download with the ability to reset the zoom to 100% by right-clicking in the preview panel.
First Arch Linux ISO Powered by Linux Kernel 7.0 Is Now Available for Download
Arch Linux 2026.05.01 is now available for download as Arch Linux’s ISO release for May 2026, powered by Linux kernel 7.0 and featuring an improved installation experience.
Android Leftovers
Android Auto may finally solve its issue with alarms
I installed NixOS on my gaming handheld and immediately regretted it
Linux comes in many different flavors and distributions
Volla Phone Plinius is a rugged phone that ships with Ubuntu Touch or Google-free Android and mid-range specs
It’s also the latest in a line of phones from Volla that ship with a choice of two different operating systems
LibreOffice 26.2.3 Open-Source Office Suite Released with More Than 40 Bug Fixes
LibreOffice 26.2.3 is now available for download as the third point release to the LibreOffice 26.2 office suite series with 43 bug fixes.
Free and Open Source Software
This is free and open source software
‘Mentoring Mondays’ Is Otto Kekäläinen’s Way to Support New Debian Devs
In this low‑pressure Monday meetup, Otto Kekäläinen helps aspiring Debian devs untangle packaging puzzles, absorb the culture
Today in Techrights
Some of the latest articles
Grml 2026.04 Linux Distro Is Out with Linux Kernel 6.19, Based on Debian 14 Forky
Grml 2026.04 GNU/Linux distribution is now available for download based on Debian Testing/Forky and powered by Linux kernel 6.19. Here’s what’s new!
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS stories and more
Programming Leftovers
Development picks for today
SUSE/OpenSUSE: Notifications in OBS and SUSE in Prague
SUSECON and more
How to build reverse dependencies using Salsa CI and Mentoring Mondays for aspiring Debian contributors
Debian news/views
Web Browsers/Clients: Curl, MozPhab, and Bugs in Firefox
Web related news
WordPress in the News
some commentary about WordPress
Standards: Sovereign Tech Agency, Chargers in EU, and "Deep Dive into Email Addresses"
picks regarding standards and regulations
Linux Devices, Open Hardware, and Android Getting More Locked Down
the hardware side
Red Hat's Latest Slop Promotion and Other Blog Posts
from official site
Why You Should Avoid Pop!_OS 24.04 Right Now
from 2 sites
Graphics: NVIDIA 595.71.05 and NVIDIA 580.159.03 Released
Graphics updates
today's howtos
only 4 more for now
Security Leftovers
Security related stories
Running Old Windows Inside GNU/Linux (WSL9x)
2 new links
LWN: Remembering Seth Nickell and In Memoriam: Tomáš Kalibera
LWN has received the sad news that Seth Nickell passed away, on April 16, from his father, Eric Nickell
4MLinux 51.1 STABLE released
comes with the Linux kernel 6.12.83
Debian-based umbrelOS 1.7.0 lands with home screen shortcuts and new translations
Targeting home servers, umbrelOS 1.7.0 comes with home screen shortcuts, a built-in text editor
Operating System Upgrade With 1-2 Minutes of Downtime [original]
The IRC downtime was about half an hour long, but we expected complications there as early as last week
Stable kernels: Linux 7.0.3, Linux 6.18.26, Linux 6.12.85, Linux 6.6.137, Linux 6.1.170, and Linux 5.15.204
I'm announcing the release of the 7.0.3 kernel
AerynOS 2026.05 Released with Linux Kernel 7.0, New Logo, and More
AerynOS 2026.05 independent distro is now available for download with GNOME 50.1, KDE Plasma 6.6.4, and Linux kernel 7.0. Here’s what else is new!
Android Leftovers
The next Galaxy Book could be a flagship Aluminium OS laptop powered by One UI 9
Forlinx UP4 – A 40×40 mm LCC + LGA system-on-module family with Rockchip, NXP, and Allwinner CPU options
Forlinx Embedded UP4 is a new family of pin-to-pin compatible system-on-modules currently offered with Rockchip RK3568J/RK3562J, NXP i.MX 9352, or Allwinner T527N/T536 processors
Best Free and Open Source Software
We’re committed to championing free and open-source software
Games: Python, Tetris, Counter-Strike 2, and More
gaming leftovers
Nyarch Linux – anime-themed Linux distribution
Nyarch Linux is an anime-themed Linux distribution based on Arch Linux
today's howtos
a handful of howtos for now
Fedora Linux 44 Is Now Available for Download, Here’s What’s New
Fedora Linux 44 distribution is now available for download powered by Linux kernel 6.19 and featuring the latest GNOME 50 and KDE Plasma 6.6 desktop environments, and many other enhancements.
Ubuntu 26.04 LTS (Resolute Raccoon) Is Now Available for Download
Ubuntu 26.04 LTS (Resolute Raccoon) is now available for download powered by Linux kernel 7.0 and GNOME 50 desktop environment.
LWN on Linux Kernel and Security
4 new articles outside paywalls
Programming Leftovers
Development picks
Android Leftovers
Want Your Android Battery to Last All Day? Try These 6 Quick Fixes
Free and Open Source Software, howtos and Installations
This is free and open source software
ToaruOS – independent, from-scratch hobby operating system
ToaruOS is a from-scratch Unix-like operating system that provides a representative desktop OS environment for learning and experimentation
Slimbook Titan report 9 - Major developments, lots of news
My Titan is a Linux-only system designed for serious work and gaming
Microsoft GitHub Exodus: Technical Failures and Slopfest
Microsoft GitHub problems
KDE 6_26.04 for Slackware-current (almost free of Qt5)
To be honest, I was waiting for a move from Pat
After years of Linux, I tried GhostBSD and found it incredibly stable - and nearly unbreakable
This FreeBSD-based OS is for Linux users who want a reliable
Digging into drama at The Document Foundation
Membership and contribution
Today in Techrights
Some of the latest articles
Wireshark 4.6.5 Fixes Multiple Vulnerabilities and Updates Protocol Support
Wireshark 4.6.5 open-source network protocol analyzer is now available for download with updated protocol and capture file support, fixes for multiple security vulnerabilities, and various bug fixes.