Browsing category

Ubuntu

Install LEMP Stack (Nginx, MariaDB, PHP) on Ubuntu 22.04

The LEMP stack, which stands for Linux, Nginx web server, MariaDB/MySQL database server, and PHP, is the perfect technology stack to host traffic-intensive websites and applications. This LEMP stack is an alternative to the LAMP stack that uses Apache as a web server instead of Nginx. In this post, we will see how to install […]

How to Install MariaDB on Ubuntu 22.04

MariaDB is an open-source database server from the MariaDB Foundation, and it is a fork of the popular database management system MySQL. It is the number one choice for web hosting companies and content management systems like WordPress, Joomla, etc. Here, we will see how to install MariaDB on Ubuntu 22.04. Install MariaDB on Ubuntu […]

How to Install Containerd on Ubuntu 22.04 / Ubuntu 20.04

containerd is an industry-standard container runtime that manages the complete container lifecycle of its host system. It handles image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. containerd is one of the container runtimes that works with Kubernetes, and it will be suitable for your environment due to its simplicity. […]

How to Install Kubernetes on Ubuntu 22.04 / Ubuntu 20.04

Kubernetes is an open-source container orchestration tool that helps deploy, scale, and manage containerized applications. Google initially designed Kubernetes and is now maintained by the Cloud Native Computing Foundation. Kubernetes works with Docker, Containerd, and CRI-O currently. You can call Kubernetes is a cluster manager for Docker, and it provides almost the same functionalities as […]

How to Install Docker on Ubuntu 22.04 / Ubuntu 20.04

Docker is an open-source containerization platform that helps developers create applications and package them into containers. It provides an efficient way to package applications with their libraries and other dependencies. As a result, containers are much faster and more efficient than virtual machines because they don’t have to run an entire operating system, just the […]