Feed aggregator
next-20251024: linux-next
LazyLinux 6.17.4
Quarkos 24.04-r4
Date bug affects Ubuntu 25.10 automatic updates
The Ubuntu Project has announced that a bug in the Rust-based uutils version of the date command shipped with Ubuntu 25.10 broke automatic updates:
Some Ubuntu 25.10 systems have been unable to automatically check for available software updates. Affected machines include cloud deployments, container images, Ubuntu Desktop and Ubuntu Server installs.
The announcement includes remediation instructions for those affected by the bug. Systems with the rust-coreutils package version 0.2.2-0ubuntu2 or earlier have the bug, it is fixed in 0.2.2-0ubuntu2.1 or later. It does not impact manual updates using the apt command or other utilities.
Ubuntu embarked on a project to "oxidize" the distribution by switching to uutils and sudo-rs for the 25.10 release, and to see if the Rust-based utilities would be suitable for the long-term-release slated for next April. LWN covered that project in March.
6.17.5: stable
6.12.55: longterm
[$] Safer speculation-free user-space access
6.6.114: longterm
Btrfs support coming to AlmaLinux 10.1
The AlmaLinux project has announced that the upcoming 10.1 release will include support for Btrfs:
Btrfs support encompasses both kernel and userspace enablement, and it is now possible to install AlmaLinux OS with a Btrfs filesystem from the very beginning. Initial enablement was scoped to the installer and storage management stack, and broader support within the AlmaLinux software collection for Btrfs features is forthcoming.
Btrfs support in AlmaLinux OS did not happen in isolation. This was proposed and scoped in RFC 0005, and has been built upon prior efforts by the Fedora Btrfs SIG in Fedora Linux and the CentOS Hyperscale SIG in CentOS Stream.
AlmaLinux OS is designed to be binary compatible with Red Hat Enterprise Linux (RHEL); Btrfs, however, has never been supported in RHEL. A technology preview of Btrfs in RHEL 6 and 7 ended with the filesystem being dropped from RHEL 8 and onward. AlmaLinux OS 10.1 is currently in beta.
Security updates for Thursday
DietPi 9.18
System76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop
System76 announces a new Oryx Pro laptop that comes preinstalled with the COSMIC Beta desktop environment on top of Pop!_OS 24.04 LTS.
The post System76’s Oryx Pro Is the First Linux Laptop to Ship with the COSMIC Desktop appeared first on Linux Today.
Wireshark 4.6 Open-Source Network Protocol Analyzer Released as a Major Update
Highlights of Wireshark 4.6 include a new “Plots” dialog that provides scatter plots with support for multiple plots, markers, and automatic scrolling, support for compressing live captures while writing, and support for writing absolute time fields in ISO 8601 format in UTC with -T json.
The post Wireshark 4.6 Open-Source Network Protocol Analyzer Released as a Major Update appeared first on Linux Today.
Python 3.14 Released With Free-Threaded Mode
Python 3.14 introduces free-threaded mode, t-strings, and a new debugger interface, bringing major speed and usability improvements.
The post Python 3.14 Released With Free-Threaded Mode appeared first on Linux Today.
Qualcomm to Acquire Arduino, Pushing Deeper Into AI
Qualcomm acquires Arduino to expand its reach in AI, IoT, and edge computing development, and launches the Linux-powered UNO Q board.
The post Qualcomm to Acquire Arduino, Pushing Deeper Into AI appeared first on Linux Today.
HydraPWK 2025.03
DefectDojo: Open-source DevSecOps platform
DefectDojo is an open-source tool for DevSecOps, application security posture management (ASPM), and vulnerability management. It helps teams manage security testing, track and remove duplicate findings, handle remediation, and generate reports.
The post DefectDojo: Open-source DevSecOps platform appeared first on Linux Today.
A Brief Introduction to Makefiles and GNU Make for Beginners
GNU Make is a development utility that determines which parts of a particular code base need to be recompiled and can issue Linux commands to perform those operations.
This build automation tool can be used with any programming language whose compilation can be done from the shell by issuing commands, making it invaluable for C, C++, and many other compiled languages.
The post A Brief Introduction to Makefiles and GNU Make for Beginners appeared first on Linux Today.
7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal
Let’s explore some cool and useful things you can do directly in the terminal without diving too deep into its complexity.
The post 7 Useful Things You Didn’t Know You Can Do in Your Linux Terminal appeared first on Linux Today.