Browsing tag

centos 7

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

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 Install Jenkins on CentOS 8 / RHEL 8 & CentOS 7 / RHEL 7

Jenkins is an open-source CI (continuous integration) tool written in Java that helps to automate the repetitive tasks like software build, testing, and deployments involved in the software development process Jenkins project was originally developed as the Hudson project and was renamed after a dispute with Oracle. Here, we will see how to install Jenkins […]