Sudo linux
HomeFeed aggregator

Northern Europe Leads the Pack in Abandoning Windows After Threats Made to Greenland (Says Clownflare Data)

Linux News - Sat, 08/22/2026 - 22:20
GNU/Linux gaining fast in Western Europe, which is relatively rich, as is South Korea, which also moves to GNU/Linux.
Categories: Linux News

Meloville Is a New Open-Source Music Player for Linux

Linux News - Sat, 08/22/2026 - 22:20
Meloville is a new Qt-based open-source music player for Linux with synced lyrics, Bluetooth controls, playlists, and metadata editing.
Categories: Linux News

ESP32-S3 handhelds with 3.97-inch e-paper and optional LoRa/NFC

Linux News - Sat, 08/22/2026 - 22:20
M5Stack’s new PaperMono and PaperMono-Lite are compact ESP32-S3-based e-paper development platforms built around a 3.97-inch grayscale touchscreen. Both models include Wi-Fi, microSD storage, an IMU, real-time clock, frontlight, microphone, buzzer, and an integrated 1150mAh battery, while the higher-end PaperMono adds LoRa and NFC connectivity. Both devices are based on the ESP32-S3R8, which integrates a dual-core […]
Categories: Linux News

Linux 7.3 Network Changes Merged But Developers "Completely Overwhelmed" Due To AI/LLMs

Linux News - Fri, 08/21/2026 - 22:20
All of the networking subsystem feature updates were merged today for the Linux 7.3 kernel's merge window. There are a lot of wired and wireless networking improvements this cycle but also a ton of bug fixes -- including many not so important fixes spun up by AI/LLM agents. The networking subsystem maintainers admit now they are "completely overwhelmed" due to this code churn from the output of AI large language models...
Categories: Linux News

FSCRYPT Sees Cleanup With Linux 7.3 To Open Door For More Features Like Btrfs Encryption

Linux News - Fri, 08/21/2026 - 22:20
FSCRYPT is the Linux file-system encryption framework for supporting per-directory, transparent encryption. FSCRYPT so far is used by the likes of EXT4, F2FS, and CephFS. For Linux 7.3 there is an important clean-up to the FSCRYPT code to simplify it while also opening the door for new features moving forward into future kernel versions...
Categories: Linux News

Mozilla Firefox 154 Is Now Available for Download, Here’s What’s New

Linux News - Fri, 08/21/2026 - 22:20
Mozilla has published the final builds of the Firefox 154 open-source web browser today, ahead of its official unveiling on August 18th, 2026, so it’s time to take a look at the new features and improvements.
Categories: Linux News

Intel Mesa Linux Drivers Now Treating Nova Lake S / U / H / HX As Stable

Linux News - Fri, 08/21/2026 - 22:20
Intel's open-source Mesa drivers for Iris Gallium3D (OpenGL) and ANV (Vulkan) on Linux are no longer treating next-gen Nova Lake processors with integrated graphics as experimental and off-by-default. With today's Mesa 26.3-devel code, the Intel driver code across Nova Lake's S, U, H, and HX product families are considered stable and enabled by default...
Categories: Linux News

9to5Linux Weekly Roundup: August 16th, 2026

Linux News - Fri, 08/21/2026 - 22:20
The 305th installment of the 9to5Linux Weekly Roundup is here for the week ending August 16th, 2026, keeping you updated on the most important developments in the Linux world.
Categories: Linux News

Linux Driver Posted For The PreSonus Quantum 2626: A ~$700 Thunderbolt Audio Interface

Linux News - Fri, 08/21/2026 - 22:20
The PreSonus Quantum 2626 is a high-end, Thunderbolt 3 based audio interface. PreSonus just maintains Windows and macOS drivers for this high-end audio interface while now an open-source Linux driver has been posted after being independently developed via reverse engineering...
Categories: Linux News

Arch Linux-Based Garuda Linux “Temeraire” Released with Linux Kernel 7.2

Linux News - Fri, 08/21/2026 - 22:20
Garuda Linux “Temeraire” is out today as the latest snapshot of this Arch Linux-based distro that promises to deliver a powerful, beautiful, and user-centric Linux desktop experience.
Categories: Linux News

