The Network Time Protocol (NTP) is a protocol for synchronizing the clocks of computer systems over packet-switched, variable-latency data networks. NTP uses UDP port 123 as its transport layer. It is designed particularly to resist the effects of variable latency.
NTP sometimes greatly slows down your Ubuntu’s boot time. To disable it just do a simple code...
NTP sometimes greatly slows down your Ubuntu’s boot time. To disable it just do a simple code...
sudo apt-get remove ntpdate
Comments
For a more traditional way to keep your system time updated automatically, use ntpd.
See the below for more information:
https://help.ubuntu.com/8.04/serverguide/C/NTP.html