New story! Modular’s Got Its ‘Mojo’ Working Fully Open Source

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.

New story! EXT4 Preps More Performance Improvements For Linux 7.3

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...

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

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Aug 20, 2026 12:28 AM EDT)
  • Story Type: News Story
Go 1.27 introduces generic methods, a new JSON v2 implementation, faster small memory allocations, goroutine leak profiling, and new crypto features.

New story! Two Very Exciting Memory Management Optimizations Going Into Linux 7.3

  • Phoronix (Posted by bob on Aug 19, 2026 10:56 PM EDT)
  • Groups: Linux; Story Type: News Story
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...

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

Garuda Linux Temeraire arrives with a new CachyOS-based kernel, Plasma Login Manager, revamped Hyprland setup, and major tooling changes.

New story! KDE Plasma Rice – Abandoned Machine | Easy Customization

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.

New story! Distro of the Week: Linux Q83 13.14 Kopernik

  • Distrooftheweek.com; By Larry Cafiero (Posted by lcafiero on Aug 19, 2026 3:03 PM EDT)
  • Groups: Debian, Linux
Once you get past what can best be described as an interesting default desktop photo, Poland's Linux Q83's latest offering makes one wonder: With one this solid, why is this Debian-based distro ranking in the 90s on Distrowatch.com when it should be much higher?

New story! COSMIC Desktop 1.6 Released with Per-App Sound Controls, Compositor Improvements

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Aug 19, 2026 10:08 AM EDT)
  • Story Type: News Story
COSMIC Desktop 1.6 adds per-application sound controls, compositor protocol improvements, terminal enhancements, and fixes across core desktop components.

New story! COSMIC Epoch 1.6 Released With Per-App Volume Control, Remote Desktop Preparations

  • Phoronix (Posted by bob on Aug 19, 2026 8:36 AM EDT)
  • Groups: Linux; Story Type: News Story
COSMIC Epoch 1.6 was released this evening as the latest milestone for this open-source, Rust-based desktop environment led by System76 as part of the work on their Pop!_OS Linux distribution...

New story! Thunderbird 154 Open-Source Email Client Introduces an Optional System Tray Mode

Following the release of Mozilla Firefox 154 today, the Mozilla Thunderbird 154 open-source email, calendar, news, chat, and address book client has been released with various new features and improvements.

New story! Fedora x86-64-v3 Optimized Packages Pushed Back To At Least Fedora 46

There was a proposal under discussion the past few months on building x86-64-v3 packages for Fedora 45 while retaining x86-64-v1 packages. The hope was building the Fedora packages with x86-64-v3 where AVX/AVX2, FMA, BMI2, and other newer ISA features can be assumed in the name of better performance. Unfortunately, the x86-64-v3 plans are now delayed but may be reconsidered next year with Fedora 46...

New story! Thunderbird 154 Lands with Microsoft Graph Support, Better Desktop Integration

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Aug 19, 2026 4:02 AM EDT)
  • Story Type: News Story; Groups: Mozilla
Mozilla Thunderbird 154 is now available with optional system tray support, Microsoft Graph integration, improved search behavior, and more.

New story! Linux 7.3 Adds New "bpf_sock_read_xattr" Feature For systemd, BPF Programs

Merged earlier this year for Linux 7.1 was extended attributes on sockets support as a feature sought after by the likes of GNOME and systemd for helping with Varlink IPC usage and other purposes. A limitation though of the functionality has been no efficient means for a BPF program to read those user extended attribute labels back. But with Linux 7.3 that's being addressed with the new bpf_sock_read_xattr() kernel function...

New story! nRF93M1 DK with LTE Cat 1 bis, nRF54L15, and nRF Cloud support

  • LinuxGizmos.com (Posted by bob on Aug 19, 2026 12:59 AM EDT)
  • Groups: Cloud; Story Type: News Story
Nordic Semiconductor’s nRF93M1 Development Kit is now available through multiple distributors, providing a platform for evaluating the company’s nRF93M1 LTE Cat 1 bis cellular module. The board combines the modem with an nRF54L15 host MCU and includes USB-C, onboard J-Link debugging, power-measurement support, and a preloaded SIM card. The nRF93M1 DK pairs the nRF93M1-LABA modem […]

New story! Modular's Mojo Language Now Open-Source Following Qualcomm Acquisition

  • Phoronix (Posted by bob on Aug 18, 2026 11:27 PM EDT)
  • Story Type: News Story
Modular, the AI startup founded by Chris Lattner of LLVM and Swift fame, has open-sourced their Mojo systems programming language! This comes following the recent acquisition of Modular by Qualcomm...

New story! Mozilla Firefox 155 Enters Public Beta Testing, Here’s What to Expect

With the release of Firefox 154 rolling out to all supported platforms, Mozilla promoted the next major release, Firefox 155, to the beta channel for public testing, so it’s time to take a look at the new features and improvements.

New story! IOmap Improvement For Linux 7.3 Takes EXT4 & XFS Performance Further

As part of the VFS pull requests now merged to the Linux 7.3 development kernel was an improvement to the IOmap framework used by various file-systems for mapping logical file byte offsets in memory to their physical locations on storage. With the now-merged code, this modern block mapping framework is allowing better performance at least for the EXT4 file-system...

