Changes between Initial Version and Version 1 of ntp


Ignore:
Timestamp:
06/03/15 16:15:24 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ntp

    v1 v1  
     1= ntp (Network Time Protocol)
     2
     3Tags: [[UhlLinuxServer]]
     4
     5== Overview
     6
     7Tool to synchronise date and time on all servers.
     8
     9== Installation
     10
     11{{{
     12#!sh
     13sudo apt-get install ntp
     14}}}
     15
     16By default this uses ntp.ubuntu.com, but other servers can be added for better accuracy and resilience.
     17
     18[[BackLinks]]