Generate CSR for your domain from Terminal in Centos 7

To obtain an SSL certificate, a Certificate Signing Request (CSR) must be generated. This can be done using openssl on Linux based servers. The procedure is as follows: 1. Install…

Read More »

How to create a DNS server using BIND in Centos 7

How to create a DNS server using BIND in Centos 7 We all know that domains need name servers to operate. As part of a simple project covered in this…

Read More »

WebDav : What is it, It’s alternatives and Why Choose it

WebDav stands for Web Based Distributed Authoring and Versioning. Collective editing of remote content is usually needed and WebDav is one way to achieve that. WebDav can be encountered in…

Read More »

How to issue a new cPanel SSL on server hostname

Have you ever installed cPanel on a server and it comes with an self signed SSL certificate? Or have you ever changed the hostname of your server and experienced issues…

Read More »

How to Install Comodo SSL on a domain in Centos Web Panel (CWP) running Apache

We are heading to a period when SSL won’t be optional anymore. As long as you have applications and websites online, they’ll need to run on https – sooner rather…

Read More »

How to configure custom apache redirects in Centos WebPanel (CWP)

Most times server admins would like to have users redirected to specific URLs when accessing the server. One example is when accessing a control panel login page. A good security…

Read More »

ConfigServer Security and Firewall (csf)

csf is a firewall based on iptables that is very easy to configure and use. Together with it comes the Login Failure Daemon (lfd) that, other than logging failed log…

Read More »

How to Disable cPanel Service Monitoring via SSH

Cpanel by default monitors all services installed on a server using chkservd daemon Chkservd monitors all the services and if for some reason a service goes down it automatically tries…

Read More »

How to create sudoer in Centos 7 using Ansible

Ansible is a great automation, configuration and server orchestration tool. In this example we will develop a script in ansible to create a sudo user. Prerequistes: Centos 7 server Step1:…

Read More »