NTP client setting for Linux

NTP service will keep your computer's date and time up to date with internet global time.
The first step is to install support for NTP add some Debian packages.

# apt-get install ntp
# apt-get install ntpdate

Then we have to add a cron tab if not already present in cron.daily:
#!/bin/sh

ntpdate tick.nap.com.ar

www.DRK.com.ar - Copyright 2002-2007 by DRK