Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

VersaLogic’s Sabertooth AI Combines Xeon-E Processor with NVIDIA RTX GPU

VersaLogic Corp. has introduced the Sabertooth AI, a compact and rugged embedded system designed for AI inferencing and high-bandwidth video applications. Featuring DDR4 ECC memory, dual GbE, and support for multiple displays, it delivers high computational performance in a small form factor for industrial and edge computing.

HackCable: USB-C Keystroke Injection Cable with RP2040 or ESP32

Kickstarter recently featured the HackCable, a USB-C cable designed for cybersecurity research and system testing. It resembles a standard charging cable but includes features like built-in Wi-Fi and keystroke injection, providing a discreet and versatile tool for professionals and researchers.

9to5Linux

Linux Kernel 6.13 Officially Released, This Is What’s New

Highlights of Linux 6.13 include lazy preemption support to simplify kernel’s preemption logic, support for running Linux in protected virtual machines (a.k.a. realm) under the Arm CCA (Confidential Compute Architecture), user-space shadow stack support for AArch64 (ARM64) via Guarded Control Stack (GCS), support for 6-node sub-NUMA clustering on Intel, and split-lock detection support for AMD CPUs.

Ubuntu-Based Rhino Linux 2025.1 Is Out with Linux 6.12, Rhino Stampede, and More

Highlights of Rhino Linux 2025.1 include support for dynamic workspaces in Rhino’s Xfce-based Unicorn Desktop to automatically create new workspaces when applications are opening apps, a new, custom GRUB bootloader theme for a more modern feel, and a new testing meta-package called Rhino Stampede.

Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary

Dillo 3.2 comes with several new features like initial SVG support for math formulas and other simple SVG images, support for WebP images, and a new scrollbar page navigation mode that lets you read websites as if they’re books by easily scrolling full pages with the mouse.

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

Kodi 21.2 "Omega" - Release
News from Kodi
Linux Kernel 6.13 Officially Released, This Is What’s New
Today, Linus Torvalds announced the release and general availability of Linux 6.13, the latest stable kernel version that introduces several new features and improvements, better hardware support, and more.
Release of Ghostty 1.0
Ghostty 1.0 is out
 
