ADAyush Dabhiinayushdabhi.hashnode.dev·Jun 25, 2024 · 2 min readOne-Click Nagios Setup: Execute Setup ScriptSetting Up Nagios Master Server Create a .sh file on your server, give it execute permissions (chmod +x setup_nagios.sh), and copy the following content into it. Replace nagios-4.5.0 with your desired Nagios version This .sh file will ask to ente...00
ADAyush Dabhiinayushdabhi.hashnode.dev·Jun 19, 2024 · 2 min readSetting 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...00
ADAyush Dabhiinayushdabhi.hashnode.dev·Jun 19, 2024 · 1 min read"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...00
ADAyush Dabhiinayushdabhi.hashnode.dev·Apr 22, 2024 · 2 min readDevOps Advanture : Jenkins + GoDockerizeDeploying applications efficiently is crucial in today's fast-paced development environment. In this tutorial, we'll explore how to automate the deployment process of a Go web application using Jenkins, a popular automation server, and Docker, a lead...00
ADAyush Dabhiinayushdabhi.hashnode.dev·Mar 26, 2024 · 2 min readBoost Your CI/CD Workflow: Setting Up Jenkins Build AgentsIn the realm of Continuous Integration/Continuous Deployment (CI/CD), Jenkins build agents are the unsung heroes, akin to the tires of a car – essential for smooth operation and progress. These agents serve as the backbone of your development workflo...00