Tux Machines

Do you waddle the waddle?

Other Sites

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.

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.

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.

Internet Society

The Internet Society at IGF 2025 in Norway (The Who, What, When, Where, and Why)

How the Internet is managed—its governance model—has a direct impact on how it is used, evolves, and on users’ daily life. We believe that the best way to do it is through an inclusive collaboration model (the multistakeholder model), and the Internet Governance Forum is one of the main global platforms where that governance is practiced. As IGF comes to its 20th edition, the last of its mandate, a sense of urgency arises as we approach a critical time towards the World Summit on the Information Society 20-year review (WSIS+20) that will take place later this year. 

coreutils-9.4 released

posted by Roy Schestowitz on Aug 31, 2023

This is to announce coreutils-9.4, a stable release.
This is a stabilization release coming about 19 weeks after the 9.3 release.
See the NEWS below for a summary of changes.
There have been 162 commits by 10 people in the 19 weeks since 9.3.
  Andreas Schwab (1)      Jim Meyering (1)
  Bernhard Voelker (3)    Paul Eggert (60)
  Bruno Haible (11)       Pádraig Brady (80)
  Dragan Simic (3)        Sylvestre Ledru (2)
  Jaroslav Skarvada (1)   Ville Skyttä (1)
Pádraig [on behalf of the coreutils maintainers]
Here is the GNU coreutils home page:
    http://gnu.org/s/coreutils/
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v9.4
or run this command from a git-cloned coreutils directory:
  git shortlog v9.3..v9.4
  https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.gz   (15MB)
  https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz   (5.8MB)
  https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.gz.sig
  https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz.sig
  7dce42b8657e333ce38971d4ee512c4313b8f633  coreutils-9.4.tar.gz
  X2ANkJOXOwr+JTk9m8GMRPIjJlf0yg2V6jHHAutmtzk=  coreutils-9.4.tar.gz
  7effa305c3f4bc0d40d79f1854515ebf5f688a18  coreutils-9.4.tar.xz
  6mE6TPRGEjJukXIBu7zfvTAd4h/8O1m25cB+BAsnXlI=  coreutils-9.4.tar.xz
from coreutils-9.2 or OpenBSD's cksum since 2007.
  gpg --verify coreutils-9.4.tar.gz.sig
  pub   rsa4096/0xDF6FD971306037D9 2011-09-23 [SC]
        Key fingerprint = 6C37 DC12 121A 5006 BC1D  B804 DF6F D971 3060 37D9
  uid                   [ unknown] Pádraig Brady <P@draigBrady.com>
  uid                   [ unknown] Pádraig Brady <pixelbeat@gnu.org>
  gpg --locate-external-key P@draigBrady.com
  gpg --recv-keys DF6FD971306037D9
  wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=coreutils&download=1' | gpg --import -
  gpg --keyring gnu-keyring.gpg --verify coreutils-9.4.tar.gz.sig
  Automake 1.16.5
  Gnulib v0.1-6658-gbb5bb43a1e
  Bison 3.8.2
* Noteworthy changes in release 9.4 (2023-08-29) [stable]
  On GNU/Linux s390x and alpha, programs like 'cp' and 'ls' no longer
  fail on files with inode numbers that do not fit into 32 bits.
  [This bug was present in "the beginning".]
  'b2sum --check' will no longer read unallocated memory when
  presented with malformed checksum lines.
  [bug introduced in coreutils-9.2]
  'cp --parents' again succeeds when preserving mode for absolute directories.
  Previously it would have failed with a "No such file or directory" error.
  [bug introduced in coreutils-9.1]
  'cp --sparse=never' will avoid copy-on-write (reflinking) and copy offloading,
  to ensure no holes present in the destination copy.
  [bug introduced in coreutils-9.0]
  cksum again diagnoses read errors in its default CRC32 mode.
  'cksum --check' now ensures filenames with a leading backslash character
  are escaped appropriately in the status output.
  This also applies to the standalone checksumming utilities.
  [bug introduced in coreutils-8.25]
  dd again supports more than two multipliers for numbers.
  Previously numbers of the form '1024x1024x32' gave "invalid number" errors.
  factor, numfmt, and tsort now diagnose read errors on the input.
  'install --strip' now supports installing to files with a leading hyphen.
  Previously such file names would have caused the strip process to fail.
  ls now shows symlinks specified on the command line that can't be traversed.
  Previously a "Too many levels of symbolic links" diagnostic was given.
  pinky, uptime, users, and who no longer misbehave on 32-bit GNU/Linux
  platforms like x86 and ARM where time_t was historically 32 bits.
  Also see the new --enable-systemd option mentioned below.
  'pr --length=1 --double-space' no longer enters an infinite loop.
  shred again operates on Solaris when built for 64 bits.
  Previously it would have exited with a "getrandom: Invalid argument" error.
  tac now handles short reads on its input.  Previously it may have exited
  erroneously, especially with large input files with no separators.
  'uptime' no longer incorrectly prints "0 users" on OpenBSD,
  and is being built again on FreeBSD and Haiku.
  [bugs introduced in coreutils-9.2]
  'wc -l' and 'cksum' no longer crash with an "Illegal instruction" error
  on x86 Linux kernels that disable XSAVE YMM.  This was seen on Xen VMs.
  'cp -v' and 'mv -v' will no longer output a message for each file skipped
  due to -i, or -u.  Instead they only output this information with --debug.
  I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3.
  'cksum -b' no longer prints base64-encoded checksums.  Rather that
  short option is reserved to better support emulation of the standalone
  checksum utilities with cksum.
  'mv dir x' now complains differently if x/dir is a nonempty directory.
  Previously it said "mv: cannot move 'dir' to 'x/dir': Directory not empty",
  where it was unclear whether 'dir' or 'x/dir' was the problem.
  Now it says "mv: cannot overwrite 'x/dir': Directory not empty".
  Similarly for other renames where the destination must be the problem.
  [problem introduced in coreutils-6.0]
** Improvements
  cp, mv, and install now avoid copy_file_range on linux kernels before 5.3
  irrespective of which kernel version coreutils is built against,
  reinstating that behavior from coreutils-9.0.
  comm, cut, join, od, and uniq will now exit immediately upon receiving a
  write error, which is significant when reading large / unbounded inputs.
  split now uses more tuned access patterns for its potentially large input.
  This was seen to improve throughput by 5% when reading from SSD.
  split now supports a configurable $TMPDIR for handling any temporary files.
  tac now falls back to '/tmp' if a configured $TMPDIR is unavailable.
  'who -a' now displays the boot time on Alpine Linux, OpenBSD,
  Cygwin, Haiku, and some Android distributions
  'uptime' now succeeds on some Android distributions, and now counts
  VM saved/sleep time on GNU (Linux, Hurd, kFreeBSD), NetBSD, OpenBSD,
  Minix, and Cygwin.
  On GNU/Linux platforms where utmp-format files have 32-bit timestamps,
  pinky, uptime, and who can now work for times after the year 2038,
  so long as systemd is installed, you configure with a new, experimental
  option --enable-systemd, and you use the programs without file arguments.
  (For example, with systemd 'who /var/log/wtmp' does not work because
  systemd does not support the equivalent of /var/log/wtmp.)

Read on

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