Date (en): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
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. | ||
− | == | + | == Examples == |
− | + | 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> | ||
− | + | 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> | ||
− | + | The command <code>date</code> shows the actual date and time. | |
<syntaxhighlight> | <syntaxhighlight> | ||
date | date |
Version vom 10. November 2013, 21:12 Uhr
- in Deutsch | - 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
Alternativen
Alternativ wird im Forum vorgeschlagen:
- Auf ein Programm der ARD umzuschalten und die Dreambox neuzustarten.
- Das Pauli-Plugin zu verwenden.
- Das DVB Zeit Plugin benutzen.