News

Released on March 24, 2025, Linux Kernel 6.14 introduces significant enhancements for Intel and AMD processors, focusing on ...
openSUSE Leap 16 marks a significant evolution in the openSUSE project, integrating the robustness of SUSE Linux Enterprise ...
One of the standout features of Manjaro 25.0 is its enhanced support for Flatpak, a universal package management system. This ...
Founded in 2008 by the Zorin brothers, Zorin OS was created with one mission: to make Linux accessible to everyone, ...
The inclusion of Rust-based tools in Ubuntu 25.10 Questing Quokka represents a significant milestone—not just for Canonical, ...
Linking is the process of combining various pieces of code and data together to form a single executable that can be loaded in memory. Linking can be done at compile time, at load time (by loaders) ...
The Linux kernel is undergoing major changes that will shape its future development and adoption, according to Jonathan Corbet, Linux kernel developer and executive editor of Linux Weekly News.
ALSA stands for the Advanced Linux Sound Architecture. It consists of a set of kernel drivers, an application programming interface (API) library and utility programs for supporting sound under Linux.
Jim demonstrates color manipulation with curses by adding colors to his terminal adventure game. In parts one and two of my article series about programming with the ncurses library, I introduced a ...
There's an ongoing series of skirmishes between corporations who want to sell products that users don't fully control and the kernel developers who want users to be the highest authority. Sometimes ...
Unfortunately for kernel developers, allocating memory in the kernel is not as simple as allocating memory in user space. A number of factors contribute to the complication, among them: ...