Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

GStreamer 1.28.5 Multimedia Framework Adds Support for H.266/VVC Decoding

Coming about a month after GStreamer 1.28.4, the GStreamer 1.28.5 release is here to add support for H.266/VVC decoding to the gopbuffer element, fix subtitle green flickering with VA decoders on AMD GPUs, improve HEVC with alpha decoding in the H.265 decoder, and add ts-clocksync to the threadshare element.

Linux Mint’s Cinnamon 6.8 Desktop Environment Will Fully Support Wayland

The Linux Mint devs have been working hard on making Cinnamon’s Wayland session as stable as possible, and it looks like Cinnamon 6.8 will finally remove the “experimental” status of the Wayland session and fully support Wayland. Here are some of the features they’ve implemented so far:

Proton 11 Officially Released with Support for More Games Running on Linux

Based on Wine 11, Proton 11 release promises support for more Windows games that you can now play on your Linux box, including Universe Generator: The Golden Sword, DCS World Steam Edition, Resident Evil (1996), Resident Evil 2 (1998), Dino Crisis, From Dust, Blaite, and Dino Crisis 2.

KDE Plasma 6.6.6 Released with Numerous Bug Fixes and Various Improvements

Coming two months after KDE Plasma 6.6.5, the KDE Plasma 6.6.6 release is a bugfix one that addresses numerous issues, including a clipboard-related issue that could make XWayland-using apps lag or freeze after locking the screen.

TUXEDO Computers Plans to Rebase TUXEDO OS on Debian Testing

Linux hardware vendor TUXEDO Computers announced today that they plan to rebase their TUXEDO OS distribution on Debian GNU/Linux, moving away from Ubuntu, but still shipping a custom KDE Plasma desktop environment.

LinuxGizmos.com

LILYGO showcases new IoT devices with ESP32-C5 and Nordic nRF52840 MCUs

LILYGO has listed two compact development boards for wireless IoT applications: the T-Display C5, a small ESP32-C5-based board with a color LCD and dual-band Wi-Fi 6, and the T-Echo Card, a rugged LoRa-enabled device with GNSS, Bluetooth, NFC, solar charging, and an IP66-rated enclosure.

WINSYSTEMS SBC-477 PowerTier Series delivers Raptor Lake performance in a rugged SBC design

WINSYSTEMS’ SBC-477 PowerTier Series is a family of compact rugged single board computers for industrial and MIL/COTS applications, combining 13th Gen Intel Core Raptor Lake processors with DDR5 memory, dual Ethernet, Mini PCIe expansion, TPM 2.0 security, and extended-temperature operation.

Internet Society

The Organizations on the Front Lines of a Safer Internet Need Our Help

When telling the story of the Internet, people often place emphasis on notable entrepreneurs and tech companies and the economic value they create. But that’s just part of the story. An often-forgotten part is how much the Internet owes its design and success to the work of nonprofits, researchers, standards bodies, civil society groups, and public-interest institutions that believed the network should work for everyone.

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

