RPi - Installation
2021-05-11 / 2024-11-08 | ||
Basiskonfigurationen...
Installation
rpi-imager auf bb8
#In den Einstellungen (Zahnrädchen) Konfiguration anpassen
#Login:
#pi / raspberry
#(Tastatur-Layout beachten, Taste z/y sind vertauscht! Also raspberrz tippen.)
sudo raspi-config
#(Tastatur-Layout beachten, - liegt im EN-Layout auf ß.)
#• Hostname ändern
#• Timezone / Keyboard
#• SSH aktivieren
sudo apt-get update && sudo apt-get dist-upgrade
Wifi und Bluetooth Deaktivieren
sudo nano /boot/firmware/config.txt
#Konfiguration anfügen, unter [all]
# turn wifi and bluetooth off
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
sudo systemctl disable hciuart
GPU-Memory minimieren
sudo nano /boot/firmware/config.txt
# GPU-Memory limit
gpu_mem=16
swapping deaktivieren
sudo service dphys-swapfile stop
sudo systemctl disable dphys-swapfile
IPv6 deaktivieren
#Prüfen ob IPv6 aktiviert ist
ip addr show | grep inet6
sudo nano /etc/sysctl.conf
# IPv6 deaktivieren
net.ipv6.conf.all.disable_ipv6 = 1
static IP
sudo nano /etc/dhcpcd.conf
# interface eth0
static ip_address=192.168.5.14/24
static routers=192.168.5.9
static domain_name_servers=192.168.5.9
Sprache (Notizen)
sudo dpkg-reconfigure locales
emoji (Dektop)
install fonts-noto-color-emoji