Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

(Updated) LILYGO T-Embed CC1101: Enabling Sub-GHz and NFC/RFID Communication

LILYGO launched the T-Embed CC1101, built around the ESP32-S3 Dual-core LX7. It supports Wi-Fi, BLE 5, and Sub-GHz wireless communication, targeting remote and low-power IoT projects.

XpressReal T3 Compact SBC with Realtek RTD1619B Runs Chromium OS Variant

The XpressReal T3 is the first single board computer in the XpressReal product family, developed in collaboration with Fyde Innovations, Radxa, and Realtek. This compact, open-source, and hackable SBC is built around the Realtek RTD1619B SoC and supports operating systems such as openFyde, custom Linux distributions, and Android.

VisionFive 2 Lite with 2GB RAM Starts at $19.9

After three years since the launch of the original VisionFive 2, StarFive has introduced another device, the VisionFive 2 Lite. The company has launched a campaign on Kickstarter for this cost-effective RISC-V single board computer, aimed at applications in education, AIoT, smart home, and IIoT.

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

Debian 13 "Trixie" Released, This Is What’s New
Exactly 2 years, 1 month, and 29 days after the release of Debian 12 “Bookworm,” Debian 13 “Trixie” is now here
HandBrake 1.10 Open-Source Video Transcoder Brings New “Social 10MB” Presets
HandBrake 1.10 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.
Linux Mint 22.2 “Zara” Is Available for Public Beta Testing, Download Now
After a few days of testing, the Linux Mint team has published today the ISO images of the beta version of the upcoming Linux Mint 22.2 release, which can be downloaded (for testing purposes) from the official mirrors.
Debian 13 “Trixie” Is Now Available for Download, Here’s What’s New
The Debian Project released today the final version of the Debian 13 “Trixie” operating system, a major release that brings new features, updated components, and numerous other improvements.
Recent Videos About GNU/Linux
Shows and instructionals
Linus Torvalds Announces First Linux Kernel 6.17 Release Candidate
Today, Linus Torvalds announced the general availability of the first Release Candidate development milestone of the upcoming Linux 6.17 kernel series for public testing.
 
