Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

Ubuntu Touch OTA 2.0 Officially Released for Supported Linux Phones and Tablets

Ubuntu Touch OTA 2.0 is the second major update based on the Ubuntu 24.04 LTS (Noble Numbat) operating system series, introducing an updated browser engine for the Morph Browser app based on Chromium 134, which improves compatibility with today’s websites, along with an installer for Widevine for playing DRM-protected content.

LibreOffice 26.2.5 Open-Source Office Suite Released with More Than 20 Bug Fixes

Coming seven weeks after LibreOffice 26.2.4, the LibreOffice 26.2.5 release brings more bug fixes to address various issues, crashes, and other annoyances reported by users, as well as stability improvements contributed by LibreOffice’s global community of developers, QA engineers, and ecosystem companies.

Tails 7.10 Anonymous Linux OS Introduces New Shutdown Procedure

Coming a month after Tails 7.9, which only updated to Tor Browser 15.0.16 and some firmware packages, the Tails 7.10 release is a bigger one, introducing a new shutdown procedure, the one from the GNOME desktop environment, which is slower but better prevents data loss. The previous, faster emergency shutdown can still be used.

Tor Project blog

New Release: Tails 7.10

The standard shutdown procedure is a bit slower, but better prevents data loss.

New Alpha Release: Tor Browser 16.0a9

This version includes important security updates to Firefox.

LinuxGizmos.com

RealSense D585 Pro combines stereo vision, dual IR projectors, and edge processing

The RealSense D585 Pro is a stereo depth camera built around the company’s new Gen 5 vision processor. It combines a 120 × 100-degree field of view, global-shutter sensors, dual infrared projectors, an integrated IMU, and on-device processing for robotics and industrial-vision systems.

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

Mourning Dan Williams
I have just received the shocking news that Dan Williams, a longtime, high-profile kernel developer
Free Software Makes Complex Setups Affordable and Feasible [original]
frugality is nothing to be a shame of, it is generally working to one's advantage
LibreOffice 26.2.5 Open-Source Office Suite Released with More Than 20 Bug Fixes
LibreOffice 26.2.5 is now available for download as the fifth point release to the LibreOffice 26.2 office suite series with 21 bug fixes.
Mike Masnick Was Right About Lady Streisand [original]
Lady Streisand shows this approach can backfire
Ubuntu Changes, Canonical Upselling
Canonical and Ubuntu leftovers
 
