Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

A new home for Tor user documentation

That's why we've been working to simplify how people find help using Tor.

LinuxGizmos.com

LILYGO T-Echo Plus Integrates LoRa, GNSS, and IMU in Rugged Wireless Smart Tag

LILYGO’s T-Echo Plus is a compact, battery-powered smart tag designed for wireless telemetry, motion tracking, and geolocation. It combines LoRa communication, GNSS positioning, Bluetooth Mesh, and a 6-axis IMU in an enclosure with both vibration and visual feedback, aiming to support mobile, field-deployed, or remote monitoring applications.

Easy RISC-V Provides an Interactive Way to Explore the RISC-V Architecture

Easy RISC-V is an open, browser-based learning resource that allows users to experiment with RISC-V assembly and gain a deeper understanding of how the architecture works. Created by developer Dramforever, the platform runs entirely online and does not require installation, offering a convenient way to study RISC-V instructions, registers, and execution flow from any device.

DietPi October 2025 Update Adds Support for NanoPi R3S, R76S, and Reworked Dashboard

The October 18th release of DietPi v9.18 introduces support for new FriendlyELEC single-board computers, a redesigned DietPi-Dashboard with improved security, and the addition of the LazyLibrarian eBook and audiobook manager. The update also includes bug fixes, filesystem improvements, and expanded compatibility for virtual devices

Internet Society

Working Together for an Accessible and Safe Internet

The Internet is no longer optional infrastructure—it is essential to people’s lives and livelihoods. It connects families, drives economies, and underpins the exchange of knowledge and information across the world.

9to5Linux

LibreOffice 25.2.7 Is Out as the Last Update in the Series, Upgrade to LibreOffice 25.8

While LibreOffice 25.8 has already been adopted by major GNU/Linux distributions, LibreOffice 25.2 is still supported until November 30th, 2025, for those who haven’t managed to upgrade. LibreOffice 25.2.7 is here as another maintenance update that fixes 43 bugs, according to the RC1 and RC2 changelogs.

Qt Creator 18 Open-Source IDE Released with Experimental Container Support

Coming more than four months after Qt Creator 17, the Qt Creator 18 release introduces experimental support for development containers, a feature that automatically detects a “devcontainer.json” file in a project directory and creates a Docker container for it.

Ubuntu 25.04 Users Can Now Upgrade to Ubuntu 25.10, Here’s How

Ubuntu 25.10 was released earlier this month, on October 9th, but the upgrade path was not open for Ubuntu 25.04 users until now. Of course, you could force an upgrade using the update-manager -d command, but it’s not something I would recommend because things might go wrong and you could end up with a broken system.

Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series

Based on the Mozilla Firefox 140 ESR (Extended Support Release) series, Tor Browser 15.0 introduces many upstream features that have been implemented in the past year, including support for vertical tabs, support for tab groups, and the new unified search button that lets users easily switch between search engines, search bookmarks or tabs, and access quick actions.

news

FreeBSD 13.3-BETA3 Now Available

posted by Roy Schestowitz on Feb 25, 2024

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

