Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

DNS Blocking: Mind the Unintended Consequences

The Internet is essential for our everyday lives. We use it to reach out to friends and family, pay our bills, study, work, watch our favorite movies, and do an infinite number of other things. But at the same time, criminal activities are also happening online. Growing concerns about online copyright infringement and child safety have led governments to regulate online services, which sometimes leads to content blocking or even making entire websites and apps unavailable.

LinuxGizmos.com

M5Stack Refreshes Lineup with CardKB2 Keyboard, ESP32-P4 Modules, and Core2 for AWS

M5Stack has introduced several new and updated products, including the CardKB2 keyboard unit, the Stamp-P4 module based on the ESP32-P4, a matching Wi-Fi expansion module, and an updated Core2 for AWS development kit. The lineup spans input devices, embedded modules, and IoT-focused development platforms.

Radxa Taco Updated for Raspberry Pi CM5 with 5× SATA and RAID Support

Radxa has updated its Taco carrier board with a new revision designed around the Raspberry Pi Compute Module 5, targeting storage-heavy and network-oriented applications. The platform integrates multiple SATA interfaces, dual Ethernet ports, and PCIe expansion in a compact form factor.

Raspberry Pi CM5 TV Stick Lite Adapts Compute Module 5 for HDMI Dongle Use

A compact carrier board referred to as the Raspberry Pi CM5 TV Stick Lite adapts the Compute Module 5 into a plug-in HDMI form factor. The design allows the module to connect directly to a display while requiring only USB-C power.

Raspberry Pi Introduces 3GB Pi 4 Amid Price Increases

The Raspberry Pi Foundation has announced a new 3GB variant of the Raspberry Pi 4 Model B, priced at $83.75, alongside a set of price increases affecting multiple products across its lineup. The changes are attributed to a sharp rise in LPDDR4 memory costs, which the company reports have increased seven-fold over the past year.

9to5Linux

KDE Plasma 6.7 Desktop Environment Is Coming on June 16th, Here’s What to Expect

Some of the biggest changes in KDE Plasma 6.7 include the ability to type characters that aren’t on your physical keyboard, a switch on the Plasma Panel to instantly go from light mode to dark mode, a global push-to-talk feature, and a full-featured print queue viewer app.

Systemd-Free Artix Linux Sees First Release in 2026 with XLibre and PipeWire

The Artix Linux 2026.04 release promotes XLibre as the default display server instead of Xorg Server, which can now be installed manually if you don’t want to use XLibre. For the KDE Plasma edition, users can choose between using Wayland or XLibre.

OBS Studio 32.1.1 Is Out to Improve the Audio Mixer and Audio Deduplication

Coming about three weeks after OBS Studio 32.1, the OBS Studio 32.1.1 release is here to improve the new audio mixer by fixing the missing tooltips, the missing toolbar actions, incorrect colors, an issue with the minimum width being too large, sorting weight for global and pinned sources, and disabled sources.

Netrunner 26 Released with XLibre Xserver, Based on Debian 13 “Trixie”

Based on the latest Debian 13 “Trixie” operating system series, Netrunner 26 is powered by the more recent Linux 6.16 kernel instead of Debian’s long-term supported Linux 6.12 LTS to provide users with better hardware support on both new and existing installations.

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

Gentoo Prank and Gentoo Big Forum Upgrade
Gentoo jokes and news
Microsoft NPM Causes Security Catastrophes, Microsoft Transmits Malware to Sites and More
Microsoft doing its best
A popular Linux distro now has higher system hardware requirements than Windows 11
Ubuntu, a popular Linux distro, is getting a new version soon
Linux smashes past 5% on the Steam Survey for the first time
After rubbing away the sleep from my eyes in disbelief
4 things you can do with a Linux terminal on Android that no regular app can match
A Linux terminal on Android sounds like a niche hack, until you actually try it for a while
Netrunner 26 Released with XLibre Xserver, Based on Debian 13 “Trixie”
Netrunner 26 GNU/Linux distribution is now available for download based on Debian GNU/Linux 13 “Trixie” and featuring the KDE Plasma 6.3.6 desktop environment with Linux kenrel 6.16.
CachyOS beats Windows 11 in Cyberpunk 2077 and Space Marine 2 in a new gaming benchmark
There was a time when gaming on Linux pretty much boiled down to SuperTuxKart
SystemRescue 13 Released with Linux Kernel 6.18 LTS, GParted 1.8.1, and More
SystemRescue 13 live Linux system rescue toolkit is now available for download with the Linux kernel 6.18 LTS, new tools, and HiDPI improvements.
Systemd-Free Artix Linux Sees First Release in 2026 with XLibre and PipeWire
The development team behind Artix Linux has released today the Artix Linux 2026.04 ISO refresh for this Arch Linux-based, systemd-free distribution, which features multiple editions and init systems.
 
