Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Fwupd 2.0.17 Released with Support for Lexar and Maxio NVMe SSDs

The fwupd 2.0.17 release adds support for updating the firmware on more hardware, including the ASUS CX9406 touch controller, Framework Copilot keyboard, Primax Ryder 2 mouse, Lexar and Maxio NVMe SSDs, Huddly C1, as well as Genesys GL352530 and GL352360.

LXQt 2.3 Desktop Environment Released with New Features and Enhancements

Coming more than six months after LXQt 2.2, the LXQt 2.3 release introduces a new, more advanced Wayfire backend for the Wayland session, support for adjusting the screen backlight with the mouse wheel on the panel, and support for the ext-workspace-v1 protocol to the Desktop Switcher applet on the panel so that it works with more Wayland compositors.

NVIDIA 580.105.08 Linux Graphics Driver Released with a New Environment Variable

NVIDIA 580.95.05 is here to introduce a new environment variable, CUDA_DISABLE_PERF_BOOST, which allows users to disable the default behavior of boosting their NVIDIA GPU to a higher power state when running CUDA apps. Setting this environment variable to ‘1’ will disable the boost.

KDE Plasma 6.5.2 Improves KRunner’s Search Result Ordering and Fixes Regressions

KDE Plasma 6.5.2 improves KRunner’s search result ordering by prioritizing exact matches of names and keywords, substring matches anchored to the beginning of the name or caption, and substring matches in the middle.

Systemd-Free Devuan GNU/Linux 6.0 Distro Is Out Based on Debian 13 “Trixie”

Based on the latest Debian 13 “Trixie” operating system series, Devuan GNU/Linux 6.0 (codename Excalibur) is powered by the long-term supported Linux 6.12 LTS kernel series for the best possible hardware support for both existing users and new installations.

Internet Society

Making Internet Policy Make Sense—Your Multilingual Guide to the Internet

One of the biggest challenges in Internet policy work is that policy discussions are often not easily accessible to the wider public. In reality, every decision made at the policy level regarding connectivity, safety, affordability, or access significantly impacts how we experience the Internet in our daily lives, from the way we connect to what we can access and how our privacy is protected.  

LinuxGizmos.com

iLabs Challenger+ RP2040 LoRa Mk II Adds Upgraded Power Architecture and BConnect Expansion

iLabs has released the Challenger+ RP2040 LoRa Mk II, an upgraded Feather-format microcontroller board that combines the Raspberry Pi RP2040 with an RFM95W LoRa radio module. The new revision refines the original design with improved noise isolation, enhanced power distribution, and added modular connectivity options.

Turris Omnia NG Introduced with OpenWRT-Derived OS, Wi-Fi 7, and 10 Gbps Networking

CZ.NIC has launched the Turris Omnia NG router, described as a new open-source device focused on security, performance, and modularity. It features a quad-core processor, Wi-Fi 7 connectivity, and M.2-based expandability, targeting users who require a long-lasting and adaptable networking platform.

Tor Project blog

Keeping the internet free together: Join us for State of the Onion 2025

What happens when the internet goes down during a moment of crisis, like political turmoil or a natural disaster? How do you access trustworthy information? How do you stay in touch with others? And how can you support your community during a crisis?

Arti 1.7.0 released: Onion service restricted discovery, experimental HTTP proxy, relay development, and more.

Arti 1.7.0 stabilizes the onion service restricted discovery feature, previously known as "client authorization". This requires Arti to be built with the restricted-discovery feature enabled, and for the appropriate configuration options to be enabled and configured for the onion service.

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

Systemd-Free Devuan GNU/Linux 6.0 Distro Is Out Based on Debian 13 “Trixie”
The Devuan developers announced the release of Devuan GNU/Linux 6.0 “Daedalus” distribution as a 100% derivative of the Debian GNU/Linux operating system without systemd and related components.
Linux gamers on Steam finally cross over the 3% mark
Linux 3.05% +0.41%
Incus 6.18 Container & Virtual Machine Manager Released
Incus 6.18 adds macOS agent support, VirtIO sound for VMs
Portable Games: Valve's Steam Deck Sleep Mode and Factorio Running On Mobile
Gaming and GNU/Linux
LXQt 2.3 Desktop Environment Released with New Features and Enhancements
LXQt 2.3 has been released today as the latest stable version of the lightweight desktop environment for Linux-based operating systems, an update that brings new features and improvements.
KDE Plasma 6.5.2, Bugfix Release for November
Today KDE releases a bugfix update to KDE Plasma 6, versioned 6.5.2
Taking Search Live, Slicing and Splitting Based on Multiple Criteria [original]
Techrights can be used to test this before we do the same here
Techrights Turns 19 This Friday [original]
Anniversary day
Tux Machines Was Always Run by Women [original]
Rianne has already added close to 100,000 pages to this site
NVIDIA 580.105.08 Linux Graphics Driver Released with a New Environment Variable
NVIDIA released today the NVIDIA 580.105.08 graphics drivers for NVIDIA GPUs on Linux, BSD, and Solaris systems as a new update in the latest NVIDIA 580 series.
 