The third BETA build of the 13.3-RELEASE release cycle is now available.
Installation images are available for:
o 13.3-BETA3 amd64 GENERIC o 13.3-BETA3 i386 GENERIC o 13.3-BETA3 powerpc GENERIC o 13.3-BETA3 powerpc64 GENERIC64 o 13.3-BETA3 powerpc64le GENERIC64LE o 13.3-BETA3 powerpcspe MPC85XXSPE o 13.3-BETA3 armv6 RPI-B o 13.3-BETA3 armv7 GENERICSD o 13.3-BETA3 aarch64 GENERIC o 13.3-BETA3 aarch64 RPI o 13.3-BETA3 aarch64 PINE64 o 13.3-BETA3 aarch64 PINE64-LTS o 13.3-BETA3 aarch64 PINEBOOK o 13.3-BETA3 aarch64 ROCK64 o 13.3-BETA3 aarch64 ROCKPRO64 o 13.3-BETA3 riscv64 GENERIC o 13.3-BETA3 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/13.3/
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/13.3" branch.
A summary of changes since 13.3-BETA2 includes:
o A kernel panic fix affecting the net-mgmt/ng_ipacct port.
o A fix to invalid birthtime values generated by fusefs.
o An update to the TLS root certificate bundle.
o Sendmail update to 8.18.1.
o Allowing mac_priority's authorized users to set realtime priority.
o An update to the source for the leap seconds database.
o A workaround for an elftoolchain bug which yielded boated RISCV binaries.
A list of changes since 13.2 will be available in the releng/13.3 release notes:
https://www.freebsd.org/releases/13.3R/relnotes/
Please note, the release notes page is not yet complete, and will be updated on an ongoing basis as the 13.3-RELEASE cycle progresses.
=== Virtual Machine Disk Images ===
VM disk images are available for the amd64, i386, aarch64, and riscv64 architectures. Disk images may be downloaded from the following URL (or any of the FreeBSD download mirrors):
https://download.freebsd.org/releases/VM-IMAGES/13.3-BETA3/
BASIC-CI images can be found at:
https://download.freebsd.org/releases/CI-IMAGES/13.3-BETA3/
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 can be retrieved from the Systems Manager Parameter Store in each region using the keys:
/aws/service/freebsd/amd64/base/ufs/13.3/BETA3
FreeBSD/aarch64 EC2 AMI IDs can be retrieved from the Systems Manager Parameter Store in each region using the keys:
/aws/service/freebsd/arm64/base/ufs/13.3/BETA3
=== Vagrant Images ===
FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can be installed by running:
% vagrant init freebsd/FreeBSD-13.3-BETA3 % vagrant up
=== 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 by first installing any updates for the currently running release:
# freebsd-update fetch # freebsd-update install
and then downloading the new release:
# freebsd-update upgrade -r 13.3-BETA3
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

LibreOffice 25.2.7 Is Out as the Last Update in the Series, Upgrade to LibreOffice 25.8
The Document Foundation announced today the general availability of LibreOffice 25.2.7 as the seventh and last maintenance update in the LibreOffice 25.2 office suite series.
Fedora Linux 43 Officially Released, Now Available for Download
The Fedora Project officially released Fedora Linux 43 today as the latest stable version of this Red Hat-sponsored distribution, shipping with some of the latest and greatest GNU/Linux technologies.
 
