Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

M5Stack Unit PoE-P4 Pairs RISC-V ESP32-P4 and 802.3at PoE in 64mm Module

M5Stack has introduced the Unit PoE-P4, a compact PoE-powered Ethernet controller built around Espressif’s ESP32-P4 SoC. The module integrates 16MB Flash, 32MB PSRAM, a 10/100 Ethernet PHY, dual MIPI interfaces, and USB connectivity in a 64 × 24 mm form factor.

Ubuntu Buzz !

How To Subscribe To News using Thunderbird on Ubuntu

 ****

9to5Linux

Slackware-Based PorteuX 2.6 Released with Linux 6.19, TLP Support, and More

Coming two months after PorteuX 2.5, the PorteuX 2.6 release is powered by the latest and greatest Linux 6.19 kernel series, and features the KDE Plasma 6.5.5, GNOME 49.4, Xfce 4.20, LXQt 2.3, Cinnamon 6.6, COSMIC 1.0.8, MATE 1.28.2, and LXDE 0.11.1 desktop environments as standalone flavors.

BunsenLabs Carbon Is Here with Support for Wayland Sessions, Based on Debian 13

Based on the latest and greatest Debian GNU/Linux 13 “Trixie” operating system series and powered by the long-term supported Linux 6.12 LTS kernel series, BunsenLabs Carbon introduces support for launching Wayland sessions, along with a wrapper script for pkexec to run under Wayland.

Shotcut 26.2 Open-Source Video Editor Released with Various Improvements

Coming a month after Shotcut 26.1, the Shotcut 26.2 release adds a search field to Subtitles, adds support for the underline and strikethrough options in the Font dialog for the text filters, and adds support for toggling all of the other tracks by holding the Alt key while clicking Mute and Hide on the Timeline track.

Calibre 9.4 Adds “Reading Stats” to the E-Book Viewer to Show Reading Progress

The weekly Calibre releases continue, and Calibre 9.4 is here to introduce “reading stats” to the E-book viewer to show reading progress, a nicer Edit book UI for changing the entries in the insert tag menu, an option to the Cover grid to draw text flush with the bottom of the rendered cover, along with an option to draw emblems on top of a cover.

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

Dr. Andy Farnell on Pulling the Plug [original]
Who does your technology serve?
In Praise of Catalyst2, My Webhost Since 2004 [original]
Here's to the next 22 years!
Stable kernels: Linux 6.19.3, Linux 6.18.13, Linux 6.12.74, Linux 6.6.127, Linux 6.1.164, Linux 5.15.201, and Linux 5.10.251
I'm announcing the release of the 6.19.3 kernel
"Attestation" Mandated in US If American Politicians Get Their Way
Linux also
Arch-based Bluestar Linux 6.18.9 drops with a new kernel, Firefox 148, LibreOffice 26.2.1, and more
Advertised as an operating system "that provides a breadth of functionality and ease of use without sacrificing aesthetics
 
