Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: May 17th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

Rescuezilla 2.6.2 System Recovery Live ISO Adds Ubuntu 26.04 LTS Support

Rescuezilla 2.6.2, the second installment in the Rescuezilla 2.6 series, introduces a new build derived from the Ubuntu 26.04 LTS (Resolute Raccoon) operating system to provide users with the best possible hardware support. Ubuntu 25.10, Ubuntu 24.10, and Ubuntu 24.04 LTS builds are also available for download.

Debian 13.5 “Trixie” Released with 144 Bug Fixes and 103 Security Updates

Debian 13.5 comes two months after Debian 13.4 to provide the community with an up-to-date installation media for those who want to deploy the latest Debian 13 “Trixie” operating system series on new hardware without downloading lots of updates after the installation or those who had issues with the previous ISO releases.

Shelly 2.3 GUI Package Manager for Arch Linux Brings Performance Improvements

Shelly 2.3 introduces performance improvements to both the graphical user interface and the command line interface by switching from JSON to MemoryPack, the ability to remove locally installed packages, support for language translations (contributions are welcome), and improved support for Flatpak apps.

LinuxGizmos.com

LILYGO adds ESP32-S3 Standard Series to T-SIM lineup

LILYGO has introduced the T-SIM / T-A Standard Series, a refreshed family of ESP32-S3 cellular development boards combining SIMCom and A76xx modem options with new hardware features including Qwiic support, seamless power switching, camera interfaces, optional GNSS functionality, and lower deep-sleep power consumption.

Forlinx rolls out FET3572-C SoM and OK3572-C board with Rockchip RK3572

Following the Rockchip RK3572 announcement, Forlinx Embedded has introduced the FET3572-C SoM and accompanying OK3572-C development board. The platform combines an octa-core CPU configuration, 4 TOPS NPU, LPDDR5/LPDDR5X support, and multimedia capabilities extending to 8K decoding.

Rockchip unveils RK3572 processor with 4 TOPS NPU and LPDDR5X support

The newly announced RK3572 by Rockchip is an octa-core processor targeting AIoT, edge computing, and embedded applications. Built on an 8nm process, it combines dual Cortex-A73 cores, six Cortex-A53 cores, a 4 TOPS NPU, Mali-G310 GPU, LPDDR5/LPDDR5X support, and 8K video decoding.

FreeBSD 14.0-RC1 Now Available

posted by Roy Schestowitz on Oct 14, 2023

The first RC build of the 14.0-RELEASE release cycle is now available.

Installation images are available for:

o 14.0-RC1 amd64 GENERIC o 14.0-RC1 i386 GENERIC o 14.0-RC1 powerpc GENERIC o 14.0-RC1 powerpc64 GENERIC64 o 14.0-RC1 powerpc64le GENERIC64LE o 14.0-RC1 powerpcspe MPC85XXSPE o 14.0-RC1 armv7 GENERICSD o 14.0-RC1 aarch64 GENERIC o 14.0-RC1 aarch64 RPI o 14.0-RC1 aarch64 PINE64 o 14.0-RC1 aarch64 PINE64-LTS o 14.0-RC1 aarch64 PINEBOOK o 14.0-RC1 aarch64 ROCK64 o 14.0-RC1 aarch64 ROCKPRO64 o 14.0-RC1 riscv64 GENERIC o 14.0-RC1 riscv64 GENERICSD

Note regarding arm SD card images: For convenience for those without console access to the system, a freebsd user with a password of freebsd is available by default for ssh(1) access. Additionally, the root user password is set to root. It is strongly recommended to change the password for both users after gaining access to the system.

Installer images and memory stick images are available here:

https://download.freebsd.org/releases/ISO-IMAGES/14.0/

The image checksums follow at the end of this e-mail.

If you notice problems you can report them through the Bugzilla PR system or on the -stable mailing list.

If you would like to use Git to do a source based update of an existing system, use the "releng/14.0" branch.

A summary of changes since 14.0-BETA5 includes:

o A race condition in swap_pager_swapoff_object() had been fixed.

