Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

OrangePi Equips Gateway Board with RISC-V Processor, Four RJ45 Ports, and OpenWRT Support

This week, OrangePi introduced the R2S, a compact board for embedded networking and gateway applications, running OpenWRT by default. Key features include dual 2.5G Ethernet ports, dual Gigabit Ethernet ports, and USB Type-C power input.

Gemini 435Le Features Active Stereo, Dual-Laser Modules, and 6-Axis IMU for 3D Vision

The Gemini 435Le is Orbbec’s newest 3D camera, designed to deliver robust, high-precision depth sensing for demanding industrial and outdoor robotics environments. Engineered with industrial-grade construction and IP67 protection, it supports logistics automation, robotic arms, and autonomous mobile robots operating in variable and dynamic conditions.

Ubuntu Buzz !

Calendar - An Intro to Ubuntu Default Calendar Application

Calendar is the default calendar application on Ubuntu. Its main purpose is to show date, day, month and year. It also has features like scheduling, making appointments, reminders, synchronizing with your online calendars and so on. Now let's start reading about Calendar below.

9to5Linux

9to5Linux Weekly Roundup: June 15th, 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.

PeaZip 10.5 Brings Major Performance Boost to the File and Archive Manager

Coming two months after PeaZip 10.4, the PeaZip 10.5 release improves speed and RAM usage when opening archives, improves representation of archives with complex structures, improves archive editing, improves smart sorting of file names, and adds support for system tools entries on Linux.

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

Audiocasts/Shows: LINUX Unplugged and mintCast
2 new episodes
Linux 6.16-rc2
second one
Nitrux Linux Drops Its KDE Plasma-Based NX Desktop for Hyprland
Nitrux developer Uri Herrera announced today that their NX Desktop graphical environment, based on the KDE Plasma desktop, will no longer be developed and replaced by Hyprland.
PeaZip 10.5 File Archiver Released with Faster Performance and New Features
PeaZip 10.5, an open-source file archiver
From Word and Excel to LibreOffice: Danish ministry says goodbye to Microsoft | heise online
The Ministry of Digitalization's move away from Microsoft is therefore taking place against the backdrop of a new digitalization strategy in which the Kingdom's "digital sovereignty" is given priority.
GNOME Foundation Report and GSoC Report
GNOME picks
The end of Windows 10 is approaching, so it’s time to consider Linux and LibreOffice
The countdown has begun. On 14 October 2025, Microsoft will end support for Windows 10
Kali Linux 2025.2 Released with Revamped Kali Menu, 13 New Hacking Tools
Offensive Security announced today the release and general availability of Kali Linux 2025.2 as the second update to this Debian-based distribution for ethical hacking and penetration testing in 2025.
Rocky Linux 10 Is Out Now as Free Alternative to Red Hat Enterprise Linux 10
Rocky Linux 10 has been released today as a free alternative to the Red Hat Enterprise Linux 10 operating system series, adding various major changes both from upstream and in-house.
Fedora 43 Drops GNOME X11 Support, Goes All-In on Wayland
Fedora 43 moves to a Wayland-only GNOME experience
 
