Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

GNOME 46.1 Desktop Environment Released with Explicit Sync Support

GNOME 46.1 is here a month after the release of GNOME 46 implementing explicit GPU synchronization support for users of NVIDIA hardware on Wayland to provide them with a performance boost and solve various graphic glitches. This was implemented in the Mutter window and composite manager.

Ubuntu Buzz !

Ubuntu 24.04 LTS Noble Numbat Released with Download Links, Official Flavors and Torrents

LinuxGizmos.com

LILYGO New T-Panel S3 Lite with 4” LCD and Wireless Connectivity

The T-Panel Lite by LILYGO is a compact ESP32S3-based development board designed for makers and hobbyists who are interested in creating IoT projects with a visual display component. This user-friendly tool provides a rich set of features packed into a small form factor with Arduino and MicroPython support.

Holybro Integrates Pixhawk and NVIDIA Jetson into Advanced Flight Controller Baseboard

Holybro recently introduced the Pixhawk Jetson Baseboard, designed for autonomous vehicle systems. This compact baseboard seamlessly integrates the capabilities of both Pixhawk and NVIDIA Jetson platforms, making it ideal for developers and researchers focused on advanced robotics and unmanned vehicles.

M5Stack CoreMP135: A Versatile Linux Industrial Control Host with Advanced Connectivity

M5Stack has launched the CoreMP135, an industrial control host equipped with the STM32MP135 processor. This device is engineered for a diverse range of uses, including industrial automation, smart home systems, IoT edge gateways, multimedia devices, and robot motion control, delivering robust performance and multifunctional capabilities.

Olimex ESP32-POE2: A Versatile Open Source Hardware PoE IoT Board

Introducing the ESP32-POE2 by Olimex, an evolution of the ESP32-POE board, designed to meet the demands of IoT applications. This iteration boasts enhanced power delivery capabilities, with the ability to provide up to 25W of power to external circuits via Power over Ethernet connections.

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

Ubuntu 24.04 Official Flavors Are Now Available for Download, Here’s What’s New
As part of today’s release of Ubuntu 24.04 LTS (Noble Numbat), all the official Ubuntu flavors have been updated to the same version and, in this article, you can learn about their new features and improvements.
New Updates in PCLinuxOS
Some PCLinuxOS patches of interest
Linux Foundation and Openwashing in Proprietary GitHub
The GitHub openwash continues
Today in Techrights
Some of the latest articles
 
