Versions Compared

Key

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

...

Code Block
sudo systemctl enable postfix
sudo systemctl enable sshd
sudo systemctl enable httpd


Once you install above, ssh connection will be blocked by firewall in some cases. If you want to stop firewalld, you should run:

...