Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Luckfox PicoKVM Lightweight IP KVM Remote Management Tool

The device is powered by a Rockchip RV1106G3 processor featuring a single ARM Cortex-A7 core running at 1.2 GHz. It includes 256 MB of DDR3 memory and 8 GB of onboard eMMC storage, with additional expansion available through a MicroSD card slot.

Jetway B420UADN1 Compact Box PC with Intel N97, DDR5, and Configurable Security

The system is equipped with the Intel Processor N97, a quad-core SoC with a 12 W TDP. It supports up to 32 GB of DDR5 memory via a single SO-DIMM slot running at 4800 MHz. Storage options include one M.2 M-Key slot (PCIe 3.0 x2 or SATA III) for NVMe SSDs and one M.2 E-Key slot for wireless modules, providing flexibility for different application needs.

BeagleBone Green Eco Receives Refresh with Gigabit Ethernet and 16GB eMMC

The board is built around the Texas Instruments AM3358 processor, an ARM Cortex-A8 running at 1 GHz with a NEON SIMD coprocessor and dual-core PRU-ICSS for deterministic, real-time control. It integrates 512 MB of DDR3L RAM and expands onboard storage to 16 GB eMMC, a fourfold increase compared to the earlier BeagleBone Green.

9to5Linux

Giada 1.3 Open-Source Loop Machine Adds Support for Multiple Audio Connections

Giada 1.3 is a small update, but an important one as it introduces support for multiple audio output configurations (more than stereo), along with improvements to the JACK Audio Connection Kit support to enable support for multiple output connections.

9to5Linux Weekly Roundup: September 14th, 2025

I would like 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.

MKVToolNix 95.0 MKV Manipulation Tool Improves the Chapter Generation Feature

Dubbed “Goodbye Stranger”, the MKVToolNix 95.0 release improves the chapter generation feature in the MKVToolNix GUI by implementing a new placeholder when generating chapters for appended files, which will be replaced by the appended file’s title metadata.

GStreamer 1.26.6 Adds Support for WVC1 and WMV3 Codecs to Video4Linux2

GStreamer 1.26.6 introduces support for WVC1 and WMV3 codecs to V4L2 (Video for Linux API version 2), adds a new blocking adapter element to the threadshare plugin (gst-plugin-threadshare) for use in front of block elements like sinks that sync to the clock, and updates the librespot library to version 0.7 for compatibility with recent Spotify changes.

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

openSUSE’s Agama Installer 17 Released with UI Improvements
openSUSE's new Agama installer v17 brings improved storage UI
Dash to Panel GNOME Shell Extension Gets GNOME 49 Support and New Features
A big update to the popular GNOME Shell extension Dash to Panel is rolling out today with new features, bug fixes, and support for the soon-to-be-released GNOME 49 desktop environment series.
Introducing The ASF’s New Logo
going "woke"?
Debian-Based Tails 7.0 RC1 and Asmi Linux 13 Debian Edition
Some Debian distros
VirtualBox 7.2.2 Maintenance Update Brings USB, Networking, and GUI Fixes
VirtualBox 7.2.2 fixes crashes, GUI freezes, and USB/IP issues
Thank You, Ricky Hatton [original]
Strong person, but inner struggle
KDE Linux Distribution Is Available for Public Testing, Download Now
The KDE Project released today the alpha version of the KDE Linux distribution, an in-house operating system to showcase the latest in-development versions of the KDE Plasma desktop environment and KDE apps.
Debian 13.1 “Trixie” Released with 71 Bug Fixes and 16 Security Updates
Today, the Debian Project announced the release and general availability of Debian 13.1 as the first ISO update to the latest Debian GNU/Linux 13.1 “Trixie” operating system series.
Ubuntu 25.10 Switches to Dracut by Default
Ubuntu’s developers have received the green light to make Dracut default in Ubuntu 25.10
LMDE 7 Will Be Based on Debian 13 “Trixie”, Linux Mint 22.3 Planned for December
Linux Mint leader Clement Lefebvre revealed today in the project’s monthly newsletter that the team is working on the LMDE (Linux Mint Debian Edition) 7 operating system.
 