Best Linux distro of 2024
By Mayank Sharma
Android Leftovers
Google Play Store can now simultaneously download multiple Android apps
Navidrome 0.52 Music Server Rolls Out with Key Updates
Navidrome 0.52 self-hosted music server and streamer released with improved Subsonic support, enhancements in Jukebox mode, and more
Mini review – Distraction-free writing with ghostwriter for Linux
So with this article about the ghostwriter app, I am continuing my Mini Review series. ghostwriter is a simple but powerful distraction-free writing app for Linux
Synaptics Astra platform takes SL1620, SL1640, or SL1680 Arm CPU module for Edge AI applications
The devkit will support open Yocto Linux distribution and Synaptics AI toolkit for quick AI integration
today's howtos
only 3 for now (slow day)
Open Hardware and Mobile Systems
miniature computing mostly
Free, Libre, and Open Source Software Leftovers
FOSS and SaaS
Programming Leftovers
coding related links
today's leftovers
focus on GNU/Linux
New Releases: Stable Clonezilla and KANOTIX
Two new distro releases
Games: Proton 9.0, SteamVR Beta, and More
Gaming related links
today's howtos
some of them days old
10 Things to Do After Installing Ubuntu 24.04 LTS
Here's the much awaited list of things to do after installing Ubuntu 24.04 LTS.
Free and Open Source Software
This is free and open source software
Collections of Different Linux Distributions
Because Linux is an open source operating system, combinations of software vary between Linux distros
Stable kernels: Linux 6.8.8, Linux 6.6.29, Linux 6.1.88, and Linux 5.15.157
I'm announcing the release of the 6.8.8 kernel
Videos/Shows: The Linux Link Tech Show and Latest in Invidious
mostly videos
today's leftovers
about half a dozen misc. stories
Chrome, Android, and Samsung
mostly Android stuff
Programming Leftovers
a few leftovers about coding
Mozilla Leftovers
3 stories
Red Hat Leftovers
only 3 for the time being
today's howtos
3 howtos
Security Leftovers
Security picks
Open Hardware: Arduino, Raspberry Pi, and Adafruit
4 stories about hardware
45 Drives adds Linux-powered mini PCs, workstations to growing compute lineup
Plus the system builder says an Arm-based system is already in the works
AlmaLinux engineer opens path for migration away from CentOS 6
The ELevate project at AlmaLinux, one of the main distributions that aim to provide a replacement for CentOS, has been expanded
Free, Libre, and Open Source Software, GNU. BSD, and More
FOSS leftovers
Programming Leftovers
8 stories including Python and shell
This Week in GNOME: #145 Quality Over Quantity
Update on what happened across the GNOME project in the week from April 19 to April 26
Security Leftovers
Security links (3 in total)
Open Hardware and Devices
hardware picks
Red Hat Leftovers
corporate stuff from Red Hat
Software: vlock, BCC, Hotspot, and CloudNativePG
4 bits of FOSS
today's howtos
many howtos in this first daily batch
How to Fix: Google Chrome on Linux with No Window (124)
A new Google Chrome bug appears which prevents Chrome to display its window. Here’s how to fix.
Android Leftovers
Gmail app on Android can soon summarize your emails
KDE Accessibility, Sustainability and Automation Sprint
Last week I attended KDE’s joint sprint on accessibility, sustainability and automation hosted at MBition in Berlin
Windows TCO Leftovers
Windows TCO stories
A BSD person tries Alpine GNU/Linux
Well recently I’ve started tinkering with Alpine Linux!
Work on NVK Driver
a pair of new postss from gamingonlinux
Games: Tetris, Reviews, Steam, and More
7 picks regarding games
12 Best Free and Open Source Linux Renderers
One of the many strengths of Linux is its good range of open source software for artists, photographers, animators, and designers
Ubuntu Linux-based Voyager 24.04 LTS unites GNOME and Xfce
The latest release in the world of Linux, Voyager 24.04 LTS, introduces a novel approach by combining two popular desktop environments, GNOME and Xfce, into a single distribution
howtos and Installations
Ubuntu 24.04 LTS brings a raft of improvements including the 6.8 Linux kernel
Four Different Linux Distributions
A distro provides the user with a desktop environment, preloaded applications, and ways to update and maintain the system
This week in KDE: megabytes and gigabytes for all
On System Settings’ Region & Language page, you can now choose how you’d like storage sizes to be displayed
Things To Do After Installing Fedora 40
Fedora releases a new version approximately every 6 months
Still On CentOS 6? ELevate Can Now Lift and Shift You to a Modern RHEL Clone
If you’re still running CentOS 6, you know for a fact that you need to get to another operating system pronto
Some of the latest articles
Some of the latest articles
Today in Techrights
Some of the latest articles
How Linux’s insanely customizable desktop works
If you’re using a Linux desktop, the graphical user interface isn’t an integral part of the system, it’s additional software that’s loaded as required. The desktop and everything that goes with it is an independent add-on and consists of several components. This article lists those components and their tasks and provides tips on how to put this knowledge into practice.
Bazzite 3.0: updated gaming Linux OS polishes support for Steam Deck OLED, Legion GO, Asus ROG Ally among other handhelds
Bazzite Linux 3.0 has officially launched, bringing with it Gnome 46, KDE Plasma 6, as well as improved HDR gaming on the Steam Deck OLED and more features for more handhelds, including the Lenovo Legion Go, Asus ROG Ally, and two Ayn handhelds.
What Linux Shows About AMD
Some scoop of sorts
Arduino and Hardware
Arduino mostly
Debian Leftovers
3 articles from DDs
Programming Leftovers
Programming and Mozilla bits
Games: Tokyo Game Show, New Steam Games with Native GNU/Linux Clients, Garry's Mod
gaming news
IBM Buzzwords and GNOME Losses
Some Red Hat related links
Software: Zellij, Nextcloud, and pgmoneta 0.11
FOSS overviews and releases
today's howtos
only 4 howtos for now
Security Leftovers
Security related links
GNOME 46.1 Desktop Environment Released with Explicit Sync Support
The GNOME Project released today GNOME 46.1 as the first point release to the latest GNOME 46 “Kathmandu” desktop environment series bringing various improvements and bug fixes.
Android Leftovers
Google Preps Fix for Bug That Exposes Gmail, Drive Accounts on Android TVs
Slimbook Fedora 2 Laptops Launch with Fedora Linux 40 Workstation
Linux hardware vendor Slimbook and the Fedora Project announced today the launch of the Slimbook Fedora 2 laptops as the first portable computers to ship with the latest Fedora Linux 40 release pre-installed.
QV version 240425 pre-alpha released (and more)
distro from the Puppy Linux man
Free, Libre, and Open Source Software and More
today's leftovers, mostly FOSS
Programming Leftovers
Programming links and more
Open Hardware and Mobile-Centric Picks
Some gadgets and such
FreeBSD and BSDNow
Some BSD picks
Corporate Open Source is Dead
IBM is buying HashiCorp for $6.4 billion
Proxmox VE 8.2 Launches with Enhanced Migration Tools
Proxmox Virtual Environment 8.2 launches featuring QEMU 8.1.5, LXC 6.0.0, ZFS 2.2.3, Ceph updates, and more
Red Hat: Insights, OpenShift, and Extended Life Cycle Support (ELS)
Latest from redhat.com
today's howtos
another chunk of howtos for today
Audacity 3.5 Released with Cloud Saving, Beat Detection, Pitch Shifting, and More
Audacity 3.5 open-source digital audio editor and recording application software has been released today as a major update adding several new features and various improvements.
Firefly AIBOX-1684X compact AI Box delivers 32 TOPS for large language models, image generation, video analytics, and more
Firefly AIBOX-1684X is a compact AI Box based on SOPHON BM1684X octa-core Arm Cortex-53 processor with a 32 TOPS AI accelerator suitable for large language models (LLM)
Best Free and Open Source Softwares
Only free and open source software is eligible for inclusion here
Collections of Different Linux Distributions
Because Linux is an open source operating system, combinations of software vary between Linux distros
Revive that Old Computer with antiX Linux
antiX is a Debian-based Linux distribution that is suited to revive old computers
Jack Wallen's howtos:
Here are the steps for every operating system, and how to avoid address conflicts
Andreas Tille Is the New Debian Project Leader
After democratically held elections, Jonathan Carter stepped down as the Debian project leader, passing the role to Andreas Tille
today's howtos
many howtos for this morning
Kubernetes v1.30: Uwubernetes
new release
Games: Humble Bundle, SteamOS 3.5.19, Fallout 4 'Next Gen', Songs of Syx, and More
half a dozen stories from gamingonlinux
Windows TCO Leftovers
Windows in 'action'
Security Leftovers and Windows TCO
Windows TCO but not attributed
GNU and Linux Leftovers
mostly kernel
Programming Leftovers and More
also psql and Mozilla
Open Hardware/Modding: MCUs, Raspberry Pi, and Orange Pi
Some devices with Linux leanings
Software: syslog-ng, Bat, and Chezmoi
4 more links about tools
today's howtos
some remaining howtos
TrueNAS SCALE 24.04 Rolls Out with Enhanced SMB and NFS Monitoring
TrueNAS SCALE 24.04 (Dragonfish) open storage introduces auditing, sandboxing for devs, and enhanced SMB performance
Elektrobit Unveils EB corbos Linux To Augment Advanced Automotive Functions
The open-source framework enhances transparency, flexibility, and security, and significantly reduces time to market by up to 50% through accelerated development cycles, offering substantial cost savings.