Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Release: Tails 6.17

For more details, read our changelog.

9to5Linux

GStreamer 1.26.3 Multimedia Framework Patches H.266 Video Parser Security Flaw

Coming almost a month after GStreamer 1.26.2, the GStreamer 1.26.3 release adds a new speech synthesis element around ElevenLabs API, adds new thread-sharing 1:N inter source and sink elements, as well as a ts-rtpdtmfsrc, and adds support for BT.2100 PQ and 1:4:5:3 calorimetry to the Video4Linux capture source.

PipeWire 1.4.6 Adds New Option to Disable RAOP, Improves the ALSA Plugin

PipeWire 1.4.6 is here to fix bugs that could crash the filter-chain and ALSA plugin, improve latency reporting in module-combine-stream, improve save activation/deactivation of the filter-graph in module-filter-chain to avoid crashes, and fix a refcount issue in the device provider.

Ubuntu Buzz !

Dolphin - An Intro to the Kubuntu File Manager

Dolphin is the default Kubuntu file manager application. Blue folder icon, positioned beside launcher button on the panel, run fast, simple by default and powerful when needed, that's Dolphin. Just like what we have discussed at the previous episode, Discover Application Store, we will also explain Dolphin in details with screenshots and further references. We hope this helps every Kubuntu users. Now let's start reading!

LinuxGizmos.com

$25 NanoPi R3S LTS Router Board Adds HDMI and Speaker Support in Updated Design

FriendlyElec has released the NanoPi R3S LTS, an updated version of its compact single-board network platform based on the Rockchip RK3566. This revision introduces key hardware changes, including HDMI 2.0 video output, a repositioned USB 3.0 Type-A port, and a more refined peripheral layout, while retaining dual gigabit Ethernet and broad software support.

Radxa Unveils Intel N150 SoM and Carrier Board with Dual Ethernet and Support for Six M.2 or U.2 Devices

Radxa has introduced the NX150, a compact System-on-Module featuring the Intel N150 processor and a matching carrier board. Designed in the Jetson Xavier NX form factor, it offers an x86 alternative for edge computing, media, and AI applications.

Libre Computer Updates Alta and Solitude SBCs with New Firmware and Wake-on-LAN Support

Libre Computer has released new firmware updates for its low-cost single-board computers, the AML-A311D-CC Alta and the AML-S905D3-CC Solitude. These SBCs are designed with Raspberry Pi-compatible form factors and target applications such as embedded Linux development and low-power computing.

DietPi June 2025 Update Adds Orange Pi 5 Ultra Support and Major Fixes

The June 2025 release of DietPi v9.14 adds support for new Orange Pi boards, introduces the GZDoom game engine, and brings system improvements, bug fixes, and driver refinements for better SBC compatibility.

SoM-SD520 with 9-TOPS MediaTek Genio 520 Targets Edge and Smart IoT Applications

The SoM-SD520 is a compact SoM based on the MediaTek Genio 520 processor. It targets applications in smart homes, edge AI computing, interactive retail systems, and industrial IoT, offering a balance of performance, connectivity, and multimedia support.

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

Games: Gaming on GNU/Linux, Action Pi, and Bazzite
Games-related picks
Google Outsources Agent2Agent to Microsoft Proprietary Jail (GitHub), Linux Foundation is Openwashing Dangerous Hype
Some LF openwash
Ubuntu 25.10 Snapshot 2 is Now Available to Download
Ubuntu 25.10 Snapshot 3 will be released on July 31 2025
French city of Lyon ditching Microsoft for FOSS
The French city of Lyon has decided to ditch Microsoft’s Office suite and plans to adopt Linux and PostgreSQL
today's leftovers
mostly GNU/Linux
Release of Oracle Linux 10
RHEL clone
PipeWire 1.4.6 Adds New Option to Disable RAOP, Improves the ALSA Plugin
The PipeWire project has released PipeWire 1.4.6 today as another maintenance update to the latest PipeWire 1.4 series of this popular open-source server for handling audio/video streams and hardware on Linux systems.
With Version 9.0 Release, ONLYOFFICE Becomes an Even Better Choice for Linux Users
ONLYOFFICE is getting better with each release
 
