Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

MS-C927 Compact Box PC with Intel Meteor Lake-U and Arrow Lake-U

The MS-C927 is an upcoming compact fanless box PC built on Intel’s Meteor Lake-U and Arrow Lake-U processors. It targets low-power, silent operation in industrial and embedded environments such as automation, transportation, and edge computing, and comes in a 130 × 155 × 40 mm form factor with wall and DIN-rail mounting options.

FRDM-MCXW23 Development Board with MCX W23 Wireless MCU and BLE 5.3

The FRDM-MCXW23 is a development board based on the MCX W23 Bluetooth Low Energy 5.3 wireless MCU. It provides a compact platform for evaluating low-power wireless designs, targeting applications such as portable medical devices, smart appliances, automation systems, and asset tracking.

Low-Cost FireBeetle 2 ESP32-P4 Now Available with Wi-Fi 6, MIPI CSI/DSI, and RISC-V Core

DFRobot has officially introduced the FireBeetle 2 ESP32-P4, a compact microcontroller board built for computer vision and multimedia projects. Priced at $11.90, it pairs the ESP32-P4 SoC with a companion co-processor for Wi-Fi 6 and Bluetooth connectivity, targeting applications such as cameras, smart home devices, and interactive interfaces.

Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU

Forlinx Embedded, an NXP gold partner, has officially launched its FET-MX9596-C SoM and the companion OK-MX9596-C development board. Built around NXP’s i.MX 95 processor family, the platform targets industrial automation, medical systems, and edge AI applications.

Tor Project blog

New Release: Tor Browser 14.5.6

This version includes important security updates to Firefox.

9to5Linux

Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16

Released on May 25th, 2025, Linux kernel 6.15 introduced new features like Rust support for hrtimer and ARMv7, a new setcpuid= boot parameter for x86 CPUs, support for sched_ext to count and report internal events, x86 Intel and AMD PMU enhancements, nested virtualization support for VGICv3 on ARM, and support for emulating FEAT_PMUv3 on Apple Silicon.

LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New

Highlights of LibreOffice 25.8 include up to 30% faster opening of files in Writer and Calc, support for exporting PDF 2.0, optimized memory management for smoother operation on virtual desktops and thin clients, improved scrolling through large documents, and completely overhauled word hyphenation and spacing.

Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments

Highlights of Thunderbird 142 include support for adding visual signatures to PDF attachments opened in Thunderbird, support for resetting custom folder sorting in the folder pane via a new ‘Reset Folder Order’ option, and folder copy support within mail server accounts and local folders.

Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect

Firefox 143 looks like a solid release for Android users as it adds support for xHE-AAC audio playback, support for viewing the download progress in real time with controls to pause, resume, retry, or cancel directly from the Downloads screen, and improved support for persistent notifications to properly open Firefox with the relevant web page.

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

LibreOffice 25.8 Open-Source Office Suite Officially Released, This Is What’s New
The Document Foundation released today LibreOffice 25.8 as the latest stable version of this popular, powerful, open-source, free, and cross-platform office suite for GNU/Linux, Android, macOS, and Windows systems.
CachyOS — Distrowatch’s Top Distro Has Speed, Polish and Features
CachyOS delivers top‑tier performance, modern desktop choices
Mozilla to Make Firefox Better at Mass Censorship via Certificate Authorities, Firefox WebDriver Newsletter, Release of Tor Browser 14.5.6
Firefox news
Firefox 142 Web Browser Is Now Available for Download, Here’s What’s New
After being in beta phase during the past month, the Firefox 142 open-source web browser is now available for download ahead of its official unveiling on August 19th, 2025.
Thunderbird 142 Brings Support for Adding Visual Signatures to PDF Attachments
Thunderbird 142 is out today as the latest stable version of this popular, free, open-source, and cross-platform email client for GNU/Linux, macOS, Android, and Windows.
Social Control Networks and Drupal Were a Waste of Time, a 'Bubble' [original]
Leaving social control media didn't have any noticeable impact on us
Kdenlive 25.08.0 released
The Kdenlive team is happy to announce the release of version 25.08.0 packed with over 300 commits and fixing more than 15 crashes
 
