Differences between revisions 1 and 2
Revision 1 as of 2017-11-11 23:31:44
Size: 209
Editor: shran
Comment:
Revision 2 as of 2017-11-11 23:50:29
Size: 227
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== Configure NTP == == Set the time ==
Line 17: Line 17:
hwclock --systohc

KVM Guest NTP

Install NTP

Get the NTP service and tools.

apt-get install ntpdate ntp

Set the time

service ntp stop
ntpdate pool.ntp.org
service ntp start
hwclock --systohc

None: KVM Guest NTP (last edited 2017-11-11 23:50:29 by shran)