Latest Linux and open source news from around the web

Crucial BX500 1TB SATA SSD Sponsored · View on Amazon → The Art of UNIX Programming Sponsored · View on Amazon →
LPI

How I Scored 100% on the Linux Essentials Exam

To celebrate the beginning of my journey as a Linux Professional Institute (LPI) Trainer, I wanted to reshape some video content of mine as an LPI article. So: Hello everybody, I’m Szymon Izydorek, the creator behind the BecomeDevops channel. In ... Read more The post How I Scored 100% on the Linux Essentials Exam appeared first on Linux Professional Institute (LPI).

Fedora Magazine

Save the Date: Fedora Council Video Meeting on 2026 Strategy Summit

Join the Fedora Council public video meeting on Wednesday, February 25, 2026, at 14:00 UTC. Fedora Project Leader Jef Spaleta will share outcomes from the recent 2026 Strategy Summit and outline the strategic direction for the upcoming year. Attendees can ask questions live on Google Meet or submit them early via the Fedora Discussion topic. This is your opportunity to engage directly with leadership regarding Fedora's future.

LWN.net

[$] LWN.net Weekly Edition for February 12, 2026

Inside this week's LWN.net Weekly Edition: Front: Git; GCC and KCFI; modernizing swapping; 6.18 statistics; modern FOSS challenges. Briefs: Kernel ML; tag2upload; LFS sysvinit; postmarketOS FOSDEM; Ardour 9.0; Offpunk 3.0; Dave Farber RIP; Quotes; ... Announcements: Newsletters, conferences, security updates, patches, and more.

LWN.net

Linux man pages 6.17 released

Version 6.17 of the Linux manual-page collection has been released. Along with a long list of updates to the man pages themselves, it includes some new utility programs of interest. The grepc(1) program is something that originated in this project, as it helped me find code quickly in glibc and the Linux kernel. However, I've found it incredibly useful outside of this project. I'll take some space to announce it, as it's much more than just a tool for writing manual pages, and I expect it to be useful to most --if not all-- C programmers. It is a command-line tool that finds C source code (for example, a function definition) in arbitrary projects. It doesn't use any indexing mechanism (unlike ctags and similar tools). This means that it can be used right after cloning some repository, without having to first generate an index.