Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

What Is Community-Centered Connectivity and Why Should We Care?

About 2.7 billion people are still offline. That’s nearly one-third of the global population without access to a tool that enables people to access education, find work, run businesses, connect with public services, and stay in touch with friends and family.  

Ubuntu Buzz !

Camera - An Intro to Ubuntu Default Photography Application

Camera (GNOME Camera) is the default Ubuntu application for taking photos as well as recording videos. In other words, it is the application used to access webcam device in laptop or PC. It is useful i.e. in live streaming and video conferencing (for school teachers, office workers, your family) beside taking simple pictures. We will learn more about it here with a little bit howtos and beneficial references. We remind you that this episode is the continuation in this series after Calendar and before the next one Characters. Now, please enjoy reading!

9to5Linux

LibreOffice 25.2.5 Office Suite Is Now Available for Download with 63 Bug Fixes

Coming one and a half months after LibreOffice 25.2.4, the LibreOffice 25.2.5 point release addresses various bugs, crashes, and other annoyances reported by users in an attempt to improve the overall stability and reliability of this popular open-source, free, and cross-platform office suite.

Wireshark 4.4.8 Open-Source Network Protocol Analyzer Updates Protocol Support

While it doesn’t add support for new network protocols, the Wireshark 4.4.8 release is here to update support for the ASTERIX, DLT, DNP 3.0, DOF, DTLS, ETSI CAT, Gryphon, IPsec, ISObus VT, KRB5, MBIM, RTCP, SLL, STCSIG, TETRA, UDS, and URL Encoded Form Data protocols.

GStreamer 1.26.4 Adds TAI Timestamp Muxing Support to mp4mux, Other Changes

Coming only three weeks after GStreamer 1.26.3, the GStreamer 1.26.4 release adds TAI (Temps Atomique International) timestamp muxing support to the mp4mux tool used for multiplexing audio and video into an MP4 file and adds room-timeout support to the LiveKit open-source scalable and multi-user conferencing tool based on WebRTC.

Rescuezilla 2.6.1 Swiss Army Knife of System Recovery Adds Ubuntu 25.04 Support

Rescuezilla 2.6.1 comes almost four months after Rescuezilla 2.6 with a new build derived from the Ubuntu 25.04 “Plucky Puffin” operating system to provide users with the best possible hardware support. Ubuntu 24.10, Ubuntu 24.04 LTS, Ubuntu 22.04 LTS, Ubuntu 20.04 LTS, and Ubuntu 18.04 LTS builds are still available for download.

LinuxGizmos.com

T-Display S3 Pro LR1121 Adds Dual-Band LoRa via Expansion Shield

LILYGO has released the T-Display S3 Pro LR1121, a modular variant designed to expand the capabilities of the standard T-Display S3 Pro. Instead of integrating a camera module like another Pro variant, this version introduces dual-band LoRa connectivity, audio input/output, vibration feedback, and a larger battery, all packaged in a stackable shield form.

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

Hyprland 0.50 Lands with New Render Scheduler and Tons of Fixes
Hyprland 0.50 tiling Wayland compositor drops legacy rendering
Canonical and ESWIN announces EBC77 RISC-V SBC with Ubuntu 24.04 support
ESWIN Computing, in collaboration with Canonical, has announced the EBC77 Series single board computer (SBC) with support for Ubuntu 24.04 LTS and designed for education
Bash 5.3 Release Adds ‘Significant’ New Features
A new version of the GNU project’s Bourne Again SHell (better known to most of us as Bash) has been released, nearly 3 years after the last
GStreamer 1.26.4 Adds TAI Timestamp Muxing Support to mp4mux, Other Changes
Today, the GStreamer project released GStreamer 1.26.4 as the fourth maintenance update to the latest GStreamer 1.26 series of this popular open-source and cross-platform multimedia framework.
Krita 5.2.11 Released!
Today we're releasing Krita 5.2.11! This is a bug fix release for Krita 5.2.10
Rescuezilla 2.6.1 Swiss Army Knife of System Recovery Adds Ubuntu 25.04 Support
Rescuezilla 2.6.1 is out today as the latest stable version of this Ubuntu-based “Swiss Army Knife of System Recovery” distribution based on the popular Clonezilla open-source disk imaging/cloning software.
Diving into Plasma Bigscreen
I have been a long time Plasma Mobile contributor
Blender 4.5 LTS Open-Source 3D Graphics App Makes the Vulkan Backend Stable
Blender 4.5 LTS is now available for download as a major update to this powerful, free, cross-platform, and open-source 3D graphics and modeling software, a release that introduces new features and improvements.
What LLMs do to software freedom [original]
Tux Machines boycotts sites that use LLMs
 
