Feed aggregator

Debian 12.11 Released with Security Fixes and Stability Updates

Linux Today - Sat, 05/24/2025 - 11:00

Debian 12 “Bookworm” receives its eleventh refresh (12.11), featuring 81 bug fixes and 45 security updates. Here’s more on that.

The post Debian 12.11 Released with Security Fixes and Stability Updates appeared first on Linux Today.

Helwan O.S: Egypt’s All-Purpose Linux Distribution

Linux Today - Sat, 05/24/2025 - 10:00

The folks who develop Helwan O.S say it’s “designed by devs for devs and creators,” but our Larry Cafiero says it’s a distro that it would probably fit about anybody.

The post Helwan O.S: Egypt’s All-Purpose Linux Distribution appeared first on Linux Today.

05/23 NixOS 25.05

Updated Linux Distributions - Fri, 05/23/2025 - 23:00
NixOS is an independently developed GNU/Linux distribution that aims to improve the state of the art in system configuration management. In NixOS, the entire operating system, including the kernel, applications, system packages and configuration files, are built by the Nix package manager. Nix stores all packages in isolation from each other; as a result there are no /bin, /sbin, /lib or /usr directories and all packages are kept in /nix/store instead. Other innovative features of NixOS include reliable upgrades, rollbacks, reproducible system configurations, source-based model with binaries, and multi-user package management. Although NixOS started as a research project, it is now a functional and usable operating system that includes hardware detection, KDE as the default desktop, and systemd for managing system services.

[$] Reports from OSPM 2025, day two

Linux Weekly News - Fri, 05/23/2025 - 14:57
The seventh edition of the Power Management and Scheduling in the Linux Kernel Summit (known as "OSPM") took place on March 18-20, 2025. Topics discussed on the second day include improvements to device suspend and resume, the status and future of sched_ext, the scx_lavd scheduler, improving the efficiency of load balancing, and hierarchical constant bandwidth server scheduling.

10 Advanced Linux Commands You’ve Probably Never Used (Part 3)

Linux Today - Fri, 05/23/2025 - 13:04

Continuing our exploration of lesser-known but powerful Linux commands, let’s dive into a new batch of hidden gems. These commands can streamline your workflow, automate tasks, and help you squeeze more control and efficiency out of your command-line experience.

The post 10 Advanced Linux Commands You’ve Probably Never Used (Part 3) appeared first on Linux Today.

Shotcut 25.05 Open-Source Video Editor Released with Alpha Strobe Video Filter

Linux Today - Fri, 05/23/2025 - 13:00

Shotcut 25.05 is here almost two and a half months after the Shotcut 25.03 release to introduce a new Alpha Strobe video filter, adjustable track headers width to the timeline, an item count to the playlist, a new ‘Add Generator’ option to the Timeline toolbar, and a new File > Rereun Filter Analysis function.

The post Shotcut 25.05 Open-Source Video Editor Released with Alpha Strobe Video Filter appeared first on Linux Today.

9to5Linux Weekly Roundup: May 11th, 2025

Linux Today - Fri, 05/23/2025 - 12:57

This week, we got lots of great news, starting with new KDE Plasma, KDE Gear, and KDE Frameworks releases and continuing with a major Mesa graphics stack release, two new computers from Slimbook and System76, a new Raspberry Pi OS release, as well as new releases of fwupd, Calibre, Clonezilla Live, and Flatpak.

On top of that, I tell you all about what’s coming in Linux Mint 22.2, LMDE 7, and Ubuntu 25.10. Below, you can check out this week’s hottest news and access all the distro and package downloads released this past week in the 9to5Linux weekly roundup for May 11th, 2025.

The post 9to5Linux Weekly Roundup: May 11th, 2025 appeared first on Linux Today.

Linuxiac Weekly Wrap-Up: Week 19 (May 5 – 11, 2025)

Linux Today - Fri, 05/23/2025 - 12:54

Catch up on the latest Linux news: Raspberry Pi OS, Plasma 6.3.5, Kitty 0.42, Hyprland 0.49, ‘End of 10’ campaign, openSUSE removing the Deepin desktop, Mint’s theme gets a modern touch, and more.

The post Linuxiac Weekly Wrap-Up: Week 19 (May 5 – 11, 2025) appeared first on Linux Today.

Kitty 0.42 Launches With Quick-Access Terminal

Linux Today - Fri, 05/23/2025 - 12:52

Kitty 0.42, a GPU-accelerated terminal emulator, brings a Quake-style quick-access terminal, Unicode 16-compliant grapheme segmentation, and more.

The post Kitty 0.42 Launches With Quick-Access Terminal appeared first on Linux Today.

Flatpak 1.16.1 Arrives with Parental Control Enhancements

Linux Today - Fri, 05/23/2025 - 12:48

