Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

PeaZip 10.3 Archive Manager Improves Integration with GNOME and KDE Plasma

Coming almost two months after PeaZip 10.2, the PeaZip 10.3 release automates context menu integration in the service menus of the KDE Plasma desktop environment and the scripts subfolders of the Nautilus file manager of the GNOME desktop environment. It also modernizes the Qt 6 binary packages and adds a new Tux-Alt theme for Linux systems.

LinuxGizmos.com

(Updated) Spitz Plus GL-X2000 is an Upcoming Wi-Fi 6 and 4G LTE CAT 12 Router

The Spitz Plus GL-X2000 is a 4G LTE Wi-Fi 6 router designed to deliver reliable connectivity for remote work, travel, and rural internet access. It supports advanced network features like Multi-WAN, Failover, and Load Balancing, enhancing connection stability and ensuring dependable performance.

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

Wine 10.2 Released
new big release
PeaZip 10.3 Archive Manager Improves Integration with GNOME and KDE Plasma
PeaZip 10.3 was released today as the latest stable version for this open-source, free, and cross-platform archive manager introducing various new features and enhancements.
Mixing Rust and C in Linux likened to cancer by kernel maintainer
Some worry multiple languages will make it harder to maintain this open source uber-project, others disagree
This Week in GNOME #188 Software Fixes
Update on what happened across the GNOME project in the week from February 14 to February 21
 
