Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

EDATEC ED-IPC1200 and ED-IPC1220 add DIN-rail I/O around Raspberry Pi CM0

EDATEC has expanded its family of Raspberry Pi Compute Module 0-based DIN-rail industrial computers with the ED-IPC1200 and ED-IPC1220. Both models provide Ethernet, USB, RS232, dual RS485, optional wireless connectivity, and isolated control interfaces, while the ED-IPC1220 includes additional digital I/O and analog inputs.

ThingPulse Icon256 is a WLED-based word clock with 256 RGB LEDs

The ThingPulse Icon256 is a Wi-Fi-connected word clock that displays the time as illuminated phrases across a 16 × 16 RGB LED matrix. The finished unit includes an enclosure, an English-language front panel, preinstalled firmware, and USB-C power input.

PineVoice RISC-V smart speaker supports local wake-word detection for Home Assistant

The PineVoice is a compact RISC-V smart speaker designed to operate as a local voice-assistant satellite for Home Assistant and other platforms supporting the Wyoming protocol. The device combines a dual-microphone array, built-in speaker, local wake-word detection, Wi-Fi and Bluetooth connectivity, and open-source firmware.

9to5Linux

Wayfire 0.11 Wayland Compositor Adds Better Fractional Scaling, HDR Rendering

But Wayfire 0.11 is already a big release, bringing improvements to fractional scaling by moving geometry handling to floating-point numbers and enabling HiDPI support for Xwayland applications, which results in crisp text/rendering with any combination of resolution and scale.

First Look at Firefox’s Brand-New Design in Firefox Nightly

Mozilla is calling the new Firefox design “Project Nova” internally, and the ultimate goal is to make the popular open-source web browser feel cleaner, faster, adaptable, and warmer. The new design was split into two parts, the first one being the redesigned settings delivered with the Firefox 152 update.

Fwupd 2.1.7 Linux Firmware Updater Brings New Features and Improvements

Coming more than three weeks after fwupd 2.1.6, the fwupd 2.1.7 release introduces support for PixArt PJP360 devices, an MTD lock security attribute, support for “externally managed” EFI signature lists, and “well known” AppStream IDs for common BIOS settings.

Canonical Introduces Virtualization HWE Stack for Ubuntu 26.04 LTS

As you all know, Canonical already offers kernel and graphics HWE stacks for long-term supported Ubuntu releases, but now it has decided to also offer a virtualization HWE stack to enable support for newer hardware on Ubuntu LTS releases.

9to5Linux Weekly Roundup: July 26th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

news

Review: An alternative OS for work and play

posted by Rianne Schestowitz on Sep 22, 2025

Quoting: DistroWatch.com: Put the fun back into computing. Use Linux, BSD. —

By Day #5 I felt I had a pretty good feel for what would work and what my limitations were on NetBSD. The portable little operating system was, in some ways, more capable than I had anticipated. On the other hand, it had some limitations and problems that were more debilitating than I had foreseen.

My biggest issue with NetBSD was probably hardware support. I didn't mention this near the start of this review as I didn't want to get bogged down in the details, but NetBSD has a few issues in this area. NetBSD is highly portable and it has been made to work on many CPU architectures - NetBSD famously runs on anything from servers to toasters - but it lacks hardware support for devices attached to those CPUs. In particular, wireless networking support is limited and my laptop's wireless card did not function.

This is a known issue and, from what I've read, a common problem for NetBSD users. It almost brought my trial to a very early stop. Luckily, for me and this experiment, I am accustomed to using various methods to get on-line. Anything from phone tethering to Ethernet cables to open source friendly USB wireless cards are in my toolkit. However, with the exception of one gamer I know who uses a network cable plugged directly into his router, I'm the only person I know of who uses anything other than wireless networking. Friends, colleagues, even my grandmother uses wireless and none of them are likely to have an Ethernet cable or open source USB dongle amongst them. My point is: NetBSD has a known weak point in wireless support and this is likely a deal breaker for most people.

People who can get over that first hurdle will likely find their next problem being sparse documentation. Throughout this review I have mentioned NetBSD's documentation and guides and they can be useful. They are also often out of date and thin on details. NetBSD is an operating system which requires a lot of manual work and does not provide much handholding. In these sorts of situations good documentation is essential. Unfortunately, NetBSD's documentation tends to act more as a quick reference for people who already know their way around the operating system rather than providing detailed information for newcomers or people who need to troubleshoot. Instructions are sometimes vague, don't mention specific files we will be using, or assume we know where to find things such as files, repositories, and package sets.

Those were the main stumbling points I ran into, especially early in my experiment. I will say NetBSD does have some strong points in its favour. The operating system is pleasantly small and clean. Almost everything is handled through simple commands and editing text files. What documentation there is tends to be written in clear language, and the package repository is well stocked. Some more obscure software is missing, but the main items, the basics people are likely to use on the desktop or for development, are present.

