Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Raspberry Pi Launches $70 AI Camera with 12MP Sensor and Broad Compatibility

Raspberry Pi has launched a new low-cost AI Camera, bringing powerful AI capabilities to all Raspberry Pi models. Unlike the AI Kit, which is limited to the Raspberry Pi 5, the AI Camera is more versatile and compatible with a wider range of devices.

ESP32-Based Module with 3MP Camera and 9-Axis Sensor System

The ATOMS3R Camera Kit M12 is a compact, programmable IoT controller featuring a 3-megapixel OV3660 camera for high-resolution image capture. Designed for IoT applications, motion detection, wearable devices, and educational development, its small form factor is suited for various embedded projects.

HiFiBerry DAC8x and Amp4 Pro for High-Quality Multi-Channel and Stereo Sound

The HiFiBerry DAC8x and HiFiBerry Amp4 Pro are two significant upgrades for enhancing audio capabilities on the Raspberry Pi 5. These devices expand the audio options for users seeking higher-quality output and greater flexibility in audio configurations, offering solutions for both multi-channel audio and powerful stereo amplification.

(Updated) Radxa ROCK 2F: An Upcoming Compact 4K Computer with Rockchip RK3528A and Wi-Fi 6

The Radxa ROCK 2F is a small computing device designed for a wide range of uses, from development projects to multimedia setups. It’s packed with features, including multiple GPIOs and an HDMI port that supports 4K video at 60 fps, making it versatile for technology enthusiasts.

Tor Project blog

Arti 1.2.8 is released: onion services, RPC, and more

This release adds numerous new features for onion service key management, and continues backend development for memory quota support, Relay support, and the RPC subsystem. For full details on what we've done, and for information about many smaller and less visible changes as well, please see the CHANGELOG.

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

today's howtos
half a dozen more howtos
Mozilla Firefox 131 Is Now Available for Download, Here’s What’s New
Mozilla published today the final release of the Firefox 131 web browser, which is now available for download from the project’s download server ahead of the official release on October 1st, 2024.
Linux Mint 22.1 Slated for Release in December with Revamped Cinnamon Theme
In the latest monthly newsletter published today, Linux Mint project leader Clement Lefebvre shares a sneak peek at the new default Cinnamon theme coming to Linux Mint 22.1 later this year.
FFmpeg 7.1 “Péter” Released with Full Native VVC Decoder, MV-HEVC Decoder, and More
FFmpeg 7.1 open-source multimedia framework was released today as a major update that introduces numerous features, including new decoders, as well as various improvements.
Arch Linux Announces Collaboration With Valve
big news
Zorin OS 17.2: Hands-On with the Latest Update
Zorin OS has long been a great option for Linux users who want an easy-to-use, customizable desktop alternative to
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.
GNOME 47 “Denver” Desktop Environment Officially Released, Here’s What’s New
The GNOME Project released today GNOME 47 as the latest series of this acclaimed and beloved desktop environment for Linux-based operating systems bringing new features and improvements.
 
