Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

32-channel logic analyzer supports 1.4GS/s sampling and USB 3.2 Gen2 streaming

Sipeed is preparing the SLogic32U3, a compact 32-channel logic analyzer designed for high-speed digital capture over USB 3.2 Gen2. The device supports configurable sample rates based on the number of active channels, direct streaming to a host system, optional analog acquisition modules, and software support across Windows, Linux, and macOS.

Fanless industrial PC integrates Jetson Orin Nano 8GB and M.2 expansion

MSI has detailed the MS-C9ZA, a compact fanless Edge AI Box PC based on NVIDIA’s Jetson Orin Nano 8GB module. The industrial system provides dual Gigabit Ethernet, 256GB SSD storage, M.2 NVMe expansion, isolated GPIO, CAN, UART and I2C interfaces, along with optional IEEE 802.3af PSE, 5G, and out-of-band management expansion.

wolfSSL webinar explores wolfIP network driver and RTOS integration

wolfSSL will host a September 30 webinar titled “Porting wolfIP: From Network Drivers to RTOS Integration,” focused on adapting the company’s deterministic TCP/IP stack to new network hardware and real-time operating systems.

9to5Linux

DXVK 3.1.1 Improves Support for Call of Duty: Ghosts, Rayman 3, and Skyrim SE

DXVK 3.1.1 is a small update following the big DXVK 3.1 release three weeks ago, but an important one as it implements the DXGI_SCALING_NONE and SetBackgroundColor methods for DXGI swap chains, which should reportedly fix support for some Adobe applications.

VirtualBox 7.2.18 Released with Linux 7.3 Fixes, Support for RHEL 10.3 Kernel

Coming almost a month after VirtualBox 7.2.16, the VirtualBox 7.2.18 release fixes compilation issues with Linux kernel 7.3 on Linux hosts, adds support for RHEL (Red Hat Enterprise Linux) 10.3 kernel for Linux guests and hosts, and fixes support for Linux kernel 6.12.103 LTS for Linux guests.

Mozilla Thunderbird 156 Email Client Brings Custom OAuth Support for POP3

Highlights of Mozilla Thunderbird 156 include custom OAuth support for POP3, custom OAuth support for issuer ID and client secret fields for IMAP and POP3, support for OpenPGP key properties to print debug information to the Error Console, and external browser login flow support for Yandex.

Fedora Linux 45 Beta Released with Linux 7.2, GNOME 51, and KDE Plasma 6.7

Powered by the latest and greatest Linux 7.2 kernel series, the Fedora Linux 45 beta ships with the soon-to-be-released GNOME 51 desktop environment for the flagship Fedora Workstation edition, and the latest KDE Plasma 6.7 desktop environment for the Fedora KDE Plasma Desktop edition.

Latest Raspberry Pi OS Release Brings Dock Support and New Screenshot Tool

Still powered by the long-term supported Linux 6.18 LTS kernel series and based on Debian 13 “Trixie,” the new Raspberry Pi OS release introduces dock support to the Wayland panel (wf-panel-pi), along with new Icon Menu and Icon Tasklist plugins, and a Widgets panel in Control Centre to let you enable the configuration of the dock and taskbar.

Mozilla Firefox 157 Enters Public Beta Testing with Brand-New Nova Design

Firefox 157 looks like a small update, due to the newly adopted two-week release schedule, promising proper support for displaying HDR videos encoded in 8-bit color formats as HDR in most cases, which fixes several cases of dull gray-looking videos that should have been more vibrant.

Mozilla Firefox 156 Is Now Available for Download, Here’s What’s New

Highlights of Firefox 156 include improved memory and CPU usage when displaying large JPEG images that are scaled down to fit a page, improved dragging of inline images to a new position in a rich-text editor, replacing it with a long line of text instead of moving it, and improved high-sample-rate FLAC audio in MP4 playback.

schestowitz.com

The Fate of Osservatorio Nessuno ODV

Seems broken/dead

Russia Army (and Military Assets) Inside EU and NATO

Escalation again, testing the waters (or checking the air defences/tactics)

Ebay Uses Bots (Slop) to Give Users a Lot of Work

Botspam

Maslow’s Hierarchy of Needs

We studied this in University (Abraham Harold Maslow’s hierarchy of needs)

Bullying is Not a Legitimate Occupation

Some jobs aren’t worth having

Wail

This work is licensed under the Creative Commons License BY-SA (Attribution ShareAlike) 4.0 International

Time Flies When Lots Get Done

Feels like the week ended, seriously

Garrett is Calling Everything He Doesn’t Like “Nazi” (or Similar)

Unless it’s humour, which is how he excuses this (and at the same time endorsing violence).

A Focus on Toxic Politics

Assorted stories

Bright Eyes

recently heard, repeatedly, the song “Bright Eyes“. I not only liked the song, I always liked the video. It’s relaxing except for one part.

