Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Release: Tor Browser 14.5.6

This version includes important security updates to Firefox.

9to5Linux

Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments

Highlights of Thunderbird 142 include support for adding visual signatures to PDF attachments opened in Thunderbird, support for resetting custom folder sorting in the folder pane via a new ‘Reset Folder Order’ option, and folder copy support within mail server accounts and local folders.

Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 143 looks like a solid release for Android users as it adds support for xHE-AAC audio playback, support for viewing the download progress in real time with controls to pause, resume, retry, or cancel directly from the Downloads screen, and improved support for persistent notifications to properly open Firefox with the relevant web page.

Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New

Firefox 142 introduces support for a flexible exception list in the Enhanced Tracking Protection (ETP) Strict mode, which should fix broken site features caused by tracker blocking. Exceptions are split into baseline (core functionality) and convenience (extra features), so you can opt for improved site compatibility without compromising key privacy protections.

Internet Society

How to Achieve Universal Connectivity

Claudio is responsible for bringing tourists to his community. Up until early 2025, that meant riding a boat across the River Chagres to the nearest place with Internet or a phone line, where he would arrange the day’s visits with tour guides living in the city. He is an Emberá, an Indigenous group living in Panama.  

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

Defending Tux Machines From SLAPPs [original]
we're convinced justice will prevail
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.
Release of Zephix 8
Zephix v8 (Zephix_8-x86_64) was released
Release of LibreELEC 12.2.0
LibreELEC 12.2.0 is out
VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17
Oracle released today VirtualBox 7.2 as the latest stable version of this open-source, free, and cross-platform virtualization software for GNU/Linux, Solaris, macOS, and Windows systems.
 
Today in Techrights
Some of the latest articles
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.
Standards and Free, Libre, and Open Source Software
mostly the former
Operating Systems: Steam OS, illumos, Easy Excalibur 7.0.2, BSD, Debian, Ubuntu
OS news
Fedora and Red Hat Leftovers
mostly redhat.com links
Programming Leftovers
Development with Perl and more
Security Leftovers
Security and Windows TCO
Open Hardware/Modding: ESP32, Retro, and Lots of Focus on New Product of Raspberry Pi
Raspberry Pi mostly
KDE, Qt, and GNOME Development
desktop environments' picks
Audiocasts/Shows: Destination Linux and Late Night Linux
2 new episodes
today's howtos
many howtos anfd technical pieces
Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect
With Firefox 142 promoted to the stable channel, Mozilla has promoted today the next major release, Firefox 143, to the beta channel for public testing.
GNU/Linux Leftovers
3 picks for today
Windows Update Is Killing SSDs! Should You Switch to Linux?
The moment to make the move to Linux is now
Games: Pre-Fortress 2, Monster Sanctuary, Valve, Bioneers, and More
gaming related news from GamingOnLinux
Free and Open Source Software
This is free and open source software
A journey of a thousand smiles: Questing Quokka
Embarking on a quest can be serious business – whether you’re going off on a family holiday or traveling the hills of Britain in search of the holy grail
Firefox just got better for Chinese, Japanese and Korean speakers on Android
When Firefox users ask for better translation support, we make it happen
Valnet Inc. on UNIX-based OSes Like SerenityOS, Clinging Onto Windows, Proxmox, and GNU/Linux
This week's and last weekend's articles
4 reasons why MX Linux is my cherry-pick for reviving ancient laptops with Linux
Experience the perfect balance of performance and simplicity on your old machine with MX Linux.
Today in Techrights
Some of the latest articles
Android Leftovers
I created a personal command center with Android's Quick Settings tiles
Ventoy 1.1.06 Brings TrueNAS Scale Support
Ventoy 1.1.06, an open-source tool for creating a bootable USB drive to load multiple ISO files
Zulip 11.0 Team Chat Brings Message Reminders, Channel Folders
Zulip 11.0, an open-source collaboration tool
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
Release of Debian GNU/Hurd 2025
Debian GNU/Hurd
Free and Open Source Software
This is a series of articles looking at the ASRock Industrial NUC BOX-255H running Linux
After using Gentoo Linux and KDE for 15 years I have switched to Lubuntu (LXQt)
Recently both my laptops – a ten-year-old 14″ Clevo W230SS running the stable version of Gentoo Linux
LabPlot 2.12.1 released
Today we are announcing the availability of the minor patch release 2.12.1
GNU/Linux and BSD Leftovers
mostly GNU/Linux though
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
Slackware: New Site for Blog and GRUB Theme
Slackware leftovers
Debian Leftovers
Debian stories
Canonical/Ubuntu Leftovers
2 picks from Joey Sneddon
Default Wallpapers for Ubuntu 25.10 Questing Quokka Revealed
Ubuntu 25.10, code-name Questing Quokka, is coming soon in next few months
5 reasons to switch to an immutable Linux distro today - and which to try first
Immutable Linux distros are getting more popular
This Linux distro puts more than 20 desktops a click away
Sparky Linux 8 also gives you plenty of browsers to pick from
Programming Leftovers
Development picks
Fedora Community Blog: Simplifying Package Submission, Progress
Fedora news
Games: Steam News, "The King is Watching", and Amiga Hacking
gaming related news
Videos and Audiocasts/Shows: History of UNIX, LINUX Unplugged, This Week in Linux, mintCast
new ones out now
today's howtos
many Monday howtos
Open Hardware/Modding: Raspberry Pi, Name That Ware, One Hertz Challenge
hardware picks
Linux 6.17-rc2
new RC last night
BSD and GNU/Linux Leftovers
3 more stories, some kernel and BSD also
Shotcut 25.08 Video Editor Arrives with Key Fixes
Shotcut 25.08 video editor update resolves issues from 25.07
What to Expect From TrueNAS 25.10 Open-Source Storage
TrueNAS 25.10 "Goldeye" open-source NAS is on the way
macOS vs. Linux: Which Is Best for Your Homelab?
Are you torn between running macOS or Linux in your homelab
Sparky 9 code name and repos
The new, upcoming Sparky 9 code name and repos is set
Best Free and Open Source Software
This is free and open source software
Review: Debian 13 "Trixie"
Debian is one of the world's oldest surviving distributions
Cubie A7A with Allwinner A733 & LPDDR5 RAM Launches, Starting at $28.70
The board is supported by Debian Linux, Android, and Buildroot-based distributions
We All Need to Promote GNU/Linux (Human Rights Depend on This) [original]
Will technical people take the lead and usher others out of this mess?
Site Housekeeping and Backup Day [original]
Yesterday afternoon we also did maintenance on this server
Today in Techrights
Some of the latest articles