Tux Machines

Do you waddle the waddle?

Other Sites

Internet Society

Community-Centered Connectivity Initiatives Earn Viddy Awards Recognition

Our global community works tirelessly to expand connectivity, educate users, and build the Internet we want—an Internet for everyone.

LinuxGizmos.com

M5Stack LLM-8850 Kit delivers 24 TOPS AI acceleration in M.2 form factor

The LLM-8850 Kit is an M.2-based AI accelerator designed for edge AI, embedded inference, video analytics, and multimodal large-model workloads. It combines the LLM-8850 Card, a compact M.2 M-Key 2242 module based on the Axera AX8850 SoC, with a PiHat adapter board for the Raspberry Pi 5.

youyeetoo updates R1 SBC and lists K1 N100-based x86 computer

youyeetoo has updated its R1 single-board computer to version 3.0 and has also listed the K1, a palm-sized x86 edge computer based on Intel’s Alder Lake-N N100 processor. The two systems are aimed at compact AIoT, embedded, industrial, and edge computing applications, but use different processor platforms and expansion layouts.

9to5Linux

First Look at Antergos NeXT: A Modern Revival of Antergos Linux with KDE Plasma

Antergos Linux was created by developers Alexandre Filgueira, Gustau Castells, and Dustin Falgout back in 2012 as an unofficial Cinnamon flavor of the popular and flexible Arch Linux distribution. It was initially called Cinnarch (Cinnamon on Arch), but the developers renamed it Antergos in 2013.

GStreamer 1.28.4 Adds Support for FLAC Decoding and New Codec Profile Mappings

The GStreamer 1.28.4 release adds various new codec mime/profile mappings for WMV, VC1, AC3/EAC3/AC4, AAC, and H.265, as well as support decoding for FLAC files on Android, and support for SRTP, authentication, HTTP tunnelling, keep alive, stream selection, TLS validation, and latency configuration to the RTSP client plugin.

Systemd-Free Peppermint OS Devuan Is Now Based on Devuan 6 Excalibur

Based on the latest Devuan 6 “Excalibur” series, which is based on the Debian 13 “Trixie” operating system series, Peppermint OS Devuan ships with three init systems, including SysVinit, OpenRC, and runit, and features the lightweight Xfce 4.20 desktop environment by default.

KDE Frameworks 6.27 Is Out to Improve KRunner, Breeze Icons, and More

The KDE Frameworks 6.27 release is here to improve the display of disk sizes shown in various places across the Plasma desktop to fully respect your preference regarding storage units, and switching between light and dark Global Themes to prevent various Plasma UI elements from changing their colors halfway.

Audacity 3.7.8 Audio Editor Improves Support for HiDPI Displays on Linux

Coming six months after Audacity 3.7.7, which was a hotfix release addressing broken waveform scrolling and selection for some users introduced in Audacity 3.7.6, the Audacity 3.7.8 release promises to improve support for HiDPI displays on Linux/wxGTK and introduce Podcast 2.0 chapters JSON export for label tracks.

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

Audacity 3.7.8 Audio Editor Improves Support for HiDPI Displays on Linux
Audacity 3.7.8 open-source digital audio editor and recording software is now available for download with improves support for HiDPI displays on Linux, new options to choose where silence is truncated, and more.
Open Hardware/Modding: Commodore 64, Framework Laptop 13 Pro, and More
Hardware leftovers
GNU/Linux Leftovers
GNU/Linux related picks
Openwashing by 'Linux' Foundation by Outsourcing to Proprietary Microsoft (GitHub)
GitHub Foundation?
piBrick PocketCM5 – An open-source handheld Linux computer kit for Raspberry Pi CM5
Designed by Indonesian maker Ahmad Amarullah (amarullz), the piBrick PocketCM5 is an open-source hardware handheld Linux computer kit built around the Raspberry Pi CM5
Gert Wollny Pushing LLM Slop Into Linux Kernel
one of many
Alpine Linux is a crazy-fast distro for your desktop - with just one caveat
Alpine Linux isn't always considered for traditional desktop use
 