o Various updates to the Linux KPI, 802.11, iwlwifi, and rtw88.

o And other miscellaneous fixes.

A list of changes since 13.2-RELEASE is available in the releng/14.0 release notes:

https://www.freebsd.org/releases/14.0R/relnotes/

Please note, the release notes page is not yet complete, and will be updated on an ongoing basis as the 14.0-RELEASE cycle progresses.

=== Virtual Machine Disk Images ===

VM disk images are available for the amd64, i386, and aarch64 architectures. Disk images may be downloaded from the following URL (or any of the FreeBSD download mirrors):

https://download.freebsd.org/releases/VM-IMAGES/14.0-RC1/

BASIC-CI images can be found at:

https://download.freebsd.org/releases/CI-IMAGES/14.0-RC1/

The partition layout is:

~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label) ~ 1 GB - freebsd-swap GPT partition type (swapfs GPT label) ~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)

The disk images are available in QCOW2, VHD, VMDK, and raw disk image formats. The image download size is approximately 135 MB and 165 MB respectively (amd64/i386), decompressing to a 21 GB sparse image.

Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI loader file is needed for qemu-system-aarch64 to be able to boot the virtual machine images. See this page for more information:

https://wiki.freebsd.org/arm64/QEMU

To boot the VM image, run:

% qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ -drive if=none,file=VMDISK,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=net0 \ -netdev user,id=net0

Be sure to replace "VMDISK" with the path to the virtual machine image.

=== Amazon EC2 AMI Images ===

FreeBSD/amd64 EC2 AMI IDs are available in the Systems Manager Parameter Store in each region using the keys:

/aws/service/freebsd/amd64/base/ufs/14.0/RC1 /aws/service/freebsd/amd64/base/zfs/14.0/RC1 /aws/service/freebsd/amd64/cloud-init/ufs/14.0/RC1 /aws/service/freebsd/amd64/cloud-init/zfs/14.0/RC1

FreeBSD/arm64 EC2 AMI IDs are available in the Systems Manager Parameter Store in each region using the keys:

/aws/service/freebsd/arm64/base/ufs/14.0/RC1 /aws/service/freebsd/arm64/base/zfs/14.0/RC1 /aws/service/freebsd/arm64/cloud-init/ufs/14.0/RC1 /aws/service/freebsd/arm64/cloud-init/zfs/14.0/RC1

=== Vagrant Images ===

FreeBSD/amd64 images are not available for this build.

=== Upgrading ===

The freebsd-update(8) utility supports binary upgrades of amd64, i386, and aarch64 systems running earlier FreeBSD releases. Systems running earlier FreeBSD releases can upgrade as follows:

# freebsd-update upgrade -r 14.0-RC1

During this process, freebsd-update(8) may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.

# freebsd-update install

The system must be rebooted with the newly installed kernel before continuing.

# shutdown -r now

After rebooting, freebsd-update needs to be run again to install the new userland components:

# freebsd-update install

It is recommended to rebuild and install all applications if possible, especially if upgrading from an earlier FreeBSD release, for example, FreeBSD 12.x. Alternatively, the user can install misc/compat12x and other compatibility libraries, afterwards the system must be rebooted into the new userland:

# shutdown -r now

Finally, after rebooting, freebsd-update needs to be run again to remove stale files:

# freebsd-update install

Read on

Other Recent Tux Machines' Posts

Peter Neumann has died
Unfortunately, I email with the heartbreaking news that Peter Neumann
Ubuntu Touch OTA 1.3 Improves Handling of Desktop Apps on Lomiri and Fixes Bugs
Ubuntu Touch OTA 1.3 update is now rolling out with improvements to handling of desktop apps on Lomiri, improved handling of docks with input devices, improved playback of AMR voice message sent via MMS, and other changes.
Parrot 7.2 Is Now Officially Available for Download with “Copy Fail” Patch
Parrot 7.2 penetration testing distribution is now available for download with updated tools, security patches, and Linux kernel 6.19.13. Here’s what else is new!
Fragnesia Is Yet Another Local Privilege Escalation Flaw in Linux Kernel
Fragnesia is a new local privilege escalation flaw in the Linux kernel that may lead to local privilege escalation. Patch now!
 
