Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

MS-C927 Compact Box PC with Intel Meteor Lake-U and Arrow Lake-U

The MS-C927 is an upcoming compact fanless box PC built on Intel’s Meteor Lake-U and Arrow Lake-U processors. It targets low-power, silent operation in industrial and embedded environments such as automation, transportation, and edge computing, and comes in a 130 × 155 × 40 mm form factor with wall and DIN-rail mounting options.

FRDM-MCXW23 Development Board with MCX W23 Wireless MCU and BLE 5.3

The FRDM-MCXW23 is a development board based on the MCX W23 Bluetooth Low Energy 5.3 wireless MCU. It provides a compact platform for evaluating low-power wireless designs, targeting applications such as portable medical devices, smart appliances, automation systems, and asset tracking.

Low-Cost FireBeetle 2 ESP32-P4 Now Available with Wi-Fi 6, MIPI CSI/DSI, and RISC-V Core

DFRobot has officially introduced the FireBeetle 2 ESP32-P4, a compact microcontroller board built for computer vision and multimedia projects. Priced at $11.90, it pairs the ESP32-P4 SoC with a companion co-processor for Wi-Fi 6 and Bluetooth connectivity, targeting applications such as cameras, smart home devices, and interactive interfaces.

Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU

Forlinx Embedded, an NXP gold partner, has officially launched its FET-MX9596-C SoM and the companion OK-MX9596-C development board. Built around NXP’s i.MX 95 processor family, the platform targets industrial automation, medical systems, and edge AI applications.

9to5Linux

Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16

Released on May 25th, 2025, Linux kernel 6.15 introduced new features like Rust support for hrtimer and ARMv7, a new setcpuid= boot parameter for x86 CPUs, support for sched_ext to count and report internal events, x86 Intel and AMD PMU enhancements, nested virtualization support for VGICv3 on ARM, and support for emulating FEAT_PMUv3 on Apple Silicon.

LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New

Highlights of LibreOffice 25.8 include up to 30% faster opening of files in Writer and Calc, support for exporting PDF 2.0, optimized memory management for smoother operation on virtual desktops and thin clients, improved scrolling through large documents, and completely overhauled word hyphenation and spacing.

Tor Project blog

New Release: Tails 6.19

Follow our installation instructions:

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

Fooyin 0.9 Music Player Arrives with Artwork Downloads, Synced Lyrics
Fooyin 0.9 open-source music player is out with support for artwork downloads
PinePhone Pro Linux smartphone has been discontinued, but the original PinePhone is still available
The PinePhone Pro is a Linux-friendly smartphone that launched in early 2022 as a higher-performance alternative to the original PinePhone
LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New
The Document Foundation released today LibreOffice 25.8 as the latest stable version of this popular, powerful, open-source, free, and cross-platform office suite for GNU/Linux, Android, macOS, and Windows systems.
CachyOS — Distrowatch’s Top Distro Has Speed, Polish and Features
CachyOS delivers top‑tier performance, modern desktop choices
 