Android Leftovers
7 open source Android apps that made my phone (and life) simpler
What to Expect From ClamAV 1.5 Open-Source Antivirus
ClamAV 1.5 antivirus RC is out, bringing FIPS-compliant signature verification
Forty years, forty links
The Free Software Foundation (FSF)'s fortieth anniversary is approaching
Free and Open Source Software
This is free and open source software
Stable kernels: Linux 6.16.2, Linux 6.15.11, and Linux 6.12.43
I'm announcing the release of the 6.16.2 kernel
Want to learn Linux? These 5 games make it fun - and they're free
Does the thought of learning Linux seem daunting
LWN on Kernel, Python, and Arch
6 new articles
StarDict sends X11 clipboard to remote servers
StarDict on Wayland doesn't have this problem, because Wayland prevents applications from being able to capture text from other applications by default
Today in Techrights
Some of the latest articles
Linux Kernel 6.15 Reaches End of Life, It’s Time to Upgrade to Linux Kernel 6.16
This is your friendly reminder that, as of today, the Linux 6.15 kernel series has reached the end of its supported life, which means that you should consider upgrading to Linux kernel 6.16 as soon as possible.
Windows TCO: Microsoft Breaks Hardware Through Windows Updates
Vista 11 glory
Unpatched (for Years) Systems and "Linux" Gets the Blame
Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation
GNU/Linux, GNOME and More
some leftovers for today
Open Hardware/Modding: Raspberry Pi and Radxa Cubie A7A
Hardware picks
GNU Project: GNU Radio, gprofng-gui 2.2, and Free Software Directory Meeting on IRC
FSF and GNU catch-up
Programming Leftovers
Development related picks
Security Leftovers
Security and more
Web Browsers/Web Servers/Web Sites Leftovers
WWW-centric news
Canonical/Ubuntu Leftovers
bad and good
today's howtos
lots from idroot
EasyOS Development Updates and Milestones
3 posts from EasyOS developer
Red Hat Leftovers
latest from redhat.com
today's leftovers
Windows TCO and more
Games: HELLDIVERS, Deadlock, LookPilot, and More
latest from GamingOnLinux
Android Leftovers
Ayaneo’s dual-screen Android handheld is its next modernized Nintendo DS
FreshRSS 1.27 Feed Agregator Now Supports PHP 8.5+
FreshRSS 1.27 self-hosted RSS feed aggregator adds stronger security
Fooyin 0.9 Music Player Arrives with Artwork Downloads, Synced Lyrics
Fooyin 0.9 open-source music player is out with support for artwork downloads
I Tested 9 Arch-Based Linux Distros, Here's How I Rank Them
Want to try an Arch-based distro but don’t know where to start
Free and Open Source Software
This is free and open source software
Forlinx FET-MX9596-C SoM Arrives with NXP i.MX 95, Dual 10GbE, and Onboard NPU
The company will provide Linux BSP support, design documentation, and customization services for integration into long-lifecycle products
Valnet/How-To Geek on Trying GNU/Linux, Kubuntu Focus, Fractal, and Syncthing 2.0
4 recent articles
Linux Mint 22.2 “Zara” Is Available for Public Beta Testing, Download Now
After a few days of testing, the Linux Mint team has published today the ISO images of the beta version of the upcoming Linux Mint 22.2 release, which can be downloaded (for testing purposes) from the official mirrors.
HandBrake 1.10 Open-Source Video Transcoder Brings New “Social 10MB” Presets
HandBrake 1.10 was released today as a major update to this free and open-source video transcoder application for converting between a multitude of video file formats.
Today in Techrights
Some of the latest articles
Defending Tux Machines From SLAPPs [original]
we're convinced justice will prevail
Standards and Free, Libre, and Open Source Software
mostly the former
Operating Systems: Steam OS, illumos, Easy Excalibur 7.0.2, BSD, Debian, Ubuntu
OS news
Fedora and Red Hat Leftovers
mostly redhat.com links
Programming Leftovers
Development with Perl and more
Security Leftovers
Security and Windows TCO
Open Hardware/Modding: ESP32, Retro, and Lots of Focus on New Product of Raspberry Pi
Raspberry Pi mostly
KDE, Qt, and GNOME Development
desktop environments' picks
Audiocasts/Shows: Destination Linux and Late Night Linux
2 new episodes
today's howtos
many howtos anfd technical pieces
Firefox 143 Is Now Available for Public Beta Testing, Here’s What to Expect
With Firefox 142 promoted to the stable channel, Mozilla has promoted today the next major release, Firefox 143, to the beta channel for public testing.
Release of Zephix 8
Zephix v8 (Zephix_8-x86_64) was released
Release of LibreELEC 12.2.0
LibreELEC 12.2.0 is out
GNU/Linux Leftovers
3 picks for today
Windows Update Is Killing SSDs! Should You Switch to Linux?
The moment to make the move to Linux is now
Games: Pre-Fortress 2, Monster Sanctuary, Valve, Bioneers, and More
gaming related news from GamingOnLinux
Free and Open Source Software
This is free and open source software
VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17
Oracle released today VirtualBox 7.2 as the latest stable version of this open-source, free, and cross-platform virtualization software for GNU/Linux, Solaris, macOS, and Windows systems.
A journey of a thousand smiles: Questing Quokka
Embarking on a quest can be serious business – whether you’re going off on a family holiday or traveling the hills of Britain in search of the holy grail
Firefox just got better for Chinese, Japanese and Korean speakers on Android
When Firefox users ask for better translation support, we make it happen
Valnet Inc. on UNIX-based OSes Like SerenityOS, Clinging Onto Windows, Proxmox, and GNU/Linux
This week's and last weekend's articles
4 reasons why MX Linux is my cherry-pick for reviving ancient laptops with Linux
Experience the perfect balance of performance and simplicity on your old machine with MX Linux.
Today in Techrights
Some of the latest articles