Raspbian: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 75: | Zeile 75: | ||
=== Allgemein === | === Allgemein === | ||
[[Backup (Raspbian)|Backup]] | |||
[[Cluster (Raspbian)|Cluster]] | [[Cluster (Raspbian)|Cluster]] | ||
[[ | [[Docker(Raspbian)|Docker]] | ||
[[Externe USB-Festplatte (Raspbian)|Externe USB-Festplatte]] | [[Externe USB-Festplatte (Raspbian)|Externe USB-Festplatte]] | ||
[[Java (Raspbian)|Java]] | |||
[[Oscam (Raspberry)|Oscam]] | [[Oscam (Raspberry)|Oscam]] | ||
[[Tomcat (Raspbian)|Tomcat]] | [[Tomcat (Raspbian)|Tomcat]] | ||
[[ | [[VNC Server (Raspbian)|VNC Server]] | ||
== Allgemeines == | == Allgemeines == |
Version vom 12. Februar 2020, 14:58 Uhr
Gehäuse
Kühlkörper Raspberry 4B
Installation
Voraussetzungen
Etcher muss installiert sein.
Download
wget https://downloads.raspberrypi.org/raspbian_latest
Backup
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
SSH aktivieren
- in
Interfacing Options / SSH
aktivieren - mit
sudo systemctl start ssh
den SSH-Server starten - für Autostart mit
sudo systemctl enable ssh
aktivieren
Werkzeuge
sudo apt-get update sudo apt-get install dnsutils
Konfigurationen
Allgemein
Allgemeines
Temperatur anzeigen
sudo vcgencmd measure_temp
Probleme
locale: Cannot set LC_ALL to default locale: No such file or directory
In .bashrc folgende Zeile hinzufügen:
export LC_ALL=C
Links
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
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