Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

Progress and Future Plans for Upstream Support of Rockchip RK3588

As 2024 concludes, the Rockchip RK3588 platform has seen substantial progress in upstream support. Collabora’s latest announcement highlights advancements in kernel integration, hardware enablement, and foundational software, driven by the open-source community.

$6.80 LILYGO T7-C6 Board Leverages RISC-V Single-Core Processor & 4MB Integrated Flash Memory

The LILYGO T7-C6 is a compact development board built around the ESP32-C6-MINI-1 module, offering versatile features designed for IoT and wireless communication applications. The board is available with either an onboard PCB antenna or an external antenna and supports modern wireless protocols, including 2.4 GHz Wi-Fi 6, Bluetooth 5 (LE), and IEEE 802.15.4.

9to5Linux

Darktable 5.0 Open-Source RAW Image Editor Officially Released, Here’s What’s New

Darktable 5.0 brings major UI/UX improvements like camera-specific styles for more than 500 camera models to more closely approximate the out-of-camera JPEG rendition, an optional splash screen showing startup progress, a high-contrast theme with bright white text on a dark gray background, more new-user hints on an empty Lighttable, and a global preference to swap the left and right side panels in the darkroom view.

CachyOS Now Uses AutoFDO Kernel as Default Across All Supported Architectures

Powered by the latest and greatest Linux 6.12 LTS kernel series, the CachyOS release for December 2024 enables AutoFDO (Automatic Feedback-Directed Optimization) for the default linux-cachyos kernel on all supported architectures for a slight performance boost.

Debian-Based Grml 2024.12 Linux Distro Is Out with Support for 64-Bit ARM CPUs

Based on the software repositories of the upcoming Debian 13 “Trixie” operating system series (a.k.a. Debian Testing) and powered by Linux kernel 6.11, the Grml 2024.12 (codename “Adventgrenze“) release is here to introduce support for 64-bit ARM AArch64 (ARM64) architectures, UEFI 32-bit boot to support 64-bit PCs with 32-bit firmware, and a new Grml flavour naming schema.

DXVK 2.5.2 Improves Support for Alpha Protocol, Borderlands 2, and Other Games

DXVK 2.5.2 is here to add an implementation of D3D9 shader validation interfaces, which is needed for The Void and several other D3D9 games, add support for VK_FORMAT_A8_UNORM to fix warnings in various games, as well as rendering issues in TopSpin 2K25, and optimize the behavior of disabled clip planes for D3D9 games.

news

coreutils-9.5 released

posted by Roy Schestowitz on Mar 29, 2024

 This is to announce coreutils-9.5, a stable release.
