Raspberry: Unterschied zwischen den Versionen

Aus informatikvs
Wechseln zu: Navigation, Suche
Zeile 24: Zeile 24:
 
</pre>
 
</pre>
 
== Netzwerk ==
 
== Netzwerk ==
$ ip a (oder ifconfig)  
+
$ ip a (oder ifconfig) -> Adresse für ETH0 auf Anhieb vorhanden
  Adresse für ETH0 auf Anhieb vorhanden
 
 
$ sudo apt-get update -y $$ sudo apt-get upgrade -y
 
$ sudo apt-get update -y $$ sudo apt-get upgrade -y

Version vom 16. Mai 2017, 21:29 Uhr

Erste Schritte

  • Image herunterladen - Bspw. RASPBIAN JESSIE LITE
  • Image auf SD-Karte schreiben - Bspw. mit etcher
  • Anmelden Login: pi / Password: raspberry (raspberrz mit dt. Tastatur)
  • Konfigurieren: $ sudo raspi-config
4 Localisation Options Set up language and regional settings to match your location
  1 Change Locale 
    de_DE.UTF-8 UTF-8
  2 Change Timezone 
    Europe, Berlin
  3 Change Keyboard Layout
    Modell der Tastatur: Generische PC-Tastatur mit 104 tasten ;)
    Tastaturbelegung: Deutsch
    Taste AltGr: Der Standard für die Tastaturbelegung 
    Keine Compose-Taste
  4 Change Wi-Fi Country
    DE Germany
5 Interface Options
  P2 SSH Enable
7 Advanced Options
  A1 Expand Filesystem Ensures that all of the SD card storage is available to the OS
Reboot

Netzwerk

$ ip a (oder ifconfig) -> Adresse für ETH0 auf Anhieb vorhanden $ sudo apt-get update -y $$ sudo apt-get upgrade -y