Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Working Together for an Accessible and Safe Internet

The Internet is no longer optional infrastructure—it is essential to people’s lives and livelihoods. It connects families, drives economies, and underpins the exchange of knowledge and information across the world.

Tor Project blog

A new home for Tor user documentation

That's why we've been working to simplify how people find help using Tor.

New Release: Tor Browser 15.0

The ongoing development of Tor Browser is made possible thanks to the support of our community. If Tor Browser is important to you, now is a great time to support our mission to FREE THE INTERNET, as all donations will be matched by Power Up Privacy through December 31, 2025.

9to5Linux

Qt Creator 18 Open-Source IDE Released with Experimental Container Support

Coming more than four months after Qt Creator 17, the Qt Creator 18 release introduces experimental support for development containers, a feature that automatically detects a “devcontainer.json” file in a project directory and creates a Docker container for it.

Ubuntu 25.04 Users Can Now Upgrade to Ubuntu 25.10, Here’s How

Ubuntu 25.10 was released earlier this month, on October 9th, but the upgrade path was not open for Ubuntu 25.04 users until now. Of course, you could force an upgrade using the update-manager -d command, but it’s not something I would recommend because things might go wrong and you could end up with a broken system.

Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series

Based on the Mozilla Firefox 140 ESR (Extended Support Release) series, Tor Browser 15.0 introduces many upstream features that have been implemented in the past year, including support for vertical tabs, support for tab groups, and the new unified search button that lets users easily switch between search engines, search bookmarks or tabs, and access quick actions.

Fedora Linux 43 Officially Released, Now Available for Download

Highlights of Fedora Linux 43 include the latest and greatest Linux 6.17 kernel series, the latest and greatest GNOME 49 desktop environment series for the Fedora Workstation edition, which is now Wayland-only, as well as the KDE Plasma 6.4.5 desktop environment on the Fedora KDE Plasma Desktop edition.

KDE Plasma 6.5.1 Is Out to Fix Compatibility Issues with Older AMD GPUs

Even if it comes a week after the release of KDE Plasma 6.5, a major update that just arrived in the stable software repositories of popular rolling-release distros like Arch Linux and openSUSE Tumbleweed, the KDE Plasma 6.5.1 update is packed with many improvements and bug fixes, especially for a regression that broke the appearance of mouse pointers on older AMD GPUs.

IPFire 2.29 Core Update 198 Gives Major Boost to the Intrusion Prevention System

Coming more than five weeks after IPFire 2.29 Core Update 197, the IPFire 2.29 Core Update 198 release introduces major improvements to the Intrusion Prevention System (IPS) with the upgrade to the Suricata 8 series, offering enhanced detection performance and reliability, as well as real-time email reporting.

LinuxGizmos.com

LILYGO T-Echo Plus Integrates LoRa, GNSS, and IMU in Rugged Wireless Smart Tag

LILYGO’s T-Echo Plus is a compact, battery-powered smart tag designed for wireless telemetry, motion tracking, and geolocation. It combines LoRa communication, GNSS positioning, Bluetooth Mesh, and a 6-axis IMU in an enclosure with both vibration and visual feedback, aiming to support mobile, field-deployed, or remote monitoring applications.

Easy RISC-V Provides an Interactive Way to Explore the RISC-V Architecture

Easy RISC-V is an open, browser-based learning resource that allows users to experiment with RISC-V assembly and gain a deeper understanding of how the architecture works. Created by developer Dramforever, the platform runs entirely online and does not require installation, offering a convenient way to study RISC-V instructions, registers, and execution flow from any device.

DietPi October 2025 Update Adds Support for NanoPi R3S, R76S, and Reworked Dashboard

The October 18th release of DietPi v9.18 introduces support for new FriendlyELEC single-board computers, a redesigned DietPi-Dashboard with improved security, and the addition of the LazyLibrarian eBook and audiobook manager. The update also includes bug fixes, filesystem improvements, and expanded compatibility for virtual devices

Gawk 5.3.0 released

posted by Roy Schestowitz on Nov 03, 2023

Greetings all.

