Versions Compared

Key

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

After installing the Linux OS, install these packages:

  • Postfix (used for sending out emails from the SHRINE system)

    Code Block
    languagebash
    themerdark
    sudo yum remove sendmail //if installed
     
    sudo yum install -y postfix
  • NTP

    Code Block
    languagebash
    themerdark
    sudo yum install -y ntp
    sudo systemctl start ntpd
    sudo systemctl enable ntpd