New story! Kdenlive 25.12.3 Video Editor Arrives as Final Maintenance Release for the 25.12 Series

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Mar 10, 2026 7:17 AM EDT)
  • Story Type: News Story
Kdenlive 25.12.3 arrives with workflow improvements, better shortcut handling, UI refinements, and multiple stability fixes for the open source video editor.

New story! FreeBSD 14.4 Released For Those Not Yet Ready To Move To FreeBSD 15

  • Phoronix (Posted by bob on Mar 10, 2026 5:45 AM EDT)
  • Story Type: News Story
FreeBSD 14.4 is out today as the latest update to the aging FreeBSD 14 series for those not yet ready to upgrade to FreeBSD 15 that debuted as stable last year...

New story! PhotoPrism AI-Powered Photos App Brings Better Ollama Integration

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Mar 10, 2026 4:14 AM EDT)
  • Story Type: News Story
The latest PhotoPrism update introduces enhanced Ollama configuration options, improved security, and multiple bug fixes related to indexing, folders, and metadata.

New story! There's Hope That At Least Colorado's Age Attestation Bill Could Exclude Open-Source

Last week was a statement by System76 regarding recent age verification laws in California and Colorado among other US states that could have a profound impact on Linux distributions and other open-source software. The Colorado legislation is especially pressing to System76 considering that is where they are based. Fortunately, they aren't taking this lightly and there is some hope that at least in Colorado open-source software could be excluded...

New story! Latest Steam Client Update Improves Support for Proton Games on Linux

Valve released a new stable Steam Client update today, which brings a few interesting new features related to their hardware surveys and Steam user reviews, as well as improvements for Proton games on Linux, and other changes.

New story! Ubuntu 26.04 LTS Officially Supporting Cloud-Based Authentication With Authd

Canonical for a while has been developing Authd as an authentication service for external cloud-based identity providers. Authd was designed from the ground-up to provide secure management of identity and access for Ubuntu systems while only with next month's Ubuntu 26.04 LTS release is it actually hitting the universe archive...

New story! AlmaLinux Gets CUDA Parity With Ubuntu, RHEL, and RLC

AlmaLinux users no longer have to juggle Nvidia workarounds: CUDA and GPU drivers are moving into the distro’s normal package workflow.

New story! MariaDB backs down on Galera removal after community outcry

But questions remain over long-term commitment to clustering tech in open source After a couple of years of relative calm, the relationship between MariaDB and its open source foundation was ruffled in February, leaving observers with a few unanswered questions.…

New story! AMD Formally Launches Ryzen AI Embedded P100 Series 8-12 Core Models

AMD announced back at CES the Ryzen AI Embedded P100 series with initially the models up to six Zen 5 cores launching while the eight through twelve core models would be available later in H1. Today AMD formally announced those higher-tier Ryzen AI Embedded P100 series parts...

New story! Ghostty 1.3 Terminal Emulator Released with Native Scrollbars

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Mar 9, 2026 5:33 PM EDT)
  • Story Type: News Story
Ghostty 1.3 terminal emulator arrives with scrollback search, native scrollbars, command notifications, improved Unicode rendering, and more.

New story! Beginners Guide for Getent Command on Linux

The getent command is used to fetch entries from the administrative text files like passwd, group, hosts, services, etc., also known as databases.

New story! NVIDIA 595 Linux Driver Running Well In Early Benchmarks

  • Phoronix (Posted by bob on Mar 9, 2026 2:30 PM EDT)
  • Groups: Linux; Story Type: News Story
Last week NVIDIA released the 595.45.04 beta Linux driver as their first public build in the R595 release branch. The NVIDIA R595 Linux driver is bringing a number of Vulkan driver improvements, HDR enhancements, DRI3 v1.2 support, and a variety of other improvements. Benchmarking the NVIDIA 595.45.04 Linux driver the past few days on GeForce RTX 50 "Blackwell" have been showing some nice incremental performance improvements over the current NVIDIA 590 driver stable series.

New story! Rust Coreutils 0.7 Released With Many Performance Optimizations

  • Phoronix (Posted by bob on Mar 9, 2026 12:14 PM EDT)
  • Groups: GNU; Story Type: News Story
Rust Coreutils 0.7 released on Sunday as a performance-focused update to this popular alternative to GNU Coreutils that is still striving for 100% compatibility against the GNU Test Suite...

New story! Participation Required a Microsoft License — Until Citizens Pushed Back

Ironically, when the EU asked for feedback on new tech rules, it locked the process to dear old Microsoft. A fast, focused campaign forced officials to add an open format instead.

New story! Linuxiac Weekly Wrap-Up: Week 10, 2026 (Mar 2 – 8)

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Mar 9, 2026 9:11 AM EDT)
  • Story Type: Roundups; Groups: Linux
Catch up on the latest Linux news: CachyOS, Linux From Scratch 13.0, Nitrux 6.0, NVIDIA 595 Beta Linux Driver, KDE Plasma 6.6.2, early mockups reveal Mozilla exploring a new Nova design for Firefox, and more.

New story! digiKam 9.0 Leading Open-Source Digital Photo Manager Software Released

  • Phoronix (Posted by bob on Mar 9, 2026 7:39 AM EDT)
  • Groups: KDE; Story Type: News Story
The KDE/Qt-aligned digiKam software for managing RAW digital photos is out today with the big digiKam 9.0 release...