GNU/Linux, BSD, and Android Leftovers
today's leftovers
Security Leftovers
Security picks for today
Games: XBox Distraction and Steam Games Playable on the Steam Deck
gaming picks
Programming Leftovers
Development picks
today's howtos
3 howtos
Retro and Open Hardware: Keyboard, Atari, and More
hardware picks
today's howtos
many howtos more
Android Leftovers
Android 16’s boring debut is a sour note on the big update, and at the worst time
Find ASCII Emoji Easily with this GNOME Shell Applet
There are two kinds of people in the world
Free and Open Source Software
This is free and open source software
Review: SDesk 2025.05.06 (aka 20mini)
SDesk is an Arch-based project which aims to provide a modern
today's leftovers
GNU/Linux and more
Recent Videos and HowTos
many videos from Invidious
Today in Techrights
Some of the latest articles
9to5Linux Weekly Roundup: June 15th, 2025
The 244th installment of the 9to5Linux Weekly Roundup is here for the week ending on June 15th, 2025.
Android Leftovers
On your Android phone, you can make an emergency button that sends your current location to your chosen contact
Void Linux Releases XBPS Package Manager v0.60
Void Linux’s package manager XBPS hits version 0.60
Why I Love My New Linux Window Manager
Bloat is the bane of modern computing
High Tide (GTK4/libadwaita TIDAL Client for Linux) Hits Flathub
High Tide, the GTK4/libadwaita TIDAL client for Linux, is now available on Flathub
Kubuntu Focus M2 Gen 6: Powerful Linux laptop launches with RTX 5070 Ti, Ultra 9 275HX and space for up to 96 GB RAM
The Kubuntu Focus M2 Gen 6 is a new and powerful laptop made of aluminum alloy that packs a punch in terms of APU and GPU
I switched to NixOS after using Windows my whole life, and here’s how it went
I’ve been using the Linux distro on and off in a dual-boot setup for about a year or two
I Dug Up the Biggest Files on My Linux PC, Here's What I Found
Fortunately for me, on Linux, there's a simple terminal command that let me easily drag up the heftiest files
Windows 10 is ending – How to switch from Windows 10 to Zorin OS in 10 easy steps
I believe that Linux can provide a fantastic alternative to the operating system experience
Free and Open Source Software
This is free and open source software
OrangePi Equips Gateway Board with RISC-V Processor, Four RJ45 Ports, and OpenWRT Support
Software support includes OpenWRT and Ubuntu. OpenWRT comes pre-configured with WAN/LAN roles and can be accessed via SSH or LuCI
EmmaDE6 RC 1 features maintenance and documentation updates
The Emmabuntüs Collective is pleased to announce the release of the new Emmabuntüs Debian Edition 6 RC 1 64-bit on June 9
deepin 25 Beta Release Note - Deepin Technology Community
the deepin development team has focused primarily on refining system stability and resolving issues in the deepin 25 Beta release
Free, Libre, and Open Source Software Leftovers
FOSS and more
GNU/Linux Leftovers
applications and more
Programming Leftovers
Development picks
Open Hardware: Raspberry Pi, Adaptive Keyboards, and More
Hardware picks
today's howtos
SUnday's howtos
The 5 Easiest Arch Linux Distros to Get Started With
it's also true that vanilla Arch Linux is a very minimal distro and doesn't ship with graphical tools
Wine 10.10 and New Steam Games with Native GNU/Linux Clients
gaming picks
Android Leftovers
A native PS3 emulator for Android is available on the Play Store
Rspamd 3.12: Faster, Smarter, and More Secure Spam Filtering
Rspamd 3.12 open-source spam filtering system lands with major security fixes
ODF: An Analysis of the Adoption of the Open Document Format
Over the course of its 20-year history, the ODF standard has been adopted, or at least recommended
Free and Open Source Software
This is free and open source software
NeptuneOS 8.2 Service Release & Neptune 9.0 “Maja” Beta now available
Beta release of Neptune 9.0, codename “Maja”
Today in Techrights
Some of the latest articles
GNU/Linux, BSD, and More
today's leftovers
Retro/Modding and Devices/Embedded With GNU/Linux
hardware picks
OpenSUSE Updates: Quiz Set for Conferences and Latest in Tumbleweed
Tumbleweed changes
Security and Windows TCO Leftovers
patches and breaches
Programming Leftovers
Development picks
Red Hat and Fedora Leftovers
mostly Red Hat
GNU/Linux Applications: Mixture of Updates
Applications mostly
today's howtos
many howtos
KDE Frameworks 6.15 Improves Accessibility in Plasma’s System Settings App
The KDE Project released KDE Frameworks 6.15 as the latest version of this collection of more than 70 add-on libraries to Qt, providing commonly needed functionality to KDE apps and the KDE Plasma desktop.
Linux is slowly taking over my life as a PC gamer
I've never been a Linux-first user
Discover Linux Mint 22: How Cinnamon Became the Sleek, Speedy Desktop Champion of 2025
Linux Mint has long held a cherished place in the hearts of Linux users seeking a balance between elegance
Denmark’s Government Ditches Microsoft for Open Source
A part of the Danish government is phasing out the use of Microsoft products
6 free software tools I love on my Raspberry Pi
If you approach any Raspberry Pi fan and ask them about their favorite free apps for the SBC
LibreOffice 25.8 Beta1 is available for testing
LibreOffice 25.8 will be released as final at the end of August, 2025
Free and Open Source Software
This is free and open source software
Linux Candy: WSelector – wallpaper selector manager
We only feature open source software in this series
This Week in Plasma: Wayland PiP and accessibility!
This week we finished polishing up Plasma 6.4 for release
Long live Xorg, I mean Xlibre!
After all, in the Linux space, ad hominem is often a more powerful way of deflecting resistance than debating technological merits of software
Why I'm leaving Firefox for good - here's the browser I'm using now instead
I've been coming back to Firefox-based browsers for years
Lyra Zero W Packs RK3506B and Wi-Fi 6 into Raspberry Pi Zero-Sized Board
The board runs Linux, though a dedicated Wiki page for this specific variant had not been published at the time of writing
I found a Linux distro that combines the best parts of other operating systems (and it works)
BlueStar Linux combines various design elements that work on other platforms into a visually pleasing distro
Games: SteamOS, Stardeus, Paris Transylvania, and More
latest 9 from GamingOnLinux
Is 2025 finally the year of Linux? We asked shoppers at Micro Center
Exciting
GNU/Linux Leftovers
games and more
Security Leftovers
Security-related picks
Red Hat and Fedora Leftovers
technical articles
Open Hardware/Modding: ESP32, Raspberry Pi
hardware picks
Programming Leftovers
Development picks
Today in Techrights
Some of the latest articles