Tux Machines

Do you waddle the waddle?

Other Sites

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

From Connectivity to Capability: Rethinking the Digital Divide

Mini Perveen, a young girl in remote Purnia, Bihar—one of India’s most underdeveloped districts—recently discovered her niche by selling embroidered artwork online. 

9to5Linux

Kodi 22 “Piers” Gets HEIF/HEIC and FFmpeg 8 Support, Alpha 2 Out Now

The second alpha of Kodi 22 brings FFmpeg 8 support for the best possible media handling, HEIF/HEIC support, new Season Plot and Movie/TV Show Original Language sections in Library/Sources and Management, a new Weather Skinning API, and a new dialog explaining the microphone permissions on Android.

Kodi 21.3 Improves Blu-Ray Playback on Linux, Adds HDR Support on Xbox One

Kodi 21.3 is here to improve Blu-ray playback on Linux, add HDR support on Xbox One, improve the speed of video library rescans, add support for Turkish keyboards on Linux, improve touch support for slider dialog arrows, and add support for HTTP Basic Authentication.

AerynOS 2025.10 Released with GNOME 49.1, KDE Plasma 6.5, and GNU libstdc++

AerynOS 2025.10 ships with the latest GNOME 49.1 desktop environment by default on the live ISO, along with the latest KDE Plasma 6.5 desktop environment for those who want to install AerynOS with KDE Plasma instead, or with System76’s COSMIC Beta desktop environment.

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.

news

FreeBSD 13.3-BETA1 Now Available

posted by Roy Schestowitz on Feb 05, 2024


The first BETA build of the 13.3-RELEASE release cycle is now available.
Installation images are available for:
o 13.3-BETA1 amd64 GENERIC o 13.3-BETA1 i386 GENERIC o 13.3-BETA1 powerpc GENERIC o 13.3-BETA1 powerpc64 GENERIC64 o 13.3-BETA1 powerpc64le GENERIC64LE o 13.3-BETA1 powerpcspe MPC85XXSPE o 13.3-BETA1 armv6 RPI-B o 13.3-BETA1 armv7 GENERICSD o 13.3-BETA1 aarch64 GENERIC o 13.3-BETA1 aarch64 RPI o 13.3-BETA1 aarch64 PINE64 o 13.3-BETA1 aarch64 PINE64-LTS o 13.3-BETA1 aarch64 PINEBOOK o 13.3-BETA1 aarch64 ROCK64 o 13.3-BETA1 aarch64 ROCKPRO64 o 13.3-BETA1 riscv64 GENERIC o 13.3-BETA1 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 list of changes since 13.2 is 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, 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/13.3-BETA1/
BASIC-CI images can be found at:
https://download.freebsd.org/releases/CI-IMAGES/13.3-BETA1/
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/BETA1
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/BETA1
=== Vagrant Images ===
FreeBSD/amd64 images are available on the Hashicorp Atlas site, and can be installed by running:
% vagrant init freebsd/FreeBSD-13.3-BETA1 % 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 as follows:
# freebsd-update upgrade -r 13.3-BETA1
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

Back to Our Animals [original]
The good news is, the fish coped OK in our absence
Canonical/Ubuntu Leftovers
Canonical/Ubuntu related news
Nearly 90% of Windows Games now run on GNU/Linux
great news
Fedora Linux 43 is here!
I’m excited to announce my very first Fedora Linux release as the new Fedora Project Leader
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.
 
Open Hardware/Modding: LILYGO, RISC-V, and More
hardware picks
Today in Techrights
Some of the latest articles
SUSE Hugs Buzzwords and Hack Week Project in OpenSUSE
some SUSE leftovers
Games: Bazzite, GOG, Vampire Survivors, and More More
catchup with gaming news
Recently in Red Hat's Blog
a handful of recent picks
Shotcut 25.10 Video Editor Released with Screen Recording, Typewriter Text Effect
Shotcut 25.10 was released today as the latest stable version of this open-source, cross-platform, and free video editing software for Linux, macOS, and Windows systems written in Qt and MLT.
Kodi 22 “Piers” Gets HEIF/HEIC and FFmpeg 8 Support, Alpha 2 Out Now
As part of today’s Kodi 21.3 release, the Kodi Foundation also published the alpha 2 version of the upcoming Kodi 22 (codename Piers) release, a major update that promises major changes.
Kodi 21.3 Improves Blu-Ray Playback on Linux, Adds HDR Support on Xbox One
Kodi 21.3 has been released today as the latest stable version for this free, open-source, and cross-platform media center and home theater software for Linux, Android, macOS, Windows, and other platforms.
AerynOS 2025.10 Released with GNOME 49.1, KDE Plasma 6.5, and GNU libstdc++
AerynOS 2025.10 Linux distribution is now available for download with the latest GNOME 49 desktop environment, Linux kernel 6.16, and more.
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.