Setting up your own ntp server without internet connexion
NTP (Network Time Protocol) is a protocol that allows to synchronize your computers clocks on your network.
Installation
With your favorite package manager
natjohan(fedora)# yum install ntp
natjohan(debian)# aptitude install ntp
Configuration
NTPD is quite easy to understand, all ...