Niri 25.02 Wayland Compositor Brings Tabbed Columns, Shadows, and More
Niri 25.02 scrollable-tiling Wayland compositor brings tabbed columns
5 Mini PCs You Can Buy With Linux Preinstalled
Ready to ditch the setup headaches and jump straight into Linux
I'm a Distro-Hopper, But Here's Why I Come Back to Ubuntu Every Time
The joy of using Linux is that there are so many choices
Best Free and Open Source Software
We recommend the best free and open source alternatives for Linux
FreeBSD 13.5-BETA3 Now Available
FreeBSD release imminent
today's leftoverss
GNU/Linux and more
Accessibility in KDE and KDE on Slimbook Executive
Some KDE picks
Open Hardware and Retro: KiCad 9, Hackaday Podcast, and Genetic Algorithm Runs On Atari 800 XL
hardware picks
Today in Techrights
Some of the latest articles
Hardware and Free, Libre, and Open Source Software Leftovers
mostly FOSS
Godot 4.4 RC 1 and Linux Inside Animal Crossing on the GameCube
Games news
OpenSUSE: admittance of kio-admin into openSUSE and Tumbleweed Report
OpenSUSE picks
Security Leftovers
Security links
today's howtos
a handful of these
I ditched Windows 11 for Linux " and you should, too | Laptop Mag
I didn’t switch to Windows 11
FSF Auctions Off Original GNU
will culminate in an virtual live auction on March 23, 2025, 14:00 to 17:00 EDT
today's leftovers
GNU/Linux/UNIX and FOSS links
Programming Leftovers
Development picks
Security Leftovers
Security related picks
Audiocasts/Shows: Technologically Facilitated Abuse, Devuan, and Mozilla Chaos
3 new episodes/videos
today's howtos
many howtos
Android Leftovers
Will the real Android 16 please enter beta
Is Linux Ready For Mainstream Gaming In 2025?
Linux is quietly gaining ground on Windows in the gaming space
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
Open Secure-K OS – Debian-based live operating system
Open Secure-K OS is an operating system booting from a USB key in which you can safely create and store your personal and private data
This Week in Plasma: Refinements All Around
Every week we cover as much as possible of what's happening in the world of KDE Plasma and its associated apps like Discover
Fedora & FlatHub story - Alas, it ain't 1986 anymore
Normally, I try to avoid Internet drama, so to speak, but something rather interesting caught my eye this week
No, LibreOffice Doesn’t Turn 40 This Year, but StarOffice Would if It Were Still Around
It’s like reading the Old Testament: Star Writer begat StarOffice who begat OpenOffice, which begat LibreOffice
Android Leftovers
I tried the new PS3 emulator on Android and it technically works, but it has a long way to go
Games: Among Us 3D, Playstation, OpenRazer, and More
7 news stories from Liam et al
Today in Techrights
Some of the latest articles
Calamares Installer 3.3.14 Brings Internal Improvements
Calamares installer 3.3.14 improves Python bindings, introduces an undo system for UI steps
COSMIC Alpha 6: Big Leaps Forward
Our COSMIC mission continues
Ubuntu 24.04.2 LTS Is Now Available for Download Powered by Linux Kernel 6.11
After a week’s delay, Ubuntu 24.04.2 LTS was published today by Canonical for all official flavors as the second point release to the long-term supported Ubuntu 24.04 LTS (Noble Numbat) operating system series.
Fedora threatened with legal action from OBS Studio due to their Flatpak packaging
The OBS Studio team are not happy with the Fedora folks due to Flatpak problems and threatened legal action
Gentoo Makes QEMU Cloud Deployment Easier
Gentoo Linux announced new cloud-ready images in QCOW2 format
Stable kernels: Linux 6.13.4, Linux 6.12.16, Linux 6.6.79, and Linux 6.1.129
I'm announcing the release of the 6.13.4 kernel
Rust 1.85.0 and Rust 2024
new releases
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
GNU/Linux Leftovers
News about GNU/Linux
PostgreSQL 17.4, 16.8, 15.12, 14.17, and 13.20 Released, MongoDB Patched
Databases stuff
Operating System: ArcaOS/Arca Noae Updates
old but still going
Open Hardware: Raspberry Pi, RISC-V, Repairability
Hardware leftovers
Security and Windows TCO Leftovers
patches, FUD, Windows TCO
Femtofox Pro Examined
new device
Red Hat Leftovers
Red Hat news
today's howtos
a long batch, mostly idroot
today's leftovers
GNU/Linux and more
Security and Windows TCO Leftovers
security stories
NovaCustom V54 Series 14.0 for Fedora-Based Qubes OS Release 4, New Episode About Red Hat Clone Rocky Linux
Red Hat related picks
Open Hardware: PiVPN, LLMStick, and More
hardware picks
Programming Leftovers
Development news
LWN on Linux and Rust
4 articles outside the paywall today
OpenRazer 3.10 Brings Support for Latest Razer Peripherals
OpenRazer 3.10 now supports DeathAdder V3 HyperSpeed
Games: Spider-Man 2, Palworld, Monster Train 2, and More
7 new stories from GamingOnLinux
Open Hardware/Modding: Raspberry Pi, Embedded World 2025, RISC-V and More
hardware picks
Working together for free software: Our interview with Melanie Punz
Melanie Punz lives in Austria and has been using GNU/Linux and free software enthusiastically for almost twenty years now
Free and Open Source Software
This is free and open source software
PSQL Releases: SQLPage v0.33 and Pgpool-II 4.6 Beta 1
two new releases
Mesa 25.0 Linux Graphics Stack Brings Vulkan 1.4 Support on RADV, ANV, and NVK
The Mesa 25.0 open-source graphics stack has been released today as a major update introducing new features and improvements for several of the included graphics drivers.
today's leftovers
GNU/Linux and more
Open Hardware and Retro Leftovers
RISC-V, Linux, and more
New Release of EasyOS and Other EasyOS News
leftovers for EasyOS
today's howtos
only 3 more for now
Security Leftovers and Windows TCO
a little on Windows TCO
Applications: FOSS Weekly, Whisper for Hindi, The syslog-ng Insider
Application centric cluster of news
Red Hat Hype, Flathub Misunderstandings, and IBM Layoffs Disguised as RTO
IBM stuff
Today in Techrights
Some of the latest articles