Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Firefox 149 Enters Beta with Split View, More Robust HTTP/3 Upload Performance

Firefox 149 looks like a minor update that only introduces the long-anticipated native Split View feature, allowing users to view two web pages side-by-side in one tab. The Split View feature can be enabled by right-clicking on a tab, and you can also add a split view to a new group.

Thunderbird 148 Email Client Improves Accessibility in Various Tree Views

Thunderbird 148 is here to improve accessibility in various tree views, add ‘Favorites’ as a destination for ‘Move To’ and ‘File’ buttons, add mail.openpgp.load_untested_gpgme_version to load an untested GPGME version, and expose NTLM as an available authentication method for EWS accounts.

Clonezilla Live 3.3.1 Released with Linux 6.18 LTS, Improved BitLocker Support

Coming four months after Clonezilla Live 3.3, the Clonezilla Live 3.3.1 release is based on the Debian Sid (Unstable) repository as of February 20th, 2026, and it’s powered by the long-term supported Linux 6.18 LTS kernel series to ensure Clonezilla Live will run on newer hardware and support more devices.

KDE Plasma 6.6.1 Is Out to Improve Custom Tiling, Networks Widget, and More

KDE Plasma 6.6.1 improves the Custom Tiling feature to correctly respect key repeat, improves the Networks widget to show a more appropriate icon in the panel or system tray when Wi-Fi is disabled, and improves animation performance by leaning more heavily on the Wayland Presentation Time protocol.

Ardour 9.2 Open-Source DAW Released with MIDI Note Chasing and Duplication

Coming less than three weeks after Ardour 9.0, the Ardour 9.2 release is here to introduce a couple of notable new features, like MIDI note chasing, allowing a long note in a MIDI track to start when the transport starts, and MIDI note duplication, allowing you to duplicate selected MIDI notes right after the end of the last note or to the next snap point after the last note.

GNU Octave 11 Open-Source Scientific Programming Language Officially Released

Highlights of GNU Octave 11 include a new search command for packages, an updated Java internal interface to be more memory-efficient, a completely revamped randi function, support for the roots function to accept only double or single input types, and a more accurate fzero function (1-2 eps when TolX is eps).

Firefox 148 Is Now Available for Download with AI Kill Switch and Other Changes

The biggest change in Firefox 148 is the long-awaited AI kill switch feature, which is implemented in Settings as “AI Controls”, allowing you to completely disable all the AI features that had been included in the past few releases. Firefox’s AI features can be disabled entirely or selectively.

9to5Linux Weekly Roundup: February 22nd, 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.

LinuxGizmos.com

DietPi February 2026 Update Adds NanoPi Zero2 Support and WhoDB Database Tool

The February 21, 2026 release of DietPi v10.1 introduces new hardware support, expands the software catalog with the WhoDB database management tool, and includes a range of enhancements and bug fixes across supported single-board computers.

Atom E3950 Powers WINSYSTEMS SBC-ZETA-3950 Rugged Mini SBC

The SBC-ZETA-3950 uses the quad-core Intel Atom E3950 processor running at 1.6 GHz (2.0 GHz burst), with 2MB L2 cache and a 12W base power envelope.

AAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18

The UP Board family combines Intel processors with a 40-pin expansion header routed through an onboard FPGA. The FPGA handles signal level shifting, pin multiplexing, switching, and direction control, allowing pins to operate as I2C, UART, PWM, or GPIO.

Tor Project blog

New Release: Tor Browser 15.0.7

This version includes important security updates to Firefox.

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

