Rdate (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
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://de.wikipedia.org/wiki/Unixoides_System unixoiden] systems, but has been replaced by the more acurate [http://en.wikipedia.org/wiki/Network_Time_Protocol Network Time Protocol] (NTP).
+
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).
  
Bei aktuellen [[BusyBox]] Versionen ist <code>rdate</code> ein fester Bestandteil. Auf der Dreambox kann die Zeit mit folgendem Befehl von einen Server bezogen werden. Bedingung ist natürlich eine funktionstüchtige Internetverbindung. Das Setzen der Zeit kann für Dreambox Benutzer hilfreich sein, deren Dreamboxtuner nicht via SAT / Kabel verbunden sind, um die Zeit via Transponder zu aktualisieren.
+
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.
  
Das folgende Beispiel zeigt den Abgleich mit dem Server der [http://www.zedat.fu-berlin.de/Time-Service Freien Universität Berlin].
+
The following example shows the Das folgende Beispiel zeigt den Abgleich mit dem Server der [http://www.zedat.fu-berlin.de/Time-Service Freien Universität 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:Grundlagen]]
+
[[Kategorie:Basics (en)]]
[[Kategorie:Anleitungen]]
+
[[Kategorie:Instructions (en)]]
{{DISPLAYTITLE:rdate}}
+
{{DISPLAYTITLE:rdate (en)}}

Version vom 10. November 2013, 22:30 Uhr

Deutsch.png - in Deutsch English.png - 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 Das folgende Beispiel zeigt den Abgleich mit dem Server der Freien Universität Berlin.

rdate -s time.fu-berlin.de

Alternatives

Link