Feed aggregator

Security updates for Monday

Linux Weekly News - Mon, 05/26/2025 - 11:39
Security updates have been issued by AlmaLinux (389-ds-base, ghostscript, grafana, kernel, and osbuild-composer), Debian (intel-microcode, kernel, libphp-adodb, and openssl), Fedora (dotnet8.0, ghostscript, iputils, nbdkit, open-vm-tools, thunderbird, and vyper), Mageia (chromium-browser-stable, glibc, iputils, microcode, nodejs, and zsync), Oracle (.NET 8.0, .NET 9.0, 389-ds-base, avahi, buildah, compat-openssl11, expat, firefox, ghostscript, gimp, git, grafana, gvisor-tap-vsock, libsoup, libxslt, mod_auth_openidc, nginx, nodejs:20, osbuild-composer, podman, skopeo, thunderbird, vim, webkit2gtk3, xdg-utils, xterm, and yelp), Red Hat (kernel, kernel-rt, libsoup, libsoup3, python-tornado, and ruby), Slackware (ffmpeg), SUSE (audiofile, firefox, glibc, govulncheck-vulndb, grafana, kernel, kind, kubo, libecpg6, postgresql13, postgresql14, python-Django, python-setuptools, python-tornado6, python311-Flask, python311-tornado6, python313, python36-setuptools, thunderbird, transfig, and xen), and Ubuntu (glib2.0, linux-bluefield, linux-ibm, linux-raspi, and openjdk-21-crac).

Cerbos: Open-source, Scalable Authorization Solution

Linux Today - Mon, 05/26/2025 - 10:22

Cerbos is an open-source solution designed to simplify and modernize access control for cloud-native, microservice-based applications. Instead of hardcoding authorization logic into your application, Cerbos lets you write flexible, context-aware access policies using a YAML syntax. These policies are managed separately from your app and evaluated via simple API requests to Cerbos’ Policy Decision Point (PDP).

The post Cerbos: Open-source, Scalable Authorization Solution appeared first on Linux Today.

Resolving the Permission Denied and Missing Binary Errors in LXD

Linux Today - Mon, 05/26/2025 - 10:14

Learn how to resolve the “permission denied” and “missing binary” errors in LXD on Ubuntu or Debian-based distributions quickly with step-by-step instructions.

The post Resolving the Permission Denied and Missing Binary Errors in LXD appeared first on Linux Today.

Fedora-Based Nobara Linux Goes Rolling

Linux Today - Mon, 05/26/2025 - 10:07

Nobara Linux 42 adopts Brave as default, offers kernel 6.14, GNOME 48, KDE 6.3.4, and a new universal flatpak manager.

The post Fedora-Based Nobara Linux Goes Rolling appeared first on Linux Today.

7 Best Free and Open Source Console Web Browsers

Linux Today - Mon, 05/26/2025 - 09:55

Even in 2025 there remain many reasons why console based applications can be very useful. Here’s our pick of the finest console based web browsers for Linux.

The post 7 Best Free and Open Source Console Web Browsers appeared first on Linux Today.

European Data Sovereignty and American Clouds: A Brewing Storm

Linux Today - Mon, 05/26/2025 - 09:45

Some sage advice for EU nations attempting to get a handle on the vast volumes of EU citizens’ data being held in US-owned and operated clouds.

The post European Data Sovereignty and American Clouds: A Brewing Storm appeared first on Linux Today.

Inkscape 1.4.2 Lands with Bug Fixes, Format Enhancements

Linux Today - Mon, 05/26/2025 - 09:38

Inkscape 1.4.2, an open-source vector graphics editor, is out, merging 1.4.1 with over 70 bug fixes, file import improvements, and new features.

The post Inkscape 1.4.2 Lands with Bug Fixes, Format Enhancements appeared first on Linux Today.

Typhoon Is an Elegant Weather Program

Linux Today - Mon, 05/26/2025 - 09:28

Typhoon is billed as a beautiful weather application. It provides real-time weather updates and forecasts in a highly configurable and colorful widget inspired by the Metro interface in Windows 8.

The post Typhoon Is an Elegant Weather Program appeared first on Linux Today.

IPFire 2.29 Core Update 194 Brings Linux Kernel 6.12.23 LTS and Other Updates

Linux Today - Mon, 05/26/2025 - 09:20

Coming a month after IPFire 2.29 Core Update 193, which introduced post-quantum cryptography support for IPsec tunnels, the IPFire 2.29 Core Update 194 release is powered by a newer kernel from the long-term supported Linux 6.12 LTS series, namely Linux 6.12.23, which brings various security and stability fixes.

The post IPFire 2.29 Core Update 194 Brings Linux Kernel 6.12.23 LTS and Other Updates appeared first on Linux Today.

A Grep Trick Every User Should Know: The Square Brackets in the Grepped ps Output

Linux Today - Mon, 05/26/2025 - 09:13

