How To Create Domain Nameserver Using SSH CentOS 7

In this tutorial I will try to walk you through the process of creating new domain nameserver for your VPS or dedicated server. In order to achive this you will need SSH access, in this tutorial I will use PUTTY and centos 7. First thing we have to do is to install the bind utilities… Continue reading How To Create Domain Nameserver Using SSH CentOS 7

How to kill a running process in linux CENTOS

In last article we used the command to get all running process from our server. In the following I will show you how to kill a process which is running in the background in centos. To achieve this you only need a two words command, the command “kill” followed by the PID of the process,… Continue reading How to kill a running process in linux CENTOS