Tor Project blog

New Release: Tor Browser 15.0.23

This version includes important security updates to Firefox.

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

Red Hat is Selling Microsoft (Proprietary, Back Doors Included), Slop Plagiarism, and Mass Surveillance Marketed as "Confidential"
disgrace again
Fedora Linux 45 Beta Released with Linux 7.2, GNOME 51, and KDE Plasma 6.7
Fedora Linux 45 distribution is now available for public beta testing powered by Linux kernel 7.2 and featuring the GNOME 51 desktop environment. Here’s what to expect from the final release.
KDE Plasma 6.8 Desktop Environment Is Now Available for Public Beta Testing
KDE Plasma 6.8 desktop environment is now available for public beta testing with various new features, improvements, and bug fixes. Here’s what’s new!
Debian 13.7 “Trixie” Released with 106 Bug Fixes and 107 Security Updates
Debian 13.7 is now available for download as a new point release to Debian 13 “Trixie” with 106 bug fixes and 107 security updates.
Walking on Thin Ice After He Put His Own Spouse in a Cell Without Their Consent [original]
Pay attention to people who promote software freedom, not people who are paid to promote slop and back doors
GIMP 3.2.6 Released with UX Improvements, New Rotation Stylus Dynamics Input
GIMP 3.2.6 open-source image editor is now available for download with new rotation stylus dynamics input, UX improvements, OS and platform specific improvements, and security updates.
Mozilla Firefox 156 Is Now Available for Download, Here’s What’s New
Mozilla Firefox 156 open-source web browser is now available for download with improved memory and CPU usage when displaying large JPEG images and various other changes.
Switzerland's Federal Government is Replacing Microsoft on 3,000 Computers
This is the pilot phase, with 3,000 workstations moving away from Microsoft 365. The federal administration has over 54,000 computers.
Linux 7.3-rc3
new RC is out
 