GNU/Linux, BSD, and Mozilla
today's leftovers
Programming Leftovers
Development news and views
PostgreSQL Coverage and pgCompare Community v1.0.0 Released
Some PSQL news
Linus Torvalds Ranting and Intel Layoffs Impact Maintainers
Linux news
Open Hardware/Modding: Compulab, Amiga, and More
Hardware picks
today's howtos
half a dozen howtos for today
Dark mode improvements in Plasma
Dark mode has been available in Plasma for quite a while now but the next release explores new areas where it can be taken one step further
Android Leftovers
Your Sony TV is finally getting its Android TV 14 upgrade — here’s who qualifies
Free and Open Source Software, howtos and Installations
This is free and open source software
Paper 7 Is an Open-Source E-Paper Frame with a Spectra 6 Display
Paper 7 is a 7-inch open-source e-paper frame with a Spectra 6 color display
Windows vs. Linux: Which Is Best for Your Homelab?
It seems like the fight between Windows and Linux will never end
I tried out these 5 Linux desktop environments that aren't GNOME or KDE, and they're surprisingly decent
When I first stepped into the Linux rabbit hole ages ago
Free and Open Source Software
This is free and open source software
Review: Rhino Linux 2025.3
I have talked about the Rhino Linux project a few times in the past year
XpressReal T3 Compact SBC with Realtek RTD1619B Runs Chromium OS Variant
The XpressReal T3 is designed to run openFyde, a fully open-source Chromium OS variant
GNU/Linux Applications and Hardware Leftovers
5 sorted story picks
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: August 10th, 2025
The 252nd installment of the 9to5Linux Weekly Roundup is here for the week ending on August 10th, 2025.
Amarok 3.3.1 Music Player Released with Improvements to Scripting Support
Amarok 3.3.1 has been released as the first maintenance update to the Amarok 3.3 series of this open-source, cross-platform, and free feature-rich music player software written in Qt.
today's leftovers
GNU/Linux, BSD, and more
Audiocasts/Shows: This Week in Linux and More
2 new episodes
Applications: YouTube, Databases, and More
3 picks for today
Atomic Version of CentOS Stream and Fedora Report
the unloved IBM distros
Games: Steam, Old PC, and Hell Clock
gaming leftovers
Retro and Open Hardware: Banana Pi, Arduino, and More
hardware picks
Programming Leftovers
Development picks
today's howtos
many howtos
Android Leftovers
7 Android settings that made my phone last longer — and track less
KDE Frameworks 6.5 Released with Plasma Wayland and Dolphin Improvements
The KDE Project released today KDE Frameworks 6.5 as the latest version of this collection of more than 70 add-on libraries to Qt that provide commonly needed functionality for the Plasma desktop and KDE apps.
First Look at RapidRAW: A Promising RAW Photo Editor for Linux
Anyone interested in photography and also likes to use Linux and open-source software has probably encountered a familiar dilemma
4MLinux 49.0 Distro Adds Support for Bcachefs Installations, New Apps, and More
4MLinux developer Zbigniew Konojacki announced the release and general availability of 4MLinux 49.0 as the latest stable version of this mini Linux distribution featuring the lightweight JWM window manager.
Best Free and Open Source Software
This is free and open source software
VisionFive 2 Lite with 2GB RAM Starts at $19.9
StarFive notes that the VisionFive 2 Lite will support major Linux distributions including Ubuntu, Debian, Fedora, and OpenKylin
GNOME 49 Backlight Changes, GNOME Foundation Report, and This Week in GNOME
new in GNOME
Amarok 3.3.1 Release
some picks regarding Amarok 3.3.1
PeaZip 10.6 Introduces Dynamic Virtual Mode, Improves Archive Pre-Parsing
PeaZip 10.6 has been released today as the latest stable version of this open-source, free, and cross-platform file and archive manager, a release that introduces new features and various enhancements.
Today in Techrights
Some of the latest articles
Linuxiac Apparently Tackled the LLM Slop Problem [original]
We are now going to link to Linuxiac (as before)
GNU/Linux and BSD Leftovers
mostly GNU/Linux, as usual
DRM and Fake Security as Attack Vector Against Games on GNU/Linux
2 new stories
Free, Libre, and Open Source Software Leftovers
FOSS picks
Standards/Consortia: OpenDocument Format (ODF), HTTP, EU's New Radio Equipment Directive, and More
a handful of new articles
Security Leftovers
Security picks
Open Hardware/Modding: Framework, SBCs, and 2025 One Hertz Challenge
some hardware picks
Applications: Image Editors, RapidRAW, Himitsu, Istio
Software news
today's howtos
Instructionals/Technical picks
Fedora and Red Hat Leftovers (Hype, Fake 'Studies' Ahead of Rumoured Monday Layoffs)
mostly RedHat.com
Proxmox VE 9.0 Launches with Debian 13 Under the Hood
Proxmox Virtual Environment 9.0 is out now, featuring Debian 13
GCC 15.2 Released
by Richard Biener
Ubuntu 24.04.3 LTS Is Now Available for Download Powered by Linux Kernel 6.14
Canonical released today Ubuntu 24.04.3 LTS as the third point release to the long-term supported Ubuntu 24.04 LTS (Noble Numbat) operating system series.
Tails 7.0 Now Available for Testing, Based on Debian 13 “Trixie” and GNOME 48
The Tails project announced today the general availability for public testing of the Release Candidate (RC) version of the upcoming Tails 7.0 release.
GNU/Linux and More
leftovers for today
Android Leftovers
Android 17 codename: Our survey reveals your top dessert choice
Calibre 8.8 Open-Source E-Book Manager Improves Support for Kobo Devices
Kovid Goyal released Calibre 8.8 today as the latest stable update to this open-source, free, and cross-platform e-book management software for GNU/Linux, macOS, and Windows systems.
MariaDB 12.0 Lands with InnoDB Fixes and Expanded Platform Support
MariaDB 12.0 open-source RDBMS is out, fixing InnoDB and replication issues
KDE Frameworks 6.17 Is Out to Improve Performance of All QtQuick-Based KDE Apps
The KDE Project released today KDE Frameworks 6.17 as the latest update to this collection of more than 70 add-on libraries for Qt, providing commonly needed functionality to KDE apps and the KDE Plasma desktop.
3 Ways to Test a Linux Distro Without Using a USB Drive
You might think that booting a Linux live USB is the only way to test a distro out on your computer
6 mistakes I made when choosing a Linux distro for my PC
There are approximately 600 actively maintained flavors of Linux available
Best Free and Open Source Software
This is free and open source software
This Week in Plasma: quick toggles in System Settings
Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more
Games: Steam for Chromebook, OpenLinkHub, and More
latest from GamingOnLinux
Linux Mint 22.1 Xia Cinnamon review - Reasonable, rounded
Mint 22.1 Xia is a pretty reasonable distro. I like the consistent approach to ordinary users having a stable
Today in Techrights
Some of the latest articles
openSUSE Linux: 20 Years Strong
Novell’s plan to launch a community-driven Linux distribution based on SUSE, and it would be called OpenSuSE
MocaccinoOS v1.8.4
MocaccinoOS v1.8.4 release