Tux Machines

Do you waddle the waddle?

Other Sites

Tor Project blog

New Alpha Release: Tor Browser 15.0a1

This version includes important security updates to Firefox.

LinuxGizmos.com

ESP32-P4-WIFI6 Development Board with Wi-Fi 6 and Bluetooth 5 Support

Waveshare has introduced the ESP32-P4-WIFI6, a multimedia development board built around the ESP32-P4 with an integrated ESP32-C6 module. The design supports Wi-Fi 6 and Bluetooth 5/BLE, offering a wide set of human–machine interaction interfaces and hardware expansion capabilities.

Banana Pi BPI-R4 Lite Released with MediaTek MT7987A and Wi-Fi 7 Support

The Banana Pi team has launched the BPI-R4 Lite, a smart router board powered by the MediaTek MT7987A processor. It supports Wi-Fi 7 and offers multiple high-speed interfaces, targeting applications such as internet service routers, wireless repeaters, home gateways, NAS devices, and 4G or 5G connectivity.

DietPi July 2025 Update Adds Orange Pi 3 Support and Prepares for Debian Trixie

The July 2025 release of DietPi v9.15 introduces support for the Orange Pi 3 non-LTS, provides its own updated Unbound packages, and includes a script to upgrade Bookworm systems to Debian Trixie, the upcoming Debian release scheduled for August 9th. Alongside these highlights, the update delivers refinements to DietPi tools, networking improvements, and several bug fixes.

Banana Pi BPI-F4 with Sunplus SP7350 SoC Launched for Edge Smart Applications

Banana Pi has introduced the BPI-F4, an industrial control board built around the Sunplus SP7350 System-on-Chip. The platform consists of a core board and a compatible carrier board that provides access to peripherals including a 1 GbE port, seven PCB terminal blocks, and a MIPI camera FFC connector.

Ubuntu Buzz !

How To Install Tux Math Game on Ubuntu 24.04

Tux Math (or Tux, of Math Command) is a free software education game designed for kids to learn mathematics by playing. This game is one of Tux4Kids Project applications beside Tux Typing and Tux Paint a free software project to create educational applications. You can play this amazing game with kids or if you are a teacher, with your students too. Now let's try it out!

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

Programming Leftovers
Development picks
Linux 6.16
just out
 