GNU/Linux Leftovers
GNU/Linux stories for today
Today in Techrights
Some of the latest articles
Android's Quick Share finally works on Linux—and it's simpler than KDE Connect
Even though I prefer GNOME over KDE
There's a full Linux server dashboard hiding in your browser — and it's already installed
If you're a long-time Linux user, there's a very good chance that a raft of terminal commands is living in your head rent-free right now
Juno Tab 4 Linux tablets launch in 10.5'' and 13'' versions powered by Intel processors
Juno Computers has refreshed its Linux tablet line with two new models
CIB seven – workflow and process automation platform
This is free and open source software
This Week in Plasma: 6.8 is Very Close!
This week the Plasma team put the finishing touches on Plasma 6.7
First Look at Antergos NeXT: A Modern Revival of Antergos Linux with KDE Plasma
A first look at Antergos NeXT, a modern revival of the Antergos Linux distribution based on Arch Linux and featuring the KDE Plasma desktop environment.
Distributions and Operating Systems Leftovers
OS stuff, BSD also
Ubuntu Leftovers
Ubuntu picks
Graphics: eGPU in Linux and Linux Settings
Graphics and GPUs
Open Hardware/Modding: 3D Printing, Olimex, and More
hardware side of things
Free, Libre, and Open Source Software Leftovers
FOSS and education
Programming Leftovers
Development news
Mozilla: Spellchecker, VPN, and Addons for Firefox
Firefox news and views
Red Hat Very Drunk on Slop/Plagiarism, Many Things Rebranded as "AI"
very sad
FOSS Weekly and Windows Cross-overs
Applications news
today's howtos
idroot and more
Almost Half of 2026 Gone [original]
Tomorrow it's a weekend again and next week we'll redo the front page of the site, at long last!
Next Richard Stallman Lecture/Talk is on Tuesday at School of Engineering, FAU (Erlangen, Germany) [original]
"[p]resenting the moral issues of free vs nonfree software, why your freedom demands freeing yourself from nonfree software, and how reverse engineering is crucial for freeing our computers."
GStreamer 1.28.4 Adds Support for FLAC Decoding and New Codec Profile Mappings
GStreamer 1.28.4 open-source multimedia framework is now available for download with support for decoding FLAC files and new codec mime/profile mappings for Android, bug fixes, and various other improvements.
Systemd-Free Peppermint OS Devuan Is Now Based on Devuan 6 Excalibur
Peppermint OS Devuan distribution has been updated today to Devuan 6 (Excalibur), based on the Debian 13 (Trixie) operating system series but without the systemd init system.
Games: Videogames, Proton-CachyOS, Proton Experimental, and More
gaming picks
Android Leftovers
Onyx BOOX Go 6 (Gen II) brings pen support to an Android-powered eReader
KDE Frameworks 6.27 Is Out to Improve KRunner, Breeze Icons, and More
KDE Frameworks 6.27 open-source software suite is out now with various improvements and bug fixes for KDE apps and the Plasma desktop environment. Here’s what’s new!
Today in Techrights
Some of the latest articles
Richard Stallman (RMS) Talk Tomorrow in Bern, Switzerland [original]
Tomorrow the founder of the FSF and the Free software community will give a public talk at SBB
Security Leftovers
Security picks
Free, Libre, and Open Source Software Leftovers
FOSS and more
Events/Education: Linux App Summit 2026 and SouthEast LinuxFest
2 new reports
Debian and Ubuntu: Development report and Transmission issues and workarounds on (K)Ubuntu 26.04
fixes and more
Desktop Environments, KDE, and GNOME
GNU/Linux interfaces
EasyOS gtk2-ng, FlatOrange, and EasyCast screen recorder
Some EasyOS updates
Collabora's CODE 26.04, ONLYOFFICE Slop, and LibreOffice Recap
LibreOffice and more
Web Browsers and Web Clients
Web Browsers and more
Programming Leftovers
Development related picks
Open Hardware: Raspberry Pi, RISC-V, Arduino, and More
Linux picks
Fedora, AlmaLinux, Red Hat, and More
IBM and RHEL
Audiocasts/Shows: Linux Matters, LINUX Unplugged, FLOSS Weekly, and More
new episodes
Linux Hardware and Graphics: Vivante GPUs ASUS ROG Maximus Z790 Extreme
2 news picks regarding rendering and more
5 package managers and 7 Linux wellness apps to take better care of myself in 2026
some software news
Mike Gabriel: Voxit 1.0; Future of libayatana-appindicator (v0.6.0 released today)
Work and released by him
Proton releases Proton Drive CLI, GNU/Linux Supported
2 links
today's howtos
Instructionals/Technical posts
Kernel: Reconsidering x32, Buildroot, FreeBSD
Linux and BSD
Asahi Linux Issues Warning About Apple
Asahi Linux 3 links
CVE-2026-23111 Impacting nf_tables
Linux bug
Android Leftovers
/e/OS 4.0 is here: Murena's Android fork makes it even easier to escape Google's clutches
Linux Lite 8.0 “Hematite” Launches with Linux Kernel 7.0, Ubuntu 26.04 LTS Base
Linux Lite 8.0 distribution is now available for download based on Ubuntu 26.04 LTS (Resolute Raccoon) and powered by the Linux 7.0 kernel series. Here’s what’s new!
NanoPi M6V2 RK3588S SBC gains support for dual analog microphone input
FriendlyELEC provides a long list of supported operating systems based on Linux 6.1
Free and Open Source Software
This is free and open source software
Ubuntu MATE Will Quite Possibly Have 26.10 Release
Ubuntu MATE, the official Ubuntu flavor features MATE desktop environment
Android Leftovers
Your Pixel Watch’s next big Wear OS update is almost here
Open Hardware/Modding: Raspberry Pi, ESP32, and Lots More
Hardware leftovers
Free and Open Source Software
This is free and open source software
Today in Techrights
Some of the latest articles
Games: Mouthwashing, Theropods, and More
Latest from GamingOnLinux
Red Hat on Robotics, Slop, and ANL4
latest from redhat.com
LWN coverage from the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit
latest articles