There have been 187 commits by 18 people in the 30 weeks since 9.4.
Aearil (1) Petr Malat (1)
Bruno Haible (3) Pádraig Brady (75)
Christian Göttsche (1) Samuel Tardieu (1)
Collin Funk (4) Stephane Chazelas (1)
Daan De Meyer (1) Stephen Kitt (1)
Greg Wooledge (1) Sylvestre Ledru (3)
Grisha Levit (2) Ville Skyttä (1)
Michel Lind (1) dann frazier (1)
Paul Eggert (89) lvgenggeng (1)
https://gnu.org/s/coreutils/
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v9.5
git shortlog v9.4..v9.5
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.gz (15MB)
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz (5.8MB)
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.gz.sig
https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz.sig
3285114d93b39e5e4643b0846f570203a5e4c97b coreutils-9.5.tar.gz
dnrmoilQ7ELzul98Heed0ngA7o6bhkLaXe21l0oXQeU= coreutils-9.5.tar.gz
867fed7ce2ee15c5150a355a5f3a3b50578cf78d coreutils-9.5.tar.xz
zTKO3qyS9qZl3p8yPJO3Eq8YWLwuDYjz9xAEaUcKG4o= coreutils-9.5.tar.xz
gpg --verify coreutils-9.5.tar.gz.sig
uid [ultimate] Pádraig Brady <P@draigBrady.com>
uid [ultimate] Pádraig Brady <pixelbeat@gnu.org>
gpg --keyring gnu-keyring.gpg --verify coreutils-9.5.tar.gz.sig
Gnulib v0.1-7293-g259829e78b
* Noteworthy changes in release 9.5 (2024-03-28) [stable]
chmod -R now avoids a race where an attacker may replace a traversed file
with a symlink, causing chmod to operate on an unintended file.
cp, mv, and install no longer issue spurious diagnostics like "failed
to preserve ownership" when copying to GNU/Linux CIFS file systems.
They do this by working around some GNU/Linux CIFS bugs.
cp --no-preserve=mode will correctly maintain set-group-ID bits
for created directories. Previously on systems that didn't support ACLs,
cp would have reset the set-group-ID bit on created directories.
[bug introduced in coreutils-8.20]
join and uniq now support multi-byte characters better.
For example, 'join -tX' now works even if X is a multi-byte character,
and both programs now treat multi-byte characters like U+3000
IDEOGRAPHIC SPACE as blanks if the current locale treats them so.
numfmt options like --suffix no longer have an arbitrary 127-byte limit.
[bug introduced with numfmt in coreutils-8.21]
mktemp with --suffix now better diagnoses templates with too few X's.
Previously it conflated the insignificant --suffix in the error.
[bug introduced in coreutils-8.1]
sort again handles thousands grouping characters in single-byte locales
where the grouping character is greater than CHAR_MAX. For e.g. signed
character platforms with a 0xA0 (aka &nbsp) grouping character.
split --line-bytes with a mixture of very long and short lines
no longer overwrites the heap (CVE-2024-0684).
tail no longer mishandles input from files in /proc and /sys file systems,
on systems with a page size larger than the stdio BUFSIZ.
timeout avoids a narrow race condition, where it might kill arbitrary
processes after a failed process fork.
[bug introduced with timeout in coreutils-7.0]
timeout avoids a narrow race condition, where it might fail to
kill monitored processes immediately after forking them.
wc no longer fails to count unprintable characters as parts of words.
[bug introduced in textutils-2.1]
base32 and base64 no longer require padding when decoding.
Previously an error was given for non padded encoded data.
base32 and base64 have improved detection of corrupted encodings.
Previously encodings with non zero padding bits were accepted.
basenc --base16 -d now supports lower case hexadecimal characters.
Previously an error was given for lower case hex digits.
cp --no-clobber, and mv -n no longer exit with failure status if
existing files are encountered in the destination. Instead they revert
to the behavior from before v9.2, silently skipping existing files.
ls --dired now implies long format output without hyperlinks enabled,
and will take precedence over previously specified formats or hyperlink mode.
numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
and uses lowercase 'k' when outputting such units in '--to=si' mode.
pinky no longer tries to canonicalize the user's login location by default,
rather requiring the new --lookup option to enable this often slow feature.
wc no longer ignores encoding errors when counting words.
Instead, it treats them as non white space.
** New features
chgrp now accepts the --from=OWNER:GROUP option to restrict changes to files
with matching current OWNER and/or GROUP, as already supported by chown(1).
chmod adds support for -h, -H,-L,-P, and --dereference options, providing
more control over symlink handling. This supports more secure handling of
CLI arguments, and is more consistent with chown, and chmod on other systems.
cp now accepts the --keep-directory-symlink option (like tar), to preserve
and follow existing symlinks to directories in the destination.
cp and mv now accept the --update=none-fail option, which is similar
to the --no-clobber option, except that existing files are diagnosed,
and the command exits with failure status if existing files.
The -n,--no-clobber option is best avoided due to platform differences.
env now accepts the -a,--argv0 option to override the zeroth argument
of the command being executed.
mv now accepts an --exchange option, which causes the source and
destination to be exchanged. It should be combined with
--no-target-directory (-T) if the destination is a directory.
The exchange is atomic if source and destination are on a single
file system that supports atomic exchange; --exchange is not yet
supported in other situations.
od now supports printing IEEE half precision floating point with -t fH,
or brain 16 bit floating point with -t fB, where supported by the compiler.
tail now supports following multiple processes, with repeated --pid options.
cp,mv,install,cat,split now read and write a minimum of 256KiB at a time.
This was previously 128KiB and increasing to 256KiB was seen to increase
throughput by 10-20% when reading cached files on modern systems.
env,kill,timeout now support unnamed signals. kill(1) for example now
supports sending such signals, and env(1) will list them appropriately.
SELinux operations in file copy operations are now more efficient,
avoiding unneeded MCS/MLS label translation.
sort no longer dynamically links to libcrypto unless -R is used.
This decreases startup overhead in the typical case.
wc is now much faster in single-byte locales and somewhat faster in
multi-byte locales.

