Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Release: Tails 6.14.1

We improved the confinement technology that we use to protect your files from possible security vulnerabilities in Tor Browser.

LinuxGizmos.com

Luckfox Nova Features Cortex-A35 and Onboard Audio Peripherals

This device shares the same form factor as other LuckFox boards, such as the Pico Ultra RV1106 (ARM Cortex-A7) and the Lyra Ultra (ARM Cortex-A7 & Cortex-M0), but integrates a Cortex-A35 processor instead.

Axzez Expands OS Compatibility, Lowers Interceptor 2.0 Pricing

According to the announcement, this release delivers a unified image supporting both Raspberry Pi CM4 and CM5 variants, reducing setup time and improving compatibility across platforms. Users can choose between server and desktop configurations based on their deployment needs.

ESP32-P4-Module-DEV-KIT Introduces Wi-Fi 6, Dual-Core RISC-V, and Ethernet

The ESP32-P4-Module-DEV-KIT is a low-cost development board based on the ESP32-P4, with an integrated ESP32-C6 coprocessor. It supports Wi-Fi 6, Bluetooth 5/BLE, and is designed for embedded HMI applications and edge computing.

9to5Linux

Calibre 8.2 Ebook Manager Updates the Kobo Driver with New Tolino Firmware

Calibre 8.2 is here to update the Kobo driver with support for new Tolino firmware and a fix for an issue that caused the Kobo renderer to ignore hyphenation and extra CSS that’s being added to KEPUB files.

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

Inkscape 1.4.1 Brings Snap App Fixes, New Features
Digital artists, designers and vector illustrators among you may be be interested to know that an updated version of open source graphics app Inkscape is out
Thunderbird Launches Open Source Services to Rival Gmail and Office365
Thunderbird launches Thundermail and Pro services to offer an open-source alternative to Gmail and Office365
Tails 6.14.1 Released with Improved Tor Browser Integration
Tails 6.14.1, a privacy-focused Linux distro, brings better Tor Browser usability, security fixes, and updated components
 