New story! F&S FSSM8MP SMARC Module Features NXP i.MX 8M Plus with Dual GbE and Edge AI

The FSSM8MP from F&S Elektronik Systeme is a SMARC 2.2 computer-on-module built around the NXP i.MX 8M Plus processor. The module is designed for embedded and industrial systems requiring multimedia processing, machine vision capability, and edge inference support. The platform integrates four Arm Cortex-A53 cores operating up to 1.8 GHz alongside a Cortex-M7 real-time core […]

New story! CachyOS March 2026 Release Brings Animated Installer Previews

CachyOS March 2026 introduces animated desktop previews in the installer, Winboat Windows VM integration, and handheld gaming improvements.

New story! MSI MS-C936 Ultra-Thin Fanless Box PC Combines Intel Raptor Lake-P U-Series CPUs with Quad Displays and Dual 2.5GbE

MSI’s MS-C936 is a slim fanless box PC built around Intel Raptor Lake-P U-series processors. The system is designed for embedded deployments such as digital signage, automation platforms, and edge computing systems that require multiple display outputs and high-speed networking. The system supports processors including the Intel Core 5 120U, a 15 W chip that […]

New story! Understanding Linux and Unix Environmental Variables

  • BeginLinux Guru; By Donald A. Tevault (Posted by dtevault on Mar 9, 2026 1:33 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Variables are an important part of shell scripting, just as they are for every programming language. Simply put, a variable defines a location in system memory that holds a value for later use. This value can be a text string, a number, a filename, or the output of a command. The nice thing about variables is that you can assign a value to one once, and then re-use that value as many times as you like by simply referencing the name of the variable. There are several types of variables, and in this post we'll look at environmental variables.

New story! Building Cursor for LibreOffice: A Week-Long Journey

I wanted that same “AI in the doc” feel that I have with my coding IDE: chat in a sidebar, multi-turn conversations, and the AI actually doing things, reading and changing the document, and web searches as necessary to answer questions. I wanted this for Writer but I figured Calc and the others could happen eventually. Exposing the full Writer API to an agent is not an easy problem, especially since it can create very complicated documents, including embedded spreadsheets.

New story! Linux 7.0-rc3 Released: "Some Of The Biggest In Recent History"

  • Phoronix (Posted by bob on Mar 8, 2026 10:30 PM EDT)
  • Groups: Linux; Story Type: News Story
Linux 7.0-rc3 is out as the latest weekly test candidate in leading up to the stable Linux 7.0 release in mid-April...

New story! 9to5Linux Weekly Roundup: March 8th, 2026

  • 9to5linux.com; By Marcus Nestor (Posted by hanuca on Mar 8, 2026 9:24 PM EDT)
  • Story Type: Roundups; Groups: Linux
The 282nd installment of the 9to5Linux Weekly Roundup is here for the week ending March 8th, 2026, keeping you updated on the most important developments in the Linux world.

New story! Tiny CM0IQ Board Runs Raspberry Pi CM0 Module with HDMI and CSI

The CM0IQ is a compact carrier board designed for the Raspberry Pi CM0 compute module and measures 42 × 36 mm, placing it among the smallest boards built around the platform. The design exposes several interfaces typically associated with larger Raspberry Pi boards while maintaining a minimal footprint. The board is based on the Raspberry […]

New story! LLM-Driven Large Code Rewrites With Relicensing Are The Latest AI Concern

The newest open-source concern around AI that is seeing a lot of interest this weekend is when large language models / AI code generators may rewrite large parts of a codebase and then the "developers" claiming an alternative license incompatible with the original source license. This became a real concern this week with a popular Python project experiencing an AI-driven code rewrite and now published under an alternative license that its original author does not agree with and incompatible with the original code...

New story! Beginners Guide for Eval Command on Linux

The eval command is used to execute specified arguments as a single command in the current command-line processing and return its result.

New story! Budgie Desktop 10.10.2 Released with Better Wayland Labwc Bridge

  • Linuxiac.com; By Bobby Borisov (Posted by bobolin on Mar 7, 2026 7:37 PM EDT)
  • Story Type: News Story
Budgie 10.10.2 desktop environment improves the Labwc Wayland bridge, enhances Icon Tasklist application matching, and refines menu behavior.

New story! GNOME 50 Release Candidate Arrives with HDR Screen Sharing Support

The GNOME Project released today the RC (Release Candidate) version of the upcoming GNOME 50 desktop environment series, scheduled for release later this month on March 18th, 2026.

New story! FreeBSD 15.1 On Track With Better Realtek WiFi & KDE Desktop Install Option

The effort around improving FreeBSD on laptops continues full speed ahead in 2026. The upcoming FreeBSD 15.1 remains on track with not only having a KDE desktop option from FreeBSD's text-based installer UI but also improved Realtek WiFi adapter support is on the way, updating of the graphics drivers from Linux, and more...

New story! I’d Happily Pay for Linux — If It Actually Ran the Software I Need

  • Make Tech Easier; By Ali Arslan (Posted by damien on Mar 7, 2026 3:03 PM EDT)
  • Groups: Linux
Just one issue stands between me and my Linux daily driver, and this solution is all it'll take to turn the tables.

There are 2 forums.

Message Board Who Last Post
Linux dba477 Feb 18, 2025 11:23 AM
LXer Meta Forum Scott_Ruecker Jan 17, 2025 3:18 PM

Showing articles from all categories. Filter: