Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Ubuntu 26.04 LTS “Resolute Raccoon” Daily Builds Are Now Available for Download

As expected, the first Ubuntu 26.04 LTS daily builds are based on the previous Ubuntu release, Ubuntu 25.10 “Questing Quokka”, which arrived earlier this month on October 9th. This means that the Ubuntu 26.04 LTS builds are powered by Linux kernel 6.17 and use the GNOME 49 desktop environment.

Ubuntu Buzz !

Download Zorin OS 18 with Mirrors, Torrents and Checksums

Zorin OS 18 has been released last week at Tuesday, 14th October 2025. This release is special because it comes out coincidentally in the same month Canonical releases Ubuntu 25.10 "Questing Quokka" and Microsoft ends the life of Windows 10. Currently available as Pro, Core and Education choices of edition, it is the successor to OS 17 released two years ago. This GNU/Linux system is suitable for most computer users, organizations, schools and offices. Below you will find the download links. Now, let's download Zorin OS together! 

LinuxGizmos.com

M5Stack PowerHub IoT Development Kit Integrates ESP32-S3 and STM32 Coprocessor

M5Stack has introduced the PowerHub, a compact IoT controller designed for distributed power and device management. The ESP32-based PowerHub is described as providing a stable and flexible control platform that integrates communication interfaces, modular power input options, and precise monitoring capabilities.

Internet Society

What Is Meaningful Connectivity?

In Nepal, a couple of days’ hiking away from the Everest Base Camp, the communities of Khunde and Khumjung were considered connected by normal standards. After all, if people in the villages hiked up a mountain, they could get some reception to send messages. Meanwhile, in the local school’s computer lab, children were learning about the Internet through printouts. 

news

GNU automake-1.17 released

posted by Roy Schestowitz on Jul 15, 2024

This is to announce GNU Automake 1.17, a stable release.

