Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

New ITU Report Finds Community Networks Are Key to Reaching the Unconnected

There are many reasons why communities worldwide still lack meaningful Internet access, even decades after the Internet has become a staple of everyday life for others. Technical and policy limitations, geographic barriers, and high costs all play a part. More often than not, multiple factors are at play.

Digital Coercion: How Inaccessible Design Strips Financial Privacy

When we talk about privacy online, we usually picture companies harvesting our data, platforms tracking our movements, governments peering into our accounts. We rarely picture a blind woman in Islamabad who closes her banking app because an unlabeled button has just forced her to either wait until she gets home to finish a task or do it at work and reveal her bank balance to a colleague.

9to5Linux

Wayland 1.26 Is Now Available for Download with New Features and Improvements

Highlights of Wayland 1.26 include a new wl_pointer.warp event to notify a new pointer position without an end-user-initiated motion event, a new wl_fixes.ack_global_remove request to address races related to global remove events, and a new wl_display_remove_socket_fd() function to remove sockets that were previously added via the wl_display_add_socket_fd() function.

MKVToolNix 100 MKV Manipulation Tool Brings New Features and Enhancements

MKVToolNix 100 (codename “Do Hot Girls Like Chords”) is here to improve the job queue in the MKVToolNix GUI with a context menu for opening copies of the selected queue jobs in the multiplexer as new settings without removing the queue jobs, and the ability to search for job descriptions, outputs, warnings, and errors.

LinuxGizmos.com

HackRF Pro SDR covers 100kHz to 6GHz with FPGA-based processing

The HackRF Pro follows the same general architecture as its predecessor but introduces several RF, processing, timing, and connectivity improvements. These include a flatter frequency response, removal of the characteristic center-frequency DC spike, an onboard temperature-compensated crystal oscillator, additional memory, RF shielding, and a USB Type-C connector.

Clintech Pico Board exposes all 48 RP2354B GPIOs in Pico-compatible form factor

The RP2354B combines dual 150MHz Arm Cortex-M33 cores with dual Hazard3 RISC-V cores. Two processing cores can operate at a time, allowing developers to use two Arm cores, two RISC-V cores, or a mixed configuration with one of each. The microcontroller also provides 520KB of SRAM, three programmable I/O blocks with 12 PIO state machines, and 2MB of stacked in-package QSPI flash.

FreeBSD 14.0-BETA1 Now Available

posted by Roy Schestowitz on Sep 10, 2023

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

Installation images are available for:
o 14.0-BETA1 amd64 GENERIC o 14.0-BETA1 i386 GENERIC o 14.0-BETA1 powerpc GENERIC o 14.0-BETA1 powerpc64 GENERIC64 o 14.0-BETA1 powerpc64le GENERIC64LE o 14.0-BETA1 powerpcspe MPC85XXSPE o 14.0-BETA1 armv7 GENERICSD o 14.0-BETA1 aarch64 GENERIC o 14.0-BETA1 aarch64 RPI o 14.0-BETA1 aarch64 PINE64 o 14.0-BETA1 aarch64 PINE64-LTS o 14.0-BETA1 aarch64 PINEBOOK o 14.0-BETA1 aarch64 ROCK64 o 14.0-BETA1 aarch64 ROCKPRO64 o 14.0-BETA1 riscv64 GENERIC o 14.0-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/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.
=== 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/14.0-BETA1/
BASIC-CI images can be found at:
https://download.freebsd.org/releases/CI-IMAGES/14.0-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/14.0/BETA1
FreeBSD/arm64 EC2 AMIs are not available for BETA1, and the cause is being investigated.
=== Vagrant Images ===
FreeBSD/amd64 images are not available for BETA1. The cause is being investigated.
=== Upgrading ===
The freebsd-update(8) utility supports binary upgrades of amd64 and i386 systems running earlier FreeBSD releases. Note, aarch64 binary updates are expected to be available starting with BETA2, due to a configuration error. Systems running earlier FreeBSD releases can upgrade as follows:
# freebsd-update upgrade -r 14.0-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

Understanding the Foundation Board’s Role in the FreeBSD Ecosystem
During BSDCan, the FreeBSD Foundation holds its annual meeting and Board elections
The Linux Tax is real—and it's holding desktop Linux back
There's a famous quote that Jamie Zawinski that goes "...Linux is only free if your time has no value
Half of Red Hat's Latest Official Pages Are Promotion of Slop Plagiarism (IBM's Agenda)
latest in redhat.com
Windows vs. Linux gaming: Test reveals clear winner, but community disagrees
Linux has evolved into a serious alternative for PC gamers in recent years
GNU/Linux on More Than 1 in 10 Laptops/Desktops in Israel, Based on statCounter [original]
Windows continues to fall
 
'Secure' Boot Redundant and Only a Net Loss for Security
2 more stories
Technical Computer Scientist and Free Software Expert Running for a Seat (Clacton-on-Sea by-Election) [original]
We envision he'll soon do some media interviews and some Web pages will help bring exposure to his message
GNU/Linux Rises to About a Quarter of OS Usage in Iraq [original]
For a long time Windows was measured at 100% there
Open Source Won’t Save Us
The FSF fights for your freedom.
Winner Takes It All, the Loser Can Take 'Bronze' [original]
There is a match tomorrow night. If England can get 'bronze', it'll a consolation prize for Thomas Tuchel, as France is a very potent opponent
Pocock-on-Sea: nomination for Clacton by-election, 13 August 2026 [original]
Reprinted with permission from Daniel Pocock
Wayland 1.26 Is Now Available for Download with New Features and Improvements
Wayland 1.26 open-source replacement for the X11 window system protocol is now available for download with support for new events, funxtions, and requests, and bug fixes.
Games: Steam Machines, Jagex, Humble Handhelds Bundle, and More
mostly from GamingOnLinux
Productivity on the Rise Again [original]
"...tasks expand to fill the time available"
Belize: GNU/Linux Up to About 10% [original]
Compared to about 8% internationally this month
Linux doesn't force me to use the terminal—these 3 tools prove it
I'm still a novice Linux user, but the more time I spend with it
AMD driver causing massive performance loss on all major Linux distros
Ubuntu warns an upcoming Linux kernel severely slows AMD down in certain compute workloads due to a drive issue
Does Linux really run faster than Windows? I tested both to find out
Linux users love to talk about how much faster their systems are compared to Windows
Free and Open Source Software
This is free and open source software
Vocalinux Turns Your Speech Into Text Without Giving Away Voice Data
An open source, speech-to-text tool for Linux called Vocalinux has just introduced its 0.14 beta release
Today in Techrights
Some of the latest articles
Free, Libre, and Open Source Software / Digital Sovereignty Leftovers
FOSS and more
WordPress 7.1 Beta is Out, But WordPress Has Become Slop-ware
WordPress picks
Web Browsers/Web Servers/Feed Readers Leftovers
Mozilla, Abuse, and More
Programming Leftovers
Development picks
Proprietary Linux or Non-free (Proprietary) Things on GNU/Linux
Linux leftovers
Graphics and Games: Torvalds Versus NVIDIA, Weston 16.0, and More
misc. links
FreeBSD Makes a Point or Takes Stance Against Reciprocal Licensing
FreeBSD showing its true colours
Operating Systems: A Look Back at Plan 9, Modernizing Haiku’s Bluetooth Handling
oddball OSes
Linux Devices/Open Hardware/Modding: 3D Printer, Adafruit, and More
hardware projects mostly
KDE: Akademy 2026 Program and digiKam for Natural Language Search
KDE picks
GNOME: Report on Crosswords 0.3.18 and GNOME OS Tip
GNOME picks
today's howtos
only a few more for now
Debian: DebConf26, dpkg, Freexian, and "final release of Debian on x86-32"
Debian leftovers
Security Leftovers
Security picks
"Linux" Brand Tarnished by Slop, "Linux" Foundation (LF) Gets Paid to Muddy the Water/Linux Mark
Slopfarms and more slop-promoting junk for LF
UEFI 'Secure Boot' is Not Security, Another Farce Demonstrated This Week
2 picks
Linus Torvalds and Greg Kroah-Hartman (Linux Foundation) Promote Slop Plagiarism, Proprietary Microsoft GitHub, and CoC
really sad
FSF Fundraiser Extended, Free Software Directory Meetings Planned
FSF news
Sixty Days [original]
In less than 60 days from now this laptop will reach 1,000 days of uptime
statCounter Reckons Over a Quarter of Laptops/Desktops in Yemen Run GNU/Linux [original]
It's hard to tell why so many people there move to GNU/Linux but understandable that not many people purchase a new PC with Windows preloaded
Three Years, Three Americans Conniving Against Us [original]
It didn't work. It never worked.
Android Leftovers
Google ordered to open Android and Search to rivals in Europe
This one tweak made my Linux PC closer to a Steam machine
Part of what makes SteamOS feel polished is its controller-first Game Mode UI, first popularized on the Steam Deck
COSMIC 1.3 Desktop Environment Released with Frosted Glass Effect
COSMIC 1.3 desktop environment is now available with support for the Frosted Glass effect, updated components and translations, as well as various improvements and bug fixes.
From Days to Hours: IPFire's RISC-V Builds Get a Real Machine
Despite these smaller issues, our Milk-V Jupiter 2 has now been added to our build system for IPFire 2 and it has started to compile the nightly builds
Free and Open Source Software, Benchmark, and Review
This is a new series looking at the Beelink EQi Core 3 304 mini PC running Linux
Programming Leftovers
Development related news and views
Games: PSP, Gaming Diary, Medieval Tournaments, GOG, and GNU/Linux
today's gaming picks
Android Leftovers
I found this Android Auto feature so useful it made me switch from CarPlay
Pickford's Error [original]
Maybe in 2030 England will bring home an international trophy
I switched to COSMIC and discovered the dual-monitor workspace feature KDE should have shipped with
So I've been caught up on the COSMIC hype train. I've been a loyal KDE user for about a year now
I removed GNOME and my laptop battery lasted 40 minutes longer — this is what I replaced it with
There’s a common misconception that battery life on Linux is far superior to that of Windows
GNU/Linux Leftovers
today's leftovers
Free, Libre, and Open Source Software / Programming / Standards Leftovers
FOSS and more
Blender 5.2 LTS Released with New Fill Tool and Thin Wall Mode, Other Changes
Blender 5.2 LTS open-source 3D graphics software is now available for download with new Fill tool, new Thin Wall mode, new Sample Sound node, a new Bevel node, and many other changes.
Free and Open Source Software
This is free and open source software
Kubuntu 24.04 has finally become really neat
Here's a somewhat sad philosophical question: how long does it take for Ubuntu-based LTS to truly become LTS stable
Linux Associated With Ads, Fake Currencies, Some Graphics News
kernel and more
Today in Techrights
Some of the latest articles
GNU/Linux on Consoles and Games (or DRM) on GNU/Linux
gaming picks
Fuzzing or Fuzz Hype in Relation to Linux Bugs
recent coverage
Engineer shoves Linux peg through Sega 32X-shaped hole
'Performance is abysmal, bus contention is bonkers, but it does work'
Linux.org and Linux (Kernel) Leftovers
5 more stories
Distributions and Operating Systems: Haiku, openSUSE, Ubuntu, and More
OS leftovers
Free, Libre, and Open Source Software or Sharing Leftovers
FOSS and sharing
Content Management Systems (CMS): Bear, Bugs, and WordPress/WordCamp
WWW platforms
Interoperability and Standards: General Court of the European Union (General Court), RSS, Jabber, and More
news about standards
Programming Leftovers
Development picks
Debian: Xdebug Integration, Debian 12.15 and 13.6 Released
Debian leftovers
Audiocasts/Shows: Wonders of Web Weaving, Late Night Linux, and What’s in the SOSS?
new episodes
Mozilla, Firefox, Thunderbird, and Thundermail
Some Mozilla blog posts
FSF / Software Freedom / Digital Sovereignty Leftovers
"Stop the GUARD Act", "Europe’s Digital Sovereignty"
GNU Projects: GIMP Interview with Liam Quin and Emacs News
3 picks for today
OpenBSD and FreeBSD News
3 picks regarding BSDs
Games: ScummVM, Godot, and Tech Ruining Sport
gaming picks
GNOME OS, GNOME Crosswords, and "GNOME Wants to Let You Test Experimental Features Without Breaking Anything"
GNOME news
KDE Linux, Klipper, and KeepSecret
KDE leftovers
Open Hardware/Modding: Raspberry Pi, RISC-V, and More
devices and more
Red Hat, Fedora, and the Ongoing Slop ("AI") Circus of IBM
Red Hat mostly
Applications: AppManager, Xournal++, EasyOS Graphical Installer, and More
software picks
today's howtos
Instructionals/Technical picks
System76 Launches Next-Gen Adder Pro Linux Laptop with 2K OLED Display
System76 launches new-generation Adder Pro Linux laptop with a 2K OLED display, up to 96GB RAM, up to 4TB storage, NVIDIA RTX 50 Series graphics, and Intel Core Ultra 7 356H.
Security Leftovers
patches and more
Microsoft Breaks New Record for Holes
Microsoft, well done!
United States Of America: GNU/Linux is Winning [original]
Regardless of the final score, GNU/Linux is already winning
Staying Behind to Produce More Original Stories [original]
Today or yesterday I began experimenting with a new approach
Will England Play Spain? [original]
This week we are altering workflows to increase our overall output
MKVToolNix 100 MKV Manipulation Tool Brings New Features and Enhancements
MKVToolNix 100 open-source Matroska (MKV) manipulation software is now available for download with new MKVToolNix GUI features, mkvmerge improvements, and various other chnages.
statCounter Sees GNU/Linux on 1 in 13 Laptops/Desktops [original]
GNU/Linux gaining
Linux 7.2, Third RC (rc3)
now out
Android Leftovers
I stopped using Google Maps in Android Auto and switched to an open-source navigator that respects my privacy
After almost two years, KDE Plasma’s animations finally look good again on Nvidia cards
If you've used KDE Plasma on an Nvidia card lately and felt the animations weren't as smooth as they could be, it's not just you
Free and Open Source Software
This is free and open source software
IBM's Trouble is Also Red Hat's Problem [original]
One can expect the PIPs ("silent layoffs") to pick up pace
Games: Best of Killer Bundle, HYPERWIRED, Pulsebreaker, and More
new from GamingOnLinux
Today in Techrights
Some of the latest articles