What I do when clean Raspbian installation on Raspberry Pi.¶
Basic config¶
With sudo raspi-config
, change belows.
- Expand Filesystem (expand filesystem size for ex. 3GB -> 30GB)
- User Password (change password to login rapi and to be root)
- Hostname (change hostname to find raspi ip in local network)
- International Settings
- Change Locale
- Change Timezone
and install avahi-daemon for static hostname. ( for 3. )
$ sudo apt-get install avahi-daemon