New story! Fedora Rawhide Server OverlayFS BTRFS setup

Configuring Fedora Rawhide Server using a combination of Btrfs and OverlayFS creates a secure testing environment. This configuration isolates critical for tracking rapidly evolving Rawhide packages from developers allowing the server to load read-only Btrfs base snapshots while using the OverlayFS layer as a storage layer for writing and temporary data. If an update disrupts the OS, the base snapshot remains intact, allowing for rollback after a single reboot. Same configuration may also work and vice versa way. Btrfs-assistant running inside Overlay instance booted via corresponding option of Grub Submenu allows to recover from crash main instance via selection required "ro" snapshot using it's own GUI.

New story! VirtualBox 7.2.16 Improves Shared Clipboard in Wayland, Adds FRED Support

Oracle released VirtualBox 7.2.16 today as the eighth maintenance update to the latest VirtualBox 7.2 series of their open-source, free, and cross-platform virtualization software for Linux, Solaris, macOS, and Windows.

New story! Intel Enables Buffer Compression For Better Gaming Performance With DXVK

Merged today to Mesa 26.3-devel is a nice performance boost for Intel graphics with Valve's Steam Play when using DXVK for Direct3D 8 / 9 / 10 / 11 over the Vulkan API. The open-source Intel ANV driver is seeing up to 5% better performance with DXVK...

New story! Radxa Zero 3W Powers Compact IP-KVM with BIOS OCR

  • LinuxGizmos.com (Posted by bob on Aug 18, 2026 10:45 AM EDT)
  • Story Type: News Story
Crowd Supply recently featured the USBridge-KVM 2.0, a compact IP-KVM designed for remote system administration, debugging, and bare-metal recovery. The device provides HDMI video capture, USB keyboard and mouse emulation, virtual media, hardware power control, BIOS text recognition, and an integrated display while operating independently of the target computer’s operating system. The USBridge-KVM 2.0 is […]

New story! LTM Monthly Roundup #26.08: HyprLTM-Net v0.4.0, Migrate PC, Conky Themes, LTMNight SDDM Theme, KVM Vulnerability & More

A new month, a new LTM dose for you! It may not be perfectly monthly, but it keeps coming, and as always, it’s a carefully cooked roundup with ingredients ranging from migrating from Windows to Linux, desktop customization, and user-friendly Hyprland tools to critical security fixes and more. So, I’m sure you’ll find at least one section in this newsletter that you’ll enjoy.

New story! EFS & FreeVxFS File-Systems Get Booted While FailFS Merged For Linux 7.3

Among the early pull requests merged today by Linus Torvalds for the Linux 7.3 kernel cycle were removal of some ancient file-systems while adding in a new pseudo file-system...

New story! Linux 7.2 Reverts DRM Scheduler Change After Serious GPU Regressions

Linux kernel developers made a significant last-minute graphics change for Linux 7.2, reverting the DRM GPU scheduler back to its previous FIFO policy by default after the newer fair scheduling implementation caused serious performance regressions. The revert was submitted just before the final Linux 7.2 release after users reported severe slowdowns and desktop freezes under sustained GPU workloads.

New story! Firefox 154 Adds WebSocket Local Network Protection and New AI Controls

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Aug 18, 2026 4:39 AM EDT)
  • Story Type: News Story; Groups: Mozilla
Mozilla Firefox 154 strengthens local network privacy, adds a Manage AI shortcut, improves PDF handling, and expands web platform support.

New story! Firefox 154 Now Available With "Manage AI" Quick Action

  • Phoronix (Posted by bob on Aug 18, 2026 3:07 AM EDT)
  • Story Type: News Story
Firefox 154 is now available as the newest monthly update bringing a few new features, enhancements, and other alterations to this open-source web browser...

New story! GNU Linux-Libre 7.2 Kernel Is Now Available for Software Freedom Lovers

The GNU Linux-libre project announced today the release and general availability of the GNU Linux-libre 7.2 kernel for those who seek 100% freedom for their GNU/Linux computers and software freedom lovers.

New story! Linuxiac Weekly Wrap-Up: Week 33, 2026 (August 10 – 16)

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Aug 18, 2026 12:04 AM EDT)
  • Story Type: Roundups; Groups: Linux
Catch up on the latest Linux news: Manjaro 26.1, Omarchy 4.0, GNOME 51 Beta, OpenSSH 10.5, Podman 6.1, KDE Plasma 6.6 gets three years of LTS support, and more.

New story! OpenAltFinder Connects Users With FOSS Alternatives to Nonfree Apps

The website pairs proprietary programs with free and open-source replacements, then provides useful details to help users compare their options.

New story! Linux Kernel 7.2 Officially Released, This Is What’s New

Linux kernel 7.2 is now available for download, as announced today by Linus Torvalds himself, featuring enhanced hardware support, filesystem and networking improvements, security enhancements, and many other changes.

There are 2 forums.

Message Board Who Last Post
Linux dba477 Jul 16, 2026 4:12 AM
LXer Meta Forum Scott_Ruecker Jan 17, 2025 3:18 PM

Showing articles from all categories. Filter: