Posted on 18 mars 201817 juillet 2019 by Sylvain JOLIVET RASPBERRY À L’HEURE – NTPDATE # Installer ntpdate sudo apt-get install ntpdate # Editer le crontab (préféré l'éditeur nano) crontab -e # Ajouter la ligne 0 */1 * * * ntp.fdn.fr # Puis lancer sudo ntpdate ntp.fdn.fr dpkg-reconfigure tzdata