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/25 07:42] torsten.roehlcourse:linux_config:raspberry_pi_linux_konfiguration [2026/09/16 07:32] (aktuell) – [Raspi-Config] torsten.roehl
Zeile 1: Zeile 1:
 ====== Raspi-Config ====== ====== Raspi-Config ======
 +[[raspberry_pi:raspberry_pi|☚ zurück - Installation und Konfiguration ]]
  
-[[raspberry_pi:raspberry_pi|☚ zurück]] 
  
-// +//**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-pyflakes
 +sudo apt install python3-pylsp-rope
 +
 +
 vim --version | grep python     # +python3 sollte vorhanden sein vim --version | grep python     # +python3 sollte vorhanden sein
 </code> </code>
Zeile 51: Zeile 55:
           * ''.vimrc'' – zentrale Konfigurationsdatei           * ''.vimrc'' – zentrale Konfigurationsdatei
  
 +==== Persönliche Konfiguration ====
 Vim-, tmux- sowie Bash-Konfigurationsdateien werden per symbolischen Links  Vim-, tmux- sowie Bash-Konfigurationsdateien werden per symbolischen Links 
 auf ein zentrales Konfigurationsverzeichnis (''~/config'') verwiesen.  auf ein zentrales Konfigurationsverzeichnis (''~/config'') verwiesen. 
course/linux_config/raspberry_pi_linux_konfiguration.1772005376.txt.gz · Zuletzt geändert: von torsten.roehl