Feed aggregator

next-20250827: linux-next

Latest Linux Kernel - Wed, 08/27/2025 - 01:27
Version:next-20250827 (linux-next) Released:2025-08-27

openKylin 2.0-SP2

Updated Linux Distributions - Tue, 08/26/2025 - 21:07
openKylin is a Chinese desktop distribution which runs the Kylin and UKUI desktop environments. Both Wayland and X11 sessions are available out of the box. The project is a member of the Debian family and can use APT package management tools. It also features a custom package format which is combined with a software centre. openKylin is also a proving ground for custom utilities which assist the user in managing the operating system.

Br OS 13.0

Updated Linux Distributions - Tue, 08/26/2025 - 20:07
Br OS is a Brazilian Linux distribution based on Ubuntu and featuring the KDE Plasma desktop. It is designed as an intuitive, easy-to-use, general-purpose operating system for web navigation and content creation, providing a selection of useful applications for daily use.

Garuda 250826

Updated Linux Distributions - Tue, 08/26/2025 - 19:03
Garuda Linux is a rolling distribution based on the Arch Linux operating system. Unlike Arch Linux, Garuda Linux comes with a graphical installer (Calamares) for easy installation, and other advanced graphical tools for managing your system. Garuda is a performance-oriented distro with many performance enhancing tweaks. Some of the many tweaks include using zram, a performance CPU governor, along with custom memory management software. Garuda Linux has striven to provide system stability by including the Timeshift backup utility.

CentOS 10-20250825

Updated Linux Distributions - Tue, 08/26/2025 - 09:08
CentOS as a group is a community of open source contributors and users which started in 2003 and has been sponsored by Red Hat since 2014. CentOS Linux versions up to CentOS Linux 8 are 100% compatible rebuilds of Red Hat Enterprise Linux, in full compliance with Red Hat's redistribution requirements. In 2020 it was announced CentOS Linux is being discontinued and replaced with CentOS Stream, a developer-focused distribution which acts as a middle-stream between Fedora and Red Hat Enterprise Linux.

VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17

Linux Today - Tue, 08/26/2025 - 08:24

For Linux users, VirtualBox 7.2 brings initial support for the upcoming Linux 6.17 and Linux 6.16 kernel series on both hosts and guests, improved Linux Guest Additions support for Oracle Linux 10 and Red Hat Enterprise Linux 10 guests, as well as improved handling of the vboxvideo kernel module in the init script for Linux guests.

The post VirtualBox 7.2 Officially Released with Initial Support for Linux Kernel 6.17 appeared first on Linux Today.

KDE Gear 25.08 Open-Source Software Suite Released with Many Improvements

Linux Today - Tue, 08/26/2025 - 08:15

KDE Gear 25.08 introduces two search engines to the Dolphin file manager to help you find that specific, but elusive file or folder you can’t locate, along with support for opening Filelight directly from the Tools menu and more options for the View Mode switching button.

The post KDE Gear 25.08 Open-Source Software Suite Released with Many Improvements appeared first on Linux Today.

GNOME 48.4 Finally Improves Update Notifications in GNOME Software

Linux Today - Tue, 08/26/2025 - 08:09

Coming a little over a month after GNOME 48.3, the GNOME 48.4 release promises to finally fix the update notification issue in the GNOME Software app, which gave me a lot of headaches in the past few months. The issue was that even if my system was up to date, GNOME Software sent a notification that it was out of date.

The post GNOME 48.4 Finally Improves Update Notifications in GNOME Software appeared first on Linux Today.

Let’s Make a Free Software Jubilee Happen

Linux Today - Tue, 08/26/2025 - 08:03

Think your country’s got its digital act together? The Digital Sovereignty Index might have a few surprises for you.

The post Let’s Make a Free Software Jubilee Happen appeared first on Linux Today.

Kubuntu Focus Zr GEN 1: A Linux-First High-Performance Mobile Workstation

Linux Today - Tue, 08/26/2025 - 07:59

Kubuntu Focus unveils the Zr GEN 1, delivering the most powerful mobile hardware with an out-of-the-box Linux experience.

The post Kubuntu Focus Zr GEN 1: A Linux-First High-Performance Mobile Workstation appeared first on Linux Today.

How to configure a Static IP Address on AlmaLinux 10

Linux Today - Tue, 08/26/2025 - 07:19

In this tutorial we are going to explain how to configure a static IP address on AlmaLinux 10 OS. A static IP address is a unique numerical identifier assigned to a server that remains constant over time. A machine uses an IP address to locate and communicate with other machines (servers or computers) over the Internet. IP addresses are numerical identifiers that enable packets to be sent and received between one network device and another. The tutorial will cover identifying the network interface on your server, editing, and restarting the network service. Configuring a static IP Address on AlmaLinux 10 is a straightforward process that takes a couple of minutes. Let’s get started!

