Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: March 8th, 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.

HandBrake 1.11 Open-Source Video Transcoder Adds AMD VCN AV1 10-Bit Encoder

Coming six months after HandBrake 1.10.2, the HandBrake 1.11 release introduces an AMD VCN AV1 10-bit encoder, a ProRes encoder, a DNxHR encoder, an AV1 VCN 2160p 4K preset for AMD 9000 series GPUs and newer, Production DNxHR presets, Production ProRes presets, and Preservation FFV1 FLAC and PCM presets.

CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More

Powered by the long-term supported Linux 6.18 LTS kernel series, the CachyOS ISO snapshot for March 2026 ships with the latest and greatest KDE Plasma 6.6.2 desktop environment by default, which is accompanied by the KDE Frameworks 6.23 and KDE Gear 25.12.3 software suites.

digiKam 9.0 Open-Source Photo Manager Released as a Massive Update

Highlights of digiKam 9.0 include a dedicated Qt 6 port for a more modern UI/UX experience across all supported platforms, along with a redesigned Welcome page in a more modern style, as well as completely revamped GUIs of the File Copy and File Transfer dialogs for better usability.

LinuxGizmos.com

MSI MS-C936 Ultra-Thin Fanless Box PC Combines Intel Raptor Lake-P U-Series CPUs with Quad Displays and Dual 2.5GbE

The system supports processors including the Intel Core 5 120U, a 15 W chip that can reach boost frequencies up to 5.0 GHz.

Tiny CM0IQ Board Runs Raspberry Pi CM0 Module with HDMI and CSI

The CM0IQ is a compact carrier board designed for the Raspberry Pi CM0 compute module and measures 42 × 36 mm, placing it among the smallest boards built around the platform. The design exposes several interfaces typically associated with larger Raspberry Pi boards while maintaining a minimal footprint.

F&S FSSM8MP SMARC Module Features NXP i.MX 8M Plus with Dual GbE and Edge AI

The FSSM8MP from F&S Elektronik Systeme is a SMARC 2.2 computer-on-module built around the NXP i.MX 8M Plus processor. The module is designed for embedded and industrial systems requiring multimedia processing, machine vision capability, and edge inference support.

Internet Society

Women Who Connect: Celebrating Six Women Championing the Internet

This International Women’s Day, we celebrate the Women Who Connect—members of the Internet Society community who are driving a more inclusive Internet. Across regions and communities, they are expanding access, sharing knowledge, and opening doors for others to participate in the digital world.

GNU Parallel 20230222 ('Gaziantep') released

posted by Roy Schestowitz on Feb 23, 2023

GNU Parallel 20230222 ('Gaziantep') has been released. It is available for download at: lbry://@GnuParallel:4

Quote of the month:

  Praise GNU parallel, though. That gets me pretty far.
    -- Your Obed. Servant, J. B. @Jeffinatorator

New in this release:

News about GNU Parallel:

GNU Parallel - For people who live life in the parallel lane.

If you like GNU Parallel record a video testimonial: Say who you are, what you use GNU Parallel for, how it helps you, and what you like most about it. Include a command that uses GNU Parallel if you feel like it.

About GNU Parallel

GNU Parallel is a shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU Parallel can then split the input and pipe it into commands in parallel.

If you use xargs and tee today you will find GNU Parallel very easy to use as GNU Parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU Parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU Parallel can even replace nested loops.

GNU Parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU Parallel as input for other programs.

For example you can run this to convert all jpeg files into png and gif files and have a progress bar:

  parallel --bar convert {1} {1.}.{2} ::: *.jpg ::: png gif

