Configure NTP Server on Centos 7

The Network Time Protocol (NTP) is used to synchronize the time of a computer client or server to another server. To install ntp on centos 7 using commands below: [root@tekbloq ~]# yum -y install ntp To configure ntp server you needs to open configuration file /etc/ntp.conf.… Read More

How to Disable Network Manager on Centos 7

This article describes how to disable the Network Manager service. The Network Manager service automates the network’s settings and disrupts connections to the IP addresses. It is recommended that you disable the Network Manager service and enable the network.service service before you install any web or another role and services. To disable the… Read More