Intel Hyper Threading Performance On The Xeon 678X "Granite Rapids-WS"

Linux News - Fri, 08/21/2026 - 22:20
With the Intel Xeon 678X "Granite Rapids WS" processor that I have been recently testing within the HP Z4 G6i workstation, there are 48 cores plus with Hyper Threading is a total of 96 threads for this high-end workstation processor with a 300 Watt TDP. For those curious about the performance impact of HT/SMT on this Intel Xeon 600 series workstation processor, here are some comparison benchmarks.
Categories: Linux News

WordPress 7.1 Released with Responsive Styling and Improved Media Handling

Linux News - Fri, 08/21/2026 - 22:20
WordPress 7.1 “Mary Lou” introduces responsive styling, a new image editing workflow, richer collaboration tools, and Playlist and Tabs blocks.
Categories: Linux News

Linux 7.3 Cleans Up The Code For Disabling Of Legacy 32-bit Time Support

Linux News - Fri, 08/21/2026 - 22:20
The Linux kernel has supported the CONFIG_COMPAT_32BIT_TIME Kconfig build time option for optionally disabling of legacy 32-bit time system call support. This is intended to disable the code that uses a 32-bit integer for time that is thus not Year 2038 safe, but at the cost of breaking compatibility for legacy 32-bit applications. Even if building without Linux 32-bit time support, it turns out some 32-bit time code persisted but that is now being fixed with Linux 7.3...
Categories: Linux News

RPM 6.1 Is Here with New Release Model Inspired by the Linux Kernel

Linux News - Fri, 08/21/2026 - 22:20
RPM 6.1 has been released today as a major update to this package manager system for Red Hat Enterprise Linux and Fedora Linux-based distributions.
Categories: Linux News

Modular’s Got Its ‘Mojo’ Working Fully Open Source

Linux News - Fri, 08/21/2026 - 22:20
Modular has opened Mojo’s compiler and tooling under Apache 2.0, but says outside compiler contributions will have to wait until later this year.
Categories: Linux News

EXT4 Preps More Performance Improvements For Linux 7.3

Linux News - Thu, 08/20/2026 - 22:20
In addition to the IOmap improvements helping EXT4 performance in Linux 7.3, the main EXT4 feature pull request has now been submitted for this next kernel version. That pull is set to land yet more performance optimizations for EXT4...
Categories: Linux News

Go 1.27 Released with Generic Methods, JSON v2, and Faster Memory Allocation

Linux News - Thu, 08/20/2026 - 22:20
Go 1.27 introduces generic methods, a new JSON v2 implementation, faster small memory allocations, goroutine leak profiling, and new crypto features.
Categories: Linux News

Two Very Exciting Memory Management Optimizations Going Into Linux 7.3

Linux News - Thu, 08/20/2026 - 22:20
Andrew Morton on Tuesday sent out all of the memory management "MM" updates for the Linux 7.3 merge window. The MM pull was particularly heavy as he noted 1,250 "added-to-MM" emails were sent out this cycle compared to 920 the prior cycle. With a lot of patch churn, he also turned to Google's Gemini AI for writing his patch summaries. In going through the very verbose AI-generated summary, there are two patch series that get me excited on the performance front with Linux 7.3...
Categories: Linux News

Garuda Linux Temeraire Released with New CachyOS-Based Kernel, Plasma Login Manager

Linux News - Thu, 08/20/2026 - 22:20
Garuda Linux Temeraire arrives with a new CachyOS-based kernel, Plasma Login Manager, revamped Hyprland setup, and major tooling changes.
Categories: Linux News

KDE Plasma Rice – Abandoned Machine | Easy Customization

Linux News - Thu, 08/20/2026 - 22:20
Here is a simple KDE Plasma rice with an "Abandoned Machine" vibe that features a clean setup, easy customization, and is perfect for daily use. Just a quick note to be transparent: I actually created this setup about five months ago, but I am finally sharing it now. For the visual components, I used the Layan Global Theme paired with the Layan Breath Kvantum Theme, the Gruvbox Plus icon pack, and the KDE Modern Clock widget.
Categories: Linux News