CentOS: Difference between revisions
Enable NTP |
add systemctl start ntpd |
||
Line 14: | Line 14: | ||
|- | |- | ||
| style="width: 50%;" | Enable NTP | | style="width: 50%;" | Enable NTP | ||
| style="width: 50%;" | <div class="cli">$ yum install -y ntp<br>$ systemctl enable ntpd</div> | | style="width: 50%;" | <div class="cli">$ yum install -y ntp<br>$ systemctl enable ntpd<br>$ systemctl start ntpd</div> | ||
|} | |} |
Revision as of 19:43, 2 April 2018
Description | Command |
---|---|
Install byobu | $ yum -y install epel-release
$ yum -y install byobu |
Enable byobu | $ byobu-enable
|
Enable NTP | $ yum install -y ntp
$ systemctl enable ntpd $ systemctl start ntpd |