Feed aggregator

qBittorrent 5.1.1 Open-Source BitTorrent Client Improves Wayland Support

Linux Today - Wed, 07/09/2025 - 10:53

qBittorrent 5.1.1 open-source BitTorrent client is now available for download with various bug fixes and improvements. Here’s what’s new!

The post qBittorrent 5.1.1 Open-Source BitTorrent Client Improves Wayland Support appeared first on Linux Today.

Firefox 140 ESR Web Browser Is Now Available for Download, This Is What’s New

Linux Today - Wed, 07/09/2025 - 10:49

Firefox 140 open-source web browser is now available for download as the next ESR (Extended Support Release) series. Here’s what’s new!

The post Firefox 140 ESR Web Browser Is Now Available for Download, This Is What’s New appeared first on Linux Today.

PipeWire 1.4.6 Adds New Option to Disable RAOP, Improves the ALSA Plugin

Linux Today - Wed, 07/09/2025 - 10:28

PipeWire 1.4.6 open-source server for handling audio/video streams and hardware on Linux is now available for download with various fixes and improvements.

The post PipeWire 1.4.6 Adds New Option to Disable RAOP, Improves the ALSA Plugin appeared first on Linux Today.

Security updates for Wednesday

Linux Weekly News - Wed, 07/09/2025 - 10:06
Security updates have been issued by AlmaLinux (container-tools:rhel8, jq, kernel, podman, python-setuptools, socat, and thunderbird), Gentoo (Chromium, Google Chrome, Microsoft Edge. Opera, ClamAV, Git, NTP, REXML, and strongSwan), Oracle (buildah, gnome-remote-desktop, ipa, jq, kernel, podman, python-setuptools, ruby:3.3, socat, uek-kernel, and xorg-x11-server-Xwayland), SUSE (kernel), and Ubuntu (freerdp3, git, gnupg2, linux-aws, linux-oracle, linux-azure, linux-azure, linux-azure-6.11, linux-fips, linux-aws-fips, linux-azure-fips, linux-gcp-fips, linux-ibm-5.15, linux-intel-iotg, linux-nvidia-tegra, linux-nvidia-tegra-5.15, linux-nvidia-tegra-igx, linux-kvm, linux-lowlatency, linux-oem-6.11, and onionshare).

next-20250709: linux-next

Latest Linux Kernel - Wed, 07/09/2025 - 09:38
Version:next-20250709 (linux-next) Released:2025-07-09

A set of Git security-fix releases

Linux Weekly News - Tue, 07/08/2025 - 15:28
Versions v2.43.7, v2.44.4, v2.45.4, v2.46.4, v2.47.3, v2.48.2, v2.49.1 and v2.50.1 of the Git source-code management system have been released. "This is a set of coordinated security fix releases. Please update at your earliest convenience". See the announcement for details; many of the vulnerabilities have to do with tricks buried in untrusted repositories.

Thunderbird 140 released

Linux Weekly News - Tue, 07/08/2025 - 14:40

Version 140 of the Thunderbird mail client has been released. Notable features include "dark message mode" to adapt message content to dark mode, the ability to easily transfer desktop settings to the mobile Thunderbird client, experimental support for Microsoft Exchange, as well as global controls for message threading and sort order.

Thunderbird 140 is an extended-support release (ESR) which will be supported for 12 months. However, the Thunderbird project is trying to encourage users to adopt the Release channel for monthly updates instead. The project is staggering upgrades to 140 for existing Thunderbird users in order to catch any significant bugs before they are widely deployed, but users can upgrade manually via the Help > About menu. See the release notes for a full list of changes.

Securonis 4.0-beta

Updated Linux Distributions - Tue, 07/08/2025 - 12:20
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.

Ultimate 2025.07.08 "Arch Developer"

Updated Linux Distributions - Tue, 07/08/2025 - 12:19
Ultimate Edition, first released in December 2006, was a fork of Ubuntu and Linux Mint though recent versions (starting in 2024) have been based on Arch Linux. The goal of the project is to create a complete, seamlessly integrated, visually stimulating, and easy-to-install operating system. Single-button upgrade is one of several special characteristics of this distribution. Other main features include custom desktop and theme with 3D effects, support for a wide range of networking options, including WiFi and Bluetooth, and integration of many extra applications and package repositories.

10 sed One-Liners Every Linux Admin Should Know (With Real Example)

Linux Today - Tue, 07/08/2025 - 10:56

If you’ve worked with Linux long enough, you’ve probably used sed, which is short for Stream Editor, and it can search, find, replace, delete, and edit text file all in one go, and right from your terminal.