Android Leftovers
Android 17's 'Continue On' might finally make me stop emailing myself drafts
Games: Veloren, Steam Deck, Heroic Games Launcher
gaming picks
Survive any Linux catastrophe with a Btrfs snapshot – these GUIs make it easy
Want to ensure your Linux system can recover from a catastrophe
7 pioneering Linux applications that never needed replacing
Linux has changed dramatically since the early days of the kernel
My tablet runs a full Linux distro, and it's the best testing ground I've found for new operating systems
I like running Linux on a tablet
I found the best speech-to-text tool for Linux, and I’ll never dictate notes again without it
If dictation is your favorite method of taking notes and Linux is your desktop OS
Windows finally lost its last excuse to stay on my gaming PC
It’s only (relatively) recently that I made the switch to Linux
Linux Fu: Speak Up!
Of course, the good news is that many of the Linux tools are open source and the models are quite good
Don’t install Linux until you’ve read How-To Geek’s distro cheat sheet
Most Linux advice targeted at newcomers starts and ends with “just pick Ubuntu or Linux Mint,” but I find that to be an oversimplification
Free and Open Source Software, howtos and Installations
This is free and open source software
XBian – Debian-based media center Linux distribution
XBian is a lightweight Debian-based Linux distribution designed to turn small form factor computers into dedicated media centers
Akira Linux – Niri-based rolling-release Linux distribution
Akira Linux is a rolling-release desktop Linux distribution built on Vostok, a Void-based system
The Simplest Method to Extract All Images from a Document in LibreOffice
Saves a lot of time and effort as you don't have to manually save all the images one by one
LibreOffice 26.8 and the languages for which nobody is paid
The most significant new features in LibreOffice 26.8 concern writing systems
Potions in Mageia. 04 – How proper cooking makes the final recipe pleasing to our users
This time, as promised in this new phase of publications on our official sites
Today in Techrights
Some of the latest articles
Microsoft Contaminates Linux (Kernel) With LLM Slop [original]
It's not a pretty picture
DXVK 3.1.1 Improves Support for Call of Duty: Ghosts, Rayman 3, and Skyrim SE
DXVK 3.1.1 Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine is now available for download with new features and various improvements for several games.
VirtualBox 7.2.18 Released with Linux 7.3 Fixes, Support for RHEL 10.3 Kernel
VirtualBox 7.2.18 open-source virtualization software is now available for download with Linux kernel 7.3 compilation fixes, support for RHEL 10.3 kernel, and more.
today's leftovers
mostly GNU/Linux
BSD, GNU/Linux Distributions and Operating Systems
distros in the news
KDE Hiring and GUADEC 2026 Experience
KDE and GNOME picks
Free, Libre, and Open Source Software Leftovers
FOSS and standards
Security Leftovers
Security bugs and more
Vim and Emacs Leftovers
mostly Emacs
GNU Core Utilities 9.12 released
GNU Core Utilities 9.12 ready for download
Programming Leftovers
Development with Python and more
Audiocasts/Shows: MiSTer FPGA Pocket and Late Night Linux
video and podcast
Proxmox, DECtalk, Retro, and Kubernetes
5 stories today
Games: Ubisoft Refunds for GNU/Linux Users, Steam Frame Overpriced, Tokyo Game Show 2026, and More
gaming picks
Mozilla Thunderbird 156 Email Client Brings Custom OAuth Support for POP3
Mozilla Thunderbird 156 open-source email client is now available for download with new features, improvements, and numerous bug fixes. Here’s what’s new!
Not Participating in Highly Aggressive Culture Wars [original]
The community is being divided along political or pseudo-political or quasi-political lines
100% of Blog Posts at Red Hat's Official Blog Are Promotion of Microsoft and Slop Plagiarism
horrible
Void Linux Will Appeal to More Users by Banning Slop [original]
Slop is a destructive bubble
Latest Raspberry Pi OS Release Brings Dock Support and New Screenshot Tool
Raspberry Pi OS 2026-09-15 is now available for download with dock support, new screenshot tool, updated Labwc Wayland compositor, and many other enhancements.
Mozilla Firefox 157 Enters Public Beta Testing with Brand-New Nova Design
Firefox 157 open-source web browser is now available for public beta testing with a brand-new design, proper support for displaying HDR videos encoded in 8-bit color formats as HDR and other changes.
The So-called 'FSFE' Speaks of Free Software on Android
a pair of recent commentaries
Android Leftovers
I discovered a little-known Android gesture that makes sending one-handed text messages effortless
Linux works better on gaming handhelds than laptops—and that’s embarrassing
Linux on desktop systems is in a great place right now. Whatever desktop system you have
Ubuntu Noble's likely last point release lands, then loses its desktop download
Ubuntu 24.04's likely final scheduled point release barely made it out the door before an installer bug sent its x86-64 desktop image back to the workshop
Focus on the Technical Problems in Omarchy, There's a Lot to Say About That [original]
"the debate is getting filled with chaff there are many real reasons to dislike DHH and reject Omarchy though but they are rarely mentioned..."
Conflux icon set gives a modern look to Linux desktops
Conflux is a new Linux icon set that aims to be both beautiful but neutral – I think it succeeds at both
Free and Open Source Software
This is free and open source software
fu11m00n – hardened live Slackware-based Linux distribution
fu11m00n is a live, modular Linux distribution built around Slackware and drawing heavily on Porteus
GNU Boot joins FSF fiscal sponsorship program
The work done by GNU Boot contributors has similarities to work done by GNU/Linux distributions: they package software like Coreboot or GNU GRUB...
Today in Techrights
Some of the latest articles
Android Leftovers
Google Maps rolling out Android Auto speed limits and speedometer that show even without navigation
GNU/Linux Leftovers
GNU/Linux mostly
Free, Libre, and Open Source Software Leftovers
FOSS and Web
BSD Lawsuits Recalled, FreeBSD, and More
BSD news
Games: OpenLara, New Steam Games Playable on the Steam Deck, and More
Games related roundup
Devices/Embedded: MAKERphone, ESP32, and More
hardware news
Programming Leftovers
Development leftovers
Linux was called 'obsolete' in 1992, and now it powers servers around the world
Back in 1992, the creator of the Minix OS, Andrew S. Tanenbaum, made a post claiming that Linux was obsolete and would soon die out
Linux is free, but I pay for Linux PCs: Here's why
One of the perks of Linux is that both the operating system and the vast majority of apps are free
Shotwell 0.33 Open-Source Image Viewer for GNOME Is Here with GTK4 Port
Shotwell 0.33 open-source image viewer and organizer for the GNOME desktop environment is now available for download with GTK4 port and numerous other improvements.
Free and Open Source Software
This is free and open source software
GNU/Linux at Double-Digit Market Share in North America [original]
Notice how Firefox has fallen to just 1.4%
The World Wide Web (WWW) Useless Without Quality Filters [original]
Plagiarism has a new name: hey hi
Three Years for Increasingly Independent Tux Machines [original]
an important community site
A Void Linux maintainer orphaned over 100 packages because of an AI usage ban
As Linux distros decide whether LLM-generated content is allowed in code commits
Microsoft Has Problems in France [original]
What has Microsoft got left except empty promises of slop?
Android Leftovers
I've tried dozens of Android launchers, but I always end up reinstalling this one
Why Mint's easy graphical interface is the worst thing for your Linux journey
If you're new to Linux, or you've happily existed in Mint's easygoing ecosystem for years
Free and Open Source Software
This is free and open source software
Review: Vanilla OS 3 "Reunion"
Ultimately, Vanilla OS experiments with some technologies well, it makes running Debian with a layer of containers work (mostly) smoothly
Today in Techrights
Some of the latest articles