Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series

Based on the Mozilla Firefox 140 ESR (Extended Support Release) series, Tor Browser 15.0 introduces many upstream features that have been implemented in the past year, including support for vertical tabs, support for tab groups, and the new unified search button that lets users easily switch between search engines, search bookmarks or tabs, and access quick actions.

Fedora Linux 43 Officially Released, Now Available for Download

Highlights of Fedora Linux 43 include the latest and greatest Linux 6.17 kernel series, the latest and greatest GNOME 49 desktop environment series for the Fedora Workstation edition, which is now Wayland-only, as well as the KDE Plasma 6.4.5 desktop environment on the Fedora KDE Plasma Desktop edition.

KDE Plasma 6.5.1 Is Out to Fix Compatibility Issues with Older AMD GPUs

Even if it comes a week after the release of KDE Plasma 6.5, a major update that just arrived in the stable software repositories of popular rolling-release distros like Arch Linux and openSUSE Tumbleweed, the KDE Plasma 6.5.1 update is packed with many improvements and bug fixes, especially for a regression that broke the appearance of mouse pointers on older AMD GPUs.

IPFire 2.29 Core Update 198 Gives Major Boost to the Intrusion Prevention System

Coming more than five weeks after IPFire 2.29 Core Update 197, the IPFire 2.29 Core Update 198 release introduces major improvements to the Intrusion Prevention System (IPS) with the upgrade to the Suricata 8 series, offering enhanced detection performance and reliability, as well as real-time email reporting.

MX Linux 25 Release Candidate Arrives with Various Improvements and Changes

Still shipping with the long-term supported Linux 6.12 LTS kernel series on the standard editions and a Liquorix-flavored Linux 6.15 kernel on the AHS (Advanced Hardware Support) editions, the Release Candidate of MX Linux 25 introduces systemd-cryptsetup on the systemd-based ISOs to fix an issue with encrypted /home partitions.

Tor Project blog

New Release: Tor Browser 15.0

The ongoing development of Tor Browser is made possible thanks to the support of our community. If Tor Browser is important to you, now is a great time to support our mission to FREE THE INTERNET, as all donations will be matched by Power Up Privacy through December 31, 2025.

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

Tor Browser 15.0 Anonymous Web Browser Is Out Based on Firefox 140 ESR Series
Tor Browser 15.0 has been released today by the Tor project as the latest stable version of this open-source, cross-platform, and free web browser designed to protect yourself against tracking, surveillance, and censorship using the Tor anonymous network.
KDE Plasma 6.5.1 Is Out to Fix Compatibility Issues with Older AMD GPUs
The KDE Project released today KDE Plasma 6.5.1 as the first maintenance update to the latest KDE Plasma 6.5 desktop environment series with various improvements and bug fixes.
Fedora Linux 43 is here!
I’m excited to announce my very first Fedora Linux release as the new Fedora Project Leader
IPFire 2.29 Core Update 198 Gives Major Boost to the Intrusion Prevention System
The IPFire project released IPFire 2.29 Core Update 198 today as a new stable update for this open-source hardened Linux firewall distribution that brings various improvements, updated components, and security fixes.
Austria’s military switches from Microsoft Office to LibreOffice
Like we’re seeing in Schleswig-Holstein, Denmark and many other government bodies and organisations
Ubuntu Unity Project Faces Uncertain Future
Ubuntu Unity faces manpower shortages as lead dev Rudra has no time to maintain it
Another Computer on 700+ Days Uptime [original]
GNU/Linux is a very stable platform. As long as one does not adopt the latest experimental stuff (which Wayland would qualify as), there's almost never a reason to reboot, except for kernel refresh.
MX Linux 25 Release Candidate Arrives with Various Improvements and Changes
The MX Linux team announced today the general availability of the Release Candidate (RC1) version of the upcoming MX Linux 25 distribution based on the Debian 13 “Trixie” operating system series.
Linux 6.18-rc3
new RC is out
Ubuntu Loses Features and Breaks Itself Because Canonical Hired a Young British Army Officer to Make Bad Decisions
very concerning
A Good Start for This Week [original]
So far it's a productive week
Python Software Foundation Withdraws $1.5M U.S. Government Grant Over DEI Restrictions
Python’s governing body drops a $1.5 M U.S. grant
 
