666 B
666 B
title | visible |
---|---|
Debian Raspberry Pi 3/4 | true |
[toc]
Image
The image can be downloaded from the following link.
https://raspi.debian.net/
By default the only user account available is root with an empty password.
Setup in tty
- Install
keyboard-configuration
andconsole-setup
to select the keyboard layout - Create a new user
- Don't forget to add it to the "sudo" group
- Check what IP address the device has
- Install
sudo
Setup in ssh
- Change the hostname to something sensible
- Change in /etc/hostname
- Add the line
127.0.1.1 (hostname)
in /etc/hosts