Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Connect, Discuss, Inspire: Dive Deep with Special Interest Groups

The Internet is as vast and diverse as the people around the world who use it every day. Because of this diversity—both in uses and users alike—there are countless topics or initiatives we could focus on to maintain and improve the Internet for everyone. 

LinuxGizmos.com

Silicon Labs SixG301 Series 3 SoCs Target Zigbee, Matter, and Thread Development

Silicon Labs has announced general availability of its new Series 3 platform, debuting with the SiMG301 and SiBG301 wireless SoCs. Built on a 22 nm process, the Series 3 family targets compute-intensive IoT applications that require higher security, integrated connectivity, and support for modern 2.4 GHz wireless protocols.

ASUS Adds Amston Lake Atom x7000RE Based Models to Its Windows 11 IoT Lineup

ASUS has expanded its industrial motherboard lineup with new Amston Lake models built on Intel’s Atom x7000RE processors. Designed for Windows 11 IoT environments, these compact boards combine low power operation with support for high resolution video, extended temperature tolerance, and flexible connectivity for automation and embedded computing.

Astra SL2600 processors from Synaptics combine Arm cores and RISC-V Coral NPU

Synaptics has unveiled the Astra SL2600, a family of multimodal processors designed for edge computing across consumer, enterprise, and industrial IoT applications. The lineup debuts with the SL2610 product line, targeting low-power and high-performance designs used in smart home, automation, robotics, and retail systems.

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.

Clonezilla Live 3.3.0-33 Adds Support for Cloning MTD Block and eMMC Boot Devices

Powered by the Linux 6.16 kernel series, the Clonezilla Live 3.3.0-33 release adds support for imaging MTD block and eMMC boot devices in expert mode, adds a new ocs-blkdev-sorter tool that allows udev to create Clonezilla alias block devices in /dev/ocs-disks/, and adds a new ocs-live-time-sync tool used by ocs-live-netcfg for time synchronization.

VirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18

Coming five weeks after VirtualBox 7.2.2, the VirtualBox 7.2.4 release introduces initial support for the upcoming Linux 6.18 kernel series for both Linux hosts and guests, which means that you will be able to virtualize Linux distributions powered by Linux 6.18 and also install VirtualBox on a machine powered by Linux 6.18.

KDE Plasma 6.5 Desktop Environment Officially Released, This Is What’s New

Highlights of KDE Plasma 6.5 include rounded bottom corners for Breeze-decorated windows, the ability to display ink levels on supported printers, improved tone mapping curve when displaying HDR content, and a grayscale mode to colorblindness correction filters to desaturate all the colors on the screen.

OpenSSH 9.1 released (UPDATED)

posted by Roy Schestowitz on Oct 04, 2022,
updated Oct 05, 2022

OpenSSH 9.1 has just been released. It will be available from the
mirrors listed at https://www.openssh.com/ shortly.

OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested snapshots or donated to the project. More information on donations may be found at: https://www.openssh.com/donations.html
Changes since OpenSSH 9.0 =========================
This release is focused on bug fixing.
Security ========
This release contains fixes for three minor memory safety problems. None are believed to be exploitable, but we report most memory safety problems as potential security vulnerabilities out of caution.
* ssh-keyscan(1): fix a one-byte overflow in SSH- banner processing. Reported by Qualys
* ssh-keygen(1): double free() in error path of file hashing step in signing/verify code; GHPR333
* ssh-keysign(8): double-free in error path introduced in openssh-8.9
Potentially-incompatible changes --------------------------------
* The portable OpenSSH project now signs commits and release tags using git's recent SSH signature support. The list of developer signing keys is included in the repository as .git_allowed_signers and is cross-signed using the PGP key that is still used to sign release artifacts: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc
* ssh(1), sshd(8): SetEnv directives in ssh_config and sshd_config are now first-match-wins to match other directives. Previously if an environment variable was multiply specified the last set value would have been used. bz3438
* ssh-keygen(8): ssh-keygen -A (generate all default host key types) will no longer generate DSA keys, as these are insecure and have not been used by default for some years.
New features ------------
* ssh(1), sshd(8): add a RequiredRSASize directive to set a minimum RSA key length. Keys below this length will be ignored for user authentication and for host authentication in sshd(8).
ssh(1) will terminate a connection if the server offers an RSA key that falls below this limit, as the SSH protocol does not include the ability to retry a failed key exchange.
* sftp-server(8): add a "users-groups-by-id@openssh.com" extension request that allows the client to obtain user/group names that correspond to a set of uids/gids.
* sftp(1): use "users-groups-by-id@openssh.com" sftp-server extension (when available) to fill in user/group names for directory listings.
* sftp-server(8): support the "home-directory" extension request defined in draft-ietf-secsh-filexfer-extensions-00. This overlaps a bit with the existing "expand-path@openssh.com", but some other clients support it.
* ssh-keygen(1), sshd(8): allow certificate validity intervals, sshsig verification times and authorized_keys expiry-time options to accept dates in the UTC time zone in addition to the default of interpreting them in the system time zone. YYYYMMDD and YYMMDDHHMM[SS] dates/times will be interpreted as UTC if suffixed with a 'Z' character.
Also allow certificate validity intervals to be specified in raw seconds-since-epoch as hex value, e.g. -V 0x1234:0x4567890. This is intended for use by regress tests and other tools that call ssh-keygen as part of a CA workflow. bz3468
* sftp(1): allow arguments to the sftp -D option, e.g. sftp -D "/usr/libexec/sftp-server -el debug3"
* ssh-keygen(1): allow the existing -U (use agent) flag to work with "-Y sign" operations, where it will be interpreted to require that the private keys is hosted in an agent; bz3429
Bugfixes --------
* ssh-keygen(1): implement the "verify-required" certificate option. This was already documented when support for user-verified FIDO keys was added, but the ssh-keygen(1) code was missing.
* ssh-agent(1): hook up the restrict_websafe command-line flag; previously the flag was accepted but never actually used.
* sftp(1): improve filename tab completions: never try to complete names to non-existent commands, and better match the completion type (local or remote filename) against the argument position being completed.
* ssh-keygen(1), ssh(1), ssh-agent(1): several fixes to FIDO key handling, especially relating to keys that request user-verification. These should reduce the number of unnecessary PIN prompts for keys that support intrinsic user verification. GHPR302, GHPR329
* ssh-keygen(1): when enrolling a FIDO resident key, check if a credential with matching application and user ID strings already exists and, if so, prompt the user for confirmation before overwriting the credential. GHPR329
* sshd(8): improve logging of errors when opening authorized_keys files. bz2042
* ssh(1): avoid multiplexing operations that could cause SIGPIPE from causing the client to exit early. bz3454
* ssh_config(5), sshd_config(5): clarify that the RekeyLimit directive applies to both transmitted and received data. GHPR328
* ssh-keygen(1): avoid double fclose() in error path.
* sshd(8): log an error if pipe() fails while accepting a connection. bz3447
* ssh(1), ssh-keygen(1): fix possible NULL deref when built without FIDO support. bz3443
* ssh-keyscan(1): add missing *-sk types to ssh-keyscan manpage. GHPR294.
* sshd(8): ensure that authentication passwords are cleared from memory in error paths. GHPR286
* ssh(1), ssh-agent(1): avoid possibility of notifier code executing kill(-1). GHPR286
* ssh_config(5): note that the ProxyJump directive also accepts the same tokens as ProxyCommand. GHPR305.
* scp(1): do not not ftruncate(3) files early when in sftp mode. The previous behaviour of unconditionally truncating the destination file would cause "scp ~/foo localhost:foo" and the reverse "scp localhost:foo ~/foo" to delete all the contents of their destination. bz3431
* ssh-keygen(1): improve error message when 'ssh-keygen -Y sign' is unable to load a private key; bz3429
* sftp(1), scp(1): when performing operations that glob(3) a remote path, ensure that the implicit working directory used to construct that path escapes glob(3) characters. This prevents glob characters from being processed in places they shouldn't, e.g. "cd /tmp/a*/", "get *.txt" should have the get operation treat the path "/tmp/a*" literally and not attempt to expand it.
* ssh(1), sshd(8): be stricter in which characters will be accepted in specifying a mask length; allow only 0-9. GHPR278
* ssh-keygen(1): avoid printing hash algorithm twice when dumping a KRL
* ssh(1), sshd(8): continue running local I/O for open channels during SSH transport rekeying. This should make ~-escapes work in the client (e.g. to exit) if the connection happened to have stalled during a rekey event.
* ssh(1), sshd(8): avoid potential poll() spin during rekeying
* Further hardening for sshbuf internals: disallow "reparenting" a hierarchical sshbuf and zero the entire buffer if reallocation fails. GHPR287
Portability -----------
* ssh(1), ssh-keygen(1), sshd(8): automatically enable the built-in FIDO security key support if libfido2 is found and usable, unless --without-security-key-builtin was requested.
* ssh(1), ssh-keygen(1), sshd(8): many fixes to make the WinHello FIDO device usable on Cygwin. The windows://hello FIDO device will be automatically used by default on this platform unless requested otherwise, or when probing resident FIDO credentials (an operation not currently supported by WinHello).
* Portable OpenSSH: remove workarounds for obsolete and unsupported versions of OpenSSL libcrypto. In particular, this release removes fallback support for OpenSSL that lacks AES-CTR or AES-GCM.
Those AES cipher modes were added to OpenSSL prior to the minimum version currently supported by OpenSSH, so this is not expected to impact any currently supported configurations.
* sshd(8): fix SANDBOX_SECCOMP_FILTER_DEBUG on current Linux/glibc
* All: resync and clean up internal CSPRNG code.
* scp(1), sftp(1), sftp-server(8): avoid linking these programs with unnecessary libraries. They are no longer linked against libz and libcrypto. This may be of benefit to space constrained systems using any of those components in isolation.
* sshd(8): add AUDIT_ARCH_PPC to supported seccomp sandbox architectures.
* configure: remove special casing of crypt(). configure will no longer search for crypt() in libcrypto, as it was removed from there years ago. configure will now only search libc and libcrypt.
* configure: refuse to use OpenSSL 3.0.4 due to potential RCE in its RSA implementation (CVE-2022-2274) on x86_64.
* All: request 1.1x API compatibility for OpenSSL >=3.x; GHPR#322
* ssh(1), ssh-keygen(1), sshd(8): fix a number of missing includes required by the XMSS code on some platforms.
* sshd(8): cache timezone data in capsicum sandbox.
Checksums: ==========
- SHA1 (openssh-9.1.tar.gz) = 3ae2d6a3a695d92778c4c4567dcd6ad481092f6c - SHA256 (openssh-9.1.tar.gz) = QKfVArlcItV+e8V1Th85TL5//5d/AvOUhYOeHMDEGuE=
- SHA1 (openssh-9.1p1.tar.gz) = 15545440268967511d3194ebf20bcd0c7ff3fcc9 - SHA256 (openssh-9.1p1.tar.gz) = GfhQCcfj4jeH8CNvuxV4OSq01L+fjsX+a8HNfov90og=
Please note that the SHA256 signatures are base64 encoded and not hexadecimal (which is the default for most checksum tools). The PGP key used to sign the releases is available from the mirror sites: https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/RELEASE_KEY.asc
Reporting Bugs: ===============
- Please read https://www.openssh.com/report.html Security bugs should be reported directly to openssh@openssh.com

