Quick Fix: Reclaiming “Missing” Disk Space on Ubuntu 24.04 Default LVM Installation

Just provisioned a new Ubuntu 24.04 LTS instance and allocated a 500 GiB disk? You run df -h only to find that the rootfs / is capped at a meager ~90 GiB.

Don’t panic – your disk space didn’t vanish. The root cause is Ubuntu’s default inst … Continue reading Quick Fix: Reclaiming “Missing” Disk Space on Ubuntu 24.04 Default LVM Installation

How to Compile Nextcloud Desktop App on Windows (MSVC)

In this guide, we will walk through the complete process of setting up the environment, compiling dependencies, and building the Nextcloud Desktop Client from source using MSVC 2022 and Qt 6.

1. Install Qt Components

First, download the AQT INSTALL command-line tool: D … Continue reading How to Compile Nextcloud Desktop App on Windows (MSVC)