Ayush Dabhiayushdabhi.hashnode.dev·Jun 19, 2024Setting Up a Private Docker Registry Using NexusPrerequisites 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...85 reads#PrivateRegistry
Ayush Dabhiayushdabhi.hashnode.dev·Jun 19, 2024"Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at ip Port 80" Error for phpMyAdmin.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...157 readsphpmyadmin
Satyanarayan Daleisatyadev99.hashnode.dev·Jan 21, 2024Efficiently Connecting to the Database Before Server Startup: Why It's a Good Practice?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...1 like·38 readsserversetup