Skip to main content
deepak

Featured

Fixing time of aws vm

When the time of vm is wrongly configured i.e. future or past then run these commands.
sudo service ntp stop
sudo ntpdate -s time.nist.gov
sudo service ntp start

Comments