Feed aggregator

Firefly AIBOX 3588S – Set up Flatpak to use external disk

Linux Today - Thu, 08/21/2025 - 05:55

In this article I explain how to install Flatpaks to my microSD card. This is useful given the small size of the eMMC.

The post Firefly AIBOX 3588S – Set up Flatpak to use external disk appeared first on Linux Today.

SparkyLinux 8.0 Launches with Debian 13 Base

Linux Today - Thu, 08/21/2025 - 05:54

SparkyLinux 8.0 arrives with a Debian 13 base, Linux kernel 6.12 LTS, updated desktops, new tools, and improved installation options.

The post SparkyLinux 8.0 Launches with Debian 13 Base appeared first on Linux Today.

CachyOS — Distrowatch’s Top Distro Has Speed, Polish and Features

Linux Today - Thu, 08/21/2025 - 05:53

CachyOS delivers top‑tier performance, modern desktop choices, and hassle‑free software management — a standout among Arch‑based distros.

The post CachyOS — Distrowatch’s Top Distro Has Speed, Polish and Features appeared first on Linux Today.

How to Migrate to deb822 Format in Debian 13 Trixie

Linux Today - Thu, 08/21/2025 - 05:51

Learn how to migrate from the old sources.list to the deb822 format in Debian 13 trixie. Update your APT sources for better readability, security, and future compatibility.

The post How to Migrate to deb822 Format in Debian 13 Trixie appeared first on Linux Today.

Go 1.25 Released with Experimental Garbage Collector and New JSON API

Linux Today - Thu, 08/21/2025 - 05:44

Go 1.25 lands with major toolchain and runtime enhancements, including experimental GC, encoding/json v2, and new testing/synctest support.

The post Go 1.25 Released with Experimental Garbage Collector and New JSON API appeared first on Linux Today.

CachyOS Topped DistroWatch’s Rankings

Linux Today - Thu, 08/21/2025 - 05:43

The performance-tuned CachyOS takes the crown from Linux Mint, topping DistroWatch’s ranking for the most popular Linux distribution.

The post CachyOS Topped DistroWatch’s Rankings appeared first on Linux Today.

LibreELEC 12.2 Media Center Debuts with Kodi Omega 21.2

Linux Today - Thu, 08/21/2025 - 05:42

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

Linux Today - Thu, 08/21/2025 - 05:40

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

Linux Today - Thu, 08/21/2025 - 05:18

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

Updated Linux Distributions - Thu, 08/21/2025 - 03:45
OSMC (formerly Raspbmc) is a Debian-based minimal Linux distribution that brings the Kodi media centre software to a Raspberry Pi, Apple TV and Vero devices. This device has an excellent form factor and enough power to handle media playback, making it an ideal component in a low-cost HTPC (Home Theatre Personal Computer) setup, yet delivering the same Kodi experience that can be enjoyed on much more costly platforms.

next-20250821: linux-next

Latest Linux Kernel - Thu, 08/21/2025 - 03:17
Version:next-20250821 (linux-next) Released:2025-08-21

Voyager 25.10-alpha3

Updated Linux Distributions - Thu, 08/21/2025 - 03:08
Voyager Live is an Xubuntu-based distribution and live DVD showcasing the Xfce desktop environment. Its features include the Avant Window Navigator or AWN (a dock-like navigation bar), Conky (a program which displays useful information on the desktop), and over 300 photographs and animations that can be used as desktop backgrounds. The project also develops several other editions of Voyager Live - a "GE" edition with GNOME Shell, a "GS" variant for Gamers, and a separately-maintained flavour based on Debian's "stable" branch.

[$] LWN.net Weekly Edition for August 21, 2025

Linux Weekly News - Thu, 08/21/2025 - 00:01
Inside this week's LWN.net Weekly Edition:

  • 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

Linux Weekly News - Wed, 08/20/2025 - 17:58

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

Updated Linux Distributions - Wed, 08/20/2025 - 16:34
The Amnesic Incognito Live System (Tails) is a Debian-based live DVD/USB with the goal of providing complete Internet anonymity for the user. The product ships with several Internet applications, including web browser, IRC client, mail client and instant messenger, all pre-configured with security in mind and with all traffic anonymised. To achieve this, Incognito uses the Tor network to make Internet traffic very hard to trace.

Adding stubble to Ubuntu's generic Arm64 Desktop ISOs

Linux Weekly News - Wed, 08/20/2025 - 15:46

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.

Three stable kernels for Wednesday

Linux Weekly News - Wed, 08/20/2025 - 14:59

Greg Kroah-Hartman has announced the release of the 6.16.2, 6.15.11, and 6.12.43 stable kernels. He notes that this is the last release in the 6.15.y series, and recommends that users move to the 6.16.y kernel branch at this time.

Besgnulinux 3-0

Updated Linux Distributions - Wed, 08/20/2025 - 14:25
Besgnulinux is a lightweight, desktop Linux distribution based on Debian's "stable" branch. Using the JWM window manager, it is designed to be fast, lightweight and easy to use, suitable for older and low-specification computers. Besgnulinux comes with the Calamares system installer, the Brave web browser, and over 40 custom-built tools to control the systems settings as well as the desktop's look-and-feel.

6.16.2: stable

Latest Linux Kernel - Wed, 08/20/2025 - 13:43
Version:6.16.2 (stable) Released:2025-08-20 Source:linux-6.16.2.tar.xz PGP Signature:linux-6.16.2.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.16.2

6.15.11: stable

Latest Linux Kernel - Wed, 08/20/2025 - 13:36
Version:6.15.11 (EOL) (stable) Released:2025-08-20 Source:linux-6.15.11.tar.xz PGP Signature:linux-6.15.11.tar.sign Patch:full (incremental) ChangeLog:ChangeLog-6.15.11

Pages

Subscribe to Just Linux aggregator