Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Calibre 8.10 E-Book Manager Brings Improvements to the Kindle MTP Driver

Coming two weeks after Calibre 8.9, the Calibre 8.10 release is here with improvements to the Kindle MTP driver by fixing an issue where APNX files are being placed in the wrong location when books are sent to subfolders inside the root folder.

GNOME 49 Release Candidate Re-Enables X11 Support by Default in GDM

The GNOME 49 Release Candidate has some interesting changes, especially the re-enablement of X11 support in the GNOME Display Manager (GDM) component by default as the devs find it hard to cleanly separate GDM’s ability to launch modern X11 sessions. X11 support was disabled in the GNOME 49 alpha release.

LinuxGizmos.com

M5Stack Introduces Cardputer-Adv with Expanded Features and Higher-Capacity Battery

It is powered by the Stamp-S3A core module based on the ESP32-S3FN8 dual-core Xtensa LX7 processor, running at up to 240 MHz with 8 MB of flash storage. A microSD card slot provides additional storage for applications and data, and an infrared emitter is included for remote-control functions.

Pi Zero 2 W AV-USB board adds USB hub, audio, and video output

The AV-USB provides three full-size USB-A ports via an onboard hub, along with a PCM5102-based stereo analog audio interface over I2S. Audio and composite video are routed through a 3.5 mm TRRS jack, restoring analog video output that on the Pi Zero 2 W was moved to a small test pad, making it easier to connect displays without soldering.

Fing Agent with Raspberry Pi Kit Now Available

The Fing Agent has been available previously as software for Raspberry Pi, NAS, and Docker containers. The new kit, created in collaboration with Pimoroni, comes pre-assembled and pre-configured to simplify deployment.

Internet Society

Your Internet Access Is at Risk. We’re Speaking Up

The US Supreme Court will soon consider a case that could fundamentally change how you access the Internet and affect everyone who uses it.

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

Mozilla Confirms Firefox 32-Bit Linux Support Will End in 2026
Mozilla confirms Firefox will no longer support 32-bit Linux after version 144
Nobody Denies That SecureBoot Will Cause Problems After September 11 [original]
Disable SecureBoot
Credit to analognowhere.com [original]
Give it a go
Operating Systems Leftovers
mostly GNU/Linux
Keeping the Site Friendly to Everyone [original]
we're probably safe not to sanitise language all that much
Linux Mint 22.2 “Zara” Is Now Available for Download, Here’s What’s New
The wait is finally over as the Linux Mint team has published the final ISO images of the Linux Mint 22.2 “Zara” release, which are available for download from the official mirrors.
GNOME 49 Release Candidate Re-Enables X11 Support by Default in GDM
The GNOME Project released today the RC (Release Candidate) development version of the upcoming GNOME 49 desktop environment series, scheduled for release later this month on September 17th.
Security Leftovers
Security related stories
Today is the Day [original]
People are gradually returning from holiday
 
