raspi-configとは?
raspi-configは、Raspberry Piの推奨OSであるRaspbianの設定ツールです。様々な設定項目を把握できるので一度目を通しておくのが良いでしょう。いざという時に役立ちます。
raspi-configの公式リファレンス
https://www.raspberrypi.org/documentation/configuration/raspi-config.md
raspi-configの起動方法
以下のコマンドを実行することで設定画面が表示されます。
$ sudo raspi-config

画面が表示されず、以下のようなエラーが出る場合は、”sudo”をつけて実行してください。
Script must be run as root. Try 'sudo raspi-config'
設定項目一覧
1 Change User Password Change password for the 'pi' user 2 Network Options Configure network settings 3 Boot Options Configure options for start-up 4 Localisation Options Set up language and regional settings to match your location 5 Interfacing Options Configure connections to peripherals 6 Overclock Configure overclocking for your Pi 7 Advanced Options Configure advanced settings 8 Update Update this tool to the latest version 9 About raspi-config Information about this configuration tool