Installing Docker Engine on Linux (Debian, CentOS)

Docker is one of the most popular software for running containers. With Docker, developers can build, deliver, and run their code in containers. The host where Docker is installed and containers are running is called the Docker Engine. In this article, we’ll walk you through how to install Docker Engine (Community Edition) and Docker Compose on Linux (CentOS, Debian, and Ubuntu).

Continue reading “Installing Docker Engine on Linux (Debian, CentOS)”

Installing MySQL 8.0 in Debian 11 Bullseye

The MySQLB package is not included in the Debian 11 Bullseye repositories. The developers suggest using MariaDB instead. For some projects you need to use the original MySQL, not its fork. In that case you can manually add the MySQL repository and install the package in Debian. In my case, after upgrading the release from Debian 10 (Buster) to Debian 11 (Bullseye), I needed to install the original MySQL 8.0 on my Linux host.

Continue reading “Installing MySQL 8.0 in Debian 11 Bullseye”

Installing AnyDesk on Ubuntu/Debian/Mint

AnyDesk (analog of TeamViewer) is a lightweight (about 6 Mb) cross-platform application for managing and remotely connecting to the desktop of another computer. In this article, we’ll show you how to install AnyDesk on popular Linux distros (Ubuntu, Debian, Mint, Alt).

Continue reading “Installing AnyDesk on Ubuntu/Debian/Mint”

Upgrading PHP Version on NGINX with PHP-FPM

In this tutorial, we will show you how to upgrade PHP to version 7.4 on a web server with Nginx and php-fpm (based on Ubuntu or Debian Linux). PHP 7.4 contains a large number of updates to improve the stability, security, and performance of your web server and is highly recommended to use.

Continue reading “Upgrading PHP Version on NGINX with PHP-FPM”