28794
Linux & DevOps

Linux Security, AI Developments, and Terminal Enhancements: This Week in Open Source

Posted by u/Tiobasil · 2026-05-18 04:42:27

Linux Kernel Security: Killswitch Proposal and Recent Exploits

Hot on the heels of Copy Fail, the Linux kernel community is facing another privilege escalation vulnerability named Dirty Frag. This exploit chains two distinct flaws that are individually harmless but become dangerous when combined. Fortunately, patches have already been released for the Linux kernel, as well as for Fedora and Pop!_OS distributions. Users are advised to apply these updates promptly to avoid exposure to a widely publicized attack.

Linux Security, AI Developments, and Terminal Enhancements: This Week in Open Source
Source: itsfoss.com

The rise of such vulnerabilities has spurred a new kernel proposal known as killswitch. This mechanism would allow system administrators to disable a vulnerable kernel function at runtime without rebooting—a critical capability for mitigating exploits in production environments. Additionally, there is a proposal for a kernel scheduler designed to improve frame times on older hardware under heavy CPU load, potentially breathing new life into aging machines.

Industry Support for LVFS: Dell and Lenovo Become Premier Sponsors

As reported a few weeks ago, the Linux Vendor Firmware Service (LVFS) has been ramping up pressure on vendors who were not contributing their fair share. Now, two major OEMs have stepped up: Dell and Lenovo have both signed on as Premier sponsors, each committing $100,000 per year. They are the first vendors to reach this top-tier sponsorship level, signaling strong industry support for LVFS’s mission to simplify firmware updates across Linux distributions.

Fedora's AI Initiatives: Local-First and Hummingbird

Ubuntu recently announced local-first AI plans, and Fedora is following suit with its own AI Developer Desktop initiative, approved by a unanimous council vote. The project plans to deliver three Atomic Desktop images, two of which are CUDA-enabled for GPU acceleration. Importantly, none of these images will phone home to cloud services, aligning with the community’s emphasis on privacy and local compute.

In a separate but related move, Fedora has announced Hummingbird, a distribution that ships the entire operating system as a bootable OCI image. Hummingbird supports atomic updates and rollbacks, promising a resilient system administration experience similar to containerized workflows.

Debian's Reproducible Builds Mandate

Debian has taken a significant step toward software transparency by making reproducible builds a hard requirement for the Forky development cycle. Since May 9, any package that cannot be compiled byte-for-byte identically from its source code is blocked from entering the testing archive. This mandates assures users that binaries match the source, reducing the risk of hidden backdoors or supply chain attacks.

Linux Security, AI Developments, and Terminal Enhancements: This Week in Open Source
Source: itsfoss.com

Linux Tips and Tools: OneDrive Alternatives, Yazi, Dolphin Tweaks

Moving Away from OneDrive: Ente Photos

My colleague Sourav, a long-time OneDrive user, recently decided to move away from Microsoft’s cloud storage due to concerns about Copilot potentially meddling with his personal photos and videos. He switched to Ente Photos, an open-source, end-to-end encrypted alternative that gives him full control over his media.

Yazi: A Rust-Based Terminal File Manager

For those who spend a lot of time in the terminal, Yazi offers a far richer experience than the basic ls and cd commands. Written in Rust, it provides a three-pane layout, image previews, syntax-highlighted code previews, and the ability to peek into archives without extracting them.

Hidden Gems in KDE Dolphin

Most KDE users know that Dolphin supports split views and tabs. However, fewer are aware that it can also verify file checksums, restore recently closed tabs using Ctrl+Shift+T, and paste images directly from the browser. These features can significantly streamline file management tasks.

Around the Open Source World: Huawei's OS and AI Coding Tool

Sanctions pushed Huawei to develop its own mobile operating system. Five years later, HarmonyOS is running on 55 million devices and growing rapidly. This demonstrates how constraints can foster innovation in the open source ecosystem.

For developers working with AI coding agents, a new open source tool has emerged that functions like git but is designed specifically for managing changes made by AI agents. It promises to version-control code modifications intelligently, making collaboration between human and AI developers more efficient.


That’s a wrap for this week’s open source highlights. Stay tuned for more news, tips, and memes in the next edition!