Benutzer-Werkzeuge

Webseiten-Werkzeuge


course:linux_config:raspberry_pi_linux_konfiguration

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
course:linux_config:raspberry_pi_linux_konfiguration [2026/02/28 13:26] – [VIM Installation/Konfiguration] torsten.roehlcourse:linux_config:raspberry_pi_linux_konfiguration [2026/09/16 07:32] (aktuell) – [Raspi-Config] torsten.roehl
Zeile 3: Zeile 3:
  
  
-// +//**raspi-config** ist das zentrale, textbasierte Konfigurationswerkzeug für Raspberry Pi OS, 
-**raspi-config** ist das zentrale, textbasierte Konfigurationswerkzeug für Raspberry Pi OS, +
 aufrufbar über ''sudo raspi-config'' im Terminal. Es ermöglicht die Konfiguration  aufrufbar über ''sudo raspi-config'' im Terminal. Es ermöglicht die Konfiguration 
-von Interfaces, SSH, Passwort, Kamera, Boot-Optionen, Systemsprache und weiteren Systemparametern. +von Interfaces, SSH, Passwort, Kamera, Boot-Optionen, Systemsprache und weiteren Systemparametern.//
-//+
  
 <note> <note>
Zeile 43: Zeile 41:
 sudo apt install vim-gtk3 -y sudo apt install vim-gtk3 -y
 sudo apt install xclip          # X11 sudo apt install xclip          # X11
 +
 sudo apt install python3-pylsp sudo apt install python3-pylsp
 +sudo apt install python3-pyflakes
 +sudo apt install python3-pylsp-rope
 +
  
 vim --version | grep python     # +python3 sollte vorhanden sein vim --version | grep python     # +python3 sollte vorhanden sein
course/linux_config/raspberry_pi_linux_konfiguration.1772285193.txt.gz · Zuletzt geändert: von torsten.roehl