4,500
edits
Line 10: | Line 10: | ||
|- | |- | ||
| style="width: 50%;" | Install byobu | | style="width: 50%;" | Install byobu | ||
| style="width: 50%;" | | style="width: 50%;" class="cli" | yum -y install epel-release<br>yum -y install byobu | ||
|- | |- | ||
| style="width: 50%;" | Enable byobu | | style="width: 50%;" | Enable byobu | ||
| style="width: 50%;" | | style="width: 50%;" class="cli" | byobu-enable | ||
|- | |- | ||
| style="width: 50%;" | Enable NTP | | style="width: 50%;" | Enable NTP | ||
| style="width: 50%;" | | style="width: 50%;" class="cli" | yum install -y ntp<br>systemctl enable ntpd<br>systemctl start ntpd | ||
|- | |- | ||
| style="width: 50%;" | Synchronize with NTP server | | style="width: 50%;" | Synchronize with NTP server | ||
| style="width: 50%;" | | style="width: 50%;" class="cli" | systemctl stop ntpd<br>ntpdate pool.ntp.org<br>systemctl start ntpd | ||
|- | |- | ||
| style="width: 50%;" | Check date & time and NTP status | | style="width: 50%;" | Check date & time and NTP status | ||
| style="width: 50%;" | | style="width: 50%;" class="cli" | timedatectl | ||
|} | |} | ||