GStreamer 1.28.5 Multimedia Framework Adds Support for H.266/VVC Decoding
GStreamer 1.28.5 open-source multimedia framework is now available for download with support for H.266/VVC decoding, HEVC with alpha decoding improvements, and more.
Linux Mint’s Cinnamon 6.8 Desktop Environment Will Fully Support Wayland
Cinnamon 6.8 will fully support Wayland in the next major Linux Mint release, along with various other improvements and new features.
Today in Techrights
Some of the latest articles
Switzerland: GNU/Linux All-Time Record [original]
Maybe Switzerland can beat Argentina next
Software Freedom, a Japanese Perspective - Part IV: GNU/Linux at 3.2% [original]
It was barely 1% not so long ago
Free and Open Source Software
This is free and open source software
postmarketOS in 2026-06: Plasma 6.7
This June Plasma 6.7 was released and found its way into Alpine Linux and postmarketOS thanks to Bart who maintains KDE in both distros
KDE Plasma 6.6.6 Released with Numerous Bug Fixes and Various Improvements
KDE Plasma 6.6.6 is now available as the sixth and last maintenance update in the KDE Plasma 6.6 desktop environment series with a couple of improvements and numerous bug fixes.
Proton 11 Officially Released with Support for More Games Running on Linux
Proton 11 is now available with support for Breath of Fire IV, Unknown Faces, Gothic 1 Classic, X-Plane 12, and many other Windows games that are now playable on Linux.
GNU/Linux Distributions and Operating Systems: ArchBang, Galactic Mandate Linux, and More
some new releases included
Videos/Audiocasts/Shows: Recent GNU/Linux Material in Invidious
or via Invidious
No Pain, No Glory [original]
When we return home we'll be stronger and more active
Recent Coverage About GNU/Linux and BSD in Valnet
half a dozen more articles
Raves About Docker Containers and Portainer
a pair of articles
Proxmox and Home Assistant OS 18.0 Coverage
From Valnet only
Raspberry Pi Projects: Storage and Other Uses
a couple of recent articles
Valnet Articles on GNU/Linux Games/Gaming
Games picks
GNU/Linux Leftovers
GNU/Linux picks
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Barry Kauler on EasyOS: Unmount-all-mounted-partitions bug and yff audio video utility version 3.1
a couple of updates this week
Games: Steam Deck, Steam Machine, and Godot 4.8 Dev 1
gaming picks
Security Leftovers
Security related picks
Hardware Projects: ESP32 and More
several new Linux-ish news picks
Kernel Space or Linux News
Kernel leftovers
today's howtos
Instructionals/Technical picks
IBM Unix Lawsuit Back, IBM Red Hat Promotes LLM Slop and Other Slop
IBM Red Hat leftovers
Android Leftovers
Your Android work profile is finally coming to Wear OS smartwatches
Linux 7.2-rc2
It's Sunday afternoon, and rc2 is out. Things look very normal - it's not a small rc2, but it's in line with recent releases, and slightly smaller than rc2 was in 7.1.
Audiocasts/Shows: Dirk and Linus, LINUX Unplugged, Late Night Linux, and More
episodes and more
4 ways to run a full Linux desktop on your Android phone
Android is based on Linux
Free and Open Source Software, and Benchmark
In this series, I put the BOSGAME mini PC through its paces from a Linux perspective
A brand-new release of Hannah Montana Linux features a KDE Plasma 6 base and a lot of pink
The Linux community is full of distro creativity. Some distros are created to solve a specific problem, while others are made for fun
GlouOS – Arch-based Linux distribution
GlouOS is an Arch-based Linux distribution designed for gaming
System76 Launches New Lemur Pro Linux Laptop with 18-Hour Battery Life
System76 launches new Lemur Pro ultraportable Linux laptop with all-day battery life, Intel Core Ultra processors, and a 16-inch variant.
TUXEDO Computers Plans to Rebase TUXEDO OS on Debian Testing
TUXEDO Computers is moving away from Ubuntu and plans to rebase their TUXEDO OS distribution on Debian GNU/Linux, but still using the KDE Plasma desktop environment.
OpenSSH 10.4 Released
OpenSSH 10.4 is out
GNU/Linux Leftovers
3 leftover stories
Free, Libre, and Open Source Software Leftovers
FOSS and more
Programming Leftovers
Development with Python, Raku, and more
Hardware: Linux Devices, Purism, and More
a handful of picks
Software Freedom, a Japanese Perspective - Part III: Proprietary Software Suboptimal [original]
Free software does not have such artificial limitations
New PostgreSQL Related Releases and Talks
4 new PostgreSQL picks
7 tricks to make learning the Linux command line easier
The Linux command line can seem impenetrable, with arcane instructions and a focus on text interfaces
Free and Open Source Software
This is free and open source software
5 tiny Linux tools I can't live or work without
Linux has a wealth of applications
Games: Mario Kart World, Microsoft Mass Layoffs, OpenRCT, DXVK, and More
mostly from GamingOnLinux
Today in Techrights
Some of the latest articles