logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NTP Control - Synchronize Time | Online Free DevTools by Hexmos

Synchronize system time with NTP Control using ntpd, the Network Time Protocol daemon. Keep your clock accurate with remote time servers. Free online tool, no registration required.

ntpd

The official NTP (Network Time Protocol) daemon to synchronize the system clock to remote time servers or local reference clocks. More information: https://manned.org/ntpd.

  • Start the daemon:

sudo ntpd

  • Synchronize system time with remote servers a single time (quit after synchronizing):

sudo ntpd --quit

  • Synchronize a single time allowing “Big” adjustments:

sudo ntpd --panicgate --quit

See Also