You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

After installing the Linux OS, there are a couple of packages that you will need to install:

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

    sudo yum remove sendmail //if installed
     
    sudo yum install -y postfix
  • NTPD

    sudo yum install -y ntp
  • No labels