Rdate (en): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
|[[Bild:english.png]] - [[Rdate (en)|in English]] | |[[Bild:english.png]] - [[Rdate (en)|in English]] | ||
|} | |} | ||
− | + | The <code>rdate</code> program gets the actual time from a network server over the [http://en.wikipedia.org/wiki/Time_Protocol Time Protocol]. The program was used in the past on [http://en.wikipedia.org/wiki/Unix-like unix like] systems, but has been replaced by the more acurate [http://en.wikipedia.org/wiki/Network_Time_Protocol Network Time Protocol] (NTP). | |
− | + | With the actual [[BusyBox (en)|BusyBox]] versions the <code>rdate</code> is included by default. On the dreambox the time can be set from a server with following command. Of course a working internet connection is mandatory. It can be useful to set the time on a dreambox manually if the tuner is not connected to read the time from the transponder. | |
− | + | The following example shows the time sync with the server from the [http://www.zedat.fu-berlin.de/Time-Service Free University of Berlin]. | |
<syntaxhighlight> | <syntaxhighlight> | ||
rdate -s time.fu-berlin.de | rdate -s time.fu-berlin.de | ||
Zeile 18: | Zeile 18: | ||
* [http://linux.die.net/man/1/rdate manpage about rdate] | * [http://linux.die.net/man/1/rdate manpage about rdate] | ||
− | [[Kategorie: | + | [[Kategorie:Basics (en)]] |
− | [[Kategorie: | + | [[Kategorie:Instructions (en)]] |
− | {{DISPLAYTITLE:rdate}} | + | {{DISPLAYTITLE:rdate (en)}} |
Aktuelle Version vom 10. November 2013, 21:31 Uhr
- in Deutsch | - in English |
The rdate
program gets the actual time from a network server over the Time Protocol. The program was used in the past on unix like systems, but has been replaced by the more acurate Network Time Protocol (NTP).
With the actual BusyBox versions the rdate
is included by default. On the dreambox the time can be set from a server with following command. Of course a working internet connection is mandatory. It can be useful to set the time on a dreambox manually if the tuner is not connected to read the time from the transponder.
The following example shows the time sync with the server from the Free University of Berlin.
rdate -s time.fu-berlin.de
Alternatives
- Use the DVB Time Plugin (NTP).