AerynOS 2026.02 Released with GNOME 49.4, KDE Plasma 6.6, and COSMIC 1.0.8
The AerynOS project released today a new ISO snapshot of this independent GNU/Linux distribution, AerynOS 2026.02, which brings various package updates and improvements.
Spending More Effort/Time on Gemini Protocol [original]
More and more people recognise the Web's weaknesses and look for something else
Today in Techrights
Some of the latest articles
Another Geminispace Milestone [original]
For those who don't know Gemini Protocol, it's simpler and thus faster than the Web
March About to Commence [original]
Today we were out all morning
Slackware-Based PorteuX 2.6 Released with Linux 6.19, TLP Support, and More
PorteuX 2.6 has been released today as the latest snapshot of this Slackware-based distribution inspired by Slax and Porteus and designed to be super fast, small, portable, modular, and immutable.
Security Leftovers
Security patches and more
today's leftovers
mostly GNU/Linux
Free, Libre, and Open Source Software Leftofers
RSS, LibreOffice, and more
Programming Leftovers
Development news
Mobile Systems/Mobile Applications: The 'Smartphone' Fatigue and "State of [GNU/]Linux Mobile 2026"
a pair of new articles
Mozilla Development and Localization
Mozilla Firefox links
Software Freedom: Cory Doctorow, Moving off American Tech, and Choosing Nextcloud, not OpenCloud
Software Freedom links
Ubuntu: Snapshot, Open Hardware and Reduced Security With Rust Fetishists
Ubuntu leftovers
Tumbleweed and OpenSUSE Roundup
OpenSUSE updates
Games: Framework, Godot, and More
gaming leftovers
Hardware and Devices: ESP32, Arduino, and More
Hardware leftovers
today's howtos
Instructionals/Technical posts
Red Hat and Fedora Leftovers
mostly from the Red Hat site
Games: OrangePi Neo, Gambonanza, and More
latest 8 from GamingOnLinux
Linux-based Orange Pi Neo gaming handheld delayed due to rising RAM and storage costs
The Orange Pi Neo gaming handheld has been delayed
Linux Mint released its best version yet, and it’s the ultimate Windows replacement
For people looking to switch from Windows, the common question asked is what the most suitable Linux distribution is
Free and Open Source Software
This is free and open source software
today's leftovers
OMEMO, WordPress, and More
This Week in Plasma: Vietnamese lunar calendar and rounder highlights
This week, in addition to the typical post-Plasma-release bug-fix spree, folks started working on UI improvements and features
Canadian Software Boutique SimplyPHP Acquired by Startup-Focused TLM
The deal pairs a boutique PHP outsourcing shop with a startup-focused product studio
Open Hardware/Modding: Framework, Raspberry Pi CM5, and More
Raspberry Pi and other devices
Red Hat on hosted control planes (HCP) and Rocky Linux or CIQ selling long-term support (LTS)
IBM and clones
Linux explores new way of authenticating developers and their code and Linux 7.0
Linux news
BunsenLabs Carbon Is Here with Support for Wayland Sessions, Based on Debian 13
BunsenLabs Carbon has been released today, more than two years after BunsenLabs Boron, with a new Debian base for this OpenBox-based and lightweight distro, the successor of the acclaimed CrunchBang Linux distribution.
Today in Techrights
Some of the latest articles
Nvidia is also hunting for Linux developers to help advance gaming on FOSS
It has been an exciting start to 2026 for gamers on Linux
GNU/Linux, BSD, and KDE
today's leftovers
Free, Libre, and Open Source Software, Open Data, and Standards
FOSS and more
Open Hardware/Modding: Arduino, Raspberry Pi, and More
Hardware news
Programming Leftovers
Development news
Rust Makes Ubuntu Less Secure, Ubuntu 26.04 Snapshot 4 is Out, and Installing Ubuntu on the HP Z2 Mini
Canonical/Ubuntu leftovers
Official Ubuntu 26.04 ‘Resolute Raccoon’ mascot revealed
Official mascot artwork for Ubuntu 26.04 LTS ‘Resolute Raccoon’ has been revealed
Applications: FOSS Weekly, GNU/Linux Monitoring Tools, gzpeek, and 4 GNU/Linux Terminal Apps
software leftovers
OpenZFS and OpenBSD Leftovers
BSD picks
Slop and 'Clown Computing' Extravaganza From Red Hat
latest from Red Hat
Security Leftovers
patches, breaching systems, and more
Games: Snake Session Handler Daemon or sshd, "Valve's Loot Boxes" and "Running Doom on a 20-Year-Old Snom 360 Office Phone"
gamine leftovers
today's howtos
Instructionals/Technical leftovers
PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released; PostgresCompare 1.1.104 and pgvector 0.8.2 Released
Releases related to PostgreSQL
Android Leftovers
Your Android phone already has a minimal phone built-in
Why Kubuntu's next big update is a massive win for multi-monitor Linux users
Kubuntu Linux is set to release a major update later this spring
Shotcut 26.2 Open-Source Video Editor Released with Various Improvements
Shotcut 26.2 has been released today as the latest stable version of this open-source, cross-platform, and free video editing software written in Qt using the MLT framework.
Canonical and Ubuntu RISC-V: a 2025 retro and looking forward to 2026
2025 was the year that RISC-V readiness gave way to RISC-V adoption
ONLYOFFICE Docs 9.3 released: Enhanced PDF Editor, more signature options, Multipage View, Solver in sheets, and more
The latest update for ONLYOFFICE Docs is here, bringing more than 30 new features
Free and Open Source Software
This is free and open source software
In Memory of Hans de Graaff
We share the tragic news that Hans de Graaff (graaff), a longtime Gentoo developer, has passed away
Stable kernels: Linux 6.19.4 and Linux 6.18.14
I'm announcing the release of the 6.19.4 kernel
Years Ago Tux Machines Quit Social Control Media. Now Entire Nations - Liberal States Too - Recognise It as a Threat and Accordingly Ban Social Control Media (First for Children/Adolescents) [original]
Social Control Media made society so much worse off
Games: SpaghettiKart, Legends of Rock, MARVEL MaXimum Collection, and More
half a dozen
Games: Valve, Brotato, and More
half a dozen news picks
BSD/Linux Kernel Space: Linux 7.0, 6.6, 6.12, and 6.18; ZFS and More
mostly Linux
Android Leftovers
5 Android phones you should buy instead of the Samsung Galaxy S26 Ultra
Debian 14 will drop Gtk2 – unless Ardour rides to the rescue
Many dependent apps, including FreePascal and Lazarus, face the chop
Debian: Louis-Philippe Véronneau, Clonezilla Live 3.3.1-35, and More
Debian leftovers
I replaced Android with a full Linux desktop on my old phone, and it's shockingly usable
Fedora is one of the many Linux distros you can install on your computer
9 open source operating systems that aren't Linux
If you hear the term "open-source," you might think of Linux
Tails 7.5 Anonymous Linux OS Released with Updated Tor Client and Tor Browser
Tails 7.5 has been released today as the fifth update in the Tails 7.x series of this portable Linux distribution based on Debian GNU/Linux and designed to protect you against surveillance and censorship.
In 2026 Tux Machines is Improving [original]
We have a common mission and every week we make measurable advancements
Free and Open Source Software
This is free and open source software
postmarketOS in 2026-02: generic kernels
The biggest thing in February for postmarketOS was of course FOSDEM and our hackathon
Microsoft Windows Falls to All-Time Low in Antigua And Barbuda (57.48%) [original]
The world's preferences are fast changing
Calibre 9.4 Adds “Reading Stats” to the E-Book Viewer to Show Reading Progress
Calibre developer Kovid Goyal released Calibre 9.4 as the latest stable version of this popular, open-source, free, and cross-platform e-book management software.
Today in Techrights
Some of the latest articles