Installing Server
Install the httpd daemon and restart
sudo yum install httpd -ysudo systemctl start httpd.serviceCheck Status
Configure Swappiness and Installing NTP
Configure VM Swappiness
Add this line:
Reboot the machine to make the changes effective
Install the ntp package
Start the service and verify its status.
Ensure that the service starts automatically on reboot.
Last updated