Games: Dream Handheld, IBM's Blow, and "Proton On Linux For All Titles"
gaming picks
Security Leftovers
Security patches and more
Applications and Education
some leftovers
Programming Leftovers
Development related picks
This Week in GNOME and GNOME Foundation Report
GNOME news
Fedora, Red Hat People, and Diversity
some IBM picks
Open Hardware/Modding: Arduino, Fairphone, and Much More
gadgets and more
today's howtos
not so many
Bcachefs may be headed out of the kernel
2 stories
Microsoft Tries Calling Windows "Linux" (to Confuse People), Media Frenzy Over Meaningless Colour Change, Vapourware Ahead of Mass Layoffs Next Week
Microsoft related picks
Android Leftovers
The Pixel Watch 3 is the first Android device with this precise Bluetooth tracking feature
The European Union Linux desktop
Privacy isn't the only issue
Audiocasts, Red Hat, and Hardware
today's leftovers
Games: GEEKDeck, DayZ Badlands, SteamOS, and More
9 picks regarding games
Interview with Sevenix (author of GIMP 3.0’s splash image)
A few years ago, we had started a series of interviews (mitch and schumaml)
Wine 10.11 Released with NTSync Prep and Fixes for Over 25 Bugs
Wine 10.11 brings fixes and early NTSync groundwork
4 things Linux still gets wrong for the average user
I have been a Linux user for years now
Free and Open Source Software
This is free and open source software
Indoor building mapping in OSM
As I’m mostly involved in using rather than creating OSM data I didn’t have a good answer for that back then
This Week in Plasma: inertial scrolling, RDP clipboard syncing, and more session restore
Probably the biggest one is the next piece of the Wayland session restore puzzle clicking into place...
Stable kernels: Linux 6.15.4, Linux 6.12.35, Linux 6.6.95, Linux 6.1.142, Linux 5.15.186, Linux 5.10.239, and Linux 5.4.295
I'm announcing the release of the 6.15.4 kernel
Today in Techrights
Some of the latest articles
today's leftovers
only 2 more for now
KDE will drop Qt5 CI Support and Second beta for Amarok 3.3 available
some KDE news
Security Leftovers
Security related picks
Open Hardware: Raspberry Pi, Fairphone, GameCube Modding
hardware picks
Linux Kernel Leftovers
a few more about Linux
Programming Leftovers
Development picks
GStreamer 1.26.3 Multimedia Framework Patches H.266 Video Parser Security Flaw
The GStreamer project released GStreamer 1.26.3 as the third maintenance update to the latest GStreamer 1.26 series of this popular open-source and cross-platform multimedia framework.
Free, Libre, and Open Source Software, Web, and Standards
FOSS and more
Programming Leftovers
Development related news/views
Debian and Canonical/Ubuntu Leftovers
3 stories
BSD: Latest in BSD Now, Installing *BSD in 2025, FreeBSD Ports and Packages Security Project
BSD news
today's howtos
many howtos
Games: Steam Games with Native GNU/Linux Clients, Steam Deck, and More
Games-related picks
Deepin 25 Launches as Immutable Linux Release
Deepin 25 launches as an immutable Linux system, featuring a revamped desktop
Tails 6.17 Released with Improved Password Management
Tails 6.17 privacy-focused Linux distro is out now with a new "Show Password" feature
today's leftovers
3 more links for now
New Videos About GNU/Linux
past week's videos of choice
Red Hat Leftovers
mostly redhat.com stuff
Canonical/Ubuntu Leftovers
news from and about Ubuntu
4 ways the latest KDE Plasma release is better than ever - and how to try it yourself
KDE Plasma 6.4 is here with quite a few new features and improvements
Open Hardware: Raspberry Pi and Radxa Board
3 stories for now
Games: Vulkan, Chroma Blasters, Number Machine, and More
9 stories
GStreamer 1.26.3 Delivers Bug and Security Fixes
GStreamer 1.26.3 multimedia framework fixes H.266 parser flaws
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
$25 NanoPi R3S LTS Router Board Adds HDMI and Speaker Support in Updated Design
The original NanoPi R3S is already supported by Armbian
OpenELA Introduces Open-Source Verification Suite for Enterprise Linux
OpenELA launches ELValidated
Before Windows 10 goes EOL, I'm testing three alternative Linux distros to save my 6-year-old laptop from the landfill | Tom's Hardware
As the ship sinks, in which direction should you jump?
Today in Techrights
Some of the latest articles
3 Years of New Tux Machines [original]
Simpler is better
Android Leftovers
This new Android feature is awful and there's no way to turn it off
XLibre Proposed as Fedora’s New Default X11 Server
Fedora Linux 43 may replace the aging Xorg Xserver with XLibre
Sharing Food With Nature (Fauna) [original]
"sharing is caring" is not just for humans
Fedora 44 Plans to Drop i686 Support and 32-Bit Multilib Compatibility
Fedora targets Fedora 44 to remove i686 packages and multilib support
Hone Your Linux Skills With These 6 Free Games
Are you sick of reading cryptic manuals and boring articles for learning Linux
Free and Open Source Software
This is free and open source software
BredOS – Arch-based Linux distribution designed for single-board computers
BredOS is a user-friendly Arch Linux-based operating system ARM-based single board computers (SBCs)
Plasma 6.4 review - A worrying trend
My favorite desktop environment has just received an update
Modicia OS: Multimedia-Focused Linux With Flair
Modicia O.S. blends powerful multimedia tools, unique features
This free Linux distro is the easiest way to revive your old computer. How it works
If you're trying to revive a sluggish or aging PC, Linux Lite 7.4 is a lightweight
Gemini Protocol Spreading [original]
At 3070 capsules, Gemini Protocol is more than enough to find plenty of information, such as cooking recipes, technology news, philosophy, photographs and so on
Security Leftovers
Security picks for today
GNU/Linux and Free Software Leftovers
mostly GNU/Linux
Programming Leftovers
coding related picks
BSD Leftovers
news related to the BSDs
Intel's Implosion, Hackable Devices, and Fairphone
some hardware picks
today's howtos
not so many so far today
Audiocasts/Shows: Risky Business, Linux in 2025, FLOSS Weekly, and DNS
some videos/shows
GNU/Linux and Free Software Leftovers
mostly GNU/Linux focus
Open Hardware and Retro: "FrankenPad", Amiga, and More
Hardware picks
Programming Leftovers
Development related links
Security, Windows TCO, and GitHub Code Execution Vulnerability
security leftovers
Games: Stalker 2, Palworld - Tides of Terraria crossover, Secret Agent Wizard Boy, and More
7 stories from GamingOnLinux
Android Leftovers
Samsung reportedly expects to ship just ‘100,000’ Android XR headsets this year
3 things Linux needs to have before I can make the swap
I also had the pleasure of working with Linux extensively
Free and Open Source Software, and Review
This is free and open source software
Samsung A54, One UI 7.0 & Android 15 update
The new Android 15 (plus Samsung polish) mostly looks better than before
DietPi June 2025 Update Adds Orange Pi 5 Ultra Support and Major Fixes
DietPi is a lightweight, Debian-based operating system optimized for single-board computers and embedded systems
SoM-SD520 with 9-TOPS MediaTek Genio 520 Targets Edge and Smart IoT Applications
This enables integration into a range of embedded Linux and Android environments
Libre Computer Updates Alta and Solitude SBCs with New Firmware and Wake-on-LAN Support
According to Libre Computer, Fedora 42 Live boots successfully on both devices
Your only obligations are the promises you make
One of the realities of creating open source software is that people will come along and say you must do something
Today in Techrights
Some of the latest articles
LWN Articles on Kernel
Linux pieces outside paywall
On WordPress as Content Management System (CMS) and Plugins
WP news