Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

LILYGO Launches Four New ESP32-S3 Boards for LoRa, Display, Motion, and CAN Applications

LILYGO has announced four new ESP32-S3-based development boards targeting a diverse range of embedded and IoT applications. These boards combine wireless connectivity with specialized hardware such as e-paper displays, CAN interfaces, motion sensors, and GPS modules, and are designed for rapid prototyping and deployment using familiar platforms like Arduino IDE, PlatformIO, and ESP-IDF.

Zephyr RTOS 4.2 Released with Renesas RX Support, USB Video Class, MQTT 5.0, and Nearly 100 New Boards

Zephyr RTOS 4.2 introduces major updates in hardware support, networking, tooling, and power monitoring. With contributions from 810 developers, this non-LTS release brings key enhancements aimed at improving performance, flexibility, and overall developer experience.

Tor Project blog

New Release: Tails 6.18

WebTunnel is a bridge technology that is particularly good at circumventing censorship and might work from places where obfs4 bridges are blocked. WebTunnel disguises your connection as ordinary web traffic.

Internet Society

A UK Government Order Threatens the Privacy and Security of All Internet Users

Earlier this year, the United Kingdom government ordered Apple to provide access to encrypted data in the company’s cloud storage service, iCloud. In response, Apple removed its Advanced Data Protection (ADP) system for users in the country, removing the option to store data using end-to-end encryption, and setting a dangerous precedent of privacy violation. 

Encryption Makes Us Powerful: Internet Society Hosts Encryption Advocacy Workshop for European Civil Society

In early February of this year, the Internet Society hosted an Encryption Advocacy Workshop in Brussels for European civil society organizations. We created this workshop alongside steering members of the Global Encryption Coalition to equip potential encryption advocates with:

FreeBSD 14.0-RC1 Now Available

posted by Roy Schestowitz on Oct 14, 2023

The first RC build of the 14.0-RELEASE release cycle is now available.

Installation images are available for:

o 14.0-RC1 amd64 GENERIC o 14.0-RC1 i386 GENERIC o 14.0-RC1 powerpc GENERIC o 14.0-RC1 powerpc64 GENERIC64 o 14.0-RC1 powerpc64le GENERIC64LE o 14.0-RC1 powerpcspe MPC85XXSPE o 14.0-RC1 armv7 GENERICSD o 14.0-RC1 aarch64 GENERIC o 14.0-RC1 aarch64 RPI o 14.0-RC1 aarch64 PINE64 o 14.0-RC1 aarch64 PINE64-LTS o 14.0-RC1 aarch64 PINEBOOK o 14.0-RC1 aarch64 ROCK64 o 14.0-RC1 aarch64 ROCKPRO64 o 14.0-RC1 riscv64 GENERIC o 14.0-RC1 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/14.0/

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/14.0" branch.

A summary of changes since 14.0-BETA5 includes:

o A race condition in swap_pager_swapoff_object() had been fixed.

o Various updates to the Linux KPI, 802.11, iwlwifi, and rtw88.

o And other miscellaneous fixes.

A list of changes since 13.2-RELEASE is available in the releng/14.0 release notes:

https://www.freebsd.org/releases/14.0R/relnotes/

Please note, the release notes page is not yet complete, and will be updated on an ongoing basis as the 14.0-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/14.0-RC1/

BASIC-CI images can be found at:

https://download.freebsd.org/releases/CI-IMAGES/14.0-RC1/

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 are available in the Systems Manager Parameter Store in each region using the keys:

/aws/service/freebsd/amd64/base/ufs/14.0/RC1 /aws/service/freebsd/amd64/base/zfs/14.0/RC1 /aws/service/freebsd/amd64/cloud-init/ufs/14.0/RC1 /aws/service/freebsd/amd64/cloud-init/zfs/14.0/RC1

FreeBSD/arm64 EC2 AMI IDs are available in the Systems Manager Parameter Store in each region using the keys:

/aws/service/freebsd/arm64/base/ufs/14.0/RC1 /aws/service/freebsd/arm64/base/zfs/14.0/RC1 /aws/service/freebsd/arm64/cloud-init/ufs/14.0/RC1 /aws/service/freebsd/arm64/cloud-init/zfs/14.0/RC1

=== Vagrant Images ===

FreeBSD/amd64 images are not available for this build.

=== 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 14.0-RC1

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

'Wayback' Keeps Old Linux Desktop Environments Alive on Wayland
The desktop Linux ecosystem has been slowly migrating from X11 to Wayland
Thunderbird 141 Arrives with Archive Button, OpenPGP Expiry Warnings
Mozilla Thunderbird 141 open-source email client is out now with a new Archive button
 
