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
Linux.org

Screen video tutorial

Just recorded/released a new screen tutorial .. check it out, subscribe! There's a lot of reasons to use screen. Mostly it's because you want to make sure you can re-connect to the session that you started on that other server. This video goes over how to use it so you can get your stuff done. https://www.linux.org/threads/screen-video-tutorial.59592/

Linux.org

Linux Bootloaders: Installing and Configuring rEFInd, Limine, and GRUB

In following the modularity of Linux, we will look at the Bootloader. A Bootloader is software that the hardware loads the Linux kernel into memory. The system Bootloader is the bridge between the hardware powering up and the Operating System (OS) taking over. NOTE: If you continue with installing any of these Bootloaders, you need to disable Secure Boot in your UEFI settings. There are two folders to be aware of for Bootloaders. The Boot folder is where the actual kernel and... https://www.linux.org/threads/linux...and-configuring-refind-limine-and-grub.57750/

LWN.net

Cro provides commentary on LWN's Zig asynchronicity article

Loris Cro has published a detailed YouTube video talking about the terminology used to discuss asynchronicity, concurrency, and parallelism in our recent article about Zig's new Io interface. Our article is not completely clear because it uses the term "asynchronous I/O" to refer to what should really be called "non-blocking I/O", and sometimes confuses asynchronicity for concurrency, among other errors of terminology, he says. Readers interested in precise details about Zig's approach and some of the motivation behind the design may find Cro's video interesting.

LWN.net

[$] LWN.net Weekly Edition for December 4, 2025

Inside this week's LWN.net Weekly Edition: Front: Rust in Debian; Python comprehensions; asynchronous Zig; BPF and io_uring; C safety; 6.18 statistics; just. Briefs: Landlock; Let's Encrypt lifetimes; Last 5.4 kernel; TAB election; AlmaLinux 10.1; FreeBSD 15.0; NixOS 25.11; Django 6.0; Home Assistant 2025.12; PHP 8.5.0; Racket 9.0; Quotes; ... Announcements: Newsletters, conferences, security updates, patches, and more.

Phoronix

Linux 6.19 Goes Ahead And Enables Microsoft C Extensions Support

Last month I reported on Linux 6.19 looking to enable Microsoft C Extensions support throughout the Linux kernel with setting the -fms-extensions compiler option to allow Microsoft C Extensions when building the kernel. Linus Torvalds today merged that support without objections...