today's leftovers
4 misc. links
Android Leftovers
Handy Android Auto trick lets you easily look ahead on your Google Maps route
Windows TCO: Journalism and Lives Losr
very high cost of choosing Microsoft
Void Linux (Finally) Bids Farewell to Python 2
Void Linux finally replaces Python 2 with Python 3 and upgrades its Buildbot to enhance package delivery
Games: RPG Fest, NEODUEL: Backpack Monsters, and More
7 of the latest bits from GamingOnLinux
Free and Open Source Software, howtos and Installations
This is free and open source software
FreeBSD Invests In Laptop Support For Broader Adoption
The FreeBSD Foundation has announced a strategic investment of $750,000 to improve laptop support for the FreeBSD operating system
Stable kernels: Linux 6.11.1, Linux 6.10.12, Linux 6.6.53, and Linux 6.1.112
I'm announcing the release of the 6.11.1 kernel
20 years of Ubuntu: Canonical celebrates with upcoming 24.10 - and it's outstanding as usual
If Ubuntu is your jam, you'll be excited to know it's the 20th anniversary of the first official release of the Linux desktop OS, and 24.10 has plenty to offer
Today in Techrights
Some of the latest articles
Audiocasts and Security Leftovers
mostly the security side
Programming and Education
coding and more
Content Management Systems and Servers
Free software at the back end
Open Hardware/Modding: Arduino, ESP32, and More
4 new stories/projects
GNU Hurd vs. Linux Kernel: Two Paths in Free Software – Plus Linux Distributions for Ham Radio Enthusiasts
The idea was to create a fully free operating system where the Hurd would serve as the kernel
MPV 0.39.0 Added Multi-touch, NVIDIA & Intel VSR Scaling Support
MPV, the popular free open-source GNU/Linux media player, released version 0.39.0 last week
Gentoo: The perils of transition to 64-bit time_t
by Michał Górny
Audacious 4.4.1 Open-Source Audio Player Brings New Features and Improvements
The Audacious open-source audio player, a descendant of the XMMS media player, has been updated to version 4.4.1, a release that introduces several new features and improvements.
RTorrent 0.10 Released After Five Years of Hiatus
After a five-year hiatus, the RTorrent command-line BitTorrent client is back with v0.10, bringing performance upgrades and bug fixes
today's howtos
string of howtos for Monday
GE-Proton 9-15 released with an important fix for NVIDIA GPUs | GamingOnLinux
This is a "hotfix" build to clear up some problems from the previous recent release
Android Leftovers
I hoard Android wallpapers. These 8 apps have the best
qBittorrent 5.0 BitTorrent Client Adds Support for Systemd Power Management
qBittorrent 5.0 has been released today as a major update to this popular open-source, free, and cross-platform BitTorrent client written in Qt that introduces numerous new features and enhancements.
9to5Linux Weekly Roundup: September 29th, 2024
The 207th installment of the 9to5Linux Weekly Roundup is here for the week ending on September 29th, 2024.
When We Turn 21... [original]
"21" kit for this site's next anniversary, which will be next summer
GParted Live 1.6.0-10: Enhanced Stability and Updated Features
GParted Live's latest release removes cpufrequtils, adds pm-utils, and updates the Linux kernel to v6.10.11
Best Free and Open Source Software
All of these tools are released under a freely distributable license. Here’s our verdict
Review: Rhino Linux 2024.2
Rhino Linux is an Ubuntu-based distribution which offers a rolling-release approach to updates. Rhino features a custom meta package manager which unifies Deb, Pacstall, and Flatpak software management
This Week in KDE Apps
New KCron Settings UI, Krita 2.2.5 released, and more
Security: CISA and more
a little more than that
Perl Leftovers
Perl official site
Today in Techrights
Some of the latest articles
Linus Torvalds Announces First Linux Kernel 6.12 Release Candidate
Linus Torvalds announced today the general availability for public testing of the first Release Candidate (RC) development milestone of the upcoming Linux 6.12 kernel series.
Monitor Linux System Performance From the Terminal With These 5 Tools
Performance tools in the Linux terminal are great for monitoring system health and optimizing resource usage
CachyOS ISO Release for September 2024 Brings Linux Kernel 6.11 and Optimizations
The Arch Linux-based and KDE Plasma-focused CachyOS distribution has a new ISO release for September 2024 adding various performance improvements and optimizations across the board.
Ubuntu, Debian, and More
today's leftovers
Programming Leftovers
a handful of coding-related picks
Openwashing: Winamp Collaborative License (WCL) and Open-Source Journalism
not really open
Free, Libre, and Open Source Software News and Events
Some FOSS picks
BSD: Running more than one BSD and EuroBSDCon 2024 report
Some BSD picks
Open Hardware/Modding: Reverse-engineering, ESP32, PCB, and More
Some hardware centric news
Audiocasts/Shows: 3 New Episodes
for the weekend
Kernel: kTLS, Bootlin, and More
Some kernel level news
today's howtos
many howtos
CVE-2024-47076, CVE-2024-47175, CVE-2024-47176 and CVE-2024-47177
Relaxed coverager and FUD
Android Leftovers
Android Auto is widely rolling out Google Maps incident reporting
Amarok 3.1.1 released
The Amarok Development Squad is happy to announce the immediate availability of Amarok 3.1.1
today's leftovers
half a dozen picks for today
Hardware: SparkFun, Pimoroni, Raspberry Pi, Radxa
devices related news
Latest in the WP Engine Dispute and Lawsuit
things heating up
I’ve Been Using These 8 Core Linux Commands Wrong for Years
As a veteran Linux user, I have certain habits baked into my everyday terminal use
Radxa X4 review – An Intel N100 alternative to Raspberry Pi 5 tested with Ubuntu 24.04
W’vee already looked at the Radxa X4 kit featuring an Intel N100 SBC with a design similar to the Raspberry Pi 5 and accessories including a Radxa Power PD 30W power adapter, an NVMe SSD
This week in Plasma: converging 6.2
The core Plasma team remains deep in bug-fixing mode until Plasma 6.2.1, with lots of bugs fixed this week
This Week in GNOME: #167 Linking Apps
Update on what happened across the GNOME project in the week from September 20 to September 27
Free and Open Source Software
This is free and open source software
(Updated) Radxa ROCK 2F: An Upcoming Compact 4K Computer with Rockchip RK3528A and Wi-Fi 6
The Radxa ROCK 2F is a small computing device designed for a wide range of uses
NanoPi M6: High-Performance SBC with Gigabit Ethernet and M.2 SSD Expansion
FriendlyElec supports a range of operating systems on the NanoPi M6, including Android, Debian, Ubuntu, and FriendlyWrt, catering to both headless and display-based configurations
Audiocasts/Shows and Videos About GNU/Linux
mostly Invidious
Today in Techrights
Some of the latest articles