fmlist_scanner:system_config
Differences
This shows you the differences between two versions of the page.
| fmlist_scanner:system_config [2025/10/30] – created hayati | fmlist_scanner:system_config [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu> | ||
| + | {{indexmenu_n> | ||
| + | |||
| + | ====== 2.3 System configuration after Setup of Operating System ====== | ||
| + | |||
| + | ===== System Update ===== | ||
| + | |||
| + | Update your system: | ||
| + | |||
| + | < | ||
| + | sudo bash | ||
| + | apt update && apt upgrade && reboot now | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== System configuration ===== | ||
| + | |||
| + | ==== Unique hostname ==== | ||
| + | |||
| + | set up a unique hostname - especially, if you have multiple Pi's. for simplicity, i would suggest '' | ||
| + | |||
| + | < | ||
| + | sudo hostnamectl set-hostname scannerNN | ||
| + | sudo nano /etc/hosts | ||
| + | hostnamectl | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Timezone ==== | ||
| + | |||
| + | Not mandatory, but i would suggest to set UTC: | ||
| + | |||
| + | < | ||
| + | sudo timedatectl set-timezone UTC | ||
| + | timedatectl | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== WiFi country ==== | ||
| + | |||
| + | In case you want to use WiFi | ||
| + | |||
| + | < | ||
| + | sudo iw reg get | ||
| + | sudo iw reg set DE | ||
| + | sudo iwlist wlan0 frequency | ||
| + | </ | ||
| + | |||
| + | you should replace above '' | ||
| + | |||
| + | |||
| + | ==== Localization / Languages ==== | ||
| + | |||
| + | < | ||
| + | sudo dpkg-reconfigure locales | ||
| + | </ | ||
| + | |||
| + | i would suggest to select '' | ||
| + | |||
