Latest Linux and open source news from around the web

Ubiquiti UniFi U6+ Sponsored · View on Amazon → Practical Vim Sponsored · View on Amazon →
OMG! Ubuntu

Ubuntu 26.04 LTS upgrade now open for Ubuntu 25.10 users

If you’ve been itching to upgrade to Ubuntu 26.04 LTS from Ubuntu 25.10, good news: the upgrade path has finally been enabled, as of 14 May, 2026. Ubuntu 26.04 LTS released over a month ago, with GNOME 50, Linux 7.0 and new default apps. Snap app and web searching features were added to the overview, and you can enable Ubuntu Pro in the Security Center. Plus, the ‘Resolute Raccoon’ brought a fresh set of folder icons, turned on password feedback for sudo commands and provides easy access to NVIDIA CUDA and AMD ROCm, since both are now an apt install […]

OMG! Ubuntu

BleachBit’s new TUI lets you clean without a desktop environment

Open-source cleaning tool BleachBit has gained a text-based user interface (TUI) as an optional alternative to its standard graphical frontend. Unlike BleachBit’s existing CLI, which is intended for non-interactive use in scripts, the TUI is fully interactive, you navigate the interface with your keyboard (there’s limited mouse support) to select, preview and clean out cruft. The BleachBit TUI caters to use cases the GUI doesn’t, be that headless Linux servers managed remotely or being available on lightweight desktop systems where adding the overheard of GTK dependencies isn’t wanted. Currently in alpha, the new TUI runs on the same backend as […]

Phoronix

SDL Library Adds Support For The New Steam Controller Without Depending On Steam

Valve's new Steam Controller, which began shipping earlier this month for $99 USD, is a great piece of hardware. This high-end gaming controller is great hardware wise but what some may not enjoy about it currently is the tight integration with the Steam controller and no native OS drivers currently for use outside of Steam. As a big win today, the widely-used SDL3 gaming software/hardware abstraction library has added support for the new Steam Controller that works outside the confines of Steam...

LWN.net

[$] Policy groups for memory management

The kernel's control-group subsystem works well for resource management, Chris Li said at the beginning of his memory-management-track session at the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit. Control groups work less well for other use cases, though. He was there to present his proposed enhancement, called "policy groups", that would address some of the shortcomings that he has encountered. A consensus on how this feature should look still seems distant, though.

LWN.net

[$] Buffered atomic writes, writethrough, and more

In back-to-back sessions at the start of the 2026 Linux Storage, Filesystem, Memory Management, and BPF Summit (which spilled over into a third slot), the atomic-buffered-writes feature was discussed. In the first session, Pankaj Raghav and Andres Freund set the stage with an introduction to the problem, along with a use case for its solution: the PostgreSQL database system. In the second, Ojaswin Mujoo described a potential way forward for the feature using an approach based on writethrough, which effectively means that the kernel immediately writes the data to disk instead of waiting for writeback from the page cache to occur. As might be expected, there was quite a bit of discussion among the assembled filesystems and storage developers during the combined sessions for those tracks.