Raspbian

Aus Tutorials
Zur Navigation springen Zur Suche springen

Installation

Voraussetzungen

Etcher muss installiert sein.

Download

wget https://downloads.raspberrypi.org/raspbian_latest

Konfiguration

sudo raspi-config

raspi-config ermöglicht unter anderem:

  • Partition maximieren
  • SSH erlauben
  • Zeitzone anpassen
  • Keyboard-Layout einstellen

Zeitzone ändern

sudo dpkg-reconfigure tzdata

Netzwerk

Werkzeuge

sudo apt-get update
sudo apt-get install dnsutils

Konfigurationen

Netzwerk Wireless (Raspbian)

Netzwerk mit Kabel (Raspbian)

Router (Raspbian)

Netzwerkbrücke (Raspbian)

Firewall (Raspian)

Allgemein

VNC Server (Raspbian)

Externe USB-Festplatte (Raspbian)

Oscam (Raspberry)

Probleme

locale: Cannot set LC_ALL to default locale: No such file or directory

In .bashrc folgende Zeile hinzufügen:

export LC_ALL=C

Java

Java 11

wget https://download.bell-sw.com/java/11.0.3/bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb
sudo apt-get install ./bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb
sudo update-alternatives --config javac
sudo update-alternatives --config java

Links

http://hirt.se/blog/?p=1116

https://bell-sw.com/

Links

https://www.raspberrypi.org

https://www.elektronik-kompendium.de/sites/raspberry-pi/

http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html

http://raspberrypiguide.de/howtos/ssh-zugriff-unter-raspbian-einrichten/

https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

http://raspberrypi.stackexchange.com/questions/37920/how-do-i-set-up-networking-wifi-static-ip/37921#37921

https://www.raspberrypi.org/forums/viewtopic.php?p=855239#p855239

http://www.fabiandeitelhoff.de/2014/07/raspberry-pi-speicherplatz-der-sd-karte-ausnutzen/


Zurück zu Hauptseite