Firefox 148 Is Now Available for Download with AI Kill Switch and Other Changes
Mozilla has published today the final builds of the Firefox 148 open-source web browser ahead of its official unveiling on February 24th, 2026, so it’s time to take a look at the new features and improvements.
'Bottle' is Back [original]
It seems like birding is seeing a surge after COVID-19
KDE Plasma 6.6.1 Is Out to Improve Custom Tiling, Networks Widget, and More
The KDE Project released today KDE Plasma 6.6.1 as the first maintenance update to the latest KDE Plasma 6.6 desktop environment series with an initial batch of improvements and bug fixes.
8 quick tweaks that make a Linux desktop harder to break
I have installed Linux on enough laptops, workstations, and hand me down machines to notice a pattern
I'm still using this 30-year-old Linux backup tool, and you should too
Remote Sync or rsync is a free and open-source program that has been around since 1996
Helping Birds in Manchester Recover From Injuries [original]
Recently (this past week) a limping bird started visiting us
4 Days Till Spring, a Rebirth in Nature! [original]
This year's colour motif is green
 
Linux 6.18 and Several LTS Kernels Are Getting Extended Long-Term Support
Renowned Linux kernel maintainer Greg Kroah-Hartman announced today on Mastodon that several LTS (Long-Term Support) kernels will be getting extended long-term support for a few more years.
Free, Libre, and Open Source Software Leftovers
FOSS and more
Firefox Development Leftovers
latest on Firefox
LibreOffice Online: a fresh start
LibreOffice's latest news
Programming Leftovers
Development related picks and even CSS
FSF / Software Freedom Leftovers
mostly FSF
GNU/Linux Leftovers
GNU/Linux and some more things
Linux Kernel and Graphics News
mostly kernel level stuff
Debian: Louis-Philippe Véronneau, Clonezilla Live 3.3.1-35, and More
Debian leftovers
BSD: GhostBSD, EricBSD, OpenBSD
BSD news
Sponsored Puff Pieces From/For Red Hat and Latest From Red Hat's Site (Lots of Hype/Buzzwords)
Red Hat leftovers
Canonical on Buzzwords, "6 commands to clean up your Ubuntu system from the terminal"
Canonical/Ubuntu leftovers
Open Hardware/Modding: PocketBeagle, Raspberry Pi, ESP32, and More
Hardware picks
Games: Steam Next Fest and QUOD
gaming related affairs
today's howtos
Instructionals/Technical
Security Leftovers
Security patches, breaches, more
FSF and a 'Fake FSF' (Splinter Group, SFC) on Mobile Systems Becoming More Oppressive, Even With Linux
2 new statements
Mobileye and GNU/Linux
some new picks
Firefox 149 Enters Beta with Split View, More Robust HTTP/3 Upload Performance
With Firefox 148 hitting the stable channel across all supported platforms, Mozilla has promoted the next major version of its open-source, free, and cross-platform web browser, Firefox 149, to the beta channel for public testing.
Android Leftovers
‘Flow’ dramatically improves Android voice typing without replacing Gboard
Why Ubuntu is a frustrating choice for desktops but great for laptops
Are you tired of people recommending Ubuntu when it never quite feels right on your desktop
Free and Open Source Software
This is free and open source software
An update on SVG in GTK
In my last post on this topic, I explained the history of SVG in GTK
DietPi February 2026 Update Adds NanoPi Zero2 Support and WhoDB Database Tool
DietPi is a lightweight, Debian-based operating system optimized for single-board computers and embedded devices
Trust in open source communities
In chapter 3 of Program Management for Open Source Projects, I talk about the importance of trust
Games: FINAL FANTASY VII, Dungeons of DUSK, and More
latest GamingOnLinux
Recent Videos, Audiocasts, Shows About GNU/Linux
via Invidious
Android Leftovers
5 Android phones that were defined by their weird and innovative accessories
Ubuntu-based Winux 11.26.03 arrives with multiple package updates
Winux 11.26.03 LTS, unleashed yesterday and also labeled as the "Pre-March 2026" release
Try this tiny Linux distro when nothing else will fit - here's why
Tiny Core Linux is an incredibly small
Nvidia is also hunting for Linux developers to help advance gaming on FOSS
It has been an exciting start to 2026 for gamers on Linux
This impressive Linux distro can bring your spare PC back to life
Desert OS is easy to use, fast, stable, and probably far more elegant than what you're already running
Free and Open Source Software, howtos and Installations
This is free and open source software
In Memory of Robert Kaye
I interviewed Robert back in 2017 because he was going to deliver the opening keynote at Akademy that year
Start of Gardening [original]
Today it's expected to be partly sunny with temperatures rising as high as 15
Today in Techrights
Some of the latest articles
Thunderbird 148 Email Client Improves Accessibility in Various Tree Views
Following the release of Firefox 148, the Mozilla Thunderbird open-source email, news, chat, calendar, and addressbook client has been updated today to version 148.
Several Web Surveys Agree: Microsoft Windows Lost Majority Market Share in Its Home Country, Now Below 40% [original]
"Old Enough To Remember" when Windows was at over 90%
Clonezilla Live 3.3.1 Released with Linux 6.18 LTS, Improved BitLocker Support
Clonezilla Live maintainer Steven Shiau released today Clonezilla Live 3.3.1 as the latest stable version of this partition and disk imaging/cloning live Linux system based on Debian GNU/Linux.
today's leftovers
BSD and GNU/Linux leftovers, audio also
Latest From Red Hat Official Site
redhat.com's latest
Events, Web Browsers, SSGs, Software Freedom, and More
Mostly FOSS coverage
Security Leftovers
patches and more
Programming Leftovers
Development news
Open Hardware/Modding: GyroidOS, Raspberry Pi, and More
Hardware picks
Linus Torvalds Announces First Linux Kernel 7.0 Release Candidate
Linus Torvalds announced today the general availability for public testing of the first Release Candidate (RC) development milestone of the upcoming Linux 7.0 kernel series.
Graphics: Weston 15.0 and Waydroid 1.6.2
Graphics news
today's howtos
quite a lot so far today
Graphics: Mesa 25.3.6 and GPU News
3 picks from GoL
Games: Steam Next Fest, Heroic Games Launcher, Kitten Space Agency
4 gaming picks
Wine 11.3
The Wine development release 11.3 is now available
"Attestation" Mandated in US If American Politicians Get Their Way
Linux also
today's leftovers
2 more from Valnet
Open Hardware/Modding: Valnet on SBCs, HexOS, Homelabs and More
a handful of recent articles
Applications: Multiplexers, Jellyfin, Timeshift, and More
4 recent articles
Desktop Environment: GNOME, KDE, and Cinnamon
a couple of recent articles
NixOS, CachyOS, Other Distributions and Operating Systems
GNU/Linux distros covered by Valnet
A Look at Universal Blue and Bluefin
a couple of recent articles
Microsoft's Proprietary Traps: Trying to Exit Windows, Some Dump WSL (Windows With Misused Brand) for Real GNU/Linux
4 Valnet articles
Android Leftovers
The FairPhone Gen 6 will 'soon' get Android 16
5 of the most lightweight operating systems, ranked by download size
The secret is assembly language. Every line of KolibriOS
Why 2026 is officially the year of the KDE Linux desktop
These are the circles in which KDE Plasma appears in 2026
OmegaLinux switches from Ubuntu to Arch in 2026.02.21 release
Based on Lubuntu until now, OmegaLinux is taking a huge step forward with yesterday's release
Why you should try these 9 "strange" Linux distros (even if you never switch)
Most Linux users settle into a stable setup
Windows users can thank Linux for these 5 essential features
Even though Linux might only hold a tiny part of desktop market share
Fedora Pocketblue Remix is an atomic Linux distro for mobile devices (phones and tablets)
Fedora Pocketblue Remix is a mobile Linux distribution designed to let you run Fedora on a smartphone or tablet
Free and Open Source Software
This is free and open source software
Introducing matrixOS, an Immutable Gentoo-Based Linux Distro
It was only a matter of time before a developer decided one of the most challenging Linux distributions needed to be immutable
Recent XDA Articles on Proxmox
Proxmox handful
On Free Software, Free Hardware, and the firmware in between
When the Free Software movement started in the 1980s
Today in Techrights
Some of the latest articles
Ardour 9.2 Open-Source DAW Released with MIDI Note Chasing and Duplication
Ardour 9.2 has been released today as the latest stable version of this powerful, free, cross-platform, and open-source digital audio workstation (DAW) software for GNU/Linux, macOS, and Windows systems.
Curating the News, a Community-Powered Endeavour [original]
We're happy to say our community continues to grow and we get more people involved
GNU Octave 11 Open-Source Scientific Programming Language Officially Released
GNU Octave 11 has been officially announced today for this open-source, free, and cross-platform high-level language, primarily intended for numerical computations.
GNU/Linux and BSD Leftovers
mostly GNU/Linux
BSD and Linux Kernel Space
kernel level news
Free, Libre, and Open Source Software Leftovers
FOSS and Web
Programming Leftovers
Development related picks
Open Hardware/Modding: Linux Devices, 3D Printing, Retro
hardware picks
Games: New Steam Games with Native GNU/Linux Builds and "Interim Computer Museum"
gaming picks
today's howtos
Instructionals/Technical posts
Why I Contributed to FOSS Force’s ‘Independence 2026’ Fundraiser
Ken Starks once wrote here every week
Security and blobs, by Alex Oliva (GNU Linux-Libre)
Reprinted with permission from Alex Oliva
Despite Problems at the Solicitors Regulation Authority (SRA) and SLAPPs From London, the UK Remains a Decent Place to Do Journalism [original]
Let's face is, the media is universally (globally) under attack
Android Leftovers
This one tool will help you master the Android terminal emulator Termux
Interview with Øyvind Kolås, GIMP developer
GIMP is Free and Libre Open Source Software
Looking for the best Linux window manager? Here’s how I rank them
On the surface, most Linux window managers look deceptively similar
4 Debian-based Linux distros that are better than Debian
Debian Linux is a tried-and-true choice for getting a Linux device up and running
After years of using GNOME, this is the desktop I switched to instead
I did not switch from GNOME because I woke up one morning craving change
The "Windows vs. Linux" debate is a waste of time: Here’s a better approach
Linux fans love to position Linux as the mortal enemy of Windows
Why Linux is the best place to learn coding
Linux might be the best OS to start your programming journey in
I finally fixed my Linux laptop’s constant fan noise — it wasn’t the hardware
For a few months now, whenever I launch my browser, my laptop gets so loud you'd think it's compiling the Linux kernel
This opinionated desktop setup finally cured my distro-hopping problem
Distro-hopping is not uncommon in the Linux ecosystem
I install these 7 CLI tools on every Linux system
Most people treat a fresh Linux installation as a clean slate
Forget Linux Mint. These distros are the only way to switch
This is the Linux distro you should try first
Free and Open Source Software
This is free and open source software
Review: The Guix package manager 1.5.0
This week I'd like to talk about Guix
KMyMoney 5.2.2 released
The KMyMoney 5.2.2 release contains numerous bug fixes and improvements to enhance stability
AAEON UP Squared Series Gains Mainline Linux Support for 40-Pin GPIO in Linux 6.18
The MFD and LED drivers were merged in Linux 6.14
Reverse Engineering Linux Distro REMnux Marks 15 Years With Major v8 Release Featuring AI Agent Support
Malware analysis Linux distro gets Ubuntu 24.04 base
Tiny Core v17.0
Team Tiny Core is proud to announce the release of Core v17.0
Parrot 7.1 Ethical Hacking Distro Released with Enlightenment Spin, Updated Tools
ParrotSec released Parrot 7.1 today as the latest stable update to this Debian-based GNU/Linux distribution for ethical hacking and penetration testing that introduces new and updated tools.
Science is the Root of Free Software [original]
It's hardly surprising that some of the loudest opponents of Software Freedom and its luminaries also disregard or bend facts
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: February 22nd, 2026
The 280th installment of the 9to5Linux Weekly Roundup is here for the week ending February 22nd, 2026.