GNU/Linux and BSD Leftovers
GNU/Linux news for the most part
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Web Browsers and Web Sites Leftovers
WordPress and more
Microsoft's Open Source Initiative (OSI) Promoting Slop, Openwashing by LF
Openwashing galore
Ubuntu 26.04 LTS Release Date and Ubuntu Weekly Newsletter
Some Ubuntu leftovers
Windows TCO and Blaming Linux for Microsoft's Hyper-V (Proprietary)
FUD and more
Security Leftovers
with Linux focus
Fear, Uncertainty, Doubt (FUD) From Microsoft CISA
CISA deflecting
Programming Leftovers
Development picks
Education and Events: AsiaBSDCon, FOSDEM, and More
4 stories for today
GNOME: Felipe Borges on Google Summer of Labour and Sebastian Wick on "Flatpak Happenings"
from GNOME spheres today
Open Hardware/Modding: Raspberry Pi, Banana Pi, and Lots More
Hardware leftovers
today's howtos
idroot and lots more
Red Hat, CentOS, and Oracle Linux
IBM and more in the news
Chaotic-AUR is trying to fight Arch Linux malware
By Jordan Gloor
Explore how Linux offers privacy and control without sacrificing usability as AI becomes ubiquitous
Escape the AI Invasion: Why Linux Might Be Your Best Bet
5 obscure Linux distros you've probably never heard of - but should definitely try
Tired of the same old Linux distros? Try these deep cuts instead.
Fwupd 2.0.17 Released with Support for Lexar and Maxio NVMe SSDs
Fwupd 2.0.17 has been released today as the seventeenth maintenance update to the fwupd 2.0 series of this open-source Linux firmware update utility, adding support for more devices, new features, and bug fixes.
Nginx Proxy Manager 2.13 Brings Long-Awaited React Interface
Nginx Proxy Manager 2.13 introduces a React-based frontend with an updated Tabler UI
Free and Open Source Software
This is free and open source software
Calam Arch Installer – Arch-based Linux distribution
Calam Arch Installer is an Arch-based Linux distribution designed to help install an Arch Linux system
It's Time to Bring Back GNOME Office (Hope You Remember It)
Those who used GNOME 2 in the 2000's would remember the now forgotten GNOME Office
VTubing on Fedora KDE 42
I finally have a good desktop computer for streaming
Android Leftovers
I've used vanilla Android for a decade and I regret not installing this launcher sooner
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Hardware news
Rust Pushers in Debian Are 'Killing' the 'Old' PCs (Bad for the Environment)
bad stuff
Hear ye, hear ye! The GNU Press Shop is open now through New Years' Day
The end of 2025 is less than two months away, but fear not...
Nebula Is a New GTK Frontend for Managing Void Linux Packages
Nebula is a fresh Rust-built GTK frontend for XBPS
Jenny’s Daily Drivers: ReactOS 0.4.15
When picking operating systems for a closer look here in the Daily Drivers series
KeePass 2.60 Released with Firefox CSV Import Support (Ubuntu PPA)
KeePass Password Safe released new 2.60 version few days ago
Free and Open Source Software
This is free and open source software
Farewell to these, but not adieu…
Friday was my last day at the GNOME Foundation
The most beautiful Linux distributions for 2025
If you prefer your desktop operating system to be prettier than the average bear
Games: Steam Deck, HYPER DEMON PVP, and More
5 stories from GamingOnLinux
Today in Techrights
Some of the latest articles
Linux 6.18-rc4
I'm cutting rc4 a couple of hours early
Applications, Games, Hardware, and Distributions
today's leftovers
Free, Libre, and Open Source Software Leftovers
Mozilla and more
NVIDIA Releases Linux Driver 580.105 With HDMI and Game Crash Fixes
The new NVIDIA 580.105 Linux driver fixes HDMI FRL issues
Devuan 6 “Excalibur” Released with Debian 13 “Trixie” Base
Devuan 6 “Excalibur,” based on Debian 13 “Trixie,” is now out with a mandatory /usr merge and PipeWire audio support
Free and Open Source Software, howtos and Installations
Our Machine Learning in Linux series focuses on apps that make it easy to experiment with machine learning
NebiOS – Ubuntu-based Linux distribution
NebiOS is an Ubuntu-based desktop Linux distribution with a custom Wayland compositor called NebiDE (based on Wayfire)
Audiocasts/Shows: Linux User Space, Late Night Linux, Destination Linux, and LINUX Unplugged
4 new episodes
Red Hat and Fedora Leftovers
Fedora but mostly Red Hat's site
Programming Leftovers
Development picks
Security Leftovers and Windows TCO
a little on Windows TCO
SUSE Hugs Buzzwords and Hack Week Project in OpenSUSE
some SUSE leftovers
Linux Magazine's Latest Issue (301)
mostly paywalled
Nearly 90% of Windows Games now run on GNU/Linux
great news
today's howtos
idroot and more
An Alternative to Microsoft Office: SoftMaker FreeOffice 2024
by David Pardue (kalwisti)
Free, Libre, and Open Source Software Leftovers
FOSS posts
Android Leftovers
Wear OS 6 seems to be pushing frequent and phony stress alerts
LibreELEC 12.2.1 Media Center Arrives with Kodi 21.3 Omega
LibreELEC 12.2.1 open-source media center brings Kodi 21.3 Omega and Linux kernel 6.16
SUSE delivers Raspberry Pi 5 U-Boot support
SUSE delivers Raspberry Pi 5 U-Boot support
This minimalist Linux distro is built for small business - and runs like a dream
If you're looking for a minimalist Linux distribution that doesn't force specific apps on you and runs well
Free and Open Source Software
This is free and open source software
Vitalinux – Ubuntu-based Linux distribution
Vitalinux is a Linux distribution chosen by the Government of Aragon for its educational centers
ZimaOS – simplified, focused and Open NAS operating system
ZimaOS is a complete operating system with system-level support for remote access
Turris Omnia NG Introduced with OpenWRT-Derived OS, Wi-Fi 7, and 10 Gbps Networking
According to the product brief, the Turris Omnia NG runs Turris OS
Ikey Doherty Missing from AerynOS for Six Months
AerynOS maintainer confirms that founder Ikey Doherty hasn’t been in contact for six months but assures the project remains stable and on track
Leap Fuels Hands-On Learning, Exploration
Lifelong learners and tech enthusiasts don’t view openSUSE Leap as just a stable operating system
There Would be No Linux Without GNU [original]
It started in Boston, not in Helsinki
Games: Pillars of Eternity, Thrive, BallisticNG, and More
8 new stories from GamingOnLinux
Wine 10.18 is Out
new wine release
Speaking Truth to Power [original]
Bad actors need to be called out
Join Us in Internet Relay Chat (IRC) [original]
Those of our readers who have an IRC client or know how to install an IRC client are more than welcome to join us there
Meeting Us in Person This Week [original]
The party will be in Manchester
Recent Valnet Articles in XDA and HowTo Geek
mostly HowTo Geek
Today in Techrights
Some of the latest articles
10 Reasons to Choose GNU/Linux, Not Apple, After End of (Vista) 10 [original]
To take control of your life adopt GNU/Linux
Rianne's Fish Have Survived Our Absence [original]
Thankfully we won't be leaving them on their own any time soon
Steam Deck Kicked Off a PC Gaming Revolution and Steam Deck's USB-C Port Has a Wild Number of Uses
Some Steam news
Self-Hosting on a Raspberry Pi, Proxmox, Homelabs, and Home Servers
haredware projects
6 exciting and niche OS projects that are quietly growing as users leave Windows
Zorin OS: the polished gateway from Windows to Linux
GNU/Linux and Open Hardware Leftovers
mostly GNU/Linux picks
Applications: A Look at Bazaar and Kando
Applications for GNU/Linux
Wetherspoons Cuts the Sugar [original]
it would probably improve health somewhat
Android Leftovers
No HyperOS 3.1 for You: Xiaomi Devices Missing Out on Android 16 Upgrade
Shelf Stable Cosmic DE Will Arrive With a Pop! on December 11
What is likely the most anticipated desktop Linux launch in years kicks off on December 11
Snap out of it: Canonical on Flatpak friction, Core Desktop, and the future of Ubuntu
Jon Seager, VP of Engineering, talks exclusively to The Reg
I always install these 7 Flatpak apps on my Linux PCs
Looking for Flatpak recommendations that go beyond the usual LibreOffice and GIMP suggestions
Free and Open Source Software
Radio was evaluated on the Volla Phone Quintus, a smartphone powered by the Mediatek Dimensity 7050 with 8 cores, 8GB of RAM and 256GB of storage, running Ubuntu Touch 24.04
Kiro – minimal, flexible, and customizable Arch-based Linux distribution
Kiro is a minimal, flexible, and fully customizable Arch-based ISO project built on top of ArcoLinux
Free, Libre, and Open Source Software Leftovers
FOSS links
Programming Leftovers
Development related stories
today's leftovers
Debian and more
today's howtos
8 howtos
These are the only 3 Linux distros I recommend to newcomers
Ready to try Linux but confused by the hundreds of distros out there
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
Review: StartOS 0.4.0
StartOS is a Debian-based Linux distribution intended to be run on personal servers
Stable kernels: Linux 6.17.7, Linux 6.12.57, and Linux 6.6.116
I'm announcing the release of the 6.17.7 kernel
A Week of Unwinding [original]
This coming spring this site turns 22
Bicycle Repair, Shoe Repair, and Hacking [original]
Learning how to do things on one's own isn't a bad thing
today's leftovers
GNU/Linux and more
Retro, Open Hardware, Modding, and Linux Devices
Hardware leftovers
Games: Steam Next Fest, DIY Pinball Machine, and More
Games-centric leftovers
today's howtos
only half a dozen for now
FreeBSD 15.0-BETA4 Now Available
FreeBSD 15.0 Beta 4 is out
Today in Techrights
Some of the latest articles