What is DNSSEC?

What is DNSSEC? DNSSEC stands for Domain Name System Security Extensions, but what is it exactly? The DNS protocol ensures the translation of a domain name to an IP address. DNSSEC provides the DNS records…
MariaDB

How to install MariaDB 10.3 on CentOS

MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. 1. Make sure you’re not already running…

Install EPEL Repository on CentOS

EPEL stands for Extra Packages for Enterprise Linux and this repository contains many extra packages. What I really like about the EPEL is that packages from EPEL never conflict with standard packages.Installing EPEL is easy…