Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: March 8th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

HandBrake 1.11 Open-Source Video Transcoder Adds AMD VCN AV1 10-Bit Encoder

Coming six months after HandBrake 1.10.2, the HandBrake 1.11 release introduces an AMD VCN AV1 10-bit encoder, a ProRes encoder, a DNxHR encoder, an AV1 VCN 2160p 4K preset for AMD 9000 series GPUs and newer, Production DNxHR presets, Production ProRes presets, and Preservation FFV1 FLAC and PCM presets.

CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More

Powered by the long-term supported Linux 6.18 LTS kernel series, the CachyOS ISO snapshot for March 2026 ships with the latest and greatest KDE Plasma 6.6.2 desktop environment by default, which is accompanied by the KDE Frameworks 6.23 and KDE Gear 25.12.3 software suites.

digiKam 9.0 Open-Source Photo Manager Released as a Massive Update

Highlights of digiKam 9.0 include a dedicated Qt 6 port for a more modern UI/UX experience across all supported platforms, along with a redesigned Welcome page in a more modern style, as well as completely revamped GUIs of the File Copy and File Transfer dialogs for better usability.

LinuxGizmos.com

MSI MS-C936 Ultra-Thin Fanless Box PC Combines Intel Raptor Lake-P U-Series CPUs with Quad Displays and Dual 2.5GbE

The system supports processors including the Intel Core 5 120U, a 15 W chip that can reach boost frequencies up to 5.0 GHz.

Tiny CM0IQ Board Runs Raspberry Pi CM0 Module with HDMI and CSI

The CM0IQ is a compact carrier board designed for the Raspberry Pi CM0 compute module and measures 42 × 36 mm, placing it among the smallest boards built around the platform. The design exposes several interfaces typically associated with larger Raspberry Pi boards while maintaining a minimal footprint.

F&S FSSM8MP SMARC Module Features NXP i.MX 8M Plus with Dual GbE and Edge AI

The FSSM8MP from F&S Elektronik Systeme is a SMARC 2.2 computer-on-module built around the NXP i.MX 8M Plus processor. The module is designed for embedded and industrial systems requiring multimedia processing, machine vision capability, and edge inference support.

Internet Society

Women Who Connect: Celebrating Six Women Championing the Internet

This International Women’s Day, we celebrate the Women Who Connect—members of the Internet Society community who are driving a more inclusive Internet. Across regions and communities, they are expanding access, sharing knowledge, and opening doors for others to participate in the digital world.

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

digiKam 9.0 Open-Source Photo Manager Released as a Massive Update
digiKam 9.0 open-source professional photo manager is now available for download with numerous new features and improvements.
HandBrake Released 1.11.0 with DNxHR & ProRes Encoders (Ubuntu PPA)
HandBrake, the popular free open-source video transcoder for Linux, Windows, and macOS, released new 1.11.0 version today
Women in My Life [original]
In this planet we are compelled to coexist with some really monstrous men
Someone got Linux working on the PS5, and it runs GTA 5 with ray tracing
Okay, I know I've said that I believe 2026 will be the year of gaming on Linux
"Attestation" Mandated in US If American Politicians Get Their Way
Linux also
This Week in Plasma: Polish and Stability
This was another week of focusing on bug-fixing and UI polishing
 
