Versions Compared

Key

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

...

  • NTP - used to synchronize system clocks:

    Code Block
    languagebash
    themerdark
    sudo yumapt-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)

    Code Block
    languagebash
    themerdark
    sudo yumapt-get removeuninstall sendmail //if installed
     
    sudo yumapt-get installremove -y postfix