Security Leftovers
Security related news
today's leftovers
GNU/Linux and more
Release of mesa 25.2.0-rc1 and mesa 25.1.6
two Mesa releases
Technical Linux Articles
Instructionals/Technical articles
Programming Leftovers
Development picks
Today in Techrights
Some of the latest articles
GNU/Linux and Free Software Leftovers
today's leftovers
Security Leftovers
Security related picks
Red Hat Leftovers (Official Site)
redhat.com latest
Programming Leftovers
Development picks
Applications: Camera, Slop, and ProtonUp
Software news
today's howtos
lots from idroot
Audacious 4.5 Released with Playback History & LRCLIB Support
The new release of this lightweight free open-source player features new plugin, new lyrics provider, and various other improvements
Stable kernels: Linux 6.15.7, Linux 6.12.39, Linux 6.6.99, Linux 6.1.146, Linux 5.15.189, Linux 5.10.240, and Linux 5.4.296
I'm announcing the release of the 6.15.7 kernel
LibreOffice 25.2.5 Rolls Out with Over 60 Bug Fixes
LibreOffice 25.2.5 rolls out with over 60 bug fixes
Orange Pi RV2 Single Board Computer Running Linux: Installing to the eMMC
This is a series of articles focusing on RISC-V single board computers running Linux
LibreOffice 25.2.5 Office Suite Is Now Available for Download with 63 Bug Fixes
The Document Foundation announced today the general availability of LibreOffice 25.2.5 as the fifth maintenance update to the latest LibreOffice 25.2 office suite series with more bug fixes.
Free and Open Source Software
This is free and open source software
today's leftovers
GNU/Linux and Windows stuff
Open Hardware/Modding: Raspberry Pi and More
some hardware picks
Android Leftovers
5 reasons I'm finally uninstalling Gmail on Android – and what I'm replacing it with
Fastfetch 2.48 System Information Tool Brings Fedora Variant Support
Fastfetch 2.48 system information tool adds Fedora variant detection
Review: the NovaCustom V54 is an outstanding Linux laptop with Dasharo coreboot firmware
Truly open source hardware – open down to the firmware level of individual components
Ubuntu 25.10 Fixes Something You Didn’t Know Needed Fixing
When Ubuntu Dock is in dock mode (not full width), corner radii are out of whack with the corner radius used elsewhere
Org Mode, GNU Guix, Mattermost, and more projects to participate in the FSF's hackathon
Free Software Foundation (FSF) today announced the projects that will participate in the virtual FSF40 hackathon on November 21-23 and opened general registration
Best Free and Open Source Software
This is free and open source software
Purism: That one task
In our last post, we mentioned that there was a key task remaining for gnome-control-center, the GNOME Settings application
Android Advanced Protection - Solid but overcomplicated
I want to take a look at Android's Advanced Protection mode
Games: Silence of the Siren, Rootkits ("Anticheat"), and More
half a dozen stories from GamingOnLinux
today's leftovers
4 more links
Security and Windows TCO Leftovers
Security mostly
Latest Kernel- and Python-Centric LWN Articles
and one non-LWN
Today in Techrights
Some of the latest articles
Wireshark 4.4.8 Open-Source Network Protocol Analyzer Updates Protocol Support
Wireshark 4.4.8 has been released today as the eighth maintenance update to the latest Wireshark 4.4 stable series of this popular network protocol analyzer software for Linux, macOS, and Windows systems.
Free, Libre, and Open Source Software and Open Data Leftovers
FOSS picks
Databases: POWER, Redis, and Django
some DB news
Programming Leftovers
R and more
Web Browser Leftovers
focus on Firefox
Security and Windows TCO
a little Windows TCO example
Debian and Ubuntu Leftovers
mostly Debian
Open Hardware: RISC-V, PureOS, and More
gadgets and other hardware
Latest Red Hat Communications
From Red Hat's site
LibreArts Weekly Recap and AUR Updates Fetching 30 GB of Data for Electron
Some software news
Sam Thursfield and Victor Ma on GNOME
GNOME picks
Audiocasts/Shows: Destination Linux and What’s in the SOSS?
2 new episodes
today's howtos
many howtos
Announcing the Release of RELIANOID 7.7 (Community Edition)
released on July 15, 2025
Alpine 3.19.8, 3.20.7, 3.21.4 and 3.22.1 released
The 3.22.1 release includes a security fix for OpenSSL CVE-2025-4575
KDE Plasma 6.4.3 Improves the Automatic Screen Scale Calculator on Wayland
The KDE Project released today KDE Plasma 6.4.3 as the third maintenance update to the latest and greatest KDE Plasma 6.4 desktop environment series, adding more bug fixes and improvements.
Sparky 7.8
The 8th update of Sparky 7 – 7.8 is out
Android Leftovers
Android's screen magnifier can't zoom the keyboard, but a fix is finally on the way
PHP Proposes Switch to BSD-3-Clause License
PHP may drop its legacy license in favor of BSD 3-Clause in version 9.0
VirtualBox 7.1.12 Improves Support for Linux Kernel 6.16 on Linux Hosts and Guests
Oracle released today VirtualBox 7.1.12 as the latest stable version of this open-source, free, and cross-platform virtualization software for GNU/Linux, macOS, and Windows systems.
Games: skate, STRAFTAT, and More
9 new stories from GamingOnLinux
Free and Open Source Software
This is free and open source software
I found a better way to transfer files between Android and Linux - and it's free
I'm always on the lookout for apps that make it easier to work with Linux and Android
today's leftovers
leftovers for Wednesday
Security Leftovers
Security related news
Open Hardware/Modding: Raspberry Pi, Arduino, and More
Hardware projects and gadgets
Standing up for Women [original]
Bigotry and hate online merit an explanation
Slopfarms Are Going to Perish Because Public Opinion is Changing [original]
Many slopfarms will simply go offline
Today in Techrights
Some of the latest articles