In a Weird Case, German Deutsche Bahn's Website Was Locking Out Linux Users
DB says it was not intentional, and the block seems to have been fixed.
Latest Linux and open source news from around the web
DB says it was not intentional, and the block seems to have been fixed.
For years already AV2 has been in development as the successor to AV1 for this wonderful open-source, royalty-free video codec. While there was talk about releasing AV2 by the end of 2025, that didn't happen but now latest indicators are pointing toward its formal debut next week...
KDE developers continue to be quite busy in preparing for next month's Plasma 6.7 stable desktop release due out in mid-June while also beginning more feature work toward Plasma 6.8...
This week's x86 platform driver fixes include not only a handful of bug fixes but also enabling some additional laptops within existing drivers for HP and ASUS devices...
Back in 2022 it was announced DreamWorks Animation was open-sourcing their MoonRay renderer that has been used in production feature films. It ended up being published as open-source in March 2023 as OpenMoonRay and since then has continued advancing with new feature releases and improvements. Now it's being contributed to the Academy Software Foundation as the newest project...
In addition to the recent influx of Linux security vulnerabilities affecting Linux, FreeBSD has also begun receiving security reports via AI/LLM-driven discovery tools. FreeBSD 15.1-RC1 is out today ahead of the planned official release in June and it brings a handful of security fixes out of this new AI-driven security research space...
GNOME Commander, the orthodox file manager for the GNOME desktop that was inspired by Norton Commander, has been rewritten in the Rust programming language and also now using the GTK4 toolkit...
Enterprise customers keep Gemini CLI, but open source users are nudged toward a proprietary “upgrade” called Antigravity CLI The post Gemini CLI’s Short Life and Google’s Antigravity Bait‑and‑Switch appeared first on FOSS Force.
GNOME Sushi fans, rejoice: the spacebar preview feature is being fixed in Ubuntu 26.04. If you’re not familiar with it, GNOME Sushi is a file preview tool similar to Quick Look on macOS. Select a file in Nautilus, press space and a floating preview window appears. It works with images, video and audio files, PDFs, plain text files and more. GNOME’s Sushi isn’t preinstalled in Ubuntu but many users install it themselves as it makes it easier to find specific files when rooting through folders filled with samey-seeming documents, audio files and video clip. —Well, except it doesn’t (or rather, […]
Plex is tripling its Lifetime Pass price to $750 on July 1, while Jellyfin mocked the move with a satirical $0 “price increase.”
Merged today for Linux 7.1 was this week's power management fixes with a few notable fixes for both AMD and Intel platforms...
The kernel's page cache is charged with maintaining pages (or, more correctly, folios) containing copies of data from files in the filesystem; its performance has a big effect on the performance of the system as a whole. One of the key decisions the kernel must make is when to evict folios from the page cache. At the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Tal Zussman ran a memory-management-track session on how the page cache could be better customized for specific workloads. It will not be much of a spoiler to say that it involves BPF.
A major page fault occurs when a process attempts to access a page that is not currently present in RAM; satisfying such faults usually involves I/O, and can thus take some time. When many threads sharing an address space are generating page faults, the result can be significant lock contention while that I/O takes place. During the memory-management track at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit, Barry Song led a session to try, yet again, to find an enduring solution to this problem.
Security updates have been issued by AlmaLinux (firefox), Debian (chromium, nss, openvpn, and thunderbird), Fedora (cockpit, kernel, and linux-firmware), Oracle (gdk-pixbuf2, kernel, and libsndfile), SUSE (container-suseconnect, cpp-httplib, dnsmasq, firefox, glibc, GraphicsMagick, java-1_8_0-openj9, kernel, mozjs115, php8, python-urllib3, rekor, rootlesskit, rsync, tiff, ucode-intel, util-linux, and xz), and Ubuntu (bind9, bubblewrap, libarchive, linux-intel-iot-realtime, postgresql-14, postgresql-16, postgresql-17, postgresql-18, and xdg-desktop-portal).
VKD3D 2.0 open-source 3D library updates Wine’s Direct3D to Vulkan translation layer with HLSL, DXIL, and debugging improvements.