Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Alpha Release: Tor Browser 14.0a8

This version includes important security updates to Firefox.

Internet Society

Internet Exchange Points in Argentina: Network Infrastructure Improves the Balance of Trade

Suppose Internet User A and User B have hired services from two different companies and want to talk to each other. User A sends a message to B, but if they are using different companies, how does the data get there? That’s what the Internet was made for.

9to5Linux

OBS Studio 31.0 Promises NVIDIA Blur Filter/Background Blur, Refactored NVENC

OBS Studio 31.0 promises several new features including NVIDIA Blur Filter and Background Blur, preview scrollbars, v210 format support for AJA device capture, Amazon IVS service integration, QSV AV1 screen content coding, and support for first-party YouTube Chat features.

openSUSE Leap Micro 6.0 Launches with Self-Install and Full Disk Encryption Images

After being in development for the past several months, openSUSE Leap Micro 6.0 delivers a new self-install image that replaces the traditional installer. The self-install image writes a preconfigured image to the disk and then it enlarges the root partition.

Tails 6.8 Introduces File System Repair When Unlocking Persistent Storage

Tails 6.8 introduces a new file system repair feature when unlocking the Persistent Storage and there are errors. As such, Tails will prompt users to repair the file system from the Welcome Screen. The Tails devs also wrote comprehensive documentation on recovering data from the Persistent Storage.

KDE Plasma 6.2 Desktop Environment Officially Released, Here’s What’s New

Highlights of KDE Plasma 6.2 include new and improved power management features like per-monitor brightness control, the ability to override apps that are blocking sleep or screen locking, the ability to cycle between power profiles with the Meta+B keyboard shortcut, a power profile badge for the Battery Monitor widget’s icon, along with the ability for the Battery Monitor widget to stay visible while the computer is charging.

9to5Linux Weekly Roundup: October 6th, 2024

I want to thank all the people who sent us donations. You guys are awesome and your help is very much appreciated! I also want to thank you all for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and last but not least thank you for sending us feedback.

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

Linux 6.12-rc2
delayed
Aqua Security Blaming on "Linux" Stuff That Has Nothing to Do With Linux
the usual FUD
KDE Plasma 6.2 Desktop Environment Officially Released, Here’s What’s New
Today, the KDE Project released KDE Plasma 6.2 as the second major update to the KDE Plasma 6 desktop environment series bringing many new features and improvements.
Tux Machines' 'Farmland' [original]
it won't be long till we put up some new balloons and decorations
Git v2.47.0
The latest feature release Git v2.47.0 is now available
Education/Events: RIPE Community, OpenFest, EuroBSDCon
Some community picks
Development start of Leap 16.0
I’d like to announce the start of development and the public availability of what we currently refer to as Leap 16.0 pre-Alpha
antiX Linux 23.2 Released, Here’s What’s New
A Debian-based systemd-free antiX 23.2 rolls out packed with updates and customization options
Manjaro 24.1 "Xahea" launches with KDE Plasma 6.1.5, VirtualBox 7.1, and more
Less than four months after the arrival of version 24.0 "Wynsdey," Manjaro Linux 24.1 is ready to be unleashed
CVE-2024-47076, CVE-2024-47175, CVE-2024-47176 and CVE-2024-47177
Relaxed coverager and FUD
OpenRazer 3.9 Launches with Expanded Support for Latest Razer Devices
OpenRazer 3.9 enriches gaming for Linux users by supporting the latest Razer devices and switching to more reliable notification commands
GIMP Development Update: Closing In on the 3.0 Release Candidate
almost there now
You Can Also Follow Us in gemini.tuxmachines.org (Geminispace, Gemini Protocol) [original]
Many people find this experience better than the Web
 