GNU/Linux Leftovers
some more links about GNU/Linux
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Reverse-Engineering, Framework, and Omarchy
open hardware leftovers
Security Leftovers
Security in Linux and more
Databases: MariaDB 11.8 and pgexporter 0.7
commentary and release
Programming Leftovers
Development related picks
today's howtos
many howtos
Akademy, Kdenlive, and Neon
KDE news
Release of FreeBSD 15.0-ALPHA2
FreeBSD 15.0-ALPHA2 is out
Linux 6.17-rc6
new RC
GOTO – simple SSH manager
GOTO is free and open source software
Android Leftovers
It's official: The 'Snapdragon 8 Elite Gen 5' will power the next wave of Android flagships
Giada 1.3 Open-Source Loop Machine Adds Support for Multiple Audio Connections
Giada 1.3 has been released today as a new stable version of this open-source, minimalistic, and hardcore loop machine and music production software designed for DJs, live performers, and electronic musicians.
Jonathan Riddell’s Diary: Adios Chicos, 25 Years of KDE
being cut off from my life for the last 25 years was too much for me
extrox - Current Latest Version - ver1.15 - MX Linux Based Distro - Features
Release of extrox 115
MocaccinoOS v25.09
From now on, MocaccinoOS will follow the year.month format (YY.MM)
This niche Fedora-based Linux distro ‘just works’ and stays out of your way as much as possible
Linux distributions have always had a reputation for offering choice
7 Linux Distributions I Tested in the Past Year, Ranked
Over the past year I've booted numerous Linux distributions
4 MX Linux Tools that I miss while using Ubuntu and other Linux distros
MX Linux is one of the more distinct-looking Linux distributions that tries to make the overall operating system experience less cumbersome for the average user
Free and Open Source Software
This is free and open source software
Review: EasyOS 7.0
I think it is important to keep in mind that EasyOS is not meant to be a mainstream distribution
GNU/Linux Leftovers
howtos and more
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: September 14th, 2025
The 257th installment of the 9to5Linux Weekly Roundup is here for the week ending on September 14th, 2025.
Recent GNU/Linux Videos
via Invidious
MKVToolNix 95.0 MKV Manipulation Tool Improves the Chapter Generation Feature
MKVToolNix, a set of tools for creating, altering, and inspecting Matroska (MKV) files under Linux systems, has been updated today to version 95.0, a release that brings new features and bug fixes.
GStreamer 1.26.6 Adds Support for WVC1 and WMV3 Codecs to Video4Linux2
The GStreamer project released GStreamer 1.26.6 today as the sixth maintenance update to the latest GStreamer 1.26 series of this popular and powerful open-source, free, and cross-platform multimedia framework.
Programming and Standards
coding and more
Security Patches, Incidents, and Update to GNU Health Hospital Information System
fixes and more
Akademy 2025 Takewaways and Talks
Some KDE stories
Fedora Policy and Infrstructure Report
Some Fedora picks
Hardware: SeeedStudio, Raspberry Pi, and More
devices and more
Debian Distros: LMDE 7, Clear NDR Community 1.0, and UCS 5.2-3
distros based on Debian
Software: Super Useful Linux Apps, Nextcloud, and WinBoat
reviews/overviews of applications
New Steam Games Playable on the Steam Deck and a Look Back at Early Games
gaming leftovers
today's howtos
many howtos for Sunday
Android Leftovers
Google’s Unstoppable Pixel Update—Every Other Android Left Behind
Wine 10.15
The Wine development release 10.15 is now available
Free and Open Source Software
Only free and open source software is eligible for inclusion here
Security Leftovers
Security related picks
GNU/Linux and FOSS Leftovers
mostly GNU/Linux
Open Hardware/Modding: Raspberry Pi, ESP32, and More
Hardware leftovers
Today in Techrights
Some of the latest articles
GNU/Linux and BSD Leftovers
GNU/Linux mostly
Programming Leftovers
Development related picks
Content Management Systems, Web Readers, and RSS
Some WWW leftovers
Debian: Timezones, Collabora, and JavaScript in Debusine
some Debian leftovers
Fedora and Red Hat Leftovers
mostly Fedora leftovers
Open Hardware/Modding: Raspberry Pi, BeagleBone, and More
Hardware leftovers
Games and Benchmarks in Linux
3 new picks
today's howtos (and "tips made my transition from Windows to Linux much easier")
4 more technical pieces
Security Leftovers
"Security" related things and FUD
Have we finally reached the year of Linux on the desktop?
1999 was, for me, not the year of Linux on the desktop, but I did try
Open Data: Toronto Election Data, Forced Disappearances, and "Clinical Trial Reporting"
4 "new" picks
Tumbleweed's "Review of the week" and OpenSUSE Planet News Roundup
OpenSUSE news
Standards: Open Document Format, CVSS, Samba 4.23 Release, and More
Standards/Consortia leftovers
today's howtos
Instructionals/Technical posts
Kernel: Linux Alternatives, Bcachefs in (or Outside) Linux, and FreeBSD
kernel stories
IBM Red Hat (Red Bait) Pushing Buzzwords ("AI"), Energy Waste, OpenShift, "Edge Computing" (More Buzzwords)
Buzzwords everywhere
A Decade of Kubernetes and v1.34 Release
coverage has begun
openSUSE to Disable Bcachefs File System Support in Tumbleweed with Linux 6.17
In some controversial news, openSUSE announced that it plans to disable support for the Bcachefs file system in openSUSE Tumbleweed with the next major kernel update, Linux 6.17, due out in late September or early October 2025.
UEFI Secure Boot Failing, as Expected for Nearly 15 Years Already
in the media
GNOME Foundation Update, 2025-09-12
It’s been another busy week for the GNOME Foundation
Proxmox Datacenter Manager 0.9 Beta Arrives with Debian 13
Proxmox Datacenter Manager 0.9 Beta lands with Debian 13, Linux kernel 6.14
Immich 1.142 Brings Default Beta Timeline, New Resume-All Button
Immich 1.142 sets the beta timeline as the default
KDE Frameworks 6.18 Lets You Use Your Laptop’s Copilot Key for Launching Apps
The monthly KDE Frameworks releases continue with KDE Frameworks 6.18, published today by the KDE Project as a companion update to the recent KDE Plasma 6.4.5 desktop environment and KDE Gear 25.08.1 software suite releases.
Free and Open Source Software
This is free and open source software
Libadwaita 1.8
Another six months have passed, and with that comes another libadwaita release to go with GNOME 49
Games: DRAGON QUEST VII Reimagined, Fanatical Bundle Fest, Steel Knight's ARMIS, and More
10 gaming picks from GamingOnLinux
GNU/Linux and BSD Leftovers
today's leftovers
Security Leftovers
Security picks
Free, Libre, and Open Source Software Leftovers
FOSS and coding
Warzone 2100 and Lenovo Legion Go S With SteamOS
gaming news
GNU/Linux Going Well in in Benchmark Showdown
2 new articles
today's howtos
3 howtos
Open Hardware/Modding: Fairphone, Raspberry Pi, and More
Hardware picks
Today in Techrights
Some of the latest articles