How To Install Jenkins on CentOS 8 Stream

On today’s tutorial I will guide you step by step on how to install Jenkins on CentOS 8 Stream. Jenkins is a free, open-source platform for automate the system which support for CI/CD development (Continuous Integration and Continuous Delivery) of software on a certain scale. … Read more

How To Install Docker on Rocky Linux 8.5 (Green Obsidian)

Docker on Rocky Linux 8.5 (Green Obsidian)

Rocky Enterprise Linux is a free, open-source Linux distribution system, and it’s based on RedHat source code as its upstream vendor. We can say that Rocky is a drop-in replacement for Red Hat Enterprise Linux for non-commercial Linux operating system. So, there are many compatibility … Read more

How To Install Jenkins on Rocky Linux 8.5 (Green Obsidian)

How To Install Jenkins on Rocky Linux 8.5 (Green Obsidian)

Build with Java language, Jenkins is an open-source automation platform that provide support for Continuous Integration and Continuous Delivery (CI/CD) for development of any software. The first version of Jenkins was releaed under MIT License in February 2 2011 by its original author “Kohsuke Kawaguchi”. … Read more

How To Install Jenkins on Ubuntu 20.04 LTS (Focal Fossa)

Installing Jenkins on Ubuntu 20.04 LTS (Focal Fossa)

Today we will guide you on how to install and configure Jenkins on Ubuntu 20.04 LTS (Focal Fossa). Jenkins is known as a leading open-source automation server and provides hundreds of plugin to support building, deploying and automating any application project. Jenkins is written in … Read more

How To Install Docker Engine on Red Hat Enterprise Linux 8.5 (RHEL)

Installing Docker Engine on Red Hat Enterprise Linux 8.5 (RHEL)

Docker is an open-source and free containerization platform for developing, testing, shipping and running applications, which allow you to separate your applications from your infrastructure. So, you can deliver your software more quickly. You can also use Docker to manage the infrastructure in the same … Read more

How To Install Kubernetes on Debian 11 (Bullseye)

Kubernetes

Today I will show you on how to install Kubernetes or also called K8s on Debian 11 (Bullseye) machine. It’s easy enough to install and configure it on Debian/Ubuntu based distros. As a production-grade container orchestration engine, Kubernetes is an open-source software for automating deployment, … Read more