Browsing category

Linux

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

Let’s Encrypt is a widely known certificate authority that provides free SSL certificates for websites, launched in April 2016. With the help of Certbot client, certificate creation, validation, signing, implementation, and renewal of certificates are fully automated. Prerequisites Follow the links to have either LAMP stack or only Apache web server installed on your system. […]

Top 17 Important Docker Commands

In this post, we will see the top 17 important docker commands that we generally use in Docker environment. These are the basic Docker commands you need to get started with Docker containers and images. Install Docker Before going ahead, take a look at how to install Docker on famous Linux distributions. READ: How To […]

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 […]