raspberry_pi:raspi-config
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
| raspberry_pi:raspi-config [2026/02/25 07:26] – torsten.roehl | raspberry_pi:raspi-config [2026/02/25 07:28] (aktuell) – torsten.roehl | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| [[raspberry_pi|☚ zurück]] | [[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, |
| - | Es wird im Terminal mit '' | + | aufrufbar über '' |
| - | von Interfaces, SSH, Passwort, Kamera, Boot-Optionen, | + | von Interfaces, SSH, Passwort, Kamera, Boot-Optionen, |
| // | // | ||
| - | <note tip> | + | <note tip> |
| < | < | ||
| - | Dies ist eine kompakte Übersicht ('' | + | Dies ist eine kompakte Übersicht ('' |
| - | Alle Themen werden anhand praktischer Übungen demonstriert und umgesetzt. | + | Die einzelnen |
| </ | </ | ||
| + | ====== raspi-config ====== | ||
| Im Kurs wird der Umgang mit '' | Im Kurs wird der Umgang mit '' | ||
| - | Dabei wird insbesondere | + | Dabei wird gezeigt, welche Einstellungen nach einer frischen Installation vorgenommen werden sollten. |
| - | ------ | + | * '' |
| ====== Linux Konfiguration ====== | ====== Linux Konfiguration ====== | ||
| ===== Update / Upgrade ===== | ===== Update / Upgrade ===== | ||
| - | Aktualisiert | + | Diese Befehle aktualisieren |
| <code bash> | <code bash> | ||
| Zeile 29: | Zeile 30: | ||
| sudo apt upgrade -y | sudo apt upgrade -y | ||
| </ | </ | ||
| - | |||
| - | ----- | ||
| ===== Tools installieren ===== | ===== Tools installieren ===== | ||
| - | Installation grundlegender | + | Diese Befehle installieren nützliche |
| - | * '' | + | '' |
| - | | + | |
| - | * '' | + | |
| - | + | ||
| - | ----- | + | |
| - | ==== VIM Installation / Konfiguration ==== | + | ==== VIM Installation/ |
| === VIM Installation === | === VIM Installation === | ||
| Zeile 46: | Zeile 41: | ||
| sudo apt remove vim vim-tiny vim-nox -y | sudo apt remove vim vim-tiny vim-nox -y | ||
| sudo apt install vim-gtk3 -y | sudo apt install vim-gtk3 -y | ||
| - | sudo apt install xclip # X11 Clipboard-Unterstützung | + | sudo apt install xclip # X11 |
| vim --version | grep python | vim --version | grep python | ||
| </ | </ | ||
| === VIM Konfiguration === | === VIM Konfiguration === | ||
| - | Konfigurationsstruktur: | + | * '' |
| - | * '' | + | * '' |
| - | * '' | + | * '' |
| - | Vim-, tmux- und Bash-Konfigurationsdateien werden | + | Vim-, tmux- sowie Bash-Konfigurationsdateien werden |
| - | Dadurch | + | auf ein zentrales |
| + | Auf diese Weise lässt sich die gesamte Konfiguration | ||
| <code bash> | <code bash> | ||
| - | pi@raspi88: | + | pi@raspi88: |
| lrwxrwxrwx 1 pi pi 16 Feb 16 08:59 .tmux.conf -> config/ | lrwxrwxrwx 1 pi pi 16 Feb 16 08:59 .tmux.conf -> config/ | ||
| lrwxrwxrwx 1 pi pi 11 Feb 16 08:52 .vim -> config/vim/ | lrwxrwxrwx 1 pi pi 11 Feb 16 08:52 .vim -> config/vim/ | ||
| Zeile 66: | Zeile 62: | ||
| </ | </ | ||
| - | ----- | + | ==== weitere |
| - | + | ||
| - | ==== Weitere | + | |
| - | + | ||
| - | === fzf === | + | |
| <code bash> | <code bash> | ||
| # Installation | # Installation | ||
| Zeile 76: | Zeile 68: | ||
| ~/ | ~/ | ||
| - | # Aktivieren / prüfen | + | # Prüfen |
| source ~/.bashrc | source ~/.bashrc | ||
| fzf --version | fzf --version | ||
| - | # Deinstallation | + | rm -rf ~/ |
| - | rm -rf ~/.fzf | + | |
| </ | </ | ||
| - | === Paketbasierte Installation === | ||
| <code bash> | <code bash> | ||
| sudo apt install tree | sudo apt install tree | ||
| sudo apt install ripgrep | sudo apt install ripgrep | ||
| - | sudo apt install bat | + | sudo apt install bat |
| sudo apt install tmux | sudo apt install tmux | ||
| sudo apt install gnupg | sudo apt install gnupg | ||
| - | sudo apt install feh | + | sudo apt install feh |
| </ | </ | ||
| - | ----- | + | ==== time ==== |
| - | + | Zeitzone explizit | |
| - | ==== Zeitzone | + | |
| - | Zeitzone explizit setzen | + | |
| <code bash> | <code bash> | ||
| sudo timedatectl set-timezone Europe/ | sudo timedatectl set-timezone Europe/ | ||
| - | timedatectl | + | timedatectl |
| </ | </ | ||
| - | |||
| - | ----- | ||
| ==== gnupg ==== | ==== gnupg ==== | ||
| - | Paranoid-Modus | + | Paranoid-Modus |
| <code bash> | <code bash> | ||
| - | pi@raspi88: | + | (course_env) |
| default-cache-ttl 1 | default-cache-ttl 1 | ||
| max-cache-ttl 1 | max-cache-ttl 1 | ||
| </ | </ | ||
| - | ----- | + | ==== bin ==== |
| - | + | Im Home-Verzeichnis | |
| - | ==== bin-Verzeichnis | + | In der '' |
| - | Im Home-Verzeichnis wird ein eigenes | + | abgelegte Skripte |
| - | Dieses wird in der '' | + | |
| <code bash> | <code bash> | ||
raspberry_pi/raspi-config.txt · Zuletzt geändert: von torsten.roehl