Android Leftovers
I bought a cheap Android phone and learned a very expensive lesson
Best Linux Laptop of 2025? TUXEDO InfinityBook Pro 15 (Gen10) Launches
TUXEDO Computers specializes in Linux-focused laptops and desktops
I've tested numerous Linux desktop environments, and these 5 are my favorites
I started my Linux journey with Raspberry Pi OS
Ubuntu 25.10 Offers Improved Disk Encryption Using TPM
Ubuntu 25.10 will make it easier to use hardware-backed full-disk encryption (FDE) integrated with a Trusted Platform Module (TPM)
GNOME Shell Gets a Proper Desktop Photo Widget (Finally)
Remember digital photo frames? Well, a new GNOME Shell extension brings one to the Linux desktop
Free and Open Source Software, howtos and Installations
Linux offers a wide array of music players
The XP-Pen Artist 22R Pro works on Linux now
It’s been almost two years since my last update on this project
Ma-ma-ma-ma my Fedora - Good and bad lessons from '42
Many a Linux nerd is under a wrongful impression that I have some rancorous emotional investment toward different components of the operating system called Linux
Banana Pi BPI-R4 Lite Released with MediaTek MT7987A and Wi-Fi 7 Support
Software support is available through OpenWrt and Ubuntu 22.04
GNU/Linux, BSD, and More
FOSS and more
LWN's Kernel Coverage
3 articles
Ubuntu Weekly Newsletter and More
Ubuntu picks
LWN Coverage From DebConf25 in Brest
2 articles
Today in Techrights
Some of the latest articles
LibreOffice Latest
a pair of updates on LibreOffice
GNU/Linux Versus Slop
against cheaters
GNU/Linux Leftovers
distros and hardware
Security Leftovers
Security-related bits
Free, Libre, and Open Source Software and Standards
FOSS leftovers and more
Linux Fear, Uncertainty, Doubt (FUD): Blaming the Wrong Things on "Linux"
some new examples
Web Browsers: Curl, Webrings, and Numbers Station Simulator
4 picks for now
Games: Godot 4.5 Beta 4 and MSI Claw A8 Gaming Performance With GNU/Linux
a pair of articles
Red Hat and Fedora Leftovers
mostly official stuff from Red Hat
Applications: OpenSnitch, Istio, and More
4 picks for now
today's howtos
idroot and more
Linux Foundation Press Release and Paid-for 'Spam' ('Articles') About AGNTCY
some picks, more to come
Open Hardware/Modding: Raspberry Pi, SparkFun, Arduino, and More
Hardware picks
Games: Proton 10.0-2, Thunderful, and More
8 new stories from GamingOnLinux
This Linux Laptop Has a Powerful AMD Ryzen Chip
Linux-first laptops are overlooked because of their specs sometimes
The Year of the Linux Desktop? This Time, the Data Says Yes
The annual assertion by open-source developers that the year of the Linux desktop is here may finally be more than a mere catchphrase
Review: HeliumOS 10.0
I had some mixed feelings while running HeliumOS
5 Linux KDE Plasma Features that Completely Changed How I Use My PC
Are you using KDE Plasma but still working the same way you did on Windows
Euphonica – Cool New GTK4 MPD Client Work in Process
For users of Music Player Daemon (MPD in short)? Here’s cool new client app in development for Linux desktop
Free and Open Source Software, howtos and Installations
This is free and open source software
Week 2 recap GSoC 2025 - searching c++ and creating floating toolbar
Apart from setting up a new open source project
DietPi July 2025 Update Adds Orange Pi 3 Support and Prepares for Debian Trixie
The July 2025 release of DietPi v9.15 introduces support for the Orange Pi 3 non-LTS
Welcoming New Faces to the Thunderbird Community Team
Thunderbird is (and has always been) powered by the people
Uptime of 666 [original]
That speaks a lot for the stability of X, GNU, and Linux
XDA and Storage With GNU/Linux at home
4 new articles
XDA Articles on Proxmox for Personal Use
some XDA links
HowTo Geek on Batch Renaming, Daemons, Distros, and More
4 recent articles
Jack Wallen on Distributions and Operating Systems
a pair of articles
Linux Kernel Bits and Linux Foundation Still Tarnishing the "Linux" Brand (Tying it to Mindless Slop)
some Linux picks
PCLinuxOS Magazine's Latest
some key articles
Today in Techrights
Some of the latest articles
Security Leftovers
with Linux focus
Free, Libre, and Open Source Software and Programming
FOSS and more
GNU/Linux and BSD Leftovers
today's picks that are orphaned
Open Hardware/Modding: Arduino, Snagboot, and More
Hardware picks for today
today's howtos
3 howtos for now
Audiocasts/Shows: LINUX Unplugged, Late Night Linux, and Destination Linux
3 new episodes
today's leftovers
GNU/Linux and more
Programming Leftovers
Development news
Mozilla Leftovers
Mozilla picks for today
Kernel Space: Linux Kernel Should Stick With C and a Look at OpenLinkHub
a couple of Linux picks
today's howtos
howtos for today
Android Leftovers
Google Messages gets Material 3 Expressive on Wear OS before Android
My 5 favorite Linux distros for home office desktops - and I've tried them all
If you work remote or run your own business out of your house
Testing New Linux Kernels on Ubuntu is About to Get Easier
Canonical has announced a change in its kernel strategy for Ubuntu development builds
Firefox Add-Ons Website Revamps Listing Pages
If you go visit the Firefox Add-Ons website today you’re sure of a slight surprise
Boardcon Compact3576 – A feature-rich Rockchip RK3576 SBC with Android 14 and Debian 12 support
The company mentions that the RK3576 module and SBC support Android 14 and Debian 12
Free and Open Source Software
This is free and open source software
Wayland Will Never Be Ready For Every X11 User
Some users also simply say that they do not care about Wayland either way as it offers no new features they want
Games: The Crazy Hyper-Dungeon Chronicles (TCHDC), Cattle Country, and More
8 stories from GamingOnLinux
Linuxiac is Not a Slopfarm, But at Least Some of Its Articles Are Machine-Generated Fakes [original]
Crossposted from Techrights
Today in Techrights
Some of the latest articles