Today in Techrights
Some of the latest articles
Android Leftovers
14 handy hidden tricks for Google Maps on Android
Why I Don't Use Linux on My Desktop PC
Linux is a great operating system, but I just can't use it as my main desktop
Here's Everything New in Ubuntu 25.04 'Plucky Puffin'
Ubuntu 25.04, nicknamed "Plucky Puffin" is arriving this month
GNU/Linux and Free, Libre, and Open Source Software Leftovers
FOSS and more
Red Hat Official Publications and Paid-for Red Hat Fluff
Red Hat links
Open Hardware: ESP32, Coreboot Release, and More
gadgets and devices for now
Security Leftovers
Security-related stuff
GNU Octave 10.1.0 is out with New Functions [Ubuntu PPA]
GNU Octave, the free open-source programming language for scientific computing and numerical computation
Programming Leftovers
Development picks
today's howtos
last batch for Friday/week
Free and Open Source Software
This is free and open source software
Fun and productivity in Linux
You know me. Mega curmudgeon. Whenever I review Linux distros, I'm usually unhappy. Lots of people mistake my negativism as something inherently anti-Linux
A VisionFive 2 and a Raspberry Pi 1 B
A couple weeks ago I was playing around with a multiple architecture CI setup with another team
LXC/LXCFS/Incus 6.0.4 LTS release
The Linux Containers project maintains Long Term Support (LTS) releases for its core projects
Calibre 8.2 Ebook Manager Updates the Kobo Driver with New Tolino Firmware
Calibre developer Kovid Goyal released today Calibre 8.2 as a new stable version of this powerful, open-source, cross-platform, and free ebook management software for GNU/Linux, macOS, and Windows.
Huion Inspiroy H610X - review on GNU/Linux
This article accompanies my video review of the Huion Inspiroy H610X
Calibre 8.2 Brings New Kobo and Kindle Features
Calibre 8.2 ebook manager adds new Kobo firmware support
Android Leftovers
Android 15's Theft Detection Lock is overreacting, users say
Fedora 43 Ushers in RPM 6, Introduces New Project Leader
Fedora 43 will include RPM 6, a major upgrade approved by FESCo this week
Celluloid 0.28 Video Player Brings UI Redesign, Lua Modules Support
Celluloid 0.28 open-source video player is out with a refreshed interface, playlist duration display, and playlist navigation via next/previous buttons
Best Free and Open Source Software
If you’re looking to move away from products developed by Progress, let’s explore the finest open source alternatives
Axzez Expands OS Compatibility, Lowers Interceptor 2.0 Pricing
Axzez has officially released its updated Interceptor OS Installer
Luckfox Nova Features Cortex-A35 and Onboard Audio Peripherals
LuckFox has introduced a compact Linux development board named Luckfox Nova
Contribute at the Fedora Linux 42 Kernel 6.14 & A11Y Test Week
Fedora test days are events where anyone can help make certain that changes in Fedora Linux work well in an upcoming release
Thunderbird Fedora Flatpak rename may require manual intervention
A change in Fedora’s thunderbird RPM package a few months ago led to some issues with the Fedora Flatpak thereof
Games: Wildkeepers Rising, Steam Deck, Rising Costs of Gaming Rigs/Gadgets
mostly from GamingOnLinux
GNU/Linux and Free, Libre, and Open Source Software Leftovers
FOSS and more
Programming Leftovers
Development picks
Many Layoffs in Automattic
Automattic cuts 16%
Today in Techrights
Some of the latest articles
Linux Foundation / Openwashing Leftovers
LF stuff
Security Leftovers
Security stories and FUD
today's leftovers
FOSS and more
Open Hardware: Raspberry Pi, RISC-V, and More
Hardware picks
Videos and Shows: Destination Linux, Document Freedom Day, and Openwashing of Surveillance ("Open Source DNA")
some new shows and such
Red Hat Leftovers
and some Fedora, too
Android Leftovers
First look: This special version of Chrome for Android supports extensions
Mozilla: Firefox Features and Mozilla on Buzzwords
mostly Firefox
Back End/Databases: MongoDB, Postgres, and more
mostly DB news
Programming Leftovers
Development news
Security Leftovers
Security picks
Valve’s Latest Steam Client Release Brings Faster Download of Updates on Linux
Valve’s latest stable Steam Client update arrived today for all supported platforms, including Linux, with various improvements and many bug fixes for a better Steam gaming experience.
Zorin OS 17.3 takes the Brave step of changing its default browser from Firefox
To be fair, it sounds like the team has ironed out the more controversial features
Free and Open Source Software
This is free and open source software
Introducing Fedora Project Leader Jef Spaleta
Hello everyone! Current Fedora Project Leader Matthew Miller here, with some exciting news
Slackware-Based PorteuX 2.0 Distro Released with GNOME 48 and Linux Kernel 6.14
PorteuX 2.0 is out today as a new update to this portable Linux distribution based on Slackware Linux and inspired by both Slax and Porteus distros, designed to be small, fast, portable, modular, and immutable.
today's howtos
Instructionals/Technical picks
Security Leftovers
and Windows, too
Open Hardware/Modding: Raspberry Pi, Framework, and Arduino
Hardware leftovers
Games: DELTARUNE, Rosewater, and More
7 new stories from GamingOnLinux
Android Leftovers
Google Keep for Android rolls out ‘text notes by default’ & Audio shortcut
Mozilla Thunderbird 137 Open-Source Email Client Released, Here’s What’s Changed
The Mozilla Thunderbird 137 open-source email, calendar, address book, chat, and news client has been released with various changes and several bug fixes to improve existing functionality.
DeaDBeeF 1.10 Release Brings New Features
A new version of DeaDBeeF music player is out with some cool features, FFMPEG 7 support, and a flurry of bug fixes sure to appease long-time fans of this tool
Dull Desktop? Install ‘Picture of the Day’ App on Ubuntu
Over the years I’ve spotlighted scores of wallpaper apps, scripts and extensions for Ubuntu that set a new wallpaper each and every day
GNOME Has A New App for Daily Wallpapers from Bing, Wikimedia
Want to get refresh of your desktop background with new wallpapers every day
Free and Open Source Software, howtos and Installations
This is free and open source software
Practical Payment Solutions for Murena and /e/OS Users
We’re living in an age where every tap and every swipe can feed the data collection practices of Big Tech giants
If your notifications look kind of stupid in Plasma 6.3.4, it’s my fault
This is for everyone upgrading to Plasma 6.3.4, which was released yesterday
New to Linux? 4 things to focus on before you switch
It's important to narrow your focus when choosing your first distribution. Here's how to do that
GIMP 3.0 review - A solid, dependable update
I can surely get happy and excited about GIMP's latest
I'm a Linux power user and this distro has the most refreshing take on OS design
NixOS features a well-designed OS with an array of layouts
Today in Techrights
Some of the latest articles
Fedora and Red Hat Leftovers
IBM stuff
Security Leftovers
Security stories
GNU/Linux and Devices Leftovers
some KDE also
Audiocasts/Shows: Linux Matters and Destination Linux
2 new episodes
Free, Libre, and Open Source Software Leftovers
FOSS stories, some from LWN
LWN Coverage of Kernel (Linux)
half a dozen new articles