UPDATE

A couple of reference pages:

Other Recent Tux Machines' Posts

New Release of OpenBSD
new OpenBSD
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.
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
Applications: devise-otp 2.0, Valkey 9.0.0, RustDesk Released 1.4.3, Tinkercad, and More
Application releases and more
AlmaLinux 10.1 Adds Native Btrfs Filesystem Support
The upcoming AlmaLinux 10.1 will introduce native Btrfs support
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.
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.
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
Open Hardware/Modding: RISC-V, Retro, and Linux
Hardware bits
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.
 
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
Audiocasts/Shows: Destination Linux and FLOSS Weekly
2 episodes
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
Fedora Under IBM Permits Slop as Code
bad idea
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
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
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
Today in Techrights
Some of the latest articles
Recent Videos About GNU/Linux and BSD
Via Invidious
This Linux app will make you ditch your mouse for good
What makes Hints stand out isn’t just what it does, but how naturally it becomes part of your rhythm
The end of Windows 10 has been a boon for one particular Linux distro - and I'm not surprised
One distribution, Zorin OS, decided to take advantage of the end of Windows 10 support by releasing its biggest upgrade to date
Servers, IBM, and GNU/Linux Leftovers
mostly GNU/Linux news
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Embedded World, Hackaday Supercon, Linux Day, Free Software Directory (FSD) Meeting
updates and announcements
Mozilla's Web Browser/Web Server Commentary
leftovers WWW news
Programming Leftovers
Development picks for today
Security Leftovers
Security picks for now
today's howtos
many for today
Free Software: The Next Step
From its inception, free software has been about ethics
Review: Kubuntu 25.10
Throughout my trial with Kubuntu I found my thoughts swinging back and forth
Fedora and Red Hat Leftovers
mostly Red Hat's blog
Open Hardware/Modding Leftovers
gadgets and more
Pulling a Microsoft OOXML on an Independent Publisher [original]
They try to overcompensate with sheer volume for a lack of solid, clear arguments (we are the victims here)
Games: THRASHER, The Outlast Trials, UTOPIA MUST FALL, and More
six stories from GamingOnLinux
User Flags Possible Malware Incident on Xubuntu.org
A Reddit user reports that Xubuntu.org may have been compromised
Brett Wilson LLP Has Just Again (Implicitly) Admitted Breaching Civil Procedure Rules in Frivolous Case Against Tux Machines [original]
This wasn't done by accident because they know the rules
Android Leftovers
4 Android Auto apps that make my road trips so much better
Hopefully Tux Machines Site Search Will be Ready in 2026 [original]
2026 is already looking good for us
digiKam 8.8 Adds Support to Automatically Use Monitor Color Profiles on Wayland
digiKam 8.8 has been released today for this powerful, open-source, free, and cross-platform digital photo management solution that introduces new features and improvements.
Clonezilla Live 3.3.0-33 Adds Support for Cloning MTD Block and eMMC Boot Devices
Clonezilla Live developer Steven Shiau released Clonezilla Live 3.3.0-33 as a new version of this Debian-based, free, and open-source bootable live system for cloning disk drives and partitions.
I tried Arch Linux as an ex-Windows fanboy
I'll be upfront; I don't have a lot of experience with Linux
The SLAPPs Against Us Are Funded by Rich People Who Hide Their Identity [original]
We're actually sort of flattered or proud that such despicable people are so desperate to censor us
Mobile Systems: Mobian 13.0 released, GrapheneOS could break Pixel exclusivity in 2026 with major OEM deal
mobile platforms in the news
5 free Linux distros built for speed and power - and your new PC
Linux isn't just for older, sluggish hardware
Free and Open Source Software
The software is in a very early stage of development. It’s free and open source
LangitKetujuh OS – Linux distribution
LangitKetujuh OS is an Indonesian desktop and multimedia Linux distribution based on Void Linux
Today in Techrights
Some of the latest articles
The Fall of Windows: Vista 10 and 11 [original]
Windows is rotting to death
The Fall of Windows: Vista 7 and 8 [original]
Microsoft kept comparing "7" to its predecessor to make it look like the "lesser pig"
The Fall of Windows: Vista [original]
Vista flopped, so Microsoft needed to focus on attacking the counterpart
The Fall of Windows: XP [original]
XP rode the inertia of prior versions of Windows
The Fall of Windows: ME and 2000 [original]
It was time for Microsoft to pull off some more dirty tricks, including bribery, FUD campaigns, and entryism
The Fall of Windows: 98 [original]
Windows 98 was not particularly special in any way
The Fall of Windows: 95 [original]
After Microsoft had weakened IBM (by cheating) it was trying to acquire a market monopoly in operating systems
The Fall of Windows: 3.1 and 3.11 [original]
Apple and IBM had alternatives
New Audio: "Free/Libre software and freedom in the digital society" by Richard Stallman [original]
Hours ago a talk by Richard Stallman in Munich (Germany) ended
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Security Leftovers
Security breaches and more
Open Hardware/Modding: Raspberry Pi, ESP32, and More
Hardware stories
Release of GNUnet 0.25.2 and Free Software Directory meeting on IRC this week
Some GNU news
Programming Leftovers
Development related picks
Latest Updates on EasyOS Development
By BK on Monday
GNU/Linux and BSD Leftovers
mostly GNU/Linux links
Free, Libre, and Open Source Software and Web Browsers
some FOSS leftovers
Programming Leftovers
Development related picks
Databases: PostgreSQL-Related Releases and News
psql leftovers for today
Audiocasts/Shows: Late Night Linux and Linux User Space
2 episodes
Security Leftovers
Security picks
Kernel prepatch 6.18-rc2
RC2 of Linux 6.18
today's howtos
only 7 for the time being
Proprietary Software in the Loo [original]
This year our uptime was spectacular
Halloweendows Next Friday [original]
"Halloweendows" is a term I came up with around 2005 and used as a joke in Digg.com because Vista was threatening Microsoft's dominance
Buying Food for Winter [original]
more sacks of seeds for the birds, which increasingly depend on our feeding
Security Leftovers and Windows TCO
4 more picks
Kubernetes: Autoscaling, Minikube on Debian 13, and Common Kubernetes Pitfalls
some Kube-related picks
Games: EdenSpark, Coal LLC, and More
GamingOnLinux's latest
Android Leftovers
One of the best Android Auto dongles now plays nice with Apple CarPlay
Wine 10.17 Released with Default EGL Renderer and Updated Mono Engine
Wine 10.17 introduces EGL as the default OpenGL renderer
News Cycles Perish, But GNU/Linux is Getting More (Relative) Limelight [original]
We expect that as more people adopt GNU/Linux more will blog about it
Implementing Search for Tux Machines Would Help Find Old Articles [original]
It's working (internal beta for now), but we have reservations due to LLM bots and other Web junk
Uptime Kuma 2.0 Arrives with MariaDB Support, Modern UI Refresh
Major Uptime Kuma 2.0 update adds MariaDB
Free and Open Source Software
This is free and open source software
Astra SL2600 processors from Synaptics combine Arm cores and RISC-V Coral NPU
According to the official Astra documentation, the kit includes a 15 V @ 1.8 A USB-PD power adapter, USB-C cable, and a pre-installed Yocto Linux image on eMMC storage
Today in Techrights
Some of the latest articles
Vista 10 Died One Week Ago and GNU/Linux is Gaining [original]
7 days ago Vista 10 died
The Real Xubuntu Story is a Story of Neglect by Microsoft Canonical [original]
What has Microsoft Canonical become?