Games: DOOM Eternal, OpenGOAL, and More
mostly stories from GamingOnLinux
Wine 11.6 Released
important release milestone
today's leftovers
GNU/Linux mostly
Microsoft 'Crashing' Moon Mission
Even NASA can't escape Microsoft Outlook problems
today's howtos
Instructionals/Technical posts
Android Leftovers
How to Speed Up Your Android Phone In Just a Few Taps
I saved a doomed Windows laptop by embracing Linux
I’ve been using Fedora Linux on my gaming PC for over a year now
Free and Open Source Software
This is free and open source software
This Week in Plasma: UI and Stability Improvements
This was a somewhat quiet week mostly full of UI and stability improvements
Slackware Cloud Server Series, Episode 11: Jukebox Audio Streaming
I went on a search for a modern, maintained and open source alternative for my OTTO server
Today in Techrights
Some of the latest articles
KDE Plasma 6.7 Desktop Environment Is Coming on June 16th, Here’s What to Expect
The upcoming KDE Plasma 6.7 desktop environment is expected on June 16th, 2026, with many new features and improvements. Here’s what’s to expect.
Linux Foundation Sells the "Linux" Brand and Rents/Licenses It to Legitimise Another Sloppers' Scam
3 examples
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux and BSD Leftovers
some more stories
Audiocasts/Shows: BSD Now, Lenny’s Podcast, and More
3 new episodes
Kernel Space / Virtualization: Stable Kernels, Slop in 'Reviews', and Systemd Creep (With Eye on 'Age Verification' and Vendor Lock-in)
Linux kernel level
Slop / Plagiarism in 'Open' Clothing: Collabora, OpenSSF (LF/Microsoft), and WordPress
pushing models
Databases: Postgres and SQLAlchemy 2
Database news
Standards/Consortia: Document Formats and What the FCC Router Ban Means for FOSS
3 stories
Programming Leftovers
Development picks for today
OpenSUSE: Tumbleweed Monthly Update and Quick Update on the Package Version Tracking Feature in OBS
OpenSUSE updates
Security Leftovers
Security leftovers for today
Content Management Systems (CMS) / Static Site Generators (SSG): EmDash, Eleventy, and More
mostly EmDash picks
Open Hardware/Modding: Raspberry Pi and More
Hardware picks
Graphics: Mesa 26.0.4 and Zink in Wine
Graphics related news
today's howtos
Instructionals/Technical posts
Fedora Code of Conduct Report, Red Hat Promoting Microsoft and Slop, Slopware Enters CentOS
some Red Hat leftovers
Final Release of OpenSSH 10.3
OpenSSH 10.3 is out
Games: Steam Survey, INDIE PASS, Death Stranding 2, and More
gaming leftovers
Android Leftovers
I spent a week with Android 17 Beta 3 on my Pixel, and these 4 features change everything
I installed Linux on my Pixel and turned it into a pocket workstation
Your phone already does a lot. It takes calls, sends messages, lets you browse the internet
I Gave Up on Windows 11. Linux Mint Is Simply Better in 7 Big Ways
Linux Mint isn't perfect, but it has some clear advantages over Windows 11
I switched to Linux and got tools that Windows users will never have pre-installed
Ever since I moved from Windows to Linux in mid-2025
Free and Open Source Software
This is free and open source software
Free and Open Source Software
This is free and open source software
ONLYOFFICE Gets Forked as "Made in Europe", Sparks Licensing and Trust Debate
Euro-Office is a new European fork of ONLYOFFICE
Radxa Taco Updated for Raspberry Pi CM5 with 5× SATA and RAID Support
The board supports Linux-based software RAID configurations, including RAID 0, RAID 1, RAID 5, and RAID 10
Proudly Canadian Maple Linux 1.4: Who Knew Tux Could Be So Polite?
More than a novelty from north of the 49th, this Debian‑based distro uses Canadian and EU privacy principles to offer a telemetry‑free
Gentoo GNU/Hurd
We are proud to announce a new port of Gentoo to GNU Hurd
A Good Start for April and for Easter [original]
That's a good start for the month of April
GNU/Linux Grew a Lot in United Arab Emirates (UAE) [original]
UAE is adopting more and more of GNU/Linux in recent times
Today in Techrights
Some of the latest articles
Easter Cool-off Amid Great News [original]
GNU/Linux @ 5.33%
OBS Studio 32.1.1 Is Out to Improve the Audio Mixer and Audio Deduplication
OBS Studio 32.1.1 open-source screen recording and live streaming app is now available for download with various improvements to the audio mixer and audio deduplication.
Denmark: Less Apple, More GNU/Linux [original]
the country that has Greenland is adopting GNU/Linux
Security Leftovers
Security news and more
today's leftovers
mostly GNU/Linux, some BSD
Free, Libre, and Open Source Software Leftovers
FOSS picks
Gemini, Web Browsers, and the Web
The Net and more
Euro-Office, Comment About Collabora, and Open Letter to European Citizens
roductivity Software/LibreOffic news
Education and Free Software: Astro Pi, DrupalCon, and More
education-centric news
Content Management Systems (CMS): Sveltia, EmDash, and WordPress
WordPress and clones-ish
LibreLocal Events Coming Up in Auckland, Oviedo, and Livermore
FSF sponsored events
Open Hardware/Modding: Raspberry Pi and More
Hardware picks
New OpenWrt Releases and News About OpenWrt Project/s
OpenWrt news
Games: New Steam Games with Native GNU/Linux Builds, Godot 4.6.2, and "Is Linux Ready For Gaming?"
Gaming news
GNOME Shell and Mutter Development, Making GNOME Faster
GNOME news
CentOS March 2026 News, Only Slop Promotion at Red Hat, Fedora Promoting Back-doored Boot
IBM et al
Applications: Textype, Advanced Process Manager for Linux (APM), and More
3 picks for the afternoon
today's howtos
Instructionals/Technical posts
GNU/Linux Leftovers and Free Software Leftovers
mostly GNU/Linux
Recent Videos/Shows About GNU/Linux
via Indivious
Latest From LWN (Outside Paywall) About Security, Kernel, and More
6 articles made public
Open Hardware/Modding: Weekly GNU-like Mobile Linux Update and Raspberry Pi Prices Rise Again
gadgets for Linux lovers
Programming Leftovers
Development with perl and more
Android Leftovers
Google and Samsung are finally fixing Android's most frustrating feature
The Linux backup tool nobody talks about—and why it beats every official sync app
Typically, when you're uploading a file to the cloud, you need to open your browser
Linux updates were painfully slow until I switched one setting
There’s a very specific kind of irritation (if anyone's interested, I call it penguin-rage) that comes from watching a Linux update crawl
New Color Mode Coming to GIMP
Hello! I’m one of the developers for GIMP
Free and Open Source Software
This is free and open source software
Huawei HarmonyOS PC can now run Linux-based tools
Huawei announced today that HarmonyOS PC models can now directly run Linux-based tools and applications
Sparky news 2026/03
The 3rd monthly Sparky project and donate report of the 2026
Javi-OS – Debian-based Linux distribution
Javi-OS is a Linux distribution designed to deliver a smooth and secure user experience
PLD Linux – RPM-based Linux distribution
PLD Linux is a free, RPM-based Linux distribution for advanced users and administrators who value flexibility and are comfortable with occasional manual tweaking
GNOME 50 dropped support for accessing Google Drive files
If you’re used to accessing your Google Drive in the Nautilus file manager
Archinstall 4.0 Arch Linux Installer Released with New Textual UI
Archinstall 4.0 Arch Linux menu-based installer is now available for download with a new TUI (text-based user interface), new features, and various improvements.
Today in Techrights
Some of the latest articles
Games: SpeedRunners, BOXROOM, BLIGHTEN, and More
7 picks from GamingOnLinux