Read on

Other Recent Tux Machines' Posts

Debian-Based Grml 2024.12 Linux Distro Is Out with Support for 64-Bit ARM CPUs
Grml, a live bootable Linux distro based on Debian GNU/Linux and designed for system administrators and users of text tools, has been updated today to version 2024.12, a release that extends hardware support and brings updated components.
DXVK 2.5.2 Improves Support for Alpha Protocol, Borderlands 2, and Other Games
DXVK 2.5.2 is out today as the second maintenance update to the DXVK 2.5 series for this Vulkan-based implementation of D3D9, D3D10, and D3D11 for Linux / Wine.
Rockchip RK3588 mainline Linux support – Current status and future work for 2025
The Rockchip RK3588 is one of the most popular Arm SoCs for single board computers, and while good progress has been made with regards to mainline u-boot and Linux support
New: the Fast Sketch Plugin for Krita
Together with Intel, we have been working a new plugin for Krita
 
Wine 10.0-rc3
The Wine development release 10.0-rc3 is now available
Today in Techrights
Some of the latest articles
Linux, BSD, and Free, Libre Software
today's leftovers
Security Leftovers
Security and back doors
Programming Leftovers
Development related picks
CMS/SSG Updates: Ghost, WordPress, and More
Content Management Systems (CMS) / Static Site Generators (SSG) picks
Open Hardware/Modding: RISC-V, Amiga, and More
some hardware picks
Christian Hergert's December Projects and This Week in GNOME
GNOME projects' updates and developers
GNU/Linux Benchmarks on x86
Benchmarks from two sites
Darktable 5.0 Open-Source RAW Image Editor Officially Released, Here’s What’s New
Darktable 5.0 open-source raw image editor has been released today as a major update introducing new features, improvements, and enhanced camera support.
CachyOS Now Uses AutoFDO Kernel as Default Across All Supported Architectures
Today, the development team behind the Arch Linux-based CachyOS distribution released a new ISO snapshot for December 2024 with various improvements, updated components, a new default kernel, and other changes.
today's leftovers
BSD, SUSE, and more
Programming Leftovers
Development and more
Open Hardware/Modding: Arduino, Raspberry Pi, and More
Hardware links
New in Red Hat's Site and Some Red Hat Fluff
redhat.com and more
today's howtos
Instructionals/Technical articles and posts
Security and Windows TCO
incidents and more
Android Leftovers
Android 16 may promote this Google app to a core app that cannot be uninstalled
openSUSE Unveils YQPkg, a Standalone GUI Package Management Tool
YQPkg is a new Qt-based GUI package management tool for openSUSE
Adélie Linux 1.0 – small, fast, but not quite grown up
Remarkably compact, remarkably cross-platform, remarkably long beta period
When World Collides : the new and improved Pepper&Carrot website
It's been a month and a half of intense work, but I'm thrilled to finally share the results with you
NGINX vs Apache; Web Server Comparison
NGINX and Apache are leading web server solutions utilized for hosting websites and web applications
LibreOffice Themes will replace the color customization
Since the first implementation of a dark color theme we continuously improved the customization of LibreOffice
DeLinuxCo Workstation – Manjaro spin
DeLinuxCo Workstation is a Linux distribution that’s based on Manjaro
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
New LabPlot User Documentation
In recent weeks we have been working on transferring LabPlot’s documentation to a new format
Games: Team Fortress, OFF, and More
8 new articles
This Week in Plasma: end-of-year bug fixing
Lots of KDE folks are winding down for well-deserved end-of-year breaks
A systemd-sysupdate Plugin for GNOME Software
Towards Making GNOME OS' Boot Trusted
LXC/LXCFS/Incus 6.0.3 LTS release
The Linux Containers project maintains Long Term Support (LTS) releases for its core projects
Today in Techrights
Some of the latest articles
Kali Linux 2024.4 Released with Linux Kernel 6.11, GNOME 47, and New Hacking Tools
Offensive Security announced today the release and general availability of Kali Linux 2024.4 as the latest stable ISO snapshot of this Debian-based rolling release distro for ethical hacking and penetration testing.
today's leftovers
GNU/Linux, Free software, and more
today's howtos
3 howtos for now
Games: SteamOS, Godot, and More
3 picks for now
FRAME sockets added to OpenBSD and NetBSD 10.1 available
some BSD news
Red Hat Leftovers
DNF, CentOS, and More
Open Hardware: Raspberry Pi, ESP32, and More
Hardware picks
LibreOffice 24.8.4 Office Suite Is Now Available for Download with 55 Bug Fixes
The Document Foundation announced today the general availability of LibreOffice 24.8.4 as the fourth maintenance update to the latest LibreOffice 24.8 office suite series to address more than 50 bugs.
Mozilla: Hey Hi (AI) Nonsense, Thunderbird Update, Plunder by the Executives, Surveillance, and Financial Interferences
Bad and meh from Mozilla... company gone astray
Applications: Kodi, Virtual Data Room (VDR), Quick Web Apps, GNOME Maps
Some Free software news
WordPress: Holiday Break
I hope to find the time, energy, and money to reopen all of this sometime in the new year
today's howtos
Instructionals/Technical articles
Want to save your old computer? Try these 6 Linux distros
Here's how to save money, reduce e-waste, and extend the life of your old hardware at the same time
Fedora Asahi Remix 41 Released for Apple Silicon Macs with KDE Plasma 6.2
Today, the Fedora and Asahi Linux projects announced the general availability of Fedora Asahi Remix 41 as the latest version of this distribution developed for Apple Silicon Macs.
Calibre 7.23 Brings Cover Preview and Tag Browser Updates
Calibre 7.23 update: Manage book data files, expanded Tag browser, template import/export
today's leftovers
Debian, Canonical, IBM, and more
Hardware: OpenWrt, Raspberry Pi, Armv9, and More
Open Hardware focus
FSF, Fake 'FSF' (FSFE, Sponsored by Microsoft), and Openwashing
Some Free and nonfree picks
Programming Leftovers
Development picks
Windows TCO, Security, and CISA
incidents and more
Games: Godot, FromSoftware, Stalker 2: Heart of Chornobyl, and New Steam Games with Native GNU/Linux Clients
4 new stories
Mobile testing in libadwaita
Lately I’ve been working on touch controls overlays in Highscore
Android Leftovers
Google Keep making users ‘reload’ notes, rounds corners on Android
Xfce 4.20 Desktop Environment Released with Experimental Wayland Support
Two years after the release of Xfce 4.18, Xfce 4.20 is here as another major update to this light and fast desktop environment for GNU/Linux distributions.
Kdenlive 24.12 Added Multiple Subtitle Tracks & Removed Qt5 Support
Kdenlive, the popular Qt-based free open-source video editor
These 6 Linux myths you still believe simply aren't true
Linux is everywhere. It's on the majority of servers, powers the Steam Deck handheld gaming device
Best Free and Open Source Software
We recommend the best free and open source software
Luckfox Reveals First Boards Featuring Rockchip RK3506G2 Triple-Core Processors with Linux Support
Luckfox indicates on their Wiki pages that the Lyra series supports operating systems such as Buildroot and Ubuntu 22.04
Stable kernels: Linux 6.12.6, Linux 6.6.67, Linux 6.1.121, Linux 5.15.175, Linux 5.10.232, and Linux 5.4.288
I'm announcing the release of the 6.12.6 kernel
Fedora Server User Survey: Your Cattle or Your Pets
Your answers will help us focus our efforts to improve Fedora Server and provide better support for your use cases
Today in Techrights
Some of the latest articles