Date (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
 
(7 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 4: Zeile 4:
 
  |}
 
  |}
 
When using [[Telnet (en)|Telnet]] or [[SSH (en)|SSH]] to connect to the [[Shell (en)|Shell]], which is the [[BusyBox (en)|BusyBox]] on the dreambox, the command ''<code>date</code>'' can be used to set the date and time manually. This can be useful if the transponder has wrong info, or in case the tuner is not connected.
 
When using [[Telnet (en)|Telnet]] or [[SSH (en)|SSH]] to connect to the [[Shell (en)|Shell]], which is the [[BusyBox (en)|BusyBox]] on the dreambox, the command ''<code>date</code>'' can be used to set the date and time manually. This can be useful if the transponder has wrong info, or in case the tuner is not connected.
== Beispiel ==
+
== Examples ==
Die Zeit soll in einem Beispiel manuell auf genau 20:05:00 Uhr eingestellt werden. Das Kommando dazu lautet:
+
In a first example the time will be set manually on 20:05:00. The command is as follows:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
date -s 20:05:00
 
date -s 20:05:00
 
</syntaxhighlight>
 
</syntaxhighlight>
Mit Datumsangabe (7. Juni 2013) und der Uhrzeit (11:45) ist der Befehl wie folgt:
+
To set the date (7th june 2013) and the time (11:45), the command is:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
date -s 2013.06.07-11:45:00
 
date -s 2013.06.07-11:45:00
 
</syntaxhighlight>
 
</syntaxhighlight>
Der <code>date</code> Befehl zeigt die neu gesetzten Werte.
+
The command <code>date</code> shows the actual date and time.
 
<syntaxhighlight>
 
<syntaxhighlight>
 
date
 
date
 
</syntaxhighlight>
 
</syntaxhighlight>
  
== Alternativen ==
+
== Alternatives ==
Alternativ wird im [http://www.i-have-a-dreambox.com/wbb2/index.php Forum] vorgeschlagen:
+
Alternatives which are discusses in the [http://www.i-have-a-dreambox.com/wbb2/index.php Board]:
* Auf ein Programm der ARD umzuschalten und die Dreambox neuzustarten.
+
* Choose the ARD channel (19° sat position) and reboot the dreambox.
* Das Pauli-Plugin zu verwenden.
+
* Use the Pauli-Plugin.
* Das [[DVB Zeit]] Plugin benutzen.
+
* Use the [[DVB Time]] Plugin.
  
== Literaturhinweise ==
+
== Link ==
* [http://www.linuxmanpages.com/man1/date.1.php Hauptseite zu date]
+
* [http://www.linuxmanpages.com/man1/date.1.php Manpage about date]
  
[[Kategorie:Grundlagen]]
+
[[Kategorie:Basics (en)]]
[[Kategorie:Anleitungen]]
+
[[Kategorie:Instructions (en)]]
{{DISPLAYTITLE:date}}
+
{{DISPLAYTITLE:date (en)}}

Aktuelle Version vom 10. November 2013, 22:25 Uhr

Deutsch.png - in Deutsch English.png - in English

When using Telnet or SSH to connect to the Shell, which is the BusyBox on the dreambox, the command date can be used to set the date and time manually. This can be useful if the transponder has wrong info, or in case the tuner is not connected.

Examples

In a first example the time will be set manually on 20:05:00. The command is as follows:

date -s 20:05:00

To set the date (7th june 2013) and the time (11:45), the command is:

date -s 2013.06.07-11:45:00

The command date shows the actual date and time.

date

Alternatives

Alternatives which are discusses in the Board:

  • Choose the ARD channel (19° sat position) and reboot the dreambox.
  • Use the Pauli-Plugin.
  • Use the DVB Time Plugin.

Link