Games: Heroic Games Launcher 2.18, GOG Preservation Program, and More
9 stories from GamingOnLinux
This Week in Plasma: Printer Ink Level Monitoring
Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more
Android's Linux Terminal Is Getting a New Feature
The addition of a Linux terminal to Android was long overdue
FreeBSD 15 installer to offer minimal KDE desktop
The mid-2025 report mentions several specific areas where the operating system's tech is receiving upgrades
Why I'm Hopping Linux Distros to openSUSE This Weekend
In my never-ending quest to find the perfect Linux distribution
FreeBSD 15 installer to offer minimal KDE desktop
The FreeBSD Laptop project continues – and plans to offer a very visible change
Mirroring Protesilaos' videos to Internet Archive
I enjoy reading and watching the writings and videos that Protesilaos publishes on his website
Understanding ODF File Types: .odt, .ods, .odp, and Beyond
It’s the default file format for LibreOffice Writer
Microsoft, anybody home?
You know what: Microsoft became miserably incompetent in IT
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
GNU/Linux, BSD, and More
today's (or recent) leftovers
Open Hardware/Modding Leftovers
RISC-V and more
Recent GNU/Linux Videos (via Invidious)
a large collection of recent videos
GNU/Linux, BSD, and More
today's leftovers
Audiocasts/Shows: David Heinemeier Hansson on Lex Fridman’s Podcast, BSD Now, and More
some new episodes
today's howtos
half a dozen howtos
Programming Leftovers
Development with Python, Ruby, and more
Security and Windows TCO
4 links for now
today's howtos
10 howtos and similar
Games: Oceaneers, Nintendo Switch 2, and More
a handful of gaming picks
Red Hat Leftovers
mostly from the official site
Open Hardware/Modding: Raspberry Pi, Arduino, and More
hardware picks
Android Leftovers
ArtPad Pro: Teclast launches new 12.7-inch tablet running Android 15
Clear Linux - In Memoriam
the Clear Linux team is probably part of these layoffs
Free and Open Source Software
This is free and open source software
Operating Systems: A Look at Non-GNU/Linux 'Distributions' and BeOS
two recent articles
This Laptop Has a Raspberry Pi inside
Accessing the CM5 and the M.2 storage slot is straightforward—all you need to do is remove a few screws on the bottom panel
10 Advanced Kubuntu Linux Keyboard Shortcuts to Master Your Desktop
If you press Meta+V on Kubuntu, it'll open a history of everything you've recently copied
Today in Techrights
Some of the latest articles
VS Achuthanandan’s vision powered Kerala’s free and open software revolution
Article updated this week
7 ways Linux can save you money
I've watched many people spend huge amounts of money keeping their computers running or up to speed
6 modern alternatives to classic Linux tools I wish I discovered earlier
If you've spent any significant time with Linux
Ubuntu Artwork Themes for Chrome & Vivaldi Browsers
User of Chrome, Chromium, or Vivaldi? Here are Ubuntu artwork themes for your web browser
Free and Open Source Software, howtos and Installations
The Oxidation Compiler is creating a collection of high-performance tools for JavaScript and TypeScript
Kdenlive 25.08 Release Candidate Ready For Testing
Kdenlive 25.08 Release Candidate is ready for testing
GNU/Linux Leftovers
KDE, GNOME, and GNU/Linux picks
EasyOS Updates
some EasyOS news
Free, Libre, and Open Source Software Leftovers
FOSS picks
Stable kernels: Linux 6.15.8, Linux 6.12.40, Linux 6.6.100, and Linux 6.1.147
I'm announcing the release of the 6.15.8 kernel
Programming Leftovers
coding related bits
Mozilla, Firefox, and Tor Browser 14.5.5
some Firefox-relates stuff
NetBSD on Old Machine and Release of OPNsense 25.7
some BSD picks
Red Hat and Fedora Leftovers
mostly from Red Hat's site
Security Leftovers
Security picks
Linux has over 6% of the desktop market
new articles
This Core Ultra Tiny PC Is Built for Kubuntu Linux
Kubuntu Focus, the company selling PCs built specifically for desktop Linux
Open Hardware/Modding: ESP32, Raspberry Pi 5, and More
Hardware leftovers
KDE-Centric KaOS Goes Qt5-Free with July 2025 Release, Adds Plasma 6.4
KaOS 2025.7 drops Qt5 from default installs, introduces Plasma 6.4
Rolling With Rhino: The Ups and Downs of a Reinvented Linux
Unconventional, opinionated, and undeniably unique — Rhino Linux might change the way you see your desktop
Android Leftovers
Qi2 wireless charging finally gets the upgrade you really wanted
Finance for Free Software in Europe
officials approached for action
7 Free Open Source Apps to Watch Live TV in Linux Desktop
Looking for an app to watch live TV, movies, or other video contents through IPTV channels
Free and Open Source Software
This is free and open source software
20 years of Linux on the Desktop (part 4)
"Developers are blamed because they did what management asked them to do"
today's howtos
idroot and more
Hardware/Modding: TrueNAS, and LILYGO
Raspberry Pi mostly
Tux Machines Should be Faster Again [original]
attack of bots
Today in Techrights
Some of the latest articles
Applications and GNU/Linux Going Mainstream
4 links
Programming/Development Leftovers
Linux and more
Lawrence Livermore National Laboratory and Linux at Risk
Security picks