[Thanks to Karl Berry for doing so much of work, preparing for this release and even writing most of the following. ]
This release changes AM_PATH_PYTHON to prefer Python 3 to Python 2 (set PYTHON beforehand to override the searching), among plenty of other modernizations and fixes. See the NEWS below for a brief summary of changes.
Apart from the above Python change, forced on us by the Python world, our hope and intent is that it does not create incompatibilities with previous releases. Indeed, many of the changes in this release were made purely to improve portability. But of course bugs are always possible, so please report problems, e.g., if your build setup worked with an older Automake but fails with 1.17.
Download here: https://ftp.gnu.org/gnu/automake/automake-1.17.tar.gz (2.4MB) https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz (1.6MB)
Please report bugs and problems to <bug-automake@gnu.org> (instead of replying to this mail), and send general comments and feedback to <automake@gnu.org>, and patches to <automake-patches@gnu.org>.
Thanks to everyone who has reported problems, sent patches, and helped test Automake! The following people contributed changes to this release:
Alex Vong (1) Alexander Neumann (1) Bogdan (11) Bruno Haible (7) Collin Funk (2) Dave Hart (1) Dimitri Papadopoulos (2) Frédéric Bérat (5) Gianfranco Costamagna (1) Hans Ulrich Niedermann (1) Ineiev (1) Jacob Bachmeyer (4) Jakub Wilk (1) Jan Engelhardt (2) Jim Meyering (10) Karl Berry (99) Kelvin M. Klann (1) Mark Wooding (1) Mathieu Lirzin (1) Matthew Leeds (1) Mike Frysinger (62) Olly Betts (1) Paul Eggert (13) Pavel Raiskup (2) Reuben Thomas (4) Richard Hopkins (3) Vincent Lefevre (1) Yves Orton (1) Zack Weinberg (5)
Jim [on behalf of the automake maintainers] ==================================================================
Here is the GNU automake home page: https://gnu.org/s/automake/
For a summary of changes and contributors, see: https://git.sv.gnu.org/gitweb/?p=automake.git;a=shortlog;h=v1.17 or run this command from a git-cloned automake directory: git shortlog v1.16.5..v1.17
Here are the GPG detached signatures: https://ftp.gnu.org/gnu/automake/automake-1.17.tar.gz.sig https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz.sig
Use a mirror for higher download bandwidth: https://www.gnu.org/order/ftp.html
Here are the SHA1 and SHA256 checksums:
07e95bac8fa1b69dae24346cbfcfb3d30a5ee585 automake-1.17.tar.gz OXdn1NswGN1EQIJbYMZCWLY26va/mayLCJfwbIkxCs0= automake-1.17.tar.gz 626e4e1fe203cddb1d50ca7e6a3a396baa8190b8 automake-1.17.tar.xz iSDB/EEeE7kL9wTvnbbynVQOdtIyyzssn03EzFmb2ZA= automake-1.17.tar.xz
Verify the base64 SHA256 checksum with cksum -a sha256 --check from coreutils-9.2 or OpenBSD's cksum since 2007.
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 automake-1.17.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 <jim@meyering.net> uid [ unknown] Jim Meyering <@fb.com> uid [ unknown] Jim Meyering <@gnu.org>
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 --recv-keys 0x7FD9FCCB000BEEEE
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 automake-1.17.tar.gz.sig
-*-*-*-
For planned incompatibilities in a possible future Automake 2.0 release, please see NEWS-2.0 and start following the advice there now.
============================================================================
Noteworthy changes in Automake 1.17:
* New features added
- AM_PATH_PYTHON will, after checking "python", prefer any Python 3 version (latest versions checked first) over any Python 2 version. If a specific version of Python 2 is still needed, the $PYTHON variable should be set beforehand.
- AM_PATH_PYTHON will also search for Python versions 3.20 through 3.10. It previously searched for 3.9 through 3.0. (bug#53530)
- RANLIB may be overridden on a per-target basis.
- AM_TEXI2FLAGS may be defined to pass extra flags to TEXI2DVI & TEXI2PDF.
- New option "posix" to emit the special target .POSIX for make. (bug#55025, bug#67891)
- Systems with non-POSIX "rm -f" behavior are now supported, and the prior intent to drop support for them has been reversed. The ACCEPT_INFERIOR_RM_PROGRAM setting no longer exists. (bug#10828)
- Variables using escaped \# will trigger portability warnings, but be retained when appended. GNU Make & BSD Makes are known to support it. (bug#7610)
- GNU Make's default pattern rules are disabled, for speed and debugging. (.SUFFIXES was already cleared.) (bug#64743)
- For Texinfo documents, if a .texi.in file exists, but no .texi, the .texi.in will be read. Texinfo source files need not be present at all, and if present, need not contain @setfilename. Then the file name as given in the Makefile.am will be used. If @setfilename is present, it should be the basename of the Texinfo file, extended with .info. (bug#54063)
- aclocal has a new option --aclocal-path to override $ACLOCAL_PATH. (https://lists.gnu.org/archive/html/automake-patches/2022-01/msg00029.html)
- The missing script also supports autoreconf, autogen, and perl. (https://lists.gnu.org/archive/html/automake-patches/2015-08/msg00000.html)
- test-suite.log now contains basic system information, and the console message about bug reporting on failure has a bit more detail. (bug#68746, bug#71421)
- When using the (default) "parallel" test driver, you can now omit the output of skipped tests from test-suite.log by defining the variable IGNORE_SKIPPED_LOGS to a non-empty value. (bug#71422)
* Bugs fixed
- Generated file timestamp checks handle filesystems with subsecond timestamp granularity dynamically, greatly speeding up the sleep done by AC_OUTPUT when generating config.status (all packages) and Automake's make check.
However, this subsecond-mtime support requires an autom4te from Autoconf 2.72 or later (or random test failures and other timing problems may ensue), as well as a Perl, sleep program, make program, and filesystem that all support subsecond resolution; otherwise, we fall back to a two-second granularity, not even testing the (common) 1s case since that would induce a 2s delay for all configure scripts in all packages on all systems that don't support subsecond mtimes.
When everything is supported, a line "Features: subsecond-mtime" is now printed by automake --version and autom4te --version.
To override this check and delay, e.g. to use 1 second: am_cv_filesystem_timestamp_resolution=1 export am_cv_filesystem_timestamp_resolution
(commit 720a11531, https://lists.gnu.org/archive/html/automake-commit/2022-02/msg00009.html then bug#60808, bug#64756, bug#67670, bug#68808, bug#71652, history reviewed in https://lists.gnu.org/archive/html/automake/2024-06/msg00054.html and more info in surrounding threads.)
- The default value of $ARFLAGS is now "cr" instead of "cru", to better support deterministic builds. (bug#20082)
- Automake's make dist now uses -9 instead of --best with gzip, because Alpine gzip does not support --best. Also, GZIP_ENV is used only for compression, not decompression, because of the same system. (bug#68151)
- Dependency files are now empty, instead of "# dummy", for speed. (https://lists.gnu.org/archive/html/automake/2022-05/msg00006.html)
- Compiling Python modules with Python 3.5+ uses multiple optimization levels. (bug#38043)
- If the Python installation "scheme" is set to posix_local (Debian), it is reset to either deb_system (if the prefix = /usr), or posix_prefix (otherwise). (bug#54412, bug#64837)
- As a result of the Python scheme change, the installation directory for Python files again defaults to "site-packages" under the usual installation prefix, even on systems (generally Debian-based) that would normally use the "dist-packages" subdirectory under /usr/local.
- When compiling Emacs Lisp files, emacs is run with --no-site-file to disable user config files that might hang or access the terminal; and -Q is not used, since its support and behavior varies. (bug#58102)
- Emacs Lisp compilations respect silent make output.
- Automake no longer incorrectly warns that the POSIX make variables $(*D) and the like are non-POSIX. Unfortunately, the make implementations which do not correctly implement all the POSIX variables are not detected, but this seems to have little impact in practice. (bug#9587)
- Pass libtool tags OBJC and OBJCXX for the respective languages. (bug#67539)
- distcleancheck ignores "silly rename" files (.nfs* .smb* .__afs*) that can show up on network file systems. (https://lists.gnu.org/archive/html/automake/2022-09/msg00002.html)
- Pass any options given to AM_PROG_LEX on to AC_PROG_LEX. (bug#65600, bug#65730)
- aclocal: recognize ; as path separator on OS/2 and Windows. (bug#71534)
- Hash iterations with external effects now consistently sort keys. (bug#25629, bug#46744)
- tests: avoid some declaration conflicts for lex et al. on SunOS. (bug#34151 and others)
- tests: declare yyparse before use and use (void) parameter lists instead of (), to placate C23. (bug#71425)
- Typos in code and other doc fixes. (bug#68003, bug#68004, et al.)
* Obsolescence:
- py-compile no longer supports Python 0.x or 1.x versions. Python 2.0, released in 2000, is currently the minimum required version.

Read on

Other Recent Tux Machines' Posts

Modders install Bazzite Linux on Microsoft’s Xbox Ally for a better experience
The Linux community is teaching Microsoft how to make a better Xbox
Fedora Under IBM Permits Slop as Code
bad idea
KDE Plasma 6.5 Desktop Environment Officially Released, This Is What’s New
The KDE Project released today KDE Plasma 6.5 as the latest stable version to this popular desktop environment for Linux-based operating system that brings new features, improvements, and bug fixes.
AlmaLinux 10.1 Adds Native Btrfs Filesystem Support
The upcoming AlmaLinux 10.1 will introduce native Btrfs support
 
Kernel: Intel Xe3P and ActiveImage Protector 2022 in Linux
some kernel stuff
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux and BSD Leftovers
podcasts and more
Web Browsers: Curl, Universe Browser, Mozilla, and More
mostly Firefox
Security Leftovers
patches and more
Programming Leftovers
Development related news
Games: Godot 3.6.2, Crosswords 0.3.16, and C++ Strategy Game Programming
news related to gaming
KDE: Plasma Mobile and Plasma 6.5 Improvements
Some Plasma and KDE news
Open Hardware and Proprietary Things (Gadgets and Beyond)
some hardware picks
Latest Announcements From Ubuntu and Rust Pushers Break Ubuntu
Ubuntu leftovers
Red Hat's Blog Posts and Paid-for Puff Pieces
all about IBM Red Hat
today's howtos
Friday's long batch
Hey Hi (AI) Hype IBM Red Hat and Canonical
3 picks for now
Games: PAYDAY 2, MicroProse, HELLDIVERS 2, and More
Latest from GoL
MutantC: An open-source, modular Linux handheld designed to be customizable for various tasks
MutantC: An open-source, modular Linux handheld designed to be customizable for various tasks
Android Leftovers
Gboard's latest update removes the period and comma keys on Android
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.17.5, Linux 6.12.55, and Linux 6.6.114
I'm announcing the release of the 6.17.5 kernel
Taking a Spin on Bluefin’s Immutable Linux
At Distro of the Week, we are always focused on our readers
What Happened To Limpopo [original]
Rest in peace my dear Limpopo, you will be missed
Today in Techrights
Some of the latest articles
Zulip is The Best Open-Source Slack Alternative You Can Install on Your Server
Zulip is the best open-source Slack alternative you can get, and it can be hosted on your own server or use it with a paid plan
New Releases of GNU/Linux Distros: Clonezilla live 3.3.0-33, Exton modified Build 251019, and AnduinOS 1.4
3 new releases
Ultramarine 42 Images, Terra 43, and More!
Ultramarine 42 images and Terra 43 are available now! Ultramarine 43 upgrades are coming your way in a few days.
Mobile Systems: Mobian 13.0 released, GrapheneOS could break Pixel exclusivity in 2026 with major OEM deal
mobile platforms in the news
New Release of OpenBSD
new OpenBSD
today's leftovers
GNU/Linux and more
Security Leftovers
Security centric leftovers
KDE: Thunderbird on KDE Plasma and KDE Gear 25.12 release schedule
a pair of KDE posts
Open Hardware/Modding: Arduino, Tinkercad, ESP32, and More
hardware picks
A Look at Lenspect and Translate Shell for GNU/Linux
software picks
Lingmo OS 3.0: Stable and slim macOS clone for old PCs
Lingmo OS is based on Debian 12 "Bookworm", which is considered extremely stable and is also used as a foundation by Q4OS
Pangolin Reverse Proxy Moves to Dual Licensing With New Enterprise Edition
The open-source Pangolin tunneled reverse proxy adopts dual licensing
SuperTuxKart 1.5 Open-Source Kart Racing Game Released with Major Changes
After several years of development, SuperTuxKart 1.5 has been officially released today for this free, open-source, and cross-platform kart racing game, a major update that brings new features and improvements.
Free and Open Source Software
This is free and open source software
Quirinux – Devuan-based Linux distribution
Quirinux is a Devuan-based Linux distribution designed for the development of animated films
SVG in GTK
GTK has been using SVG for symbolic icons since essentially forever
Links 23/10/2025: LLM 'Hallucinations' (Defects) in Practical Code 'Generation', China Becomes More Economically and Technologically Independent
Links for the day
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux: Kernel, KDE, EasyOS, and Mobile Systems
today's leftovers
Audiocasts/Shows: Destination Linux and FLOSS Weekly
2 episodes
Applications: devise-otp 2.0, Valkey 9.0.0, RustDesk Released 1.4.3, Tinkercad, and More
Application releases and more
Programming Leftovers
Development related picks
Ubuntu: Recent Version, Next Version, and Latest From ubuntu.com
ubuntu.com and more
Security Leftovers
Security and more
Red Hat Leftovers
Red Hat dot com
today's howtos
Instructionals/Technical picks
Games: GNOME Crosswords, New Steam Games with Native GNU/Linux Clients, GNU/Linux Outperforms Windows
GNU/Linux centric gaming news
Android Leftovers
Google Photos brings 3D photo ‘experiences’ to Samsung’s Android XR headset
DietPi 9.18 Adds NanoPi R3S, R76S, and M5 Support
DietPi 9.18 adds support for NanoPi R3S, R76S, and M5
I finally switched to Linux, and these 5 apps made it painless
I recently made the switch from Linux on all my ex-Windows devices
Zorin OS 18 Downloads Skyrocket in the Last 48 Hours
Over 100K users downloaded Zorin OS 18 in 48 hours
VirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18
Oracle released today VirtualBox 7.2.4 as the second maintenance update to the latest VirtualBox 7.2 series for this open-source, free, and cross-platform virtualization solution from Oracle.
Free and Open Source Software, howtos and Installations
This is free and open source software
Ubuntu upgrade adventures, a rollercoaster with mostly down
Going from one major release of Ubuntu to another
Games: MARVEL Cosmic Invasion, Kingdoms of the Dump, and Cult of the Lamb DLC Woolhave
gaming picks
Microsoft's Graveley, a Serial Strangler of Women, Pays People on Motorcycle (Dressed Like Hells Angels) to Drive in Heavy Rain From London to My Home's Doorstep [original]
Mentioning someone was in prison for bad things isn't a crime, it's a public service
Mobile Systems/Mobile Applications: GNU/Linux on Gadgets and GNU/Linux Inside Android
some mobile picks
Linux and GNU/Linux Leftovers
howtos and more
Free, Libre, and Open Source Software Leftovers
FSFE and more
Debian Technical Committee overrides systemd change
Debian Policy still cites the FHS, even though the FHS has gone unmaintained for more than a decade
The FSF considers large language models
Nick Clifton asked whether the FSF is working on a new version of the GNU General Public License — a GPLv4 — that takes LLM-generated code into account
Open Hardware/Modding: RISC-V, Retro, and Linux
Hardware bits
Today in Techrights
Some of the latest articles
Recent Videos About GNU/Linux and BSD
Via Invidious
Ubuntu 26.04 LTS “Resolute Raccoon” Daily Builds Are Now Available for Download
As of today, October 22nd, 2025, Canonical has published the first working daily build ISO images of the upcoming Ubuntu 26.04 LTS (codename Resolute Raccoon) for early adopters, application developers, and general public testing. Previous daily builds released until today were broken.