Devops
DevOps tooling, automation workflows, CI/CD pipelines, and infrastructure practices.
How to Install Gitea on Ubuntu 18.04
This tutorial explains how to install and configure Gitea on Ubuntu 18.04. Gitea is a self-hosted open-source git server written in Go.

How to Install Vagrant on CentOS 8
Vagrant is a command-line tool for building and managing virtualized development environments. In this tutorial we will explain how to install Vagrant on CentOS 8.

How to Install Vagrant on Debian 9
Vagrant is an open-source command-line tool for building and managing virtual machine environments. This tutorial explains how to install Vagrant on a Debian 9 machine.

How to Install Vagrant on CentOS 7
Vagrant is an open-source command line-tool for building and managing virtual machine environments. In this tutorial we will walk you through installing Vagrant on CentOS 7 systems.

How to Install Vagrant on Ubuntu 18.04
In this tutorial we'll show you how to install Vagrant on an Ubuntu 18.04 machine. Vagrant is a command-line tool for building and managing virtual machine environments.

How to Install Jenkins on Debian 10 Linux
In this tutorial, we will cover how to install Jenkins on a Debian 10, Buster from the official Jenkins repository.

How to Install and Use Docker Compose on Debian 10 Linux
Docker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. This tutorial explains how to install Docker Compose on Debian 10, Buster.

How to Install Jenkins on CentOS 8
Jenkins is the most popular open-source, Java-based automation server. This tutorial covers the steps to install Jenkins on CentOS 8 from the official Jenkins repository.

How to Install Git on CentOS 7
Git is the most popular version control system that's being used by hundreds of thousands of projects. This tutorial will walk you through the installation and basic configuration of Git on CentOS 7.

How to Install Git on Ubuntu 18.04
This tutorial will guide you through the steps required to install Git on Ubuntu 18.04. Git is a de-facto standard for a distributed version control system and is used by majority of developers nowadays.

How to Install Git on CentOS 8
This tutorial explains how to install Git on CentOS 8. Git is a distributed version-control system that’s being used by most software teams today.

How to Install and Use Docker on Ubuntu 18.04
Docker is a containerization technology that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this tutorial, we'll cover how to install Docker on Ubuntu 18.04 and explore the basic Docker concepts and commands.

How to Install Git on Debian 10 Linux
Git is the world's most popular distributed version control system used by many open-source and commercial projects. This tutorial explains how to install and configure Git on Debian 10, Buster.

How to Install and Use Docker on Debian 10 Linux
Docker is a containerization platform that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this tutorial we'll explain how to install Docker on Debian 10 Buster.

How to Install and Use Docker on Raspberry Pi
In this tutorial, we will explain how to install Docker on Raspberry Pi and explore the basic Docker concepts and commands.

How to Install and Use Docker Compose on Debian 9
Docker Compose is a tool that allows you to define and orchestrate multi-container Docker applications. It uses a YAML file to configure the application's containers, networks, and volumes.

How to Install and Use Docker Compose on CentOS 7
Docker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you define the application's services, networks and volumes in a single YAML file, then spin your application with a single command.

How to Install and Use Docker Compose on Ubuntu 18.04
Docker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML file to configure the application's services, networks, and volumes.

How to Install and Configure Gogs on Ubuntu 18.04
Gogs is a self-hosted open-source git server written in Go. It includes a repository file editor, project issue tracking, and a built-in wiki. This tutorial covers the steps to install and configure Gogs on Ubuntu 18.04.

How to Install and Configure GitLab on CentOS 7
GitLab is a web-based open-source Git repository manager written in Ruby including wiki, issue management, code review, monitoring, and continuous integration and deployment. This tutorial covers the steps necessary for installing and configuring GitLab (CE) on a CentOS 7 system using the Omnibus packages.
