Contents tagged with #ubuntu
- blog Moving Development to the Cloud: The AI-First Home Server 14-May-2026
Why and how I shifted my development workflow from local laptops to a Proxmox-based remote setup, optimized for agentic workflows.
- til Kubernetes RBAC permissions for kubectl top pods 22-Nov-2024
Recently at work, I was trying to figure out the exact RBAC permissions required to let a user run kubectl top pods. I…
- til Reclaiming video memory for a headless server 8-Oct-2024
I've been meaning to optimize the resources on my Beelink SER5 Mini PC since it runs entirely headless as a Proxmox VE s…
- blog Upgrading to Ubuntu 16.04 Server (Xenial Xerus) on DigitalOcean 25-Apr-2016
I recently wrote about trying out Ubuntu 16.04 desktop on my other blog. I don't really use Ubuntu on my laptop but I like to keep up with updates. However, I...
- blog Setting up a Drupal Development Machine on Windows with Ubuntu Server in Virtual Machine 29-Dec-2014
Before we start, I should say that this is a heavily delayed post, sitting in my queue for a few months now. The overall process to install the server on...
- blog Install Ubuntu Server 14.04+ on VirtualBox 16-Dec-2014
This guide will explain how to install Ubuntu Server 14.04 on a VirtualBox virtual machine in a detailed step-by-step manner, with screenshots. It is intended...
- blog Upgrading to Apache 2.4 - Ubuntu 13.10 upgrade stories 26-Oct-2013
I upgraded to Ubuntu 13.10 when it came out hoping that it will all be a smooth upgrade and I wouldn't have any problems at all. I knew better though, but...
- blog Compile PHP 5 with FPM on Ubuntu 13.04 (or any Debian Distro) 3-Aug-2013
Why compile PHP? Yes, you can install PHP as simply by typing the following line on an Ubuntu machine, or any Debian based machine: sudo apt-get install php5...