Flatpak 1.16.1, a universal app delivery framework for Linux, brings parental control improvements, faster operations, and multiple bug fixes.

The post Flatpak 1.16.1 Arrives with Parental Control Enhancements appeared first on Linux Today.

KDE’s 9-Year Old File Transfer Suspend Bug Finally Fixed in Frameworks 6.15

Linux Today - Fri, 05/23/2025 - 12:41

Good news for KDE Users! KDE’s 9-Year old file transfer suspend bug has been officially fixed in the latest Frameworks 6.15 version.

The post KDE’s 9-Year Old File Transfer Suspend Bug Finally Fixed in Frameworks 6.15 appeared first on Linux Today.

22 Best Free and Open Source Linux Chemistry Tools

Linux Today - Fri, 05/23/2025 - 12:38

We feature the finest free and open source Chemistry software.

The post 22 Best Free and Open Source Linux Chemistry Tools appeared first on Linux Today.

How to Install MariaDB on AlmaLinux 10

Linux Today - Fri, 05/23/2025 - 12:34

This tutorial will explain how to install MariaDB on AlmaLinux 10. MariaDB is an open-source relational database management system used for storing data. MariaDB is written in C, C++, Perl, an57d Bash and is highly compatible with MySQL, with exact matching with MySQL APIs and commands. It was developed by the original developers of MySQL and designed as a drop-in replacement for MySQL. MariaDB is used because it is fast, scalable, and robust, with a rich system of storage engines and plugins. The following paragraphs will teach you how to install MariaDB, manage the service, and use some basic commands for login, creating a database, and users in the MariaDB console.

Installing the MariaDB database system is straightforward and may take up to 15 minutes. Let’s get started!

The post How to Install MariaDB on AlmaLinux 10 appeared first on Linux Today.

‘End of 10’ Campaign Highlights Benefits of Linux Transition

Linux Today - Fri, 05/23/2025 - 12:28

With Windows 10’s end near, Endof10.org advocates for Linux adoption, helping users keep their devices functional and secure.

The post ‘End of 10’ Campaign Highlights Benefits of Linux Transition appeared first on Linux Today.

[$] Formally verifying the BPF verifier

Linux Weekly News - Fri, 05/23/2025 - 11:34

The BPF verifier is an increasingly complex and security-critical piece of code. When the kinds of people who are apt to work on BPF see a situation like that, they naturally question whether it's possible to use formal verification to ensure that the implementation of the code in question is correct. Santosh Nagarakatte led the first of two extra-long sessions in the BPF track of the 2025 Linux Storage, Filesystem, Memory Management, and BPF Summit about his team's work formally verifying the BPF verifier with a custom tool called Agni.

05/23 BlueOnyx 9.6

Updated Linux Distributions - Fri, 05/23/2025 - 10:50
BlueOnyx is a server distribution based on AlmaLinux OS, Rocky Linux and CentOS. It is the mission of BlueOnyx to provide a fully-integrated Internet hosting platform that includes web, e-mail, DNS and file transfer services from a simple, user-friendly web-based interface that is easily installed on commodity hardware or virtual private server.

Security updates for Friday

Linux Weekly News - Fri, 05/23/2025 - 09:34
Security updates have been issued by Fedora (dotnet9.0, dropbear, ghostscript, nbdkit, openssh, python-watchfiles, rpm-ostree, yelp, yelp-xsl, and zsync), Oracle (firefox and kernel), Red Hat (osbuild-composer), Slackware (aaa_glibc and mozilla), SUSE (chromedriver, open-vm-tools, postgresql14, python-cryptography, and thunderbird), and Ubuntu (linux-aws, linux-hwe-5.4, python, and sqlite3).

next-20250523: linux-next

Latest Linux Kernel - Fri, 05/23/2025 - 04:27
Version:next-20250523 (linux-next) Released:2025-05-23

05/22 Securonis 2.5

Updated Linux Distributions - Thu, 05/22/2025 - 22:45
Securonis Linux is a privacy- and security-focused Linux distribution based on Debian's "Testing" branch. It includes a preconfigured tool that forces all incoming and outgoing connections through the Tor network. The system comes preloaded with various privacy and security tools, along with some custom-developed utilities. Securonis Linux uses the MATE and GNOME desktop environments. It can be run in live mode or installed permanently using the Calamares installer. The goal of Securonis is to provide a secure system suitable for everyday use.

Mozilla is shutting down Pocket

Linux Weekly News - Thu, 05/22/2025 - 16:30
Mozilla has announced that it is shutting down Pocket, a bookmarking service acquired by Mozilla in 2017, this coming July. "Pocket has helped millions save articles and discover stories worth reading. But the way people use the web has evolved, so we're channeling our resources into projects that better match their browsing habits and online needs."

Pages

Subscribe to Just Linux aggregator