The post How to configure a Static IP Address on AlmaLinux 10 appeared first on Linux Today.

Plasma 6.5 Takes Shape with Improved Notifications and Theme Tweaks

Linux Today - Tue, 08/26/2025 - 07:18

KDE Plasma 6.5 progress report highlights improved notifications, sound tweaks, accessibility updates, and bug fixes across the desktop.

The post Plasma 6.5 Takes Shape with Improved Notifications and Theme Tweaks appeared first on Linux Today.

How to Add, Delete and Grant Sudo Privileges to Users in Debian 13 Trixie

Linux Today - Tue, 08/26/2025 - 07:16

This detailed guide walks you through the steps to add, delete, and grant sudo privileges to users in Debian 13 trixie, Debian 12 Bookworm and older versions.

The post How to Add, Delete and Grant Sudo Privileges to Users in Debian 13 Trixie appeared first on Linux Today.

VirtualBox 7.2 Lands with ARM Windows Virtualization, Linux Video Acceleration

Linux Today - Tue, 08/26/2025 - 07:15

VirtualBox 7.2 arrives with ARM Windows virtualization, Linux video acceleration, open-source NVMe controller, GUI changes, and broad host/guest fixes.

The post VirtualBox 7.2 Lands with ARM Windows Virtualization, Linux Video Acceleration appeared first on Linux Today.

Open-source flow monitoring with SENSOR: Benefits and trade-offs

Linux Today - Tue, 08/26/2025 - 07:09

Flow monitoring tools are useful for tracking traffic patterns, planning capacity, and spotting threats. But many off-the-shelf solutions come with steep licensing costs and hardware demands, especially if you want to process every packet. A research team at the University of Tübingen has built an alternative: an open-source, cost-effective, and distributed platform for collecting unsampled IPFIX data.

Their system, called SENSOR, uses open-source software and vendor-agnostic components to monitor traffic at multiple points in the university’s network. This setup captures internal flows that would otherwise go unnoticed if monitoring were only done at the perimeter.

The post Open-source flow monitoring with SENSOR: Benefits and trade-offs appeared first on Linux Today.

next-20250826: linux-next

Latest Linux Kernel - Tue, 08/26/2025 - 05:57
Version:next-20250826 (linux-next) Released:2025-08-26

[$] Shadow-stack control in clone3()

Linux Weekly News - Tue, 08/26/2025 - 04:16
Shadow stacks are a control-flow-integrity feature designed to defend against exploits that manipulate a thread's call stack. The kernel first gained support for hardware-implemented shadow stacks, for the x86 architecture, in the 6.6 release; 64-bit Arm support followed in 6.13. This feature does not give user space much control over the allocation of shadow stacks for new threads, though; a patch series from Mark Brown may, after many attempts, finally be about to change that situation.

Security updates for Tuesday

Linux Weekly News - Tue, 08/26/2025 - 04:13
Security updates have been issued by Debian (ffmpeg, firebird3.0, and luajit), Fedora (chromium, python3-docs, and python3.13), Oracle (aide, firefox, glibc, libxml2, and tomcat), Red Hat (aide, git, kernel, kernel-rt, libarchive, pam, python-cryptography, python3, python3.12, and webkit2gtk3), SUSE (cmake3, ffmpeg-4, kernel, kubernetes1.18, libqt4, minikube, net-tools, pam, postgresql16, proftpd, python-urllib3, python311, python312, python36, tomcat10, tomcat11, and webkit2gtk3), and Ubuntu (nginx).

New restrictions on Android app sideloading

Linux Weekly News - Tue, 08/26/2025 - 02:01
Google has announced a new set of restrictions on the ability of users to install apps on their own devices:

Starting next year, Android will require all apps to be registered by verified developers in order to be installed by users on certified Android devices. This creates crucial accountability, making it much harder for malicious actors to quickly distribute another harmful app after we take the first one down. Think of it like an ID check at the airport, which confirms a traveler's identity but is separate from the security screening of their bags; we will be confirming who the developer is, not reviewing the content of their app or where it came from.

GhostBSD 25.02

Updated Linux Distributions - Mon, 08/25/2025 - 21:45
GhostBSD is a user-friendly desktop operating system based on FreeBSD. Its default desktop is MATE, but a separate community edition with Xfce is available too. It also features a selection of commonly used software, a rolling-release development model, and a bootable live image with an intuitive graphical system installer.

Pages

Subscribe to Just Linux aggregator