Latest Linux and open source news from around the web

All Sources 9to5Linux Fedora Magazine Foss Force How-to Geek It's FOSS Linux Insider Linux Journal Linux Magazine Linux TLDR Linux.org Linuxiac LPI LWN.net OMG! Ubuntu Phoronix
Phoronix

Intel Finally Posts Open-Source Gaudi 3 Driver Code For The Linux Kernel

The good news is that Intel tonight posted a pull request for open-source Gaudi 3 accelerator support for the mainline Linux kernel! The bad news is that it's coming quite late in the product cycle, much later than the former excellent Habana Labs open-source track record, and their hopes of squeezing this code into the Linux 6.19 kernel may be dashed...

LWN.net

Landlock-ing Linux (prizrak.me)

The prizrak.me blog is carrying an introduction to the Landlock security module. Landlock shines when an application has a predictable set of files or directories it needs. For example, a web server could restrict itself to accessing only /var/www/html and /tmp. Unlike SELinux or AppArmor, Landlock policies don't require administrator involvement or system-wide configuration. Developers can embed policies directly in application code, making sandboxing a natural part of the development process.

Linux Magazine

Zsh and two Go programs help with typing

When typing in the shell, Mike Schilli would like a function that offers recently modified files in a terminal user interface and builds them into his commands. The Z shell and two Go programs do the trick.