Quote:
Originally Posted by servnov
I am running GNOME on a slackware 10.1 sys. I want my desktop clock to sync itself with some remote time server...like in MS windows. If I cant do that, how do I manually reset the sys time so the desktop app will read the correct time?
thanks.
|
Ya you can do remotely. Try thiS
you should be th super user
type the follwing commands:
$su -
#<type the root password>
#service ntpd stop
#ntpdate -u <ip of the server with which you want to synchronise>
#ntpdate -u <ip of the server with which you want to synchronise>
#ntpdate -u <ip of the server with which you want to synchronise>
#service ntpd start
Hope this would solve your problem