These gaming Linux distros are teaming up to fix bigger problems
The Open Gaming Collective, among other projects, is building a single kernel optimized for gaming.
Latest Linux and open source news from around the web
The Open Gaming Collective, among other projects, is building a single kernel optimized for gaming.
Microsoft posted a patch series for introducing Hyper-V integrated scheduler support into the Linux kernel for enhancing vCPU scheduling behavior for virtual machines running within Microsoft's virtualized environment...
Linux Professional Institute (LPI) continues to strengthen its global presence by empowering partners, members, and community leaders to promote our certifications and collaborate at open source events worldwide. With a suite of initiatives designed to increase community engagement and event ... Read more The post LPI Expands Global Reach Through Enhanced Event Engagement appeared first on Linux Professional Institute (LPI).
by George Whittaker In an era where security threats continually evolve, protecting the heart of an operating system, the kernel, has never been more critical. One tool gaining traction in the Linux world is the Linux Kernel Runtime Guard (LKRG), a specialized security module designed to detect and respond to attacks targeting the kernel while the system is running. This project recently reached its first stable milestone with version 1.0.0, marking a major step forward for runtime protection on Linux systems. What Is LKRG? LKRG (short for Linux Kernel Runtime Guard) is a loadable kernel module that continuously monitors the health and integrity of the Linux kernel while itโs running. Unlike many security features that rely on compile-time patches or static defenses, LKRG acts at runtime, watching for signs of unauthorized changes or exploit attempts and taking configurable action when something suspicious is detected. Because LKRG is a module rather than a patch to the kernel source,
From Russia with software freedom, MiniOS Ultra 5.1 serves up a compact Debianโbased distro with an impressive range of builtโin tools. We have screenshots! The post MiniOS Ultra 5.1 Shrinks the ISO, Not the Experience appeared first on FOSS Force.
Jeff Mahoney, who holds a vice-president position at SUSE, has posted a detailed proposal for improving the governance of the openSUSE project. It's meant to be a way to move from governance by volume or persistence toward governance by legitimacy, transparency, and process - so that disagreements can be resolved fairly and the project can keep moving forward. Introducing structure and predictability means it easier for newcomers to the project to participate without needing to understand decades of accumulated history. It potentially could provide a clearer roadmap for developers to find a place to contribute. The stated purpose is to start a discussion; this is openSUSE, so he is likely to succeed.
The extensible scheduler class (sched_ext) allows the installation of a custom CPU scheduler built as a set of BPF programs. Its merging for the 6.12 kernel release moved the kernel away from the "one scheduler fits all" approach that had been taken until then; now any system can have its own scheduler optimized for its workloads. Within any given machine, though, it's still "one scheduler fits all"; only one scheduler can be loaded for the system as a whole. The sched_ext sub-scheduler patch series from Tejun Heo aims to change that situation by allowing multiple CPU schedulers to run on a single system.
Vivaldi 7.8 introduces drag-and-drop Tab Tiling, smarter pinned tabs, and smoother multitasking for everyday browsing.
What happens to Linux when there's no Linus? It's a question many of us have asked over the years, and it seems it's also on the minds of the Linux kernel project.
Running out of disk space on Ubuntu? Before you start uninstalling applications or clearing caches, you might want to check your snap revisions. Iโve been getting low disk space warnings on a 40GB Ubuntu partition. The usual tips to free space on Ubuntu werenโt enough, so I opened Disk Usage Analyser and found nearly 8GB was eaten up by old snap versions (you can run sudo du -sh /var/lib/snapd too). Not active versions of Snaps I have installed; backups of every snap I have installed. There, idle, in the snapd folder consuming several gigabytes โjust in caseโ I need to [โฆ]
GeForce NOWโs Linux beta is available today, allowing PCs to stream RTX games from the cloud at up to 5K resolution and high FPS.
Security updates have been issued by AlmaLinux (java-25-openjdk, openssl, and python3.9), Debian (gimp, libmatio, pyasn1, and python-django), Fedora (perl-HarfBuzz-Shaper, python-tinycss2, and weasyprint), Mageia (glib2.0), Oracle (curl, fence-agents, gcc-toolset-15-binutils, glibc, grafana, java-1.8.0-openjdk, kernel, mariadb, osbuild-composer, perl, php:8.2, python-urllib3, python3.11, python3.11-urllib3, python3.12, and python3.12-urllib3), SUSE (alloy, avahi, bind, buildah, busybox, container-suseconnect, coredns, gdk-pixbuf, gimp, go1.24, go1.24-openssl, go1.25, helm, kernel, kubernetes, libheif, libpcap, libpng16, openjpeg2, openssl-1_0_0, openssl-1_1, openssl-3, php8, python-jaraco.context, python-marshmallow, python-pyasn1, python-urllib3, python-virtualenv, python311, python313, rabbitmq-server, xen, zli, and zot-registry), and Ubuntu (containerd, containerd-app and wlc).
Learn the terminal in four steps: package installs, config edits, a minimal installation, and then small scripts. No memorizing required.
With the incredible market demand around DDR5 memory and significantly elevated pricing on the more premium DDR5 memory modules, as part of the AMD Ryzen 7 9850X3D launch there's been some communication that thanks to 2nd Gen AMD 3D V-Cache, using lower memory speeds like DDR5-4800 can be suitable without much of an impact to the gaming performance. But what about for Linux gaming? And other workloads with the Ryzen 7 9850X3D? Complementing yesterday's Linux review of the Ryzen 7 9850X3D are benchmarks of DDR5-4800 vs. DDR5-6000 performance with Ubuntu Linux and this new 3D V-Cache 8-core / 16-thread desktop processor.
Libcamera 0.7 was published today for this modern software library for image signal processors (ISPs) and embedded cameras under Linux. The standout change with libcamera 0.7 is initial plumbing for GPU acceleration in the software ISP "SoftISP" for delivering better performance than just CPU-based...