Feed aggregator
LibreELEC 12.2 Media Center Debuts with Kodi Omega 21.2
LibreELEC 12.2 is out with Kodi Omega 21.2, updated kernels for better Intel and Raspberry Pi support, and the removal of the legacy Nvidia driver.
The post LibreELEC 12.2 Media Center Debuts with Kodi Omega 21.2 appeared first on Linux Today.
How to Install Docker on Debian 13 (Trixie): A Step-by-Step Guide
Learn how to install Docker on Debian 13 (Trixie) from start to finish and get your containerization environment ready in minutes.
The post How to Install Docker on Debian 13 (Trixie): A Step-by-Step Guide appeared first on Linux Today.
Benchmarking the ASRock Industrial NUC BOX-255H
In this article I’ll benchmark the machine. The tests are run using the Phoronix Test Suite, unless otherwise stated. T
The post Benchmarking the ASRock Industrial NUC BOX-255H appeared first on Linux Today.
OSMC 2025.08-1
next-20250821: linux-next
Voyager 25.10-alpha3
[$] LWN.net Weekly Edition for August 21, 2025
- Front: Debian; CPython; huge zero folio; kexec handover; FHS; Koka programming language
- Briefs: PyPI domain checks; Firefox 142.0; Git v2.51; Ghostty; LibreOffice 25.8; Zig 0.15.1; Quotes; ...
- Announcements: Newsletters, conferences, security updates, patches, and more.
Zig version 0.15.1
The Zig project has announced version 0.15.1 of the language. The release, much like the last one, includes incremental progress toward the goal of completely dropping LLVM and improving compile time, as well as a handful of breaking changes as the language team wrestles with past API design. The biggest change this time around is to the standard library Reader and Writer interfaces, which have been completely rearranged in the name of performance and reducing unneeded copies.
All existing std.io readers and writers are deprecated in favor of the newly provided std.Io.Reader and std.Io.Writer which are non-generic and have the buffer above the vtable - in other words the buffer is in the interface, not the implementation. This means that although Reader and Writer are no longer generic, they are still transparent to optimization; all of the interface functions have a concrete hot path operating on the buffer, and only make vtable calls when the buffer is full.
These changes are extremely breaking. I am sorry for that, but I have carefully examined the situation and acquired confidence that this is the direction that Zig needs to go. I hope you will strap in your seatbelt and come along for the ride; it will be worth it.
Tails 6.19
Adding stubble to Ubuntu's generic Arm64 Desktop ISOs
Tobias Heider has written an article that explains changes that are coming for Ubuntu's generic Arm64 desktop ISO images in the 25.10 release. The current solution, Heider says, depends on GRUB features that are unavailable in secure boot mode and require adding device-specific logic to multiple packages. The new solution, called stubble, is derived from systemd-stub:
A bundled stubble image contains stubble itself, a Linux kernel, a HWID lookup table to map devices to device trees and multiple device trees. When grub loads this "kernel", stubble executes first, reads the SMBIOS table to generate HWIDs, looks for a match in the embeeded lookup table and loads a matching device tree before passing control to the actual Linux kernel.
The elegance in this approach lies in how it interacts with the rest of the system. Integrating stubble happens entirely at build time in the kernel package. The stubble package is a build dependency for the kernel. After building the kernel itself, we bundle it with stubble and our DTBs and ship the combined binary instead. The resulting stubble + kernel + dtb bundle can be loaded by grub like any other Ubuntu kernel. No further changes in grub or other packages are necessary to make it work.
Besgnulinux 3-0
6.16.2: stable
6.15.11: stable
6.12.43: longterm
How to Upgrade to Debian 13 (Trixie) from 12 (Bookworm)
A tried-and-true step-by-step guide for a hassle-free upgrade to Debian 13 (Trixie) from Debian 12 (Bookworm).
The post How to Upgrade to Debian 13 (Trixie) from 12 (Bookworm) appeared first on Linux Today.
Debian 13 “Trixie” Released, This Is What’s New
Debian 13 “Trixie” is here with RISC-V support, Linux kernel 6.12 LTS, new security hardening, HTTP Boot, updated desktop environments, and over 14K new packages.
The post Debian 13 “Trixie” Released, This Is What’s New appeared first on Linux Today.
SliTaz 2025-08-10
KDE Plasma 6.5 Highlights New Bluetooth and Wi-Fi Toggles
Plasma 6.5 desktop environment adds quick Bluetooth toggles, Flathub URL support in Discover, and faster firmware updates.
The post KDE Plasma 6.5 Highlights New Bluetooth and Wi-Fi Toggles appeared first on Linux Today.
[$] Python, tail calls, and performance
Pages
