Linux
Anything linux
13 November 2025
Fedora For Now
I’ve been hopping between Linux distros on and off for about 15 years. Through all that, Linux Mint stayed as my main OS—stable, familiar, and [...]
07 November 2025
Moved back to good old PHPMailer and SMTP
I was wondering why my contact forms weren't working anymore. Turns out sendgrid updated their TOS for the free accounts. Since I don't [...]
06 July 2025
Remove LibreOffice from Debian/Ubuntu based Desktop Installations
I already have LibreOffice installed on my host machine. When I run Linux Desktops on Virtual Machines, I like to remove them from the VM instances [...]
03 March 2025
Installing VirtualBox Guest Additions on Linux Mint 22.1 Cinnamon
VirtualBox Guest Additions provide better integration between your host and guest systems, including improved graphics, shared clipboard, and folder [...]
09 July 2024
Displaying a System Resource Widget on Debian GNOME
To display a widget showing system resources (CPU, RAM, etc.) on the upper right corner of your Debian GNOME desktop, you have several options. My [...]
26 March 2024
Sharing a 1TB USB Drive via Samba on Linux Mint Debian Edition in Proxmox
If you're looking for a fast and reliable way to share an external USB drive over your network, this guide walks you through a clean setup using [...]
06 February 2024
Essential Gnome Extensions (Apps Menu and Dash to Dock)
I always make sure to install these on every new Linux Desktop I use. I just find having a traditional Application Menu comforting. ## 1. Apps Menu [...]
10 September 2023
Proxmox CE Install Guide
Here's a **short guide to install Proxmox VE on an HP EliteDesk G6** (or similar desktop-class system): --- ### **1. Prepare Your Environment** [...]
05 September 2023
Spinning Up a Basic ActiveMQ Artemis Docker Instance
To create a `docker-compose.yml` file for **ActiveMQ Artemis (latest)** with a few basic functionality to instantly have an EMS broker follow the [...]
18 April 2023
How to Count Files in a Directory on Linux
How to Count Files in a Directory on Linux [...]