-
Couldn't load subscription status.
- Fork 0
Initial Setting
nanakira edited this page May 3, 2019
·
6 revisions
- Download Raspbian binary
- Format SD card by SD formatter
- Flash Raspbian image by Etcher
Create file "ssh" at root.
ssh pi@raspberrypi.local
Default user: pi password: raspberry
sudo passwd root
sudo adduser xxxx
groups pi
sudo usermod -G pi,adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,netdev,input,spi,gpio newuser
userdel -r pi
sudo nano /etc/ssh/sshd_config
# Port 22
Port xxx # (49152-65535)
PermitRootLogin no # Disable direct login as root
sudo rpi-update
sudo apt-get update
sudo apt-get upgrade
sudo raspi-config
- Expand file system
- Change Locale: en_GB.UTF-8/ja_JP.EUC-JP/ja_JP.UTF-8(default)
- Change timezone
- Disable camera
- Change host name
- Change memory_split to 16MB (minimum)