In this article, I’ll show you 10 must-know sed one-liners that will help you clean up files, tweak configs, or automate boring text edits. If you’re a beginner, don’t worry, I’ll walk you through it with a real example you can run on your machine.

The post 10 sed One-Liners Every Linux Admin Should Know (With Real Example) appeared first on Linux Today.

How to Install and Use Grafana to Visualize Real-time Data

Linux Today - Tue, 07/08/2025 - 10:54

Learn how to install Grafana using Docker to easily monitor system metrics with real-time dashboards and support for multiple data sources.

The post How to Install and Use Grafana to Visualize Real-time Data appeared first on Linux Today.

GStreamer 1.26.3 Delivers Bug and Security Fixes

Linux Today - Tue, 07/08/2025 - 10:44

GStreamer 1.26.3 multimedia framework fixes H.266 parser flaws, improves WAV file support and optimizes fragmented MP4 handling.

The post GStreamer 1.26.3 Delivers Bug and Security Fixes appeared first on Linux Today.

15 Best Free and Open Source Terminal-Based Password Managers

Linux Today - Tue, 07/08/2025 - 10:39

A password manager is a utility which helps users store and retrieve passwords and other data. Here’s our open source recommendations.

The post 15 Best Free and Open Source Terminal-Based Password Managers appeared first on Linux Today.

How to Install Wiki.js on Debian 12

Linux Today - Tue, 07/08/2025 - 10:34

Wiki.js is free and open-source wiki software based on Node.js, Git, and Markdown. In this article, we’ll show you how to install Wiki.js on a Debian 12 system.

The post How to Install Wiki.js on Debian 12 appeared first on Linux Today.

[$] Toward the unification of kselftests and KUnit

Linux Weekly News - Tue, 07/08/2025 - 10:07
The kernel project, for many years, lacked a formal testing setup; it was often joked that testing was the project's main reason for keeping users around. While many types of kernel testing can only be done in the presence of specific hardware, there are other parts of the kernel that could be more widely tested. Over time, though, the kernel has gained two separate testing frameworks and a growing body of automated tests to go with them. These two frameworks — kselftests and KUnit — take different approaches to the testing problem; now this patch series from Thomas Weißschuh aims to bring them together.

Security updates for Tuesday

Linux Weekly News - Tue, 07/08/2025 - 10:02
Security updates have been issued by Debian (djvulibre and slurm-wlm), Red Hat (apache-commons-vfs, container-tools:rhel8, kernel, kernel-rt, podman, python3, rsync, socat, and sudo), SUSE (apache2, helm-mirror, incus, kernel, openssl-3, python-Django, and systemd), and Ubuntu (dcmtk, File::Find::Rule, ghostscript, jquery, and libssh).

Zabbix 7.4 Open-Source Monitoring Tool Released

Linux Today - Tue, 07/08/2025 - 07:54

Zabbix 7.4 is out now, delivering new templates, enhanced TLS support, UI improvements, and 100+ bug fixes for the enterprise monitoring platform.

The post Zabbix 7.4 Open-Source Monitoring Tool Released appeared first on Linux Today.

KDE Plasma 6.4.2 Desktop Environment Released

Linux Today - Tue, 07/08/2025 - 07:53

Plasma 6.4.2 addresses key bugs in KWin, Plasma Desktop, and Powerdevil, including wakeup alarm handling, display brightness control, and more.

The post KDE Plasma 6.4.2 Desktop Environment Released appeared first on Linux Today.

Linux’s remarkable journey from one dev’s hobby to 40 million lines of code – and counting

Linux Today - Tue, 07/08/2025 - 07:50

Longtime programmer Jonathan Corbet recounts the story of Linux and reveals what has made it successful over its three decades.

The post Linux’s remarkable journey from one dev’s hobby to 40 million lines of code – and counting appeared first on Linux Today.

First Arch Linux ISO Release Powered by Linux 6.15 Is Now Available for Download

Linux Today - Tue, 07/08/2025 - 07:47

Arch Linux 2025.06.01 is here as Arch Linux’s ISO snapshot for July 2025 and the first to be powered by the latest Linux 6.15 kernel series, which should give users a boost when detecting hardware, especially on newer devices, but especially on older ones where previous Arch Linux ISOs failed to detect some of the components.

The post First Arch Linux ISO Release Powered by Linux 6.15 Is Now Available for Download appeared first on Linux Today.

Pages

Subscribe to Just Linux aggregator