Firefox 151 Is Now Available for Download, This Is What’s New
Firefox 151 open-source web browser is now available for download with support for local profile backups on Linux, the general availability of local network access restrictions, and many other changes.
Proton-CachyOS 11 pushes Linux gaming further with OptiScaler integration
The Linux community has made significant progress in terms of gaming
Linux gets Nvidia Reflex and AMD Anti-Lag on any GPU
Big news for Linux gamers, especially eSports players
I ditched laggy Linux remote desktop for this browser-based setup
I decided to give the open-source remote access gateway Apache Guacamole a try
Free and Open Source Software
This is free and open source software
GNU/Linux HowTos, K Desktop Environment vs GNOME, and More
a handful of recent Valnet articles
Finding Software Replacements in GNU/Linux
3 new examples
GNU/Linux Distributions and Operating Systems: PuterOS, Lubuntu, and More
Recent Valnet articles, inc. Lubuntu rave
Review: Sylve on FreeBSD
Sylve is in its fairly early stages and has just recently been added to the FreeBSD "latest" repository
Recent Proxmox and TrueNAS Articles
Managing one's clusters
Extrox Linux: Audiophile-Friendly MX Spin with an Arch Twin
From the MX Linux community comes Extrox, a duo of Xfce-based spins—one MX
Using Raspberry Pi as One's Main Desktop, Turning Raspberry Pis Into a Powerful Docker Swarm Cluster
2 recent Valnet articles
Stable kernels: Linux 7.0.9, Linux 6.18.32, Linux 6.12.90, and Linux 6.6.140
I'm announcing the release of the 7.0.9 kernel
Fish Shell [original]
Yesterday we spent about 5 hours on the shells and fish
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: May 17th, 2026
The 292nd installment of the 9to5Linux Weekly Roundup is here for the week ending May 17th, 2026.
ZenLake OS 26.04
ZenLake OS 26.04 is now available based on Ubuntu 26.04 (Resolute Raccoon)
OmniOS Community Edition r151058
Note that LTS r151046 is now end-of-life
Security, Proprietary Linux, and More
5 more stories
GNU/Linux and BSD Leftovers
today's leftovers
Audiocasts/Shows: BSD Now and This Week in Linux
2 new episodes
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Databases: SQLAlchemy, SQL, and More
DB leftovers
today's howtos
Instructionals/Technical picks
Linux Kernel Leftovers
3 stories
Development and Coding Leftovers
Programming related picks
Android Leftovers
These Android Auto and CarPlay features are built in, but most drivers never find them
Free and Open Source Software
This is free and open source software
I Gave Desktop Email Clients Another Shot and This New App Delivered
Btw, it is lightweight, open source, and not built on Electron
Start with Fedora KDE or Kubuntu
I regularly read questions from new users on Reddit and KDE’s discussion forum asking what Linux-based operating system they should start out with
Using the Slackware Community Forge
I wanted to share some news with you. After weeks of hard work and being forced to learn new tech from scratch
Mozilla Firefox Can be Ignored by American Federal Sites [original]
The Web became so awful
Shout-out to Aura Salla for Pursuing Software Freedom in Finland [original]
The topic is self-determination through technical means is a growing trend in politics
City Have Made It [original]
A domestic treble is attainable
Today in Techrights
Some of the latest articles
OpenSUSE Planet News Roundup, OpenSUSE Build Service (OBS), and Tumbleweed's Review of the Week
OpenSUSE news
Rescuezilla 2.6.2 System Recovery Live ISO Adds Ubuntu 26.04 LTS Support
Rescuezilla 2.6.2 distribution is now available for download with a new build based on Ubuntu 26.04 LTS “Resolute Racoon” and other changes. Here’s what’s new!
GNOME Graphs and GLib/GObject (Christian Hergert After Red Hat)
GNOME picks
Free, Libre, and Open Source Software and Standards Leftovers
mostly FOSS leftovers
FreeBSD: Experience With FreeBSD on OVH; FreeBSD Resource Monitoring, Accounting, and Troubleshooting
FreeBSD picks
Kernel Space: Anbernic RG DS Gets a New Linux Firmware and Leveraging zram to Save Money
a pair of news picks
Databases: CloudNativePG Has New Releases, MariaDB Hack, and More
DB-related stuff
Programming Leftovers
Development picks for this weekend
GNU Projects: coreutils, emacs, and GIMP
some GNU news
Open Hardware/Modding: RISC-V, Raspberry Pi's Resort to Slop, and More
Hardware related news/projects
Ubuntu 26.04 Review and More Canonical/Ubuntu Picks
Canonical/Ubuntu leftovers
Freexian Collaborators' Debian Contributions and New Debian Contributors
Contributions and more
Fedora, Red Hat, and Rocky Linux Leftovers
various RHEL-related things too
This Week in Plasma: 6.7 beta release
This week we released a public beta of Plasma 6.7, ready for testing
today's howtos
Instructionals/Technical posts
Security Leftovers and Windows TCO
little of the latter
Kubernetes v1.36 and Various Roles in Server, Even Slop Fondling
Server centric uses
Linux devs are fighting the new age-gated internet
The open-source community is looking for a way out of the wave of new laws requiring operating systems to collect users’ ages
Six-Year-Old Linux Kernel Flaw Lets Unprivileged Users Read Root-Owned Files
A six-year-old security flaw in the Linux kernel can let an unprivileged user read root-owned files. The flaw was reported by Qualys and patched on May 14th, 2026.
Games: Subnautica 2, SteamOS Manager, New Steam Games with Native GNU/Linux Builds, and More
about a dozen new picks
GNOME Desktop: GNOME Foundation Update and This Week in GNOME
GNOME news roundups
Debian 13.5 “Trixie” Released with 144 Bug Fixes and 103 Security Updates
Debian 13.5 is now available for download as a new point release to Debian 13 “Trixie” with 144 bug fixes and 103 security updates.
Recent Leftovers: howtos, Fedora/Red Hat, Mobile, and Obnam
misc. leftovers
6 Linux distros that were huge once, but barely matter now
Linux was the Wild West of computing in the late 1990s and early 2000s
2 beginner Linux distros that don't force you to use the terminal
Are you switching over from Windows to Linux
KDE Receives Over €1M from Sovereign Tech Fund for Software Development
The KDE Project will receive over €1 million EUR (~ $1,5 million USD) from The Sovereign Tech Fund to continue and improve software development for KDE Plasma, KDE Linux, and KDE apps.
Ubuntu 25.10 Users Can Now Upgrade to Ubuntu 26.04 LTS, Here’s How
A step-by-step and easy-to-follow tutorial (with screenshots) on how to upgrade your Ubuntu 25.10 (Questing Quokka) installations to Ubuntu 26.04 LTS (Resolute Raccoon).
Anbernic RG DS gets a brand new Linux OS, and you don't need to uninstall Android
Anbernic has released a Linux-based OS for its RG DS dual-screen handheld which ships with Android
There is no digital sovereignty without ODF
This is why LibreOffice, and its derivatives such as Collabora Office and Online
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 7.0.8, Linux 6.18.31, Linux 6.12.89, Linux 6.6.139, Linux 6.1.173, Linux 5.15.207, and Linux 5.10.256
I'm announcing the release of the 7.0.8 kernel
Heroes of Fedora Quality for Fedora 44
Fedora 44 is out, and in this post we’d like to highlight the top Fedora Quality contributors who helped us reach the finish line
Shelly 2.3 GUI Package Manager for Arch Linux Brings Performance Improvements
Shelly 2.3 open-source graphical package manager for Arch Linux distributions is now available for download with performance improvements, translations support, code clean ups, and bug fixes.
Today in Techrights
Some of the latest articles
Videos: GNU/Linux, Free Software, and More
Linux focus