Mastering the command line involves more than just knowing the tools—it’s about using them smartly. One subtle but incredibly useful trick when working with grep and ps is using square brackets to filter processes without matching the grep command itself. This technique is especially helpful when you’re scripting or debugging and want clean output. If you’re interested in enhancing your terminal productivity further, check out this guide on smarter tab completion using .inputrc.

The post A Grep Trick Every User Should Know: The Square Brackets in the Grepped ps Output appeared first on Linux Today.

Yet Another Way to Change the Default Text Editor in Ubuntu and Debian

Linux Today - Mon, 05/26/2025 - 09:04

Choosing the right text editor for your workflow can significantly improve productivity, especially when working with administrative tools like crontab or visudo, which rely on the system’s default editor. If you’re frequently using such tools, it’s essential to set your preferred editor so you don’t have to work with a less comfortable one like nano if you prefer vim, or vice versa.

The post Yet Another Way to Change the Default Text Editor in Ubuntu and Debian appeared first on Linux Today.

next-20250526: linux-next

Latest Linux Kernel - Mon, 05/26/2025 - 05:49
Version:next-20250526 (linux-next) Released:2025-05-26

05/26 Armbian 25.5.1

Updated Linux Distributions - Mon, 05/26/2025 - 05:40
Armbian is a Linux distribution designed for ARM development boards. It is usually based on one of the stable or development versions of Debian or Ubuntu and it supports a wide variety of popular ARM-based devices, including Banana Pi, Cubieboard, Olimex, Orange Pi, Odroid, Pine64 and others. Armbian includes a menu-driven configuration tool along with stock Debian utilities, the Bash shell, and a choice of Cinnamon or Xfce desktop.

The 6.15 kernel has been released

Linux Weekly News - Mon, 05/26/2025 - 00:44
Linus has released the 6.15 kernel, as expected.

So this was delayed by a couple of hours because of a last-minute bug report resulting in one new feature being disabled at the eleventh hour, but 6.15 is out there now.

Significant changes in 6.15 include smarter timer-ID assignment to make checkpoint/restore operations more reliable, the ability to read status information from a pidfd after the process in question has been reaped, the PIDFD_SELF special pidfd value, nested ID-mapped mounts, zero-copy network-data reception via io_uring, The ability to read epoll events via io_uring, resilient queued spinlocks for BPF programs, guard-page enhancements allowing them to be placed in file-backed memory areas and for user space to detect their presence, the once-controversial fwctl subsystem, the optional sealing of some system mappings, and much more.

See the LWN merge-window summaries (part 1, part 2) and the in-progress KernelNewbies 6.15 page for more information.

6.15: mainline

Latest Linux Kernel - Sun, 05/25/2025 - 20:09
Version:6.15 (mainline) Released:2025-05-25 Source:linux-6.15.tar.xz PGP Signature:linux-6.15.tar.sign Patch:full

05/25 Daphile 25.05

Updated Linux Distributions - Sun, 05/25/2025 - 17:30
Daphile is a minimal operating system for running a digital audio player on a headless computer. The operating system and media manager can be controlled remotely using a web-based interface.

How to Make Your Linux Terminal Talk Using espeak-ng

Linux Today - Sun, 05/25/2025 - 12:35

Imagine a small voice synthesizer on your computer. eSpeak NG is basically that. eSpeak NG is derived from the original eSpeak project, with the “NG” standing for community-driven efforts to enhance and expand its functionality. eSpeak NG is a small, open-source program that converts text to spoken word in a variety of languages and accents.

eSpeak NG takes a different approach from the more complex text-to-speech systems, which rely on large databases of recorded human voices. It understands the rules of each language’s pronunciation and constructs sounds from the basic phonetic units. This makes it very lightweight and portable!

The post How to Make Your Linux Terminal Talk Using espeak-ng appeared first on Linux Today.

05/25 iDeal 2025.05.25

Updated Linux Distributions - Sun, 05/25/2025 - 11:25
iDeal OS is a computer operating system, a custom respin of the powerful MX Linux distribution, with the best privacy and security settings enabled by default. The main goals of iDeal OS are privacy and security, offering to surf, shop, trade and bank online with complete peace of mind, without annoying advertisements, tracking, logging, bugs, viruses or unwanted disclosure of personal information. iDeal OS is available in two different editions: "Emerald", which offers applications for everyday computing needs, and "Diamond", with is a powerful digital workstation with a wide range of professional tools.

05/25 LastOSLinux 2025-05-25

Updated Linux Distributions - Sun, 05/25/2025 - 11:25
LastOSLinux is Linux Mint-based distribution with the goal of being a user-friendly alternative to Windows. It is designed for current Windows users wishing to migrate to Linux, with a Windows-like user interface and tools. The distribution uses the Cinnamon desktop and it also includes the Wine software which is able to run some Windows applications on Linux.

SUSE Is Giving YaST the Dodo Bird Treatment

Linux Today - Sun, 05/25/2025 - 10:33

A quarter-century ago when SUSE was the cream of the crop, most Linux distros were envious of the YaST configuration tool.

The post SUSE Is Giving YaST the Dodo Bird Treatment appeared first on Linux Today.

Pages

Subscribe to Just Linux aggregator