This note announces the next release of GNU Awk: version 5.3.0.
The following files may be retrieved via HTTPS from https://ftp.gnu.org/gnu/gawk:
-rw-rw-r-- 1 arnold arnold 6254035 Nov 2 15:38 gawk-5.3.0.tar.gz -rw-rw-r-- 1 arnold arnold 3307027 Nov 2 15:37 gawk-5.3.0.tar.lz -rw-rw-r-- 1 arnold arnold 3436180 Nov 2 15:38 gawk-5.3.0.tar.xz
This is a major release. The relevant part of the NEWS file is appended below. A diff file from the previous release is not available.
The online manuals have also been updated.
The usual GNU build incantation should be used:
tar -xpvzf gawk-5.3.0.tar.gz cd gawk-5.3.0 ./configure && make && make check
Please use the gawkbug script to report bugs. If it doesn't work for you, then send email to bug-gawk@gnu.org.
NOTE that the manual's instructions for sending bug reports were updated for the earlier 5.2.0 release. Please review them carefully before submitting a report!
ONLY bug reports should be submitted to the bug-gawk list. All other questions should use the help-gawk@gnu.org mailing list.
Enjoy!
Arnold Robbins (on behalf of all the gawk developers) arnold@skeeve.com ------------------------------------------------------------ Copyright (C) 2019, 2020, 2021, 2022, 2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
Changes from 5.2.x to 5.3.0 ---------------------------
1. Infrastructure changes: Removed the use of libsigsegv. The value-add was never very much and it caused problems in some environments.
2. In keeping with new features in BWK awk, gawk now has built-in CSV file parsing. The behavior is intended to be identical to that of the "One True AWK" when --csv is applied. See the manual for details.
3. Also in keeping with BWK awk, gawk now supports a new \u escape sequence. This should be followed by 1-8 hexadecimal digits. The given code point is converted to its corresponding multibyte encoding for storage inside gawk. See the manual.
4. If PROCINFO["BUFFERPIPE"] exists, then pipe output is buffered. You can also use PROCINFO["command", "BUFFERPIPE"]. See the manual for details.
5. Because of the additional `do_csv' variable in the API, which breaks binary compatibility, the API major version was updated to 4 and the minor version was reset to zero. The API remains source code compatible; that is, existing extensions should only require recompilation.
6. The manual now requires Texinfo 7.1 and its texinfo.tex for formatting. As a result, we no longer need to pre-process it, removing the need for gawktexi.in and leaving just gawk.texi.
7. And of course, there have been several minor code cleanups and bug fixes. See the ChangeLog for details.
Changes from 5.2.2 to 5.2.x ---------------------------
1. The readdir extension has been updated with additonal code and features, see the manual or its man page. As a result, the readdir_test.c extension has been removed.
2. We have a new translation: Ukranian.
3. Several subtle issues related to null regexp matches around multibyte characters have been fixed.

Read on

Other Recent Tux Machines' Posts

Nearly 90% of Windows Games now run on GNU/Linux
great news
MX Linux 25 Release Candidate Arrives with Various Improvements and Changes
The MX Linux team announced today the general availability of the Release Candidate (RC1) version of the upcoming MX Linux 25 distribution based on the Debian 13 “Trixie” operating system series.
Ubuntu Unity Project Faces Uncertain Future
Ubuntu Unity faces manpower shortages as lead dev Rudra has no time to maintain it
Fedora Linux 43 is here!
I’m excited to announce my very first Fedora Linux release as the new Fedora Project Leader
 
LibreOffice 25.2.7 Is Out as the Last Update in the Series, Upgrade to LibreOffice 25.8
The Document Foundation announced today the general availability of LibreOffice 25.2.7 as the seventh and last maintenance update in the LibreOffice 25.2 office suite series.
Qt Creator 18 Open-Source IDE Released with Experimental Container Support
The Qt Project released today Qt Creator 18 as the latest stable version of this open-source, free, and cross-platform integrated development environment (IDE) software for GNU/Linux, macOS, and Windows.
Security and Windows TCO
mostly FUD and patches
GNU/Linux Leftovers
KDE and more
Debian and Ubuntu Leftovers
mostly Ubuntu
Audiocasts/Shows: Linux Matters and Destination Linux
2 new episodes
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Firefox Security & Privacy Newsletter, Mozilla Thunderbird Mobile Progress Report
Mozilla news
Programming Leftovers
Development picks
WordPress 6.9 Beta 2 and More CMS news
CMS related leftovers
Open Hardware/Modding: Raspberry Pi and More
devices and hardware news
Red Hat Leftovers
mostly from Red Hat's site
Which Tool is Best to Find Text in Files and a Look at Helix
two new articles from Valnet
today's howtos
howtos for today
Ubuntu 25.04 Users Can Now Upgrade to Ubuntu 25.10, Here’s How
This is your friendly reminder that, as of today, October 29th, 2025, Canonical has opened the upgrade path for Ubuntu 25.04 (Plucky Puffin) users to the latest release, Ubuntu 25.10 (Questing Quokka).
Games: GOG Preservation Program, Civilization VII, and More
new/latest 9 from GamingOnLinux
Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series
Tor Browser 15.0 has been released today by the Tor project as the latest stable version of this open-source, cross-platform, and free web browser designed to protect yourself against tracking, surveillance, and censorship using the Tor anonymous network.
Google’s Brotli 1.2 Released After Two Years with Faster Compression
Brotli 1.2 arrives after two years
Android Leftovers
Google revives floating windows on Android tablets, this time done right
Distrobox 1.8.2 Brings Polished Experience, New Maintainer
Distrobox 1.8.2, a containerized Linux environment, brings polish
KDE Plasma 6.5.1 Is Out to Fix Compatibility Issues with Older AMD GPUs
The KDE Project released today KDE Plasma 6.5.1 as the first maintenance update to the latest KDE Plasma 6.5 desktop environment series with various improvements and bug fixes.
IPFire 2.29 Core Update 198 Gives Major Boost to the Intrusion Prevention System
The IPFire project released IPFire 2.29 Core Update 198 today as a new stable update for this open-source hardened Linux firewall distribution that brings various improvements, updated components, and security fixes.
Austria’s military switches from Microsoft Office to LibreOffice
Like we’re seeing in Schleswig-Holstein, Denmark and many other government bodies and organisations
Kali Linux is my favorite Linux distro to play around with
After I got into the Linux ecosystem with my Raspberry Pi
My Kid's First PC Won't Run Windows—I'll Use One of These 5 Linux Distros Instead
Want your kids to use Linux but can't decide which distro makes the best introduction
This is Doom, running headless, on Ubuntu Arm… on a satellite
Doom takes place on Mars, but up until recently, it has only been played on Earth
Free and Open Source Software
This is free and open source software
Why choosing open source tools; yet another argument
Your toolbox defines your craft. The freedom to choose, evolve
Another Computer on 700+ Days Uptime [original]
GNU/Linux is a very stable platform. As long as one does not adopt the latest experimental stuff (which Wayland would qualify as), there's almost never a reason to reboot, except for kernel refresh.
Today in Techrights
Some of the latest articles
today's leftovers
with focus on GNU/Linux
Fast and Lightweight Linux Distros You Can Install In Virtual Machines
check out these fastest and most lightweight Linux distributions you can run inside a virtual machine
GNU/Linux Videos: Available From Invidious This Past Week
some recent picks
HydraPWK 2025.03 (Apes) - arkime, elasticsearch, purplizer, desktop-changes, tools page
Don’t worry about bloatware, hydrapwk still same One task one tool all the tools on hydrapwk is curated tools
Low-grade Publishers Try to Blame "Linux" for Windows TCO
4 new examples
Windows 10's End of Life Helps GNU/Linux, "10 Years Of Google Chromebooks"
GNU/Linux Desktop/Laptop news
Games: Brotato Comes to GNU/Linux and "Lenovo Legion Go Extreme Mode Is Coming To Address The Gaming Handheld's Biggest Flaw In Linux"
Gaming news
Distributions and Operating Systems: Jack Wallen's Latest Articles About GNU/Linux
The latest from Jack in ZDNet
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Free, Libre, and Open Source Software Leftovers
FOSS related picks
Audiocasts/Shows: Late Night Linux and Maintaining Kate Podcast
two new episodes
GNU and FSF Events and Releases
3 new picks
Ubuntu News and Latest Newsletter
Newsletter and more
Firefox Leftovers
some more news picks about Firefox
Security Leftovers and Windows TCO
Security related picks
Programming Leftovers
Development with various languages
GNOME: Architecture and Extensions
some GNOME news
Red Hat and Fedora Leftovers
Fedora news and redhat.com
Graphics: Collabora on Zink and Latest Work by Mike Blumenkrantz
a pair of development updates
KDE, Games, and Qt
KDE-centric news
BleachBit 5.0.2 and Valgrind 3.26.0 released
two new releases
today's howtos
many howtos
Linux 6.18-rc3
new RC is out
Ubuntu Loses Features and Breaks Itself Because Canonical Hired a Young British Army Officer to Make Bad Decisions
very concerning
Fedora Linux 43 Officially Released, Now Available for Download
The Fedora Project officially released Fedora Linux 43 today as the latest stable version of this Red Hat-sponsored distribution, shipping with some of the latest and greatest GNU/Linux technologies.
A Good Start for This Week [original]
So far it's a productive week
Python Software Foundation Withdraws $1.5M U.S. Government Grant Over DEI Restrictions
Python’s governing body drops a $1.5 M U.S. grant
Tellico 4.1.4 Released and Kaitai Struct WebIDE
a couple of programming related stories
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Linux-friendly gadgets news
Games: Turnbound, TimeSplitters, MISERY, Denuvo
gaming news from GamingOnLinux
OpenRazer 3.11 Adds Support for 2025 Razer Laptops and New Peripherals
OpenRazer 3.11 adds support for Razer Blade 2025 models, as well as new mice and keyboards
nEMU 3.4 Ncurses-Based QEMU Frontend Released with VM Preview Feature
nEMU 3.4 arrives a year and a half after the previous release
Done With Windows? This Linux Distro Makes It Easy to Switch
If you can't upgrade to Windows 11, or don't like what you've seen of it, install Linux Mint instead
Sparky 8.1-RC1 ARM64
There are new images of Sparky 8.1 Release Candidate ARM64 available for testing
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles