<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged time server</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/time+server/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/time+server/order_by/date</id>
  <updated>2006-11-07T18:23:00Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Synchroniser son serveur à l'heure atomique</title>
  <link href="http://snippets.prendreuncafe.com/snippet/13"></link>
  <updated>2006-11-07T18:23:00Z</updated>
  <id>13</id>
  <summary type="html">[code]
$ sudo apt-get install ntpdate 
$ sudo ntpdate europe.pool.ntp.org
[/code]

Puis dans un crontab en root :

[code]
# m h  dom mon dow   command
  0 0  *   *   *     ntpdate europe.pool.ntp.org
[/code]</summary>
</entry>
</feed>