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…
Category Archives: Linux
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…
Ghostty 1.3 Terminal Emulator Released with Native Scrollbars
Ghostty 1.3 terminal emulator arrives with scrollback search, native scrollbars, command notifications, improved Unicode rendering, and more.
NVIDIA Releases New R595-Derived Vulkan Developer Beta For Linux With New Features
Last week NVIDIA released the 595.45.04 Linux driver beta as their first release in the R595 series for Linux and it’s running very well in initial testing. Today as part of their Vulkan developer beta program, they have released the NVIDIA 595.44.02 driver that brings some new Vulkan API features…
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.
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.
The post AlmaLinux Gets CUDA Parity With Ubuntu, RHEL, and RLC appeared first on FOSS Force.
NVIDIA Adds Official Support For RHEL-Compatible Distributions Like AlmaLinux With CUDA 13.2
With CUDA 13.2 that is now shipping, NVIDIA has provided official support for Red Hat Enterprise Linux compatible distributions/downstreams like AlmaLinux to CUDA. With this official NVIDIA CUDA support for these RHEL-compatible distributions, NVIDIA is also allowing the NVIDIA packages to be distributed directly from the OS package repositories…
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…
Intel Publishes XeSS 3 SDK To GitHub – Still As Windows-Only Binaries
Intel just published the XeSS 3.0 SDK to GitHub as the newest version of their Xe Super Sampling AI-enhanced upscaling technology for gamers. Sadly though it remains proprietary software and only with native support for Windows…
NVIDIA 595 Linux Driver Running Well In Early Benchmarks
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.
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…
Linuxiac Weekly Wrap-Up: Week 10, 2026 (Mar 2 – 8)
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.
digiKam 9.0.0 released
Version
9.0.0 of the digiKam photo-management system has been
released. “This major version introduces groundbreaking
” Some of the changes include a
improvements in performance, usability, and workflow efficiency, with
a strong focus on modernizing the user interface, enhancing metadata
management, and expanding support for new camera models and file
formats.
new survey tool, more advanced search and sorting options, as well
as bulk
editing of geolocation coordinates.
New Rust Driver Aims To Improve Upstream Linux On Synology NAS Devices
A set of patches posted to the Linux kernel mailing list last week introduce a new driver for enhancing the upstream/mainline Linux kernel support for Synology network attached storage (NAS) devices. This new driver is Synology Microp and is making use of the Linux kernel’s modern Rust programming language support…
GCC 16 Compiler Aiming For Mid-April Release Candidate But “Slow” Progress On Fixes
Richard Biener of SUSE published a new status report on the state of GCC 16 development. Regression fixing has been going slow but they are hoping to publish a release candidate by mid-April…
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 […]
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.
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 […]
Understanding Linux and Unix Environmental Variables
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.
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.