If I were setting up a simple, general purpose workstation or a server (ideally plugged into a network cable) then NetBSD would probably be a good solution for me. It's clean, simple, and stable. It is the kind of operating system you can set up and forget about until it's time to upgrade in a year or two. (New NetBSD point releases are published around once a year, though they do not appear to have a fixed schedule.) However, getting NetBSD set up and performing all the tasks we want initially can be a challenge.

Throughout my trial virtually anything I wanted to do was never as simple a just "install the package and run it". There was almost always some troubleshooting steps involved, some extra service to enable, a configuration file to edit, a setting to fix. Mounting a FUSE resource has permission problems; using QEMU requires enabling a module; a SquashFS archive can't just be mounted, it needs to be unpacked; Xfce ran from the command line, but not when launched from xdm; networking functioned, though very slowly until IPv6 was disregarded. It's possible to make all of these things work, often with just a few tweaks, but my point is that on most Linux distributions these items work automatically. Even on some operating systems closer to NetBSD, such as FreeBSD, these tasks tend to work without the user performing extra steps.

I suppose NetBSD was the ideal operating system for this self-appointed challenge. Virtually everything functioned, or there was a workaround available, but the operating system made me work for it. I probably spent an extra six or seven hours this week just trying to find ways to perform tasks I'd usually consider basic functionality on a Linux distribution. Usually, in the end, the tasks did work and I could celebrate the achievement, until it was time to try to install the next application or enable the next service and then the process would start over again.

After five days I was happy to return to Linux where even the less hand-holdy distributions tended to do what I wanted with minimal fuss. At the same time, I very much appreciated this chance to explore NetBSD in more depth than I have in the past. It's a platform I've only played with briefly in the past and mostly on a surface level. Getting into its nuts and bolts, squeezing more functionality (and sometimes unusual functionality) out of the operating system was a fun challenge. It has certainly given me more confidence in my ability to work with NetBSD, especially in small server or embedded environments where, in the past, I might not have considered using it in favour of more mainstream options.

Read on

Other Recent Tux Machines' Posts

Mission Center 1.2.0 Released
a pair of articles
Canonical Introduces Virtualization HWE Stack for Ubuntu 26.04 LTS
Canonical announces the HWE (Hardware Enablement) stack for virtualization on Ubuntu 26.04 LTS (Resolute Raccoon) systems and later.
Applications: Auto-cpufreq 3.1.0, Google Chrome, GNU Binutils 2.47
3 updates
Linux 7.2-rc5
It's Sunday afternoon, and once more we have quite a massive -rc5
Release of GNU C Library 2.44
GNU C Library 2.44 is out
IBM Fedora: We Forced 'Secure Boot' on Linux, Now It Discourages Dual-Booting [original]
That is what they are trying to tell us and the companies that employ us
Abusive Cults a Phenomenon Recognised by Formal Authorities [original]
This matter is now being escalated to law firms
 
Today in Techrights
Some of the latest articles
Shelly 3.0 GUI Package Manager for Arch Linux Released as a Major Update
Shelly 3.0 graphical package manager for Arch Linux distributions is now available for download with a full rewrite in Zig, a completely rebuilt GTK4 experience, and more.
Getting More Political [original]
Tomorrow we'll get some attention again
Wayfire 0.11 Wayland Compositor Adds Better Fractional Scaling, HDR Rendering
Wayfire 0.11 modular and extensible Wayland compositor is now available with better fractional scaling, HDR rendering, support for per-output ICC profiles, and more.
GNU/Linux Leftovers
GNU/Linux picks
Web and Free, Libre, and Open Source Software
FOSS and more
Mozilla: Firefox Nightly and MozPhab 2.15.4 Released
Firefox news
Debian: Freexian, DebConf26, and Slopware Based on Debian
Freexian and more
GUADEC, GNOME Shell Extensions, and Slop
GNOME leftovers
KDE: KIO Too Slow for Many Files, New Developer Hacking on KDE's Network Manager
KDE news
Audiocasts/Shows: Michael Geist, Late Night Linux, and This Week in Linux
3 new episodes
Linux Kernel: Networking, Slop, and Holes
4 picks
today's howtos
Instructionals/Technical picks
Games: S.T.A.L.K.E.R. 2, Skate 3 Recomp 2.0, EmuDeck, Denuvo DRM, and More
mostly from Liam Dawe
Open Hardware/Modding: Orange Pi, ESP32, and More
hardware news
Programming Leftovers
Development picks
Security Leftovers
Security picks
Migrating a NAS from TrueNAS Core to vanilla FreeBSD, NTSYNC driver
FreeBSD bits
Pyramid Scheme Piggybacking Misnomer "Hey Hi" (Like "Crypto"), Now "Linux" Foundation (for "Linux" "Brand") and Openwashing
Red Hat is fully subverted now
Linux isn't your only escape route from Windows and macOS—here are 4 alternatives
Most people who step outside of Windows and macOS assume Linux is the only alternative worth taking seriously
Windows 11 ruined my old laptop, but this lightweight Linux distro brought it back to life
Once I decided to try Zorin OS Lite, which promised to make the laptop feel snappy and light again
Free and Open Source Software
This is free and open source software
OpenUK Wants Britain to Stop Giving Away Open Source Creations
They point to MCP, built by two engineers in London, that ended up under US-based governance
Improving Accessibility [original]
work underway to improve the system which runs the sites
AI and Linux: a bit of ranting
Rants follow
Today in Techrights
Some of the latest articles
Here's to Another Two Decades... [original]
last month we all celebrated in northern England as the site turned 22
GNU/Linux Approaching 5% in Cambodia [original]
Judging by the new and revised figures
New Addition to the Family [original]
Another new penguin-themed item for the house
Linux, BSD Leftovers
last batch
Hardware Leftovers
3 stories
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Fedora: Kevin Fenzi (IBM), Fedora’s Hypocrisy (IBM Speaks of "Conflict-of-Interest Policy"), and LVM in RHEL etc.
Red Hat news
Google Summer of Code 2026 Reports for KDE, GUADEC 2026 Report
GNOME and KDE picks
today's howtos
Instructionals/Technical posts
Valve, Steam Games Playable on the Steam Deck, and More
Steam and games
Introducing Taiyo DHCP Server
I'd like to introduce a project I've been working on called Taiyo DHCP Server
First Look at Firefox’s Brand-New Design in Firefox Nightly
A first look at Firefox’s new design in Firefox Nightly with a bluish theme by default and all-rounded elements across the entire interface.
GNU/Linux Reaches 5+ Percent Market Share in Indonesia, an All-Time High [original]
Based on statCounter at least
About 70% of Tux Machines is Not in Its Gemini Capsule [original]
Techrights has long taken accessibility quite seriously
Fwupd 2.1.7 Linux Firmware Updater Brings New Features and Improvements
Fwupd 2.1.7 Linux firmware updater is now available for download with support for PixArt PJP360 devices, an MTD lock security attribute, support for “externally managed” EFI signature lists, and more.
Never Give Up [original]
If you are subjected to online abuse, don't give up
Linux Mint’s Cinnamon 6.8 Desktop Environment Will Fully Support Wayland
Cinnamon 6.8 will fully support Wayland in the next major Linux Mint release, along with various other improvements and new features.
I tried umbrelOS, and it's the easiest way to grow your homelab
The umbrelOS is a server OS for everybody
As Ubuntu embraces AI, Debian discusses banning all AI-generated code
The rapid development of LLM coding tools has forced the open-source community to ask itself the question...
Orange Pi 5B SBC gets Ubuntu Desktop and Audio Production OS images with Bluetooth/Wi-Fi fix missed for 8 years
Joshua Riek’s ubuntu-rockchip project helped many run working OS images for their Rockchip SBCs
Ubuntu Touch update brings better support for modern smartphones & web apps
Ubuntu Touch is a mobile Linux distribution designed to run on smartphones and tablets
The FFmpeg GUI Frame 0.32.0 Released with UI Scaling Support
Frame, the free open-source graphical front end for FFmpeg media library
Free and Open Source Software, and Review
Beelink EQi 304 Mini PC Review – BIOS
Play Local Music With File-Manager Simplicity
Old school style, old school vibes. SonicTree is for people who like browse music files in folders the way they are stored on the disk.
RawTherapee 5.13 Adds Tool Enhancements & New Cameras Support
After more than a year of development
Microsoft Becoming Irrelevant [original]
Windows is rapidly shedding off userbase
Android Leftovers
Your Android's System Data Now Takes Up Cloud Storage Space - Here's How To Disable It
Community Assistance for Our Fish and Snails/Shells [original]
help us find aquarium equipment
Your Linux kernel keeps getting smarter—here's how
You might not even think it gets updated all that often
Big in Japan [original]
Now it's at over 5%
After a decade on Windows, I finally understand why Linux users never go back
Those are the parts that have slowly made Linux grow on me
SparkyLinux: Fooyin
fooyin is developed primarily on Linux
Free and Open Source Software
This is free and open source software
Vantum – lightweight Linux distribution
Vantum is a lightweight Ubuntu-based Linux distribution built with Woof-CE, the official Puppy Linux build system
Review: Package Forge and Soar
Often times new package managers for Linux fall into one of two categories
FriendlyELEC updates NanoPi M6 with ES8389 audio codec and revised I/O
Operating-system options include Ubuntu 24.04 with GNOME and Wayland, Ubuntu 22.04 LTS
Development and Hardware Leftovers
Hardware and software development picks
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: July 26th, 2026
The 302nd installment of the 9to5Linux Weekly Roundup is here for the week ending July 26th, 2026.