These search terms have been highlighted:[linux]
2019-07-02
It can be done by stopping the service ntp, and then running the command ntpdate with the remote server.
Command:
sudo service ntp stop ; sudo ntpdate REMOTE_SERVER
where REMOTE_SERVER is the remote server URL (e.g. example.com) or IP.