IntroductionJenkins is an open-source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery Prerequisite1. A user with sudo privileges2. Jenkins console logins Implementation Step 1: Stop Jenkins service $ sudo service jenkins stop Step 2: Take Jenkins… Continue Reading How to upgrade Jenkins to 2.414

Introduction: On Ubuntu, the system’s timezone is set during the installation, but it can be easily changed at a later time. Using the correct time zone is important for many system-related tasks and processes. Prerequisite: 1. Server root login credentials. Step 1: Log in to your Ubuntu server as a… Continue Reading How to change the system timezone in Ubuntu

Introduction Amazon Route 53 is a scalable and highly available Domain Name System service. We can perform the three main functions on route53 services such as domain registration, DNS routing, and health checking Prerequisite Implementation Step 1: Sign in to the AWS console https://aws.amazon.com/ Step 2: Search the Route 53… Continue Reading How to create an ‘A’ record in AWS – Route 53

Introduction: MongoDB Compass is a graphical user interface (GUI) tool for MongoDB that allows users to interact with their databases and perform various tasks. It provides a visual representation of the data and allows users to easily explore and manipulate their collections. Prerequisites: Procedure: Step 1: Open the MongoDB Compass… Continue Reading How to connect to the Authenticated MongoDB database via MongoDB Compass using SSH.