Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

You Can Now Install Linux Kernel 6.9 on Ubuntu 24.04 LTS, Here’s How

Linux kernel 6.9 was released on May 12th, 2024, with Rust support for AArch64 (ARM64) architectures, support for the Intel FRED (Flexible Return and Event Delivery) mechanism for improved low-level event delivery, support for AMD SNP (Secure Nested Paging) guests, as well as numerous other new and updated drivers for better hardware support.

PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support

PipeWire 1.2 promises major new features like explicit GPU synchronization support, Snap support for Ubuntu and other distributions that use Canonical’s sandboxed app packaging format, support for asynchronous processing, and support for mandatory metadata when negotiation buffer parameters.

Ubuntu Buzz !

How To Create a Wifi Hotspot on Ubuntu 24.04

This tutorial will help you create a wifi hotspot on your Ubuntu 24.04 "Noble Numbat" laptop. This requires that your laptop's wifi device is known to be able to create hotspot (also known as Access Point or AP) and a cable internet access source. This way, you can share your cable internet access via a hotspot that everyone else's device nearby can connect to. It is very easy to do as the following. Now let's try it out!

Tor Project blog

New Alpha Release: Tor Browser 13.5a8

This version includes important security updates to Firefox.

LinuxGizmos.com

M5Stack Launches Low-Cost 433MHz & 868MHz LoRa Modules

M5Stack has launched two new LoRa Modules in 433MHz and 868MHz versions, designed to enhance long-range wireless communication for IoT applications. Using the Semtech’s SX127x chip, these modules excel in remote control, smart city infrastructure, and industrial automation where standard networks fall short..

QCS6490 Vision-AI Development Kit: Featuring 13 TOPs NPU and 8-Core Kryo 670 CPU

Avnet has introduced the QCS6490 Vision-AI Development Kit, a sophisticated solution designed for vision-based AI applications. This kit includes an energy-efficient, multi-camera SMARC 2.1.1 compute module powered by the Qualcomm QCS6490 SoC.

EPIC Mainboard with PCIe x4 Slot and Dual 2.5 GbE Ports

The NANO-EHL by ICP Germany is an EPIC single board computer designed for robust performance and flexibility in industrial applications. Equipped with the Intel Celeron J6412 processor, this board targets automation, control systems, panel PCs, vending machines, and other embedded systems.

AAEON Nezha: Intel N97 X86 Developer Kit with LPDDR5 Support

The Nezha Developer Kit by AAEON is designed for retail, industrial, and healthcare applications. It supports high-performance AI inferencing, making it suitable for autonomous robots, retail kiosks, medical devices, and industrial computers. With extensive I/O features, it caters to professionals and IoT developers.

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

NetBSD’s New Policy: No Place for AI-Created Code
NetBSD bans AI-generated code to preserve clear copyright and meet licensing goals
Wine 9.9 Introduces Wow64 Mode and Enhanced ARM Support
New in Wine 9.9: Wow64 ODBC mode, better ARM CPU detection, and removed obsolete features
GNOME 47 Will Be Released on September 18
Discover the full release schedule for the GNOME 47 desktop environment
Tux Machines Party at the "Lazy Panda" [original]
23 days from now
Winamp Media Player Goes Open Source
Winamp, a popular media player created in 1997, is set to go open source in September 2024, following Llama Group's reorganization due to financial difficulties.
Explore the Growing Role of Linux in Quantum Computing
how GNU/Linux and quantum computing intersect
Manjaro Linux 24.0 “Wynsdey” Officially Released with Linux Kernel 6.9
Arch Linux-based Manjaro Linux 24.0 distribution has been officially released today as a major update introducing some of the latest GNU/Linux technologies and Open Source software.
Modern Slavery, Microsoft Abuses, and Linux Foundation (Openwashing PR Firm)
4 more stories
today's howtos
first batch for the day
Try these Linux bash aliases for more efficient use of the command line
A bash alias is a shortcut to a complicated command
Welcome to Panamá, Where GNU/Linux is Now Measured at 10% [original]
Based on statCounter
Linux Kernel 6.9 Officially Released, This Is What’s New
Linus Torvalds announced today the release and general availability of Linux kernel 6.9, the latest stable version of the Linux kernel that introduces several new features and improved hardware support.
 