Today in Techrights
Some of the latest articles
OBS Studio 31.0 Promises NVIDIA Blur Filter/Background Blur, Refactored NVENC
OBS Studio 31.0 has entered public beta testing for this powerful, open-source, cross-platform, and free software for video recording and live streaming for Linux.
‘Rocky Linux from CIQ’ Launched
CIQ has announced Rocky Linux from CIQ, intended for organizations that utilize on Rocky Linux and need a validated version for security and compliance
Security Leftovers
only 3 related to security for now
RSS Feed in the Linux/Mac Terminal: Read the Latest With This CLI Tool
cleed is an open-source RSS feeder for the command line, written in Go
Why Desktop Linux Matters, Even If (Almost) No One Uses It
Desktop Linux keeps commercial operating systems honest by providing a viable alternative for users
Switching customers from Linux to BSD because boring is good
He talked about the difficulties selling his services when what he offers is reliability and the lack of need for much ongoing support
openSUSE Leap Micro 6.0 Launches with Self-Install and Full Disk Encryption Images
The openSUSE project released today openSUSE Leap Micro 6.0 as the latest version of this secure and lightweight openSUSE Leap variant designed for containerized and virtualized workloads.
Tails 6.8 Introduces File System Repair When Unlocking Persistent Storage
The Tails project released today Tails 6.8 as the latest version of this portable operating system that protects users against surveillance and censorship.
today's leftovers
programming and more
today's leftovers
Mozilla, Debian, and more
Server and Server Management
WordPress also
Hardware Leftovers
Hardware news, Arduino etc.
The GNOME Foundation: Update from the Board: 2024-10 [Financial Crisis, Board Disarray]
"Regrettably, we have had to reduce our staff"
Security Leftovers
Security related leftovers
Programming Leftovers
Python and more
OpenBSD 7.6
release coverage so far
QV version 241007 released
You are most welcome to play with QV!
RPM 4.20 Released, Introduces Declarative Build Systems
RPM 4.20 package manager for Linux systems released! Includes declarative build system support, spec-local attributes, and more
Linux Distro Reviews: Linux Mint 22
The Linux Mint team released version 22 of the venerable distro, which includes several significant improvements for users....
uGet – lightweight download manager
uGet is a download manager that combines lightweight resource usage with a very powerful feature set
today's howtos
7 howtos
Apache Unveils New Tomcat and Cassandra Releases at Community Over Code Event
New versions of Apache’s distributed NoSQL database management platform and its Java application server were unveiled today at ASF’s Community Over Code event
Need to manage Linux passwords on the command line? No GUI, no problem!
If you ever had to change or manage a user password on Linux
Red Hat Leftovers
Red Hat official site
RPM 4.20.0 Release Notes
new release
Windows TCO: American Water and Windows Botnets
High cost of permitting Microsoft
Audiocasts/Shows: LINUX Unplugged and Destination Linux
2 new episodes
Open Hardware: Raspberry Pi, Arduino, and Android Still Failing at Unicode
gadgets and devices
From WordPress to Hugo
backlash carries on
New Tor Browser and Firefox Going the Wrong Way
2 new articles
Games: Mosa Lina, Steam Deck, Microsoft in Shuffle or "Damage Control" Mode
Latest from GamingOnLinux
Today in Techrights
Some of the latest articles
today's leftovers
IBM, GNU/Linux, and more
Why Linux Doesn’t Care About File Extensions But You Still Should
You're probably used to tracking and modifying file extensions in filenames
Neovim and Vim Tips
Some technical articles
Uniting for Internet Freedom: Tor Project & Tails Join Forces
Today the Tor Project, a global non-profit developing tools for online privacy and anonymity, and Tails, a portable operating system that uses Tor to protect users from digital surveillance
Create a home server from your old laptop
we'll show you how to set up the bare bones of a great headless home server running Ubuntu
OpenStack Dalmation
new release
today's howtos
only 4 more for now
What's New in Ubuntu 24.10 'Oracular Oriole'
As if I didn’t feel old enough already, Ubuntu 24.10 arrives and the Oracular Oriole reminds me it’s two decades since I first fired up Warty Warthog
Windows TCO Leftovers
Examples of Windows TCO
VirtualBox 7.1.2 Released with 3D Acceleration Support for VMs Running on ARM
VirtualBox 7.1.2 is now available for download with a new option to change the remote display security method and other improvements.
33 years of Linux
“I’m doing a (free) operating system (just a hobby, won’t be big and professional like GNU) for 386(486) AT clones."
I Tried Replacing Windows with Linux Mint, Here's How It Went
I decided to give Linux Mint an honest try
Xfce 4.20 creeps toward Wayland support while Mint 22.1 polishes desktop routine
A couple of FOSS goodies that should be ready for the festive season
9to5Linux Weekly Roundup: October 6th, 2024
The 208th installment of the 9to5Linux Weekly Roundup is here for the week ending on October 6th, 2024.
There's No Lower Spec Linux Machine Than This One
It’s not uncommon for a new distro version to come out, and a grudging admission that maybe a faster laptop is on the cards
Free, Libre, and Open Source Software Leftovers
FOSS picks for today
today's leftovers
GNU/Linux focus
OpenBSD and NetBSD
BSD related posts
Games: Star Fetchers: Escape From Pork Belly, Steam Deck, and Fedora Linux
3 gaming related picks
Android Leftovers
Google rolls out new anti-theft security feature to Android phones
antiX-23.2 released
antiX-23.2 (Arditi del Popolo) is a bug-fix release and users of antiX-23 and antiX-23.1 do not need to reinstall
Orbot for Android: The Ultimate Free Tor-Powered Open-Source VPN Replacement
In our FOSS Android series, we have already taken a look at many privacy-focused applications for Android
CapyPDF 0.12.0 released
It does not really have new features
Nintendo Kills Ryujinx After Yuzu
if Yuzu can be attacked, the same arguments can likely still apply to Ryujinx if Nintendo really cares
Elektroid 3.1 welcomes Arturia MicroFreak
a sample and MIDI device manager for devices by Elektron, Arturia, Eventide, Moog, and Novation
Configuring the XpPen ACK05 Remote with only FLOSS on GNU/Linux: my investigation and workarounds
Here is my research on how to use and configure the XPPen ACK05 Remote using only Free Libre and Open Source drivers and software under GNU/Linux
Ardour 8.8 Open-Source DAW Released with Various Bug Fixes and Improvements
Paul Davis released Ardour 8.8 as the latest version of this powerful and popular open-source, free, and cross-platform digital audio workstation for Linux, macOS, and Windows systems.
Free and Open Source Software
Raspirus is a lightweight signature-based malware scanner
Review: Redox OS 0.9.0
Redox OS is one of the more recent additions to the DistroWatch database
SVG cursors: everything that you need to know about them
SVG cursor themes is a new feature in Plasma 6.2, which we are really excited about
This Week in KDE Apps
Marble gets an update, KDE Connect gets a speed boost, and Kate gets all fluttery
today's howtos
this week's first howtos batch
Windows TCO: ClownStrike and Ransom
New or recent examples of Windows TCO
GNU-like Mobile Linux and Raspberry Pi
Open Hardware stuff, esp. micro scale
Programming Leftovers
Education too
Automattic staff walk with severance over WP Engine feud
Some update on the lawsuits and unrest
Today in Techrights
Some of the latest articles