Or you can generate big, medium, and small thumbnails of all jpeg files in sub dirs:

  find . -name '*.jpg' |
    parallel convert -geometry {2} {1} {1//}/thumb{2}_{1/} :::: - ::: 50 100 200

You can find more about GNU Parallel at: http://www.gnu.org/s/parallel/

You can install GNU Parallel in just 10 seconds with:

    $ (wget -O - pi.dk/3 || lynx -source pi.dk/3 || curl pi.dk/3/ || \
       fetch -o - http://pi.dk/3 ) > install.sh
    $ sha1sum install.sh | grep 883c667e01eed62f975ad28b6d50e22a
    12345678 883c667e 01eed62f 975ad28b 6d50e22a
    $ md5sum install.sh | grep cc21b4c943fd03e93ae1ae49e28573c0
    cc21b4c9 43fd03e9 3ae1ae49 e28573c0
    $ sha512sum install.sh | grep ec113b49a54e705f86d51e784ebced224fdff3f52
    79945d9d 250b42a4 2067bb00 99da012e c113b49a 54e705f8 6d51e784 ebced224
    fdff3f52 ca588d64 e75f6033 61bd543f d631f592 2f87ceb2 ab034149 6df84a35
    $ bash install.sh

Watch the intro video on http://www.youtube.com/playlist?list=PL284C9FF2488BC6D1

Walk through the tutorial (man parallel_tutorial). Your command line will love you for it.

When using programs that use GNU Parallel to process data for publication please cite:

O. Tange (2018): GNU Parallel 2018, March 2018, https://doi.org/10.5281/zenodo.1146014.

If you like GNU Parallel:

If you use programs that use GNU Parallel for research:

If GNU Parallel saves you money:

About GNU SQL

GNU sql aims to give a simple, unified interface for accessing databases through all the different databases' command line clients. So far the focus has been on giving a common way to specify login information (protocol, username, password, hostname, and port number), size (database and table size), and running queries.

The database is addressed using a DBURL. If commands are left out you will get that database's interactive shell.

When using GNU SQL for a publication please cite:

O. Tange (2011): GNU SQL - A Command Line Tool for Accessing Different Databases Using DBURLs, ;login: The USENIX Magazine, April 2011:29-32.

About GNU Niceload

GNU niceload slows down a program when the computer load average (or other system activity) is above a certain limit. When the limit is reached the program will be suspended for some time. If the limit is a soft limit the program will be allowed to run for short amounts of time before being suspended again. If the limit is a hard limit the program will only be allowed to run when the system is below the limit.

Read on

Other Recent Tux Machines' Posts

digiKam 9.0 Open-Source Photo Manager Released as a Massive Update
digiKam 9.0 open-source professional photo manager is now available for download with numerous new features and improvements.
HandBrake Released 1.11.0 with DNxHR & ProRes Encoders (Ubuntu PPA)
HandBrake, the popular free open-source video transcoder for Linux, Windows, and macOS, released new 1.11.0 version today
Women in My Life [original]
In this planet we are compelled to coexist with some really monstrous men
Someone got Linux working on the PS5, and it runs GTA 5 with ray tracing
Okay, I know I've said that I believe 2026 will be the year of gaming on Linux
"Attestation" Mandated in US If American Politicians Get Their Way
Linux also
This Week in Plasma: Polish and Stability
This was another week of focusing on bug-fixing and UI polishing
 
Latest Steam Client Update Improves Support for Proton Games on Linux
Valve released a new stable Steam Client update today, which brings a few interesting new features related to their hardware surveys and Steam user reviews, as well as improvements for Proton games on Linux, and other changes.
Android Leftovers
I've used Tor browser for years, but now I'm using it on my Android phone - here's why
Reclaiming Freedom: Who Holds Veto Over Your Data Stack
Stallman understood that software freedom isn’t about ideology, but more about who has veto power over your work
Free and Open Source Software
This is free and open source software
Kdenlive 25.12.3 released
The last maintenance release of the 25.12 series is out with the usual batch of stability fixes and workflow improvements
Free, Libre, and Open Source Software Leftovers
FOSS news for today
Leftovers Regarding the Web and the Net
inc. Spartan
Programming Leftovers
Development blurbs
GNU/Linux Leftovers
and some Red Hat news
BSD: BSDCan Registration is Open and a Look at OpenBSD
BSD news
Free/Open Hardware, Linux Boards, and and GNU/Linux Phone for EU
gadgets and more
Barry Kauler's Latest Updates on EasyOS and Other Projects
3 Barry Kauler updates
Applications: Resources 1.10.2, Concessio, HandBrake 1.11, and GoPlaying
Application-related news
today's howtos
mostly idroot for today
Linux 7.0-rc3
now out
The New Digital Literacy
Once upon a time winning arguments was considered important
Videos and Shows About GNU/Linux From Recent Weeks
Various picks via Invidious
today's howtos
a handful of howtos
Most secure GNU/Linux distros and latest bulletin from DistroWatch
a couple of distro walkthroughs
Weekly GNU-like Mobile Linux Update and GNU/Linux on Small Devices
a weekly outline and new project
Customizing your Linux desktop is a waste of time: Here's a better way to get what you want
Linux is famously customizable, and when you hear its perks discussed
Even after 10 years of using Linux, these 3 distros still scare me (and they’re not Arch)
Arch Linux has a reputation for being brutally hard to install and maintain
Free and Open Source Software
This is free and open source software
Review: Quick looks at three Linux distributions
This week though I found myself curious about small aspects of three separate projects and decided to share what I learned
Participation Required a Microsoft License — Until Citizens Pushed Back
Ironically, when the EU asked for feedback on new tech rules, it locked the process to dear old Microsoft. A fast, focused campaign forced officials to add an open format instead.
Today in Techrights
Some of the latest articles
Sloppyleft: Dealing With Plagiarism by Slop [original]
Article by Alexandre Oliva
9to5Linux Weekly Roundup: March 8th, 2026
The 282nd installment of the 9to5Linux Weekly Roundup is here for the week ending March 8th, 2026.
HandBrake 1.11 Open-Source Video Transcoder Adds AMD VCN AV1 10-Bit Encoder
HandBrake 1.11 was released today as a major update to this free and open-source video transcoder application for converting between a multitude of video file formats.
GNU and the AI reimplementations
Those who cannot remember the past are condemned to repeat it
A Record Year for Tux Machines [original]
Traffic-wise and activity-wise we've never had a better year in our entire history
The Tank [original]
Maybe this coming summer we'll add some more fish to the group
CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More
Today, the developers of the Arch Linux-based CachyOS distribution published a new ISO snapshot for March 2026, including the latest package updates, new features, and improvements.
GNOME is a Men's Club [original]
Many women rightly learned to avoid GNOME, based on the project's track record
Android Leftovers
My Wi-Fi kept dropping until I toggled this hidden Android setting
I'm a Linux bore now, so I used my new powers to resurrect a ten year-old laptop forgotten by Windows
I pulled the old XPS laptop out of my wardrobe because I've started wearing cardigans and have therefore become a bit of a Linux bore
Best Free and Open Source Software
This is free and open source software
This Week in KDE Apps
New Glaxnimate release, source mode in Marknote and S3 support in Dolphin
Free, Libre, and Open Source Software and Standards
only 3 more stories for now
GNU/Linux Leftovers
GNU/Linux links
Audiocasts/Shows: Linux Saloon, Going Linux, and This Week in Linux
3 new episodes
Web Browsers/Web Servers: Nginx, "Web is bearable with RSS", and Firefox
News about WWW
Algorithms, Data Visualization, R, and Literature
programming leftovers
Databases: YottaDB, PostgreSQL, and More
Database news
Open Hardware: Modding, Repairability, and More
Hardware news
New default wallpaper for EasyOS 7.x and release of EasyOS Excalibur-series version 7.2.1
distro updates and release
Games: Payphone Go, GCompris, Valve, and More
5 stories
Wine 11.4 Released
now ready to download
today's howtos
Instructionals/Technical picks
Debian: Louis-Philippe Véronneau, Clonezilla Live 3.3.1-35, and More
Debian leftovers
Android Leftovers
I mapped my Android's volume buttons to do this and it's incredibly convenient
My Firefox for Android local build environment
The Firefox for Android app has always had a complicated build process
Linux has an identity crisis—and it's holding back desktop PCs
Linux is everywhere, and that's not a bad thing
This is the best Linux distro for creative Windows refugees
Ubuntu Studio is a Linux distro from Canonical that's designed for creatives
Best Free and Open Source Software
This is free and open source software
Money isn’t going to solve the burnout problem
While I’m definitely not opposed to giving people money for their FLOSS work
AerynOS – independent Linux distribution
AerynOS is an independent Linux distribution built from scratch and currently in alpha development
Service Under Maintenance 5 Days From Now [original]
We don't expect any downtimes
The Birds Have Won [original]
it's important to push back and stand for one's beliefs
Today in Techrights
Some of the latest articles