Rain at Last! [original]
On the positive side, reservoirs can fill up again, maybe by the end of this year or next year
Free, Libre, and Open Source Software Leftovers
FOSS and sharing
GNU/Linux Leftovers
3 more links
Open Hardware/Modding: Home Assistant, Raspberry Pi, and More
hardware leftovers
Canonical/Ubuntu Leftovers
good, bad, and shallow
Ubuntu 26.04 File Manager, This Week in GNOME, GUADEC, and More
GNOME and GTK
The Fedora 45 Sausage Factory, Fedora Turns to Slop, Red Hat Selling Microsoft and Slop
disappointing stuff
OpenSUSE Planet News Roundup and Tumbleweed's Review of the Week
OpenSUSE news
Games: New Steam Games with Native GNU/Linux Builds, Nouveau Revisited, and Diablo IV
3 stories
today's howtos
Instructionals/Technical picks
Applications: OpenShot, proctmux, and Midscroll
Applications related picks
Linux Plumbers Conference 2026 registration open and graphics news
Linux and graphics
Recent Audiocasts/Shows/Videos About GNU/Linux and Software Freedom
mostly Invidious
Security Leftovers
Security related picks
Programming Leftovers
Development stories
Openwashing: OpenUK Wants GAFAM Front Groups, Microsoft OSI Speaks Out, and Slop (Plagiarism by LLMs) Promoted Under the False Banner of "Open Source"
4 new examples of corporate twists
Wine 11.14
The Wine development release 11.14 is now available
Games: Project Zomboid, Weather the Swarm, Denuvo Anti-Tamper DRM, and More
games leftovers
We Really Need Rain [original]
it's bad for flora and fauna
Android Leftovers
I used my Android phone without a home screen for a week, and I loved it
Proprietary Entrapment (Microsoft GitHub) Versus FreeBSD
bad news
MagicX Mini Dream: new OLED handheld with Android and Linux variants coming soon
MagicX has revealed details of its next handheld which is expected to be released this year
3 Linux distros that run on 2.8GB of RAM when even the 'lightweight' ones choke
I've usually trusted the word "lightweight" on a Linux distro's homepage
As Ubuntu embraces AI, Debian discusses banning all AI-generated code
The rapid development of LLM coding tools has forced the open-source community to ask itself the question...
Your first Linux distro shouldn't be a beginner distro—here's what to pick instead
Any time you look into switching to Linux
Free and Open Source Software
This is free and open source software
This Week in Plasma: Auto-Lock and Unlock for Remote Desktop Sessions
This week saw a bunch of work on some core infrastructure components, like the RDP server, login greeter, and screen configuration tooling
Murena Workspace - Excellent idea, some rough edges
Now that I have /e/OS installed on the Fairphone, and now that I'm using this de-Googled Android
Stable kernels: Linux 7.1.5, Linux 6.18.40, Linux 6.12.97, Linux 6.6.145, Linux 6.1.178, Linux 5.15.212, and Linux 5.10.261
I'm announcing the release of the 7.1.5 kernel
Guatemala: New Highs for GNU/Linux, 5% in Summer of 2026 [original]
Guatemala is gradually adopting GNU/Linux, at a steady pace
Today in Techrights
Some of the latest articles
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Linux Kernel Space Leftovers
Linux and more
Linux Pays for Bloat
CVEs galore
Linux Devices and Open Hardware
hardware centric picks
today's howtos
Instructionals/Technical picks
Free, Libre, and Open Source Software Leftovers
FOSS leftovers
Web Browsers/Web Servers/Feed Readers News and Videos
mostly Mozilla
Software Freedom / Digital Sovereignty
"Digital Independence" drives
Programming Leftovers
Development related picks
Security Leftovers
Security related picks or news
Red Hat and Fedora Leftovers
mostly Red Hat blog
CIQ and AlmaLinux: RHEL Clones and Security Sales Pitch
pair of items
Fedora 44 templates available for Qubes OS 4.3, Qubes OS Summit 2026
Some Qubes news
XFS Weakness Impacts RHEL and Related Distros
Dubbed RefluXFS by the Qualys
Red Hat on Slop and Servers
mostly from redhat.com
Games: Space Battles, Proton, Steam Machine with SteamOS Linux, and More
mostly GamingOnLinux
Ubuntu Touch OTA 2.0 Officially Released for Supported Linux Phones and Tablets
Ubuntu Touch OTA 2.0 rolls out with support for Nothing Phone (1) and Zinwa Q25, the ability to adapt for device notches and rounded corners, improved web compatibility, and more.
8 Years Without Flying [original]
It used to be an annual thing
Linuxiac is Dead. It's a Slopfarm Composed With LLMs. [original]
We won't link to it, we're done [...] If you wish to support journalism about GNU/Linux, do not visit or link to slop
Slop Versus Free Software and Linux
4 picks
All About Proton
Linux gaming has come a long way
The smallest desktop OS you’ve never heard of
KolibriOS is an open-source project that brings you an entire operating system in just over a megabyte
Sega Dreamcast and Linux Gaming
The funny thing about following Linux development is that you learn the kernel is compatible with more hardware than you originally thought
My Linux laptop runs better now that I treat it like a server
My Linux machines are either running Proxmox or they're running CachyOS with bleeding-edge desktop software and the latest in hardware
COSMIC 1.4 Desktop Environment Introduces New Default Sound Theme
COSMIC 1.4 desktop environment is now available with improvements to COSMIC Settings, COSMIC Panel, COSMIC Monitor, COSMIC Launcher, COSMIC Files, COSMIC Applets, COSMIC Workspaces, and more.
Immutable Linux distros are not the only way to build a system you can't break
Immutable Linux distros absolutely deserve all of the attention they get
Fedora quietly turned into a serious gaming distro while everyone argued about Ubuntu
If you had gathered a congregation of Linux gamers into a single room and asked them which distro they use
I switched from Zorin to elementary OS for a Mac-like PC experience I never expected
When it comes to finding the perfect Linux distro
Stop believing these myths about Qubes OS. It's much easier than you think
If you've heard of Qubes, you've probably heard about its steep hardware requirements or difficulty of use
5 signs you're using the wrong Linux distro
Linux isn't really just one operating system. It's the bones of an operating system
This single KDE Plasma feature solves Linux's biggest multi-monitor frustration
Instead of treating every display as one large workspace, Plasma now lets each monitor switch independently
Melanoides Tuberculatus [original]
it has been extremely satisfying (and very easy) to deal with these creatures
I'm not upgrading to Windows 11, but I'm not tolerating Linux either
I love the excitement of a new operating system, but I'm not upgrading my old laptop to Windows 11
Quiting the Addictive Fake 'Social' 'Media' [original]
Life is too short to be stuck inside a skinnerbox
Share Food and Water [original]
Sharing is caring
Another Week Comes to an End [original]
It's Friday already!
Getting Back to 99.99% Reliability/Availability [original]
We'll soon need to apply some kernel patches, then reboot
Android Leftovers
Your Android phone is downgrading your Bluetooth headphones, and one developer setting fixes it
GNU/Linux Measured at 5.3% in Costa Rica [original]
3 weeks later we see it approaching 6% [...] Almost none can escape the allure of the only potent rival to Vista 11
Free and Open Source Software
This is free and open source software
Four Birds [original]
there's a mental and physical health benefit
Today in Techrights
Some of the latest articles
Dual-booting Linux is no longer worth the headache—there's a better way
For a very long time, if you wanted to try Linux on a semi-permanent basis
Mozilla Thunderbird 153 Is Out with Various New Features and Many Fixes
Mozilla Thunderbird 153 open-source email client is now available for download with new features, improvements, and numerous bug fixes. Here’s what’s new!
Free and Open Source Software
This is free and open source software
Planet KDE: Legal obligations vs social contracts
My post about responsibility for bug reports on old software versions the other day stirred up quite some discussion
Free, Libre, and Open Source Software Leftovers
Education, The Document Foundation (TDF), and more
GNU/Linux and BSD Leftovers
mostly GNU/Linux
Emulation: LWN Looks at Kitty and PlayStation 3 Emulator Improves GNU/Linux Support
a pair of stories
I've used Linux for 30 years, and this free security suite does it all - almost perfectly
Linux may be the most secure OS available
Kiwi TCMS 16.2, Broken Links, and WordPress 7.1 Beta 3
Content Management Systems (CMS) picks
Red Hat Leftovers and IBM's Demise
redhat.com and more
Open Hardware/Modding; Raspberry Pi, Arduino, and More
devices and more
Web, HTML, Thunderbird, and Firefox
WWW related picks
Programming Leftovers
Development picks
CVE-2026-8933: Canonical's Snaps System Has Problems
some news links
Security Leftovers
Security picks
KDE Eco and Kaidan 0.16.0
KDE news
Applications for GNU/Linux: VPN. IPAM, Sniffnet, and More
software leftovers
today's howtos
Instructionals/Technical posts
Peter Hutterer on Latest libei Work
Peter Hutterer's latest blog posts
Linux Kernel and Graphics Work
Linux bugs and more
OBS Studio 32.2 Released with New Filter to Compose SDR into HDR
OBS Studio 32.2 open-source video recording and live streaming software is now available for download with a new filter to compose SDR into HDR, dynamic bitrate support for multitrack video, and more.
When and how did the world's dental clinics start to offer Botox? [original]
If this is real or not, as I am not sure (hard to believe), it needs to be scrutinised
LWN on Kernel
4 new article outside paywall
Games: 60 FPS NES Emulator On ESP32, IVOR, Proton-CachyOS, and More
mostly GamingOnLinux
LibreOffice 26.8 RC1 is available for testing
LibreOffice 26.8 will be released as final at the end of August, 2026
Free and Open Source Software, and Benchmark
I’ll put the Beelink mini PC through its paces from a Linux perspective
Plex's Open Source Alternative Jellyfin is Having a Leadership Crisis
The departures come just months after the project flagged burnout as a growing risk
Tails 7.10 Anonymous Linux OS Introduces New Shutdown Procedure
Tails 7.10 anonymous Linux distribution is now available for download with the Celluloid media player, a new shutdown procedure, and other changes.
Android Leftovers
Samsung & Google’s first Android XR glasses have 9-hour battery life
Only one new Galaxy foldable supports Linux Terminal, and not everywhere
Linux Terminal support means you can run full-blown Linux apps like GIMP, LibreOffice, and Firefox on your phone
100+ Shells [original]
Shells are an interesting companion which does not require much maintenance
VirtualBox 7.2.14 Released with Initial Support for Linux Kernel 7.2
VirtualBox 7.2.14 open-source virtualization software is now available for download with initial support for Linux kernel 7.2, better support for updated RHEL 9.8 and 9.9 kernels, and more.
Free and Open Source Software, howtos and Installations
This is free and open source software
IPFire 2.29 Core Update 203 Firewall Distro Replaces Unbound with Knot Resolver
IPFire 2.29 Core Update 203 hardened Linux firewall distro is now available for download with Knot Resolver, 6 GHz Wi-Fi band support, and other changes.
Fairphone 6 with /e/OS 4.0 - Results, results, results
The options are many. GrapheneOS, LineageOS, /e/OS, and then some
Raspberry Pi and Raspberry Pi OS
This arrangement allows the controller to detect an unresponsive Raspberry Pi and initiate a recovery without relying on software running under Raspberry Pi OS
New to Linux? This 10-day checklist will help you settle in nice and easy
I wish I had followed this 10-day plan when I started using Linux 30 years ago
Today in Techrights
Some of the latest articles