Latest Steam Client Update Improves Support for Proton Games on Linux
Valve released a new stable Steam Client update today, which brings a few interesting new features related to their hardware surveys and Steam user reviews, as well as improvements for Proton games on Linux, and other changes.
Android Leftovers
I've used Tor browser for years, but now I'm using it on my Android phone - here's why
Reclaiming Freedom: Who Holds Veto Over Your Data Stack
Stallman understood that software freedom isn’t about ideology, but more about who has veto power over your work
Free and Open Source Software
This is free and open source software
Kdenlive 25.12.3 released
The last maintenance release of the 25.12 series is out with the usual batch of stability fixes and workflow improvements
Free, Libre, and Open Source Software Leftovers
FOSS news for today
Leftovers Regarding the Web and the Net
inc. Spartan
Programming Leftovers
Development blurbs
GNU/Linux Leftovers
and some Red Hat news
BSD: BSDCan Registration is Open and a Look at OpenBSD
BSD news
Free/Open Hardware, Linux Boards, and and GNU/Linux Phone for EU
gadgets and more
Barry Kauler's Latest Updates on EasyOS and Other Projects
3 Barry Kauler updates
Applications: Resources 1.10.2, Concessio, HandBrake 1.11, and GoPlaying
Application-related news
today's howtos
mostly idroot for today
Linux 7.0-rc3
now out
The New Digital Literacy
Once upon a time winning arguments was considered important
Videos and Shows About GNU/Linux From Recent Weeks
Various picks via Invidious
today's howtos
a handful of howtos
Most secure GNU/Linux distros and latest bulletin from DistroWatch
a couple of distro walkthroughs
Weekly GNU-like Mobile Linux Update and GNU/Linux on Small Devices
a weekly outline and new project
Customizing your Linux desktop is a waste of time: Here's a better way to get what you want
Linux is famously customizable, and when you hear its perks discussed
Even after 10 years of using Linux, these 3 distros still scare me (and they’re not Arch)
Arch Linux has a reputation for being brutally hard to install and maintain
Free and Open Source Software
This is free and open source software
Review: Quick looks at three Linux distributions
This week though I found myself curious about small aspects of three separate projects and decided to share what I learned
Participation Required a Microsoft License — Until Citizens Pushed Back
Ironically, when the EU asked for feedback on new tech rules, it locked the process to dear old Microsoft. A fast, focused campaign forced officials to add an open format instead.
Today in Techrights
Some of the latest articles
Sloppyleft: Dealing With Plagiarism by Slop [original]
Article by Alexandre Oliva
9to5Linux Weekly Roundup: March 8th, 2026
The 282nd installment of the 9to5Linux Weekly Roundup is here for the week ending March 8th, 2026.
HandBrake 1.11 Open-Source Video Transcoder Adds AMD VCN AV1 10-Bit Encoder
HandBrake 1.11 was released today as a major update to this free and open-source video transcoder application for converting between a multitude of video file formats.
GNU and the AI reimplementations
Those who cannot remember the past are condemned to repeat it
A Record Year for Tux Machines [original]
Traffic-wise and activity-wise we've never had a better year in our entire history
The Tank [original]
Maybe this coming summer we'll add some more fish to the group
CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More
Today, the developers of the Arch Linux-based CachyOS distribution published a new ISO snapshot for March 2026, including the latest package updates, new features, and improvements.
GNOME is a Men's Club [original]
Many women rightly learned to avoid GNOME, based on the project's track record
Android Leftovers
My Wi-Fi kept dropping until I toggled this hidden Android setting
I'm a Linux bore now, so I used my new powers to resurrect a ten year-old laptop forgotten by Windows
I pulled the old XPS laptop out of my wardrobe because I've started wearing cardigans and have therefore become a bit of a Linux bore
Best Free and Open Source Software
This is free and open source software
This Week in KDE Apps
New Glaxnimate release, source mode in Marknote and S3 support in Dolphin
Free, Libre, and Open Source Software and Standards
only 3 more stories for now
GNU/Linux Leftovers
GNU/Linux links
Audiocasts/Shows: Linux Saloon, Going Linux, and This Week in Linux
3 new episodes
Web Browsers/Web Servers: Nginx, "Web is bearable with RSS", and Firefox
News about WWW
Algorithms, Data Visualization, R, and Literature
programming leftovers
Databases: YottaDB, PostgreSQL, and More
Database news
Open Hardware: Modding, Repairability, and More
Hardware news
New default wallpaper for EasyOS 7.x and release of EasyOS Excalibur-series version 7.2.1
distro updates and release
Games: Payphone Go, GCompris, Valve, and More
5 stories
Wine 11.4 Released
now ready to download
today's howtos
Instructionals/Technical picks
Debian: Louis-Philippe Véronneau, Clonezilla Live 3.3.1-35, and More
Debian leftovers
Android Leftovers
I mapped my Android's volume buttons to do this and it's incredibly convenient
My Firefox for Android local build environment
The Firefox for Android app has always had a complicated build process
Linux has an identity crisis—and it's holding back desktop PCs
Linux is everywhere, and that's not a bad thing
This is the best Linux distro for creative Windows refugees
Ubuntu Studio is a Linux distro from Canonical that's designed for creatives
Best Free and Open Source Software
This is free and open source software
Money isn’t going to solve the burnout problem
While I’m definitely not opposed to giving people money for their FLOSS work
AerynOS – independent Linux distribution
AerynOS is an independent Linux distribution built from scratch and currently in alpha development
Service Under Maintenance 5 Days From Now [original]
We don't expect any downtimes
The Birds Have Won [original]
it's important to push back and stand for one's beliefs
Today in Techrights
Some of the latest articles