login as: root
root@192.168.178.222's password:
Linux BananaPi 3.4.103 #1 SMP PREEMPT Thu Dec 18 13:07:12 CST 2014 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@BananaPi:~# sudo wget ipc.pebkac.at/ipc/ipcsetup.sh
--2014-12-23 12:30:46-- http://ipc.pebkac.at/ipc/ipcsetup.sh
Auflösen des Hostnamen »ipc.pebkac.at (ipc.pebkac.at)«... fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: kann die Host-Adresse »»ipc.pebkac.at«« nicht auflösen
root@BananaPi:~#
So sieht es aus, wenn ich IPC laden will.
Warum steht eigentlich immer ein altes Datum von Dezember drin?
Ist es vom Image selbst, also das Erstellungsdatum?
login as: root
root@192.168.178.222's password:
Linux BananaPi 3.4.103 #1 SMP PREEMPT Thu Dec 18 13:07:12 CST 2014 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@BananaPi:~# ping ipc.pebkac.at
ping ipc.pebkac.at
ping: unknown host ipc.pebkac.at
root@BananaPi:~# ping ipc.pebkac.at
ping: unknown host ipc.pebkac.at
root@BananaPi:~#
eingeben.
Alternativ kann man auch folgenden Befehl nutzen.
Code:
[COLOR=#000000]tzselect[/COLOR]
Die Systemzeit lässt sich mit folgendem Befehl im Terminal anzeigen:
Code:
[COLOR=#000000]date[/COLOR]
Mit Hilfe des Network Time Protocols (NTP), kann man einen Zeitserver im Internet abfragen und die Systemzeit entsprechend manuell anpassen:
Code:
[COLOR=#000000]ntpdate -u ntp.ubuntu.com[/COLOR]
Nun kann die Systemzeit durch einmaligen Aufruf von
Code:
[COLOR=#000000]ntpd -q -g -x -n[/COLOR]
gesetzt werden, ntpd beendet sich danach automatisch wieder. Die Optionen erlauben auch große Zeitsprünge. Theoretisch könnte die minimale ntp.conf auch an einem anderen Ort liegen und per Option angegeben werden:
root@BananaPi:~# dpkg-reconfigure tzdata
Current default time zone: 'Europe/Berlin'
Local time is now: Tue Dec 23 13:13:41 CET 2014.
Universal Time is now: Tue Dec 23 12:13:41 UTC 2014.
root@BananaPi:~#
login as: root
root@192.168.178.222's password:
Linux BananaPi 3.4.103 #1 SMP PREEMPT Thu Dec 18 13:07:12 CST 2014 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@BananaPi:~# sudo wget ipc.pebkac.at/ipc/ipcsetup.sh
--2014-12-23 13:40:37-- http://ipc.pebkac.at/ipc/ipcsetup.sh
Auflösen des Hostnamen »ipc.pebkac.at (ipc.pebkac.at)«... fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: kann die Host-Adresse »»ipc.pebkac.at«« nicht auflösen
root@BananaPi:~#