Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

> sudo hostnamectl


Update Yum

> yum update

Disable firewall

> systemctl disable firewalld
> systemctl stop firewalld
> systemctl status firewalld


Install haproxy

> yum install haproxy

...