Security Leftovers
Security related news with focus on FOSS
Programming Leftovers
Programming related links
EasyOS Updates
a pair of updates on this distro's development
Open Hardware: Arduino, Raspberry Pi, and More
hardware news picks
today's leftovers
5 leftovers for today
Goodbye Firefox and These Weeks in Firefox
Some Firefox news/views
Red Hat, Fedora, and CentOS
Some IBM related things
today's howtos
3 howtos only
OpenSUSE: Announcing Agama 8 and Review of openSUSE Tumbleweed Progress
a couple of openSUSE updates
today's howtos
many howtos, afternoon
You Can Now Install Linux Kernel 6.9 on Ubuntu 24.04 LTS, Here’s How
You can now install the latest and greatest Linux 6.9 kernel series on your Ubuntu 24.04 LTS distribution. Here’s how to do it!
Games: Anticheat, Proton Experimental, CoolerControl, and More
7 articles from gamingonlinux
5 Tiny Tweaks That Help Me a Great Deal with Ubuntu 24.04 on My Laptop
Some simple tweaks and setting changes I use while running Ubuntu on laptops
Windows TCO Leftovers
Windows causing problems
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
EuroLinux – enterprise-class Linux distribution
EuroLinux is an operating system developed from the Red Hat Enterprise Linux source code
MarkNote 1.2
The MarkNote team is happy to announce the 1.2 release of MarkNote
TPM in Ubuntu 24.10 and Linux Kernel 6.9 on Ubuntu 24.04 LTS
Ubuntu news
This week in KDE: all about those apps
A few weeks ago, some of us discovered that KDE apps just looked terrible when run in GNOME
Red Hat and IBM Leftovers
CiQ and hype from Red Hat
Getting Started With Linux: Your Gateway to the Open-Source Realm
Because ever since people started using the internet, there have always been concerns about one’s privacy and digital security
today's leftovers
only 4 more for the time being
Programming Leftovers
lots of R
Security Leftovers
Security stories, 5 more
Free, Libre, and Open Source Software Leftovers
FOSS news
Open Hardware: Pi, Zigbee, and More
some hardware picks
Security Leftovers
Security picks
Today in Techrights
Some of the latest articles
Security Leftovers
Security stories (x4)
Fedora 38 End of Life On May 21, 2024: Upgrade Now!
Important! Fedora 38 End of Life Approaches (May 21st). Upgrade to Latest Fedora Release Right Away
Security Patches and Linux FUD (Blaming Everything on "Linux" Again)
typical Microsoft et al
The Truth is About to Prevail [original]
Everything publish will stay intact and no one can take it down from Tux Machines and from Techrights
[Meme] UEFI 'Secure' Boot's Concept of Security [original]
locked door?
In Denmark, Like in Most of the World, Vista 11 Market Share is Collapsing and More People Install GNU/Linux on New PCs (That's Why Microsoft is Trying to Boot-lock PCs With UEFI) [original]
notice how Vista 11's share goes down, not up, over time
GNOME maintainers: here’s how to keep your issue tracker in good shape
One of the goals of the new GNOME project handbook is to provide effective guidelines for contributors
Stable kernels: Linux 6.9.1, Linux 6.8.10, Linux 6.6.31, Linux 6.1.91, Linux 5.15.159, Linux 5.10.217, Linux 5.4.276 and Linux 4.19.314
I'm announcing the release of the 6.9.1 kernel
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.
The New Thunderbird Website Has Hatched
We wanted a website where you could quickly find the information you need
Red Hat Leftovers
redhat.com articles and articles cited today by redhat.com
Programming Leftovers
Programming-related news and views
Applications: Penetration Testing, Tor Browser, Ungoogled Chromium, Neovim, and More
Some software news and releases
FOSS Leftovers
half a dozen more
today's leftovers
half a dozen more stories
Microsoft Layoffs, Closures, and Anger
The harms of Microsoft
Security and Windows TCO Leftovers
incidents and more
Years After Microsoft Uses 'Linux' Foundation for Greenwashing PR Campaign...
it turns out to be a lie
Android Leftovers
How to Use ‘Circle to Search’ on an Android Phone
Neovim 0.10 Text Editor: What’s New and What’s Changed
Neovim 0.10 terminal text editor brings a fresh default color scheme
7-Zip 24.05 Expands Archive Compatibility
7-Zip 24.05 file archiver introduces speed optimizations for decompression
Implementing DRM format modifiers in NVK
Progress on NVK
Games: Athenian Rhapsody, Towerful Defense: Prologue, Ultimate Chicken Horse, Read Only Memories: NEURODIVER
8 stories from gamingonlinux
today's howtos
quite a few howtos in this first batch of today
Open Hardware: HackBat, TSMC, Arduino, Raspberry Pi, and More
5 hardware stories
Tails 6.3 Rolls Out with Updated Tor Browser
Tails 6.3 security-focused Linux distro released with Romanian & Malayalam translations and an updated Tor Browser to 13.0.15
GNOME OS Migrates to Systemd-Sysupdate
GNOME OS's transition to systemd-sysupdate promises secure and swift updates for a safer, more consistent OS
Best Free and Open Source Software
Only free and open source software is eligible for inclusion here
Collections of Different Linux Distributions
They can have different philosophies
Endless OS 6 Is Here Based on Debian GNU/Linux 12 “Bookworm”
The Endless OS Foundation announced today the release and general availability of Endless OS 6 as the latest version of this Debian-based and app-centric operating system for everyday use.
GNU/Linux in Montenegro Up to 7% Market Share in Desktops/Laptops, Based on statCounter [original]
Can Montenegro sustain this growth?
Today in Techrights
Some of the latest articles
Did IBM make a $6.4 billion blunder by buying HashiCorp?
Terraform maker's programs are ideal fit for Big Blue, but why splash out when the software's free and open?
[Meme] When You Are Thick-Skinned They Attack Your Family (Wrongly Assumed Thin-Skinned) [original]
If you're going to attack innocent women, do not be shocked when it doesn't end up in your favour
GNU/Linux and ChromeOS Grew Almost Twenty-fold in Maldives [original]
the locals are quite keen on GNU/Linux
[Meme] No Greater Sin [original]
What crime did you commit?
today's leftovers
Tor, devices, and more
BSD Leftovers
3 BSD stories
Programming Leftovers
a lot of R today
Security Leftovers
Security links
today's howtos
5 howtos for today
Audiocasts/Shows: Bruce Perens, FLOSS Weekly, and Elektrobit’s EB corbos Linux
3 more episodes or videos
Graphics, Linux and pid0 Trojan
xwayland 24.1.0, mesa 24.1.0-rc4, systemd, and more
GNOME Desktop: Christian Hergert Discusses Ptyxis on Flathub, Matt Campbell on AccessKit and More, Fedora Might Demote GNOME
Some GNOME news
Mozilla Foundation Welcomes Nabiha Syed as Executive Director
New person after Baker stepped down
CSI Linux: Linux Distribution for Cyber and OSINT Investigation
CSI Linux operating system, specially designed for the needs of cybersecurity and cyber investigations
Games: SteamOS 3.6 Preview, Humble Bundle, and More
latest 5 articles from gamingonlinux
GNU/Linux Grew Tenfold in Bosnia And Herzegovina [original]
this year it is around 5%
Android Leftovers
Google will fix a major annoyance of Android's Photo Picker later this year
Raspberry Pi News
Raspberry Pi - a handful of links
today's leftovers
GNU/Linux and openwash focus
Security Leftovers
patches, incidents, and more
today's howotos
many howtos for today
PipeWire 1.2 Release Candidate Adds Explicit Sync and Snap Support
The Release Candidate (RC) development version of the upcoming PipeWire 1.2 server for handling audio, video streams, and hardware on Linux is now available for public testing.
Oracle Linux 9.4 Released, Here’s What’s New
Oracle Linux 9.4 offers the latest programming tools and strict security measures to ensure enterprise stability
Self-Promotional Red Hat Pieces and Purchased 'Articles'
redhat.com and paid-for puff pieces from Red Hat
Best Free and Open Source Software
Many of the systems also provide continuous delivery (CD). We only feature free and open source software
Collections of Different Linux Distributions
AV Linux is now combined with the powerful versatility of MX Linux
Discover the Future of Technology at Mini UbuCon Malaysia 2024
Linux stands as one of the most reliable and versatile general-purpose operating systems available today
Computer Weekly and TechTarget Paid for Puff Pieces Barrage of Red Hat/IBM
shallow PR nonsense
New Automotive Grade Linux Platform Release Adds Cloud-Native Functionality, RISC-V Architecture and Flutter-Based Applications
UCB 17.0 or “Quirky Quillback.”
Mozilla Firefox 126 Is Now Available for Download, Here’s What’s New
The Mozilla Firefox 126 open-source web browser is now available for download ahead of its planned May 14th official launch, so it’s time to take a closer look at the new features and improvements implemented in this version.
Deepin Linux V23 RC: A Windows 11 alternative from China
this is not the final release
Red Hat and IBM Leftovers
SJVN and more
Switching Between Intel and Nvidia Graphics Cards on Ubuntu
It is more common these days to have a hybrid setup of two graphics cards on laptops
Neofetch Development Ends as GitHub Project Archived
It seems that the popular command-line system info tool Neofetch is dead, Jim
Kernel (Linux) Picks
Some kernel level news
The Register on Raspberry Pi Going Public and Hugging Hype/Buzzwords
Cambridge-based business could be valued at up to £500m and is boost for UK after some companies switched listings
Russia's Divestments
Yandex Browser measured at 23% this month
Security Leftovers
half a dozen links
Ubuntu distributor tries reverse domain name hijacking Lubuntu domain
Panelist rules the domain name was registered in good faith
GNU/Linux in Belarus: From 0.5% to 3% [original]
things change when there is conflict
Today in Techrights
Some of the latest articles