Google’s Brotli 1.2 Released After Two Years with Faster Compression
Brotli 1.2 arrives after two years
Android Leftovers
Google revives floating windows on Android tablets, this time done right
Distrobox 1.8.2 Brings Polished Experience, New Maintainer
Distrobox 1.8.2, a containerized Linux environment, brings polish
Kali Linux is my favorite Linux distro to play around with
After I got into the Linux ecosystem with my Raspberry Pi
My Kid's First PC Won't Run Windows—I'll Use One of These 5 Linux Distros Instead
Want your kids to use Linux but can't decide which distro makes the best introduction
This is Doom, running headless, on Ubuntu Arm… on a satellite
Doom takes place on Mars, but up until recently, it has only been played on Earth
Free and Open Source Software
This is free and open source software
Why choosing open source tools; yet another argument
Your toolbox defines your craft. The freedom to choose, evolve
Today in Techrights
Some of the latest articles
today's leftovers
with focus on GNU/Linux
Fast and Lightweight Linux Distros You Can Install In Virtual Machines
check out these fastest and most lightweight Linux distributions you can run inside a virtual machine
GNU/Linux Videos: Available From Invidious This Past Week
some recent picks
HydraPWK 2025.03 (Apes) - arkime, elasticsearch, purplizer, desktop-changes, tools page
Don’t worry about bloatware, hydrapwk still same One task one tool all the tools on hydrapwk is curated tools
Low-grade Publishers Try to Blame "Linux" for Windows TCO
4 new examples
Windows 10's End of Life Helps GNU/Linux, "10 Years Of Google Chromebooks"
GNU/Linux Desktop/Laptop news
Games: Brotato Comes to GNU/Linux and "Lenovo Legion Go Extreme Mode Is Coming To Address The Gaming Handheld's Biggest Flaw In Linux"
Gaming news
Distributions and Operating Systems: Jack Wallen's Latest Articles About GNU/Linux
The latest from Jack in ZDNet
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Free, Libre, and Open Source Software Leftovers
FOSS related picks
Audiocasts/Shows: Late Night Linux and Maintaining Kate Podcast
two new episodes
GNU and FSF Events and Releases
3 new picks
Ubuntu News and Latest Newsletter
Newsletter and more
Firefox Leftovers
some more news picks about Firefox
Security Leftovers and Windows TCO
Security related picks
Programming Leftovers
Development with various languages
GNOME: Architecture and Extensions
some GNOME news
Red Hat and Fedora Leftovers
Fedora news and redhat.com
Graphics: Collabora on Zink and Latest Work by Mike Blumenkrantz
a pair of development updates
KDE, Games, and Qt
KDE-centric news
BleachBit 5.0.2 and Valgrind 3.26.0 released
two new releases
today's howtos
many howtos
Fedora Linux 43 Officially Released, Now Available for Download
The Fedora Project officially released Fedora Linux 43 today as the latest stable version of this Red Hat-sponsored distribution, shipping with some of the latest and greatest GNU/Linux technologies.
Tellico 4.1.4 Released and Kaitai Struct WebIDE
a couple of programming related stories
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Linux-friendly gadgets news
Games: Turnbound, TimeSplitters, MISERY, Denuvo
gaming news from GamingOnLinux
OpenRazer 3.11 Adds Support for 2025 Razer Laptops and New Peripherals
OpenRazer 3.11 adds support for Razer Blade 2025 models, as well as new mice and keyboards
nEMU 3.4 Ncurses-Based QEMU Frontend Released with VM Preview Feature
nEMU 3.4 arrives a year and a half after the previous release
Done With Windows? This Linux Distro Makes It Easy to Switch
If you can't upgrade to Windows 11, or don't like what you've seen of it, install Linux Mint instead
Sparky 8.1-RC1 ARM64
There are new images of Sparky 8.1 Release Candidate ARM64 available for testing
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Android Leftovers
Top Android Launchers of 2025 That Will Transform Your Smartphone Experience
This Week in Plasma: Plasma 6.5 is here!
And by all accounts, it’s pretty good! So far Plasma 6.5 has been a rather smooth release
Speaking For Limpopo [original]
I shall give an update on this report when I get more information, hopefully some time in the coming days
Free Sofrware, Open Data, and Standards
FOSS and more
GNU/Linux and BSD Leftovers
mostly GNU/Linux leftovers
Audiocasts/Shows: LINUX Unplugged and mintCast
2 new episodes
today's howtos
4 howtos for now
Games: Steam Deck, 47-year-old Space Invaders, and "Windows Games’ Compatibility on Linux Is at an All-Time High"
Gaming related picks
Programming Leftovers
Development picks for today
CAPCOM and Tux Machines [original]
CAPCOM is a popular aggregator
Come join us in testing IPFire 2.29 - Core Update 198
It is time to test the upcoming release of IPFire: IPFire 2.29 - Core Update 198
lv – directory listing and counting tool
This is free and open source software
Qlustar – Linux distribution designed as an all-in-one cluster operating system
Qlustar is a full-fledged Linux distribution designed for the purpose of an all-in-one Cluster Operating System
Sunny Days, Very Warm Days, and It's Almost Halloween [original]
Time to buy more seeds for the birds
Distroless Containers for corporate use: Nix Flakes vs Fedora
In 2025, Bitnami revaluated their business case and decided to discontinue their current offering
Community Strikes Back: 12 Open Source Projects Born from Resistance
From BSL license changes to abandoned codebases, see how the open source community struck back with powerful forks and fresh alternatives.
Solseek Brings a Fast, TUI-Based Package Manager to Solus Linux
The freshly released Solseek app gives Solus Linux users a fast
Arch Linux AUR Hit by Another DDoS Attack, Port 22 Access Disrupted
Ongoing DDoS attacks push Arch Linux to activate AUR protection
Fedora 43 Workstation: Best New Features
We round up the best new feature set of Fedora 43 workstation release (upcoming)
SysLinuxOS is an underrated distro for managing home labs
The Linux ecosystem is quite the wild west of innovative distros that range from convenient general-purpose operating systems to wacky distributions with their own niche use cases
Ghostty Terminal: Never Understood the Hype Until I tried it
When I first started using Linux, I did not care much about the terminal applications
Want to use local accounts? Just switch to Linux
So, what's the solution? Well, if you truly care about local accounts and protecting your personal data, Linux is a fine choice
Forget Linux Mint — this is the Windows alternative you need
It may not be as popular as Linux Mint
Best Free and Open Source Software
This is free and open source software
Balancing Work and Open Source
How do I balance my work commitments and personal life while still contributing to open source
arcOS – Amateur Radio Community Operating System
arcOS focuses on standarized digital communication modes commonly used for both casual and emergency communications
Review: Linux Mint Debian Edition 7
The Linux Mint project creates a popular, Ubuntu-based distribution which is available in Cinnamon
Open Transport Community Conference 2025
On Friday and Saturday last week I attended the first edition of the Open Transport Community Conference in Vienna, Austria
This Week in KDE Apps
Getting back to all that's new in the KDE App scene, let's dig in
Owners of Computers Don't Always Control Those Computers, They Rarely Do [original]
Let's strive to put computers back under the control of their users, no matter who purchased these (usually the users)
Today in Techrights
Some of the latest articles