Today in Techrights
Some of the latest articles
Linux 6.1.126
Only upgrade if 6.1.125 did not build properly for you
Wasting time with inconsistent data
One of my leisure time activities is to develop KMyMoney, a personal finance management application
This Week in KDE Apps: Usability, accessibility, and supercharging the Fediverse
Every week we cover as much as possible of what's happening in the world of KDE apps
121 packages in Debian mapped to hardware for automatic recommendation
I have been working on a automatic hardware based package recommendation system for Debian and other Linux distributions
today's leftovers
GNU/Linux, Free, Libre software and more
Programming Leftovers
Development picks
Windows TCO Leftovers
Microsoft blunders
Open Hardware: OrangePi, Raspberry Pi 4, and More
Hardware news
today's howtos
Instructionals/Technical post
Malware in Proprietary Software - 2024 Catch-up
back doors, DRM, tethering, and others, has become ever more frequent
Security Holes and Windows TCO
Windows TCO in the government
Test AlmaLinux 10 Beta With Your Workload Using ELevate
Although we’re still months away from the release of Red Hat Enterprise Linux 10
Android Leftovers
New Hisense A9 Android smartphone features an e-ink display
Linux Apps for Chromebooks in 2025: Our Top Picks and Why You Need Them
Owning a Chromebook doesn’t mean you're limited to just basic apps
CMYK support in Inkscape could be a game-changer for professional print designers
As a digital artist and long-time user of free and libre graphic software
GNU/Linux Applications via Crostini and Flathub
software leftovers
today's howtos
handful oof howtos
Hardware: Arduino, Steam Deck, Raspberry Pi
Hardware picks
Free and Open Source Software
This is free and open source software
Salix – Slackware-based Linux distribution
Salix is a Linux distribution based on Slackware that is simple, fast and easy to use, with stability being a primary goal
Why We Have Essentially Won the Hearing [original]
A small win for journalism in the UK
Today in Techrights
Some of the latest articles
Hardware and Mobile Leftovers
some gadgets and such
Security Leftovers
Security links, 4 more for now
Programming Leftovers
Development picks
Audiocasts/Shows: Hackaday Podcast, Lunduke, and GNU World Order
3 new episodes
today's howtos
many howtos for today
Events: Daniel Pocock on FOSDEM (Belgium), LSFMM+BPF 2025, and More
3 picks for now
PostgreSQL Picks: Logical replication, workshop, PostgreSQL JDBC 42.7.5
some psql news
Cinnamon 6.4 Landed in LMDE 6 “Faye”
The Cinnamon 6.4 desktop environment and many other goodies debuted in the new Linux Mint 22.1
Kodi 21.2 is Out! Significantly Faster Library Scan & Lots of Fixes
Kodi, the popular free open-source home theater software
Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary
The lightweight and open-source web browser written in the FLTK 1.3 GUI toolkit is still alive and has been updated today to version 3.2 as another hefty update.
This Week in GNOME #183 Updated Flatpak
Update on what happened across the GNOME project in the week from January 10 to January 17
Wine, KDE, and Red Hat
GNU/Linux leftovers
Hardware: Arduino, Raspberry Pi, Old Machines, Homelabs, and GNU/Linux
Hardware coverage
Windows TCO and Security Leftovers
Security incidents and more
The Arch Linux Community Survey Results Are Here
What do Arch Linux users prefer
today's leftovers
mostly FOSS picks
Security and Windows TCO
the dark side
Open Hardware and Linux: ESP32, RISC-V, System76, and More
hardware focus
today's howtos
Instructionals/Technical picks
7 Docker containers that make Linux the perfect OS for a home lab
Linux powers most servers in the world
Games Final Fantasy VII Rebirth, GNU/Linux, and GamingOnLinux
Gaming news, mostly GamingOnLinux
Linux Mint 22.1 “Xia” Is Now Available for Download, Here’s What’s New
The wait is finally over as the Linux Mint team has published the final ISO images of the Linux Mint 22.1 “Xia” release, which are available for download from the official mirrors.
Outlook for the new year 2025
Happy new year 2025! I wish a great year for you, and the global LibreOffice community
Red Hat is Promoting LLM Slop (Unethical), Fiscal Bubbles, and Sponsored (Bribed) Press
Red Hat today sucks
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
Dragora – independent Linux distribution
Dragora is an independent Linux distribution
This Week in Plasma: Getting Plasma 6.3 in Great Shape
We're barely a week into the Plasma 6.3 beta period
7 Raspberry Pi-Based Laptops and Tablets for Tinkerers
Raspberry-powered laptops and tablets can be the perfect pick for your projects
5 lightweight Linux distributions that will bring your old PC back to life
If you have an aging computer and want to repurpose it
Remembering and thanking Steve Langasek
Steve Langasek is one of my heroes in open source and in life
Bubi at 400 [original]
good at uptimes here
Security Leftovers
Security related news
today's leftovers
FOSS and more
Linux Devices and Open Hardware: PocketBeagle, RISC-V, and Nvidia Project DIGITS Running GNU/Linux
Some hardware picks
AlmaLinux and Red Hat Leftovers
mostly corporate things
today's howtos
a handful of howtos
GNOME 48 Expands Core Apps With New Audio Player
When GNOME 48 is released in March it will debut with a brand-new audio player
Applications: Jellyfin, syslog-ng, and Best SSH Client for GNU/Linux
some software news
Microsoft change removed from Linux over Intel CPU issues
Intel and AMD engineers have stepped in at the eleventh hour to deal with a code contribution from a Microsoft developer that could have broken Linux 6.13 on some systems.
GNU Project: Guix User and Contributor Survey, FreeIPMI 1.6.15 release
What's new in GNU
Apple Wants People to Use Proprietary Software to Run "Linux"
Parallels Desktop
Deepin 25 Preview: A Sleek Redesign with Major Under-the-Hood Changes
Deepin 25 changes direction
Today in Techrights
Some of the latest articles