Latest Linux and open source news from around the web

Keychron V3 Mechanical Keyboard Sponsored · View on Amazon → Linux Pocket Guide Sponsored · View on Amazon →
LWN.net

Two new stable kernels for Friday

Greg Kroah-Hartman has released the 6.18.7 and 6.12.67 stable kernels. As always, each contains important fixes throughout the tree. Users are advised to upgrade.

LWN.net

Security updates for Friday

Security updates have been issued by AlmaLinux (kernel), Debian (bind9, chromium, osslsigncode, and python-urllib3), Fedora (freerdp, ghostscript, hcloud, rclone, rust-rkyv0.7, rust-rkyv_derive0.7, and vsftpd), Mageia (avahi and harfbuzz), SUSE (alloy, avahi, busybox, cargo-c, corepack22, corepack24, curl, docker, dpdk, exiv2-0_26, ffmpeg-4, firefox, glib2, go1.24, go1.25, gpg2, haproxy, kernel, kernel-firmware, keylime, libpng16, librsvg, libsodium, libsoup, libsoup2, libtasn1, log4j, net-snmp, open-vm-tools, openldap2_5, ovmf, pgadmin4, php7, podman, python-filelock, python-marshmallow, python-pyasn1, python-tornado, python-urllib3, python-virtualenv, python3, python311-pyasn1, python311-weasyprint, rust1.91, rust1.92, util-linux, webkit2gtk3, and wireshark), and Ubuntu (libxml2 and pyasn1).

Linux.org

Proxmox VE Series Part 1: The Basics

You may have heard of Proxmox Virtual Environment (VE), or may even know what it is or have used it. For those who haven't heard of it, barely used it , or just want to know more, here are a series of articles to cover Proxmox VE in more detail. Proxmox is an open-source substitute for VMware, which is offered as a free version. Proxmox Basics As I stated, Proxmox is open-source and is a free solution for virtualization. Of course, there is a subscription-based version that allows... https://www.linux.org/threads/proxmox-ve-series-part-1-the-basics.58546/

Phoronix

Zlib-rs 0.6 Released With Improved AVX-512 Support

Zlib-rs is the effort out of the Trifecta Tech Foundation to provide a Zlib compression implementation written in the Rust programming language that can serve as a C dynamic library and Rust crate. The intent here being that zlib-rs is potentially safer than the classic C-based implementation of Zlib...