Vorrei sapere come fare a mantenere l'ora esatta sul mio pc. Grazie!
cat /etc/cron.daily/time-update #!/bin/sh # Written by Cesare Fontana <[EMAIL PROTECTED]> /usr/sbin/rdate -s time.ien.it >/dev/null /sbin/hwclock -wu
Vorrei sapere come fare a mantenere l'ora esatta sul mio pc. Grazie!
cat /etc/cron.daily/time-update #!/bin/sh # Written by Cesare Fontana <[EMAIL PROTECTED]> /usr/sbin/rdate -s time.ien.it >/dev/null /sbin/hwclock -wu