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

Externe USB-Festplatte

Oscam

Java

Tomcat

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

Updates der alternatives war in meinem NICHT notwendig:

sudo update-alternatives --config javac
sudo update-alternatives --config java

Links

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

https://bell-sw.com/

Tomcat

Tomcat 9

Download

auf https://tomcat.apache.org/download-90.cgi den Link für die aktuellste Version suchen und herunterladen:

wget http://mirror.klaus-uwe.me/apache/tomcat/tomcat-9/v9.0.19/bin/apache-tomcat-9.0.19.tar.gz

Installation

Zuerst einen Benutzer tomcat9 anlegen, siehe dazu auch System-Benutzer anlegen].

sudo vi /etc/systemd/system/tomcat.service

Links

https://linuxconfig.org/how-to-install-tomcat-9-on-debian-9-stretch-linux

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