How To Install Docker on Debian 10

Docker is a containerization software that helps to build, deploy, and run applications in a container. The containers are similar to virtual machines, but they consume fewer resource, easy to manage, and can run anywhere regardless of the operating environment it is running in. In this post, we will see how to install Docker Comunity […]

How To Install MariaDB on CentOS 7 / RHEL 7

MariaDB is one of the popular open-source database management systems used by small to large enterprises. It is a fork of MySQL, developed by MariaDB Corporation Ab, led by the original developers of MySQL. MariaDB is fully compatible with the MySQL database for ensuring a drop-in replacement capability and is used as a database server […]

How To Setup Let’s Encrypt SSL Certificate With Nginx on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Let’s Encrypt is a certificate authority that provides free SSL certificates for websites to enable TLS encryption. It was launched in April 2016. Let’s Encrypt automates the process of certificate creation, validation, signing, implementation, and renewal of certificates for secure websites. Currently, Let’s encrypt supports automated certification issuance for Apache, Nginx, Plex, and Haproxy. THIS […]

How To Install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf. It is an HTML-embedded scripting language for creating dynamic web sites. In this post, we will see how to install PHP 7.4 / 7.3 / 7.2 / 7.1 on Debian 10 / Debian 9. Add PHP Repository SURY, a third-party repository […]

How To Setup Let’s Encrypt SSL Certificate with Nginx on Debian 10 / Debian 9

Let’s Encrypt is a certificate authority that provides free SSL certificates for TLS encryption, launched in April 2016. Let’s Encrypt is not only provides SSL certificates; it also automates certificate creation, validation, signing, implementation, and renewal of certificates for secure websites. Currently, Let’s Encrypt supports auto installation of certificates on Apache, Nginx, Plex, and Haproxy. […]