Today in Techrights
Some of the latest articles
Free and Open Source Software, howtos and Installations
This is free and open source software
GNU/Linux and Sharing
FOSS and more
Audiocasts/Shows: FLOSS Weekly, Ask Noah Show, and Going Linux
3 new episodes
Benchmarking 3D graphic cards and their drivers, mesa 25.2.1 released
graphics news
Applications: Self-hosting With Proxmox, PKGget, Neovim vs Vim Comparison, and Newelle
software updates
Debian and Ubuntu Leftovers
3 stories
Web Browsers/Web Servers/Web Frameworks
Some Web and FOSS updates
KDE: Giving It a Try and Krita Monthly Update
a pair of KDE posts
Retro and Open Hardware/Modding: ESP32 and SPARCs
Hardware blog posts and more
Programming Leftovers
Development picks
Security Leftovers
updates and more
Red Hat Leftovers
Red Hat publications, mostly in its site
today's howtos
idroot and more
Tails 6.19 Brings Tor, Thunderbird, and Browser Updates
Tails 6.19, a privacy-focused Linux distro, is out with updated Tor Browser 14.5.6
Perl-Critic – static analyzer
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code
Security Leftovers
Security related leftovers
LWN Articles About Python
2 new articles
ArchWiki Talk and Bluestar 6.16.1 is Out Based on Arch
Arch news
Games: Proton Experimental, iRacing Arcade, and More
13 stories from GamingOnLinux
Android Leftovers
7 open source Android apps that made my phone (and life) simpler
What to Expect From ClamAV 1.5 Open-Source Antivirus
ClamAV 1.5 antivirus RC is out, bringing FIPS-compliant signature verification
Forty years, forty links
The Free Software Foundation (FSF)'s fortieth anniversary is approaching
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.16.2, Linux 6.15.11, and Linux 6.12.43
I'm announcing the release of the 6.16.2 kernel
Want to learn Linux? These 5 games make it fun - and they're free
Does the thought of learning Linux seem daunting
LWN on Kernel, Python, and Arch
6 new articles
StarDict sends X11 clipboard to remote servers
StarDict on Wayland doesn't have this problem, because Wayland prevents applications from being able to capture text from other applications by default
Today in Techrights
Some of the latest articles
Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16
This is your friendly reminder that, as of today, the Linux 6.15 kernel series has reached the end of its supported life, which means that you should consider upgrading to Linux kernel 6.16 as soon as possible.
Windows TCO: Microsoft Breaks Hardware Through Windows Updates
Vista 11 glory
Unpatched (for Years) Systems and "Linux" Gets the Blame
Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation
Mozilla to Make Firefox Better at Mass Censorship via Certificate Authorities, Firefox WebDriver Newsletter, Release of Tor Browser 14.5.6
Firefox news
GNU/Linux, GNOME and More
some leftovers for today
Open Hardware/Modding: Raspberry Pi and Radxa Cubie A7A
Hardware picks
GNU Project: GNU Radio, gprofng-gui 2.2, and Free Software Directory Meeting on IRC
FSF and GNU catch-up
Programming Leftovers
Development related picks
Security Leftovers
Security and more
Web Browsers/Web Servers/Web Sites Leftovers
WWW-centric news
Canonical/Ubuntu Leftovers
bad and good
today's howtos
lots from idroot
EasyOS Development Updates and Milestones
3 posts from EasyOS developer
Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New
After being in beta phase during the past month, the Firefox 142 open-source web browser is now available for download ahead of its official unveiling on August 19th, 2025.
Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments
Thunderbird 142 is out today as the latest stable version of this popular, free, open-source, and cross-platform email client for GNU/Linux, macOS, Android, and Windows.
Red Hat Leftovers
latest from redhat.com
today's leftovers
Windows TCO and more
Games: HELLDIVERS, Deadlock, LookPilot, and More
latest from GamingOnLinux
Social Control Networks and Drupal Were a Waste of Time, a 'Bubble' [original]
Leaving social control media didn't have any noticeable impact on us
Android Leftovers
Ayaneo’s dual-screen Android handheld is its next modernized Nintendo DS
FreshRSS 1.27 Feed Agregator Now Supports PHP 8.5+
FreshRSS 1.27 self-hosted RSS feed aggregator adds stronger security
I Tested 9 Arch-Based Linux Distros, Here's How I Rank Them
Want to try an Arch-based distro but don’t know where to start
Kdenlive 25.08.0 released
The Kdenlive team is happy to announce the release of version 25.08.0 packed with over 300 commits and fixing more than 15 crashes
Free and Open Source Software
This is free and open source software
Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU
The company will provide Linux BSP support, design documentation, and customization services for integration into long-lifecycle products
Valnet/How-To Geek on Trying GNU/Linux, Kubuntu Focus, Fractal, and Syncthing 2.0
4 recent articles
Linux Mint 22.2 “Zara” Is Available for Public Beta Testing, Download Now
After a few days of testing, the Linux Mint team has published today the ISO images of the beta version of the upcoming Linux Mint 22.2 release, which can be downloaded (for testing purposes) from the official mirrors.
HandBrake 1.10 Open-Source Video Transcoder Brings New “Social 10MB” Presets
HandBrake 1.10 was released today as a major update to this free and open-source video transcoder application for converting between a multitude of video file formats.
Today in Techrights
Some of the latest articles