A proposal has been laid out for a new X.Org Server "main" Git branch to house their development going forward and cleaning up the development lapses over the past few years. Ultimately the hope is for having a new cleaned-up X.Org Server and XWayland Git branch for shipping new releases in 2026...
Still early to say whether this will make it into Wine officially, this should rekindle some hope for Linux users and users-to-be who have been missing Adobe's creative suite on the platform.
While RMS has continued to speak at occasional events, he's largely remained publicly invisible until now. Is this about to change? The post Itโs Official: Richard Stallman Will Speak at Georgia Tech on January 23 appeared first on FOSS Force.
In November 2025, Linux Professional Institute (LPI) released version 2.0 of the Linux Professional Institute DevOps Tools Engineer certification. Covering a series of tools used to develop and deliver software in a collaborative manner, the content of this exam extends ... Read more The post DevOps Tools Introduction #01: Getting โGetting Startedโ Started appeared first on Linux Professional Institute (LPI).
PostgreSQL contributor Robert Haas has published a blog post that breaks down code contributions to PostgreSQL in 2025. I calculate that, in 2025, there were 266 people who were the principal author of at least one PostgreSQL commit. 66% of the new lines of code where contributed by one of 26 people, and 90% of the lines of new code were contributed by one of 67 people. Contributions to the project seem to be on the upswing; in his analysis of development in 2024, there were 229 people who were the primary authors of a commit, and 66% of new lines of code were contributed by one of 18 people. The raw data is also available.
Last year Valve contractor Timur Kristรณf managed to improve the AMDGPU driver enough for old GCN 1.0 Southern Islands and GCN 1.1 Sea Islands GPUs that with Linux 6.19 AMDGPU is now the default for those GPUs with better performance, RADV Vulkan out-of-the-box, and other benefits. He isn't done though improving the old GCN 1.0/1.1 era GPU support on this modern AMDGPU kernel driver - a new patch series posted today brings some power management fixes...
The io_uring subsystem is more than an asynchronous I/O interface for Linux; it is, for all practical purposes, an independent system-call API. It has enabled high-performance applications, but it also brings challenges for code built around classic, Unix-style system calls. For example, the seccomp() sandboxing mechanism does not work with it, causing applications using seccomp() to disable io_uring outright. Io_uring maintainer Jens Axboe is seeking to improve that situation with a rapidly evolving patch series adding a new restrictive mechanism to that subsystem.
Linux doesnโt hide the system behind guardrails. Hereโs why its freedom, flexibility, and control still outclass the mainstream desktop OSes. The post Linux: The Real Operating System appeared first on LinuxInsider.
A new feature expected to be merged for the upcoming Linux 7.0 kernel cycle is adding an OPEN_TREE_NAMESPACE flag for the open_tree() system call. This OPEN_TREE_NAMESPACE option can provide a nice performance win with added security benefits if you are dealing a lot with containerized workloads on Linux...
Version 11.0 of the Wine Windows compatibility layer is out. "This release represents a year of development effort, around 6,300 individual changes, and more than 600 bug fixes." The most notable changes in this release are support for the NTSync Linux kernel module (when available), and the completion of the Windows 32-bit on Windows 64-bit (WoW64) architecture that was announced as experimental in Wine 9.0.