Installing Server
sudo yum install httpd -ysudo systemctl start httpd.serviceConfigure Swappiness and Installing NTP
Install the ntp package
Last updated
sudo yum install httpd -ysudo systemctl start httpd.serviceLast updated
sudo systemctl status httpd.servicesudo systemctl enable httpd.servicesudo vi /etc/sysctl.confvm.swappiness=0sudo yum install ntp -ysudo systemctl start ntpd.service
sudo systemctl status ntpd.servicesudo systemctl enable ntpd.service