Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

armStone MX8ULP packs NXP i.MX 8ULP into a 100mm Pico-ITX single board computer

9to5Linux

First Look at COSMIC Desktop Environment’s Frosted Glass Effect

System76 has been teasing us with the Frosted Glass effect for a while now, and we thought we’d have to wait until the major COSMIC 2.0 release of the Rust-based desktop environment to enjoy it. But Frosted Glass is finally here now and rolling out to current Pop!_OS Linux 24.04 LTS users.

Debian 13.6 “Trixie” Released with 124 Bug Fixes and 120 Security Updates

Coming less than two months after Debian 13.5, the Debian 13.6 release is here to provide users with updated ISOs for those who want to deploy the latest Debian 13 “Trixie” operating system series on new hardware without downloading lots of updates after the installation or those who had issues with the previous ISO releases.

KDE Frameworks 6.28 Released with Support for New KRunner Conversion Units

The monthly KDE Frameworks releases continue, and KDE Frameworks 6.28 adds support for converting between watt-hours, kilowatt-hours, and other similar energy units in KRunner-powered search fields, and improves the alignment of thumbnail previews in open/save dialogs across KDE apps.

Ubuntu 25.10 Reached End of Life, It’s Time to Upgrade to Ubuntu 26.04 LTS

Ubuntu 25.10 was released on October 9th, 2025, and, since it’s not an Ubuntu LTS (Long Term Support) release, it only received support for nine months, until July 2026. Ubuntu 25.10 was powered by the Linux 6.17 kernel series and featured the GNOME 49 desktop environment series with a Wayland-only session.

GNU Parallel 20230422 ('Grand Jury') released

posted by Roy Schestowitz on Apr 23, 2023,
updated Apr 23, 2023

GNU Parallel 20230422 ('Grand Jury') has been released. It is available for download at: lbry://@GnuParallel:4
Quote of the month:
  parallel might be one of the best utilities out there
    -- @ThePrimeagen@twitter ThePrimeagen
New in this release:

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:
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.

Other Recent Tux Machines' Posts

Miami's Heat [original]
Today it was 30C or higher in Manchester
Open Hardware, Linux Devices, and LineageOS
hardware centric picks
 
KDE: Koko, Plasma, and Tips
KDE related picks
PostgreSQL Related Releases and Extensions
PostgreSQL leftovers
FPGAs, ESP32, and Open Hardware
projects and 'open' products
Programming Leftovers
Development related picks
Security Leftovers
patches, breaches, and releases
Red Hat's Latest, Half of It About Slop
Redhat.com's latest
Linux for Old Devices, Linux Kernel 7.1, Linux Kernel 7.2, and LWN Articles
kernel coverage
today's howtos
Instructionals/Technical picks
Games: Mortal Shell II, Proton, and More
a handful of picks for now
Changing Pace [original]
Once applicable, we hope to be able to publish 5-10 original articles per day
Android Leftovers
Google Is Giving You Less Free Storage for Your Android Backups
The most ambitious Linux alternative in years isn't Linux at all
I was intrigued to hear about Redox OS
5 weird devices that can run Linux (even though they shouldn't)
Linux runs everything from the world's most powerful supercomputers to most cellphones to low-power smart devices
GNOME Has A Modern New Email App Work in Progress
Want an email app between Evolution and Geary? Check out Gnome’s modern new “Stamp” app which is working in progress
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Android developer verification - The fox guarding the henhouse
You must have heard. Google is rolling out a new framework of security to the smartphone world, and it's called Android Developer Verification (ADV)
First Look at COSMIC Desktop Environment’s Frosted Glass Effect
A first look at the new Frosted Glass effect in the COSMIC desktop environment on the Pop!_OS Linux 24.04 LTS distribution.
Xsnow "protestware" in Debian
The xsnow application, which generates an animated snowfall effect (and other pleasant diversions) for X11 desktops, does not seem like an obvious channel for political statements
Keep on Looking, There Are Better Choices Out There [original]
Staying in London is expensive
Software Freedom, a Japanese Perspective - Part V: How GNU/Linux Leaped Above 5% in Japan [original]
The message matters a great deal
A Network Incident [original]
We are gradually returning to a normal publication pace
GNU/Linux at Over 10% in the United States of America [original]
What can explain a sharp increase?
GNU/Linux and Free Software Leftovers
misc. links from last week
Mozilla Thunderbird and Firefox Leftovers
Mozilla picks
Programming Leftovers
Development related picks
Open Hardware/Modding: Old Devices and Linux Gadgets
hardware leftovers
today's howtos
Instructionals/Technical picks
Hot Match in Northern Europe [original]
he site has taken no meaningful break for a very long time
Debian 13.6 “Trixie” Released with 124 Bug Fixes and 120 Security Updates
Debian 13.6 is now available for download as a new point release to Debian 13 “Trixie” with 124 bug fixes and 120 security updates.
Do I prefer Linux now?
I needed to do something using macOS yesterday and the whole time I just wanted to get back to my Linux desktop
Today in Techrights
Some of the latest articles
GNU/Linux Leftovers
GNU/Linux picks
Audiocasts/Shows: FLOSS Weekly, Hackaday Podcast, BSD Now, and More
4 episodes
BSD Leftovers, Mostly OpenBSD
Some BSD picks
Free, Libre, and Open Source Software Leftovers
FOSS and more
Programming Leftovers
Development related news
Games: Chess, Tempest Rising, and Lots More
recently in GamingOnLinux
today's howtos
many howtos for the week
Red Hat Leftovers
Red Hat's official site mostly
Android Leftovers
I miss Windows Phone, but this incredible Android launcher resurrected my dream setup
I moved my PC to an immutable distro, and the thing I was most afraid of turned out to be the best part
When I was getting to grips with Linux after using Windows for decades
In an Angry Fit, Dev ‘Sabotages’ OpenMandriva Repository
A dust-up in OpenMandriva’s dev ranks escalates from abusive chats to vanished repositories and a ‘saboteur’ package that threatens Gnome and Cosmic users
Free and Open Source Software
This is free and open source software
This Week in Plasma: Audio Recording in Spectacle
This week was busy! We’ve got some great new features to share, improved theming compatibility, UI improvements, bug fixes… and lots more
Interview with Nara Oliveira, Free Software Artist
GIMP is Free and Libre Open Source Software, but none of it is possible without the people who create with and contribute to it
Android Leftovers
Android secretly saves every notification you swipe away, and turning it on saved me twice
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.
Linux Mint vs Ubuntu: This is the better option for Linux newcomers in 2026
Linux newcomers in 2026 have a much easier time than people did 10 or 15 years ago
Today in Techrights
Some of the latest articles
Today in Techrights
Some of the latest articles
No Place Like Home [original]
We'll travel again on Monday but should be back the same day
Free and Open Source Software
This is free and open source software
KDE Frameworks 6.28 Released with Support for New KRunner Conversion Units
KDE Frameworks 6.28 open-source software suite is out now with support for using the Meta key to trigger KWin’s Overview screen, Kicker/Kickoff improvements, and new KRunner features.
Ubuntu 25.10 Reached End of Life, It’s Time to Upgrade to Ubuntu 26.04 LTS
Ubuntu 25.10 “Questing Quokka” has reached end of life on July 9th, 2026, and users are now recommended to upgrade to Ubuntu 26.04 LTS “Resolute Raccoon”.