vmorecloud

vmorecloud

Linux Kernel 7.1 Merges New NTFS Driver With Full Write Support

Linux Kernel 7.1 Merges New NTFS Driver With Full Write Support

Linux kernel 7.1 introduces a new NTFS driver that significantly enhances support for Microsoft’s widely used file system. While the new code has been merged for the 7.1 development cycle, the existing read-only NTFS driver and the separate NTFS3 driver…

Solus 4.9 Released With Linux 6.18, Mesa 26, and Installer Upgrades

Solus 4.9 Released With Linux 6.18, Mesa 26, and Installer Upgrades

Five months after the 4.8 “Opportunity” release, the Solus team has announced the availability of Solus 4.9 “Serenity”, marking its first release of 2026. Much of the work in this release happens behind the scenes. Solus now adopts systemd preset…

KDE Plasma 6.7 Will Add Per-Screen Virtual Desktops and Wayland Session Restore

KDE Plasma 6.7 Will Add Per-Screen Virtual Desktops and Wayland Session Restore

KDE developers have shared new progress updates on KDE Plasma 6.7, including a long-awaited improvement for multi-monitor users. Virtual desktops will now work independently on each display, allowing users to switch desktops on one screen without affecting others—something that previously…

How to Install and Configure PHP on Ubuntu 26.04

How to Install and Configure PHP on Ubuntu 26.04

PHP remains one of the most widely deployed server-side scripting languages on the web, powering everything from simple scripts to large-scale applications like WordPress and Laravel. If you plan to run dynamic websites or web applications on your Ubuntu 26.04…

How to Set Up NFS Server and Client on Ubuntu 26.04

NFS (Network File System) allows you to share directories and files across a network, making remote storage accessible as if it were local. In this guide, we walk through how to set up an NFS server and client on Ubuntu…

How to Install and Configure PostgreSQL on Ubuntu 26.04

How to Install and Configure PostgreSQL on Ubuntu 26.04

PostgreSQL is a robust, open-source object-relational database system that has been trusted in production environments worldwide for decades. If you’re looking to install and configure PostgreSQL on Ubuntu 26.04, this guide provides a complete walkthrough—from installing server packages and creating…

Alma Linux Kitten 10 Adds i686 Userspace Support

Alma Linux Kitten 10 Adds i686 Userspace Support

Alma Linux has introduced i686 userspace support in AlmaLinux OS Kitten 10, adding 32-bit x86 package repositories and official linux/386 container images. However, this does not extend to a full 32-bit system, as there is no i686 installer ISO—support is…

Forgejo 15.0 Dev Platform Released with OIDC and Ephemeral Runners

Forgejo 15.0 Dev Platform Released with OIDC and Ephemeral Runners

Forgejo 15.0 has been released as a major update and is now the project’s latest long-term support (LTS) version. One of the key highlights is the addition of repository-scoped access tokens. This allows administrators and users to limit token permissions…

Thunderbird Team Unveils Thunderbolt Self-Hostable AI Client

Thunderbird Team Unveils Thunderbolt Self-Hostable AI Client

MZLA Technologies, a subsidiary of the Mozilla Foundation and the team behind Thunderbird, has introduced Thunderbolt, an open-source AI client designed for organizations that want to run AI on their own infrastructure instead of relying on third-party hosted services. According…

Rust 1.95 Released with New Match Guards and Stable API Additions

Rust 1.95 Released with New Match Guards and Stable API Additions

Rust 1.95 has been released, introducing support for if let guards within match expressions. This builds on the let chain feature added in Rust 1.88, allowing developers to perform additional conditional pattern checks directly inside match arms. The Rust team…