Steps to Install & Configure Packer on Ubuntu 20.04 LTS

Packer is a free & HashiCorp’s open-source tool. It is used for creating identical machine images from a single configuration file. We can configure packer images with an operating system and application for the specific use-case. Using packer, we can easily build the images for multiple cloud hosting platform. There are some steps to Install …

Steps to Setup Harbor Image Registry on Ubuntu 20.04 LTS

Harbor is a free & open source Image registry which is used for storing container images. It provides an extensible API and web interface. It is used for role-based access control, scan images and free from vulnerabilities, and signs images as trusted. There are some steps to install Harbor on Ubuntu: Step 1: Update the …

Steps to Install & Configure Uptime Kuma on Ubuntu 20.04 LTS

Uptime Kuma is a free & open source monitoring tool, written in Nodejs. It is used to monitor the uptime of hosts or servers. Using this tool, we can easily check the website or service is up or down & to monitored the target is not reachable for specified time interval, then send the notification …

Steps to Create/Add User & Assign Role/Permission to User in Jenkins

Jenkins is a free & open source automation server. It is used for continuous integration/continuous delivery and deployment (CI/CD) automation software, written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Here, we are creating a user & assign a role or permission to created user in Jenkins. Using Manage …

Steps to Install Apache Ant on Ubuntu 20.04 LTS

Apache Ant is a command-line tool for automating application build processes. It is a java library tool & provides a number of built-in tasks allowing to compile, assemble, test and run Java applications. There are some steps to Install Apache Ant on Ubuntu: Step 1: Update the System. apt-get update Step 2: Install Java. apt …