Setting Up GitLab CE on CentOS 8: A Step-by-Step Guide

GitLab is an open-source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team to collaborate on coding, testing, and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 8 Server.

Installing NetBox on Ubuntu 20.04 LTS: A Complete Guide to Network Documentation and Management

Netbox is a free and powerful IP address (IPAM) and datacentre infrastructure management (DCIM) tool. It is used for storing information about your networks, VMs, and inventories. In this tutorial, we will explain how to install Netbox with Nginx as a reverse proxy on Ubuntu 20.04.

Installing phpMyAdmin on Ubuntu 20.04 LTS with Nginx and Let’s Encrypt SSL

phpMyAdmin is a free and open-source application that can be used to manage MySQL and MariaDB database through a web-based interface. In this tutorial, we will explain how to install phpMyAdmin with Nginx on Ubuntu 20.04 and secure it with a free Let’s Encrypt SSL Certificate.

Step-by-Step Guide to Installing Magento 2 with Nginx and Let’s Encrypt SSL on Ubuntu 20.04 LTS

Magento is a widely-used open source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as the database backend. I will use Ubuntu 20.04 as the server operating system.