Debian 13.1 “Trixie” Released with 71 Bug Fixes and 16 Security Updates
Today, the Debian Project announced the release and general availability of Debian 13.1 as the first ISO update to the latest Debian GNU/Linux 13.1 “Trixie” operating system series.
4MLinux 50.0 BETA released
4MLinux Release
Sparky 8.0.1
There is a minor update of live/install ISO images of Sparky of the stable line 8.0.1
Free and Open Source Software
This is free and open source software
This Week in Plasma: more app permission configuration; pre-Akademy edition!
This week, KDE contributors from around the world are traveling to Akademy
Spiceworks Community Digest: Better living through Linux
Jessevas also highlighted a key benefit for IT professionals: the increasing demand for Linux support
Programming Leftovers
Development picks
Open Hardware/Modding: Raspberry Pi, Arduino, and More
half a dozen hardware stories
today's howtos
Instructionals/Technical posts (a handful)
Games: Steam Survey and More
10 picks for today
Security Leftovers
Security stories
Today in Techrights
Some of the latest articles
openSUSE Leap 16 Promises 24 Months of Community Support per Release
openSUSE Leap 15.6 extends updates until April 2026
Firefox on Linux Is Ending Feature Updates for Old PCs
Mozilla has announced that Firefox 144 will be the last release to support 32-bit x86 Linux
Free and Open Source Software, and Review
I’ve reviewed the vast majority of music players for Linux
Linux - Recreating old problems with new tools
The Year of the Linux (desktop). Can it happen? Will it happen
Software and Games for GNU/Linux
a few more stories
Free, Libre, and Open Source Software Leftovers
FOSS and more
Education, Development, and Standards
some leftovers
Open Hardware/Modding: Zigbee and EtherealOS
a pair of stories
Audiocasts/Shows: BSD Now and Ask Noah Show
2 new episodes
Databases: SQL, PostgreSQL 18 RC 1, pgAdmin 4 v9.8, and E-Maj 4.7.0
DB news
Barry Kauler's Latest Work on EasyOS and Others
4 new updates
New Release of Miracle-WM, Version 0.7
Miracle-WM 0.7 is out
Linux Lite 7.6 Released with New Community Wiki and Updated Apps
Ubuntu-based Linux Lite 7.6 is out with a new community Wiki
Calibre 8.10 E-Book Manager Brings Improvements to the Kindle MTP Driver
Calibre 8.10 has been released today as the latest stable version of this open-source, free, and cross-platform e-book management software for GNU/Linux, macOS, and Windows systems.
The Complaint We Filed is Advancing [original]
Good news for us and for the birds
GNU/Linux and Free Software Leftovers
mostly GNU/Linux news
Programming Leftovers
Development picks
LibreOffice Conference 2025 and "Why I Use LibreOffice"
LibreOffice news and commentary
Open Hardware/Modding: Weekly GNU-like Mobile Linux, Raspberry Pi, and More
Hardware leftovers
Videos/Audiocasts/Shows About GNU/Linux
new videos about GNU/Linux
today's howtos
Instructionals/Technical posts
Latest Red Hat / IBM Puff Pieces (Mostly Buzzwords and Marketing Fluff)
Not much of substance here
A Decade of Kubernetes and v1.34 Release
coverage has begun
Games: SteamOS 3.7.15 Beta, Granvir, Skyrim, and More
11 new articles from GamingOnLinux
Disable Microsoft's "Secure Boot" [original]
Reminder: Microsoft's "Secure Boot" Certificate for "Linux" Will be Expired in One Week
50 Years [original]
50 years of marriage
Today in Techrights
Some of the latest articles
Filtering Out Fake News and Corporate PR [original]
Our role, we believe, is to help people dodge the bad things and find only the "signal"
Canonical and Hardware Leftovers
all the rest for today
Free, Libre, and Open Source Software Leftovers
FOSS picks
Events and FSF Leftovers
Free software and more
Debian Development Reports and More
Debian leftovers
Security Leftovers
Security and more
Programming Leftovers
Development picks for today
Audiocasts/Shows: FLOSS Weekly and "Red Hat Just Killed X11?"
only a couple for now
OpenSUSE and SUSE Leftovers
mostly OpenSUSE
GNOME: Backend Isolation Prototype for GNOME Papers, Scheduling & Fibers (GTK)
GNOME leftovers
GNU/Linux Applications: Diagram Tools, Warp, and More
software leftovers
Linux Foundation Promoting Scams and Hype in Linux Foundation-Funded Sites (Sponsored to Promote Lies)
LF latest
Orphaned Linux drivers for floppy disks gets first patch of any significance in three years - cleanup effort implies floppies spared the axe for a few more years
Linux gets it first floppy disk driver patch in three years
Linux gaming OS Kazeta promises ‘console gaming experience of the 1990s’ for PC users — supports almost any DRM-free game, past or present
With the Kazeta OS you just ‘insert cart, power on, play.’
How to decide between Linux and MacOS - if you're ready to ditch Windows
Linux is all about choice, and there's zero vendor lock-down to deal with
Ready to ditch Windows 10? I debunked 7 Linux myths so you can switch with confidence
Let me see if I can tip you over to the greener pastures known as Linux
Android Leftovers
Months after Android 16 arrived, your older Pixel phone finally gets its biggest feature
5 Hidden Features in KDE Dolphin You Should Know About
Want to make sure your file browsing and management with KDE Dolphin is as efficient as it can be
These 5 Arch distros are worth checking out if you love the bleeding-edge Linux king
Unlike Windows and macOS, Linux comes in tons of flavors
Fretboard – look up guitar chords
This is free and open source software
Android Leftovers
Pixel phones are getting Android’s ‘Audio Sharing’ with Auracast support
Free and Open Source Software
This is free and open source software
Configuring Portal Permissions in Plasma
On Android apps need special permissions to access certain things like the camera and microphone
Stable kernels: Linux 6.16.5, Linux 6.12.45, Linux 6.6.104, Linux 6.1.150, Linux 5.15.191, Linux 5.10.242 and Linux 5.4.298
I'm announcing the release of the 6.16.5 kernel
Hans de Goede Leaves Red Hat, Lots of Buzzwords in Place of Substance
some red hat news
Security Updates and Windows TCO
mostly patches for Linux, some Windows TCO
Minimal distro Linux From Scratch 12.4 launches with 49 package updates and the 6.16.1 kernel
With over 146 commits since the previous stable version, the build-it-yourself
Operating Systems and Free, Libre, and Open Source Software
today's leftovers
today's howtos
Instructionals/Technical posts
Open Hardware/Modding: Adafruit, Raspberry Pi, and More
Hardware leftovers
Programming Leftovers
Development with R, Python, and more
Linux adoption woes and mid-range GPUs stand out in Steam Survey for August 2025
Valve has completed the Steam Hardware and Software Survey for August 2025
Free and Open Source Software
This is free and open source software
BesGnuLinux: a Lightweight, Fast, Furious, and Stable Distro
BesGnuLinux calls itself lightweight, useful, and stable — but after a wild ride with version 3-0, you might find it’s got a lot more ‘fast and furious’ under the hood
Games: Gamescom, LEGO Humble Bundle, and More
a dozen stories for now
SLAPP Against Tux Machines Funded by Third Parties [original]
according to the plaintiff, the legal bills are paid by other people and/or companies
On Our Fourth Year With a Static Site Generator (SSG) and Almost Third Year With EU Hosting (team.blue) [original]
If only we did that sooner...
Applications: AList, Pydio Cells, and Linux App Release Roundup
Application-centric roundup
Technical Articles About GNU/Linux and FreeBSD
mostly the former
Today in Techrights
Some of the latest articles
So short, and thanks for all the flinch
I will be stepping down from the Executive Director role this week
Linux Kernel Coverage in LWN
3 new articles outside the paywall
The need to reliably preserve our community history
The site was important enough that LWN's history contains over 800 articles and comments with links to almost 700 pages on Groklaw.
Graphics/Games: ZOTAC Zone Pro, LEGO The Lord of the Rings, and More
Games and more
I dual booted Fedora KDE and I forgot Windows was installed
I eventually settled on Fedora KDE