TL;DR. This post is a comprehensive walk-through on how I install Proxmox VE on an Intel NUC 10. I cover the step-by-step installation process, and tips for optimizing the virtual environment. This article is ideal for tech enthusiasts who want to ma...
Welcome to Part 1 of my multi-part series on setting up a headless Ubuntu home lab server tailored for developers. This post covers the installation of Ubuntu Server, setting up your development environment, and installing essential tools to get star...
Why Choose Self-Hosting Over AWS S3? 👀 While AWS S3 is certainly a very reliable and well known storage solution, it may not be the ideal choice for everyone, particularly for individuals with personal projects or smaller companies with budget const...
Prerequisites Ubuntu 24.04 server Instance type: t2.medium Disk: 25GB Security Group (SG) open inbound ports: 3000-10000, 80, 443, 22 Step 1: Install Docker First, update the package index and install Docker. sudo apt update -y sudo apt install...
If you've recently installed phpMyAdmin on your Ubuntu server and encountered the "Not Found The requested URL was not found on this server" error, don't worry. This is a common issue that can be resolved with a simple configuration change. Follow th...
Each full stack application uses a 3 tier architecture. It includes your client(frontend), server & database(backend). For easy explanation & understanding I will be using a full stack web development example but don't worry the fundamentals are same...