After installing the Linux OS, install these packages:

  • NTP - used to synchronize system clocks:

    sudo apt-get install -y ntp
    sudo systemctl start ntpd
    sudo systemctl enable ntpd
  • Postfix - used for sending out emails from the SHRINE system (SHRINE can be configured to use alternatives for sending email)

    sudo apt-get uninstall sendmail //if installed
     
    sudo apt-get remove -y postfix
  • No labels