TrueNAS 25.10 Open-Source NAS Released with NVMe-oF, ZFS Enhancements
TrueNAS 25.10 “Goldeye” open-source NAS is out with NVMe over Fabric, 400GbE, open GPU driver support
SLES 16.0 Launches with Agama Installer, SELinux, and 16 Years of Support
SUSE Linux Enterprise Server 16.0 debuts with the Rust-based Agama installer, SELinux enabled by default
System76 CEO Carl Richell Reveals COSMIC Desktop Launch Date
System76 CEO Carl Richell has revealed the COSMIC desktop will debut on December 11, 2025
d77void – respin of Void Linux with window managers
d77void is a respin of Void Linux
Sakura Pi RK3308B SBC offers RGB LCD interface, supports mainline Linux
You’ll find a GitHub account with a few repositories (OpenWrt, buildroot, Armbian build script) for the board
6 Best Free and Open Source Haskell Linter Tools
Only free and open source software is eligible for inclusion here
This self-hosted dashboard is perfect for monitoring your Linux servers
Linux, no matter which flavor you choose, is so great for running services on because of its robustness
5 lightweight Linux distros that breathe life into old Windows 10 laptops
If your old Windows 10 laptop is starting to feel sluggish
MATE 1.28 Finally Coming to Ubuntu 26.04 & Debian Forky
For MATE users, Debian and Ubuntu are finally migrating this desktop environment to version 1.28 for Debian Testing (Forky) and Ubuntu 26.04 LTS
Arkane Linux – immutable, atomic Arch-based distribution
Arkane Linux is an opinionated
Alien-OS – Debian-based Linux distribution
Alien-OS is a German Linux distribution based on Debian
Free and Open Source Software
This is free and open source software
Adding Customizable Frame Contrast to KDE Plasma
For a while now, probably two years, I wanted to have support for high-contrast colorschemes in KDE Plasma
DietPi October 2025 Update Adds Support for NanoPi R3S, R76S, and Reworked Dashboard
The October 18th release of DietPi v9.18 introduces support for new FriendlyELEC single-board computers
Zorin 0S 18: 100,000+ Windows 10 Users Can’t Be Wrong
With performance boosts and seamless cloud connections, Zorin OS 18 is quickly becoming the top gateway for Windows refugees
Stable kernels: Linux 6.17.6, Linux 6.12.56, Linux 6.6.115, Linux 6.1.158, Linux 5.15.196, Linux 5.10.246, and Linux 5.4.301
I'm announcing the release of the 6.17.6 kernel
Qt Creator 18 Open-Source IDE Released with Experimental Container Support
The Qt Project released today Qt Creator 18 as the latest stable version of this open-source, free, and cross-platform integrated development environment (IDE) software for GNU/Linux, macOS, and Windows.
Nearly 90% of Windows Games now run on GNU/Linux
great news
Security and Windows TCO
mostly FUD and patches
GNU/Linux Leftovers
KDE and more
Debian and Ubuntu Leftovers
mostly Ubuntu
Audiocasts/Shows: Linux Matters and Destination Linux
2 new episodes
MX Linux 25 Release Candidate Arrives with Various Improvements and Changes
The MX Linux team announced today the general availability of the Release Candidate (RC1) version of the upcoming MX Linux 25 distribution based on the Debian 13 “Trixie” operating system series.
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Firefox Security & Privacy Newsletter, Mozilla Thunderbird Mobile Progress Report
Mozilla news
Programming Leftovers
Development picks
WordPress 6.9 Beta 2 and More CMS news
CMS related leftovers
Open Hardware/Modding: Raspberry Pi and More
devices and hardware news
Red Hat Leftovers
mostly from Red Hat's site
Which Tool is Best to Find Text in Files and a Look at Helix
two new articles from Valnet
today's howtos
howtos for today
Ubuntu Unity Project Faces Uncertain Future
Ubuntu Unity faces manpower shortages as lead dev Rudra has no time to maintain it
Fedora Linux 43 is here!
I’m excited to announce my very first Fedora Linux release as the new Fedora Project Leader
Ubuntu 25.04 Users Can Now Upgrade to Ubuntu 25.10, Here’s How
This is your friendly reminder that, as of today, October 29th, 2025, Canonical has opened the upgrade path for Ubuntu 25.04 (Plucky Puffin) users to the latest release, Ubuntu 25.10 (Questing Quokka).
Games: GOG Preservation Program, Civilization VII, and More
new/latest 9 from GamingOnLinux
Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series
Tor Browser 15.0 has been released today by the Tor project as the latest stable version of this open-source, cross-platform, and free web browser designed to protect yourself against tracking, surveillance, and censorship using the Tor anonymous network.
Google’s Brotli 1.2 Released After Two Years with Faster Compression
Brotli 1.2 arrives after two years
Android Leftovers
Google revives floating windows on Android tablets, this time done right
Distrobox 1.8.2 Brings Polished Experience, New Maintainer
Distrobox 1.8.2, a containerized Linux environment, brings polish
KDE Plasma 6.5.1 Is Out to Fix Compatibility Issues with Older AMD GPUs
The KDE Project released today KDE Plasma 6.5.1 as the first maintenance update to the latest KDE Plasma 6.5 desktop environment series with various improvements and bug fixes.
IPFire 2.29 Core Update 198 Gives Major Boost to the Intrusion Prevention System
The IPFire project released IPFire 2.29 Core Update 198 today as a new stable update for this open-source hardened Linux firewall distribution that brings various improvements, updated components, and security fixes.
Austria’s military switches from Microsoft Office to LibreOffice
Like we’re seeing in Schleswig-Holstein, Denmark and many other government bodies and organisations
Kali Linux is my favorite Linux distro to play around with
After I got into the Linux ecosystem with my Raspberry Pi
My Kid's First PC Won't Run Windows—I'll Use One of These 5 Linux Distros Instead
Want your kids to use Linux but can't decide which distro makes the best introduction
This is Doom, running headless, on Ubuntu Arm… on a satellite
Doom takes place on Mars, but up until recently, it has only been played on Earth
Free and Open Source Software
This is free and open source software
Why choosing open source tools; yet another argument
Your toolbox defines your craft. The freedom to choose, evolve
Another Computer on 700+ Days Uptime [original]
GNU/Linux is a very stable platform. As long as one does not adopt the latest experimental stuff (which Wayland would qualify as), there's almost never a reason to reboot, except for kernel refresh.
Today in Techrights
Some of the latest articles
today's leftovers
with focus on GNU/Linux