From b76ddb6e929ff7489569770788803cddb7341c62 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 20 May 2022 21:27:09 +0200 Subject: [PATCH] (Grav GitSync) Automatic Commit from RealStickman --- .../03.debian-raspberry-pi-3-4/default.en.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pages/02.linux/23.guides/03.debian-raspberry-pi-3-4/default.en.md diff --git a/pages/02.linux/23.guides/03.debian-raspberry-pi-3-4/default.en.md b/pages/02.linux/23.guides/03.debian-raspberry-pi-3-4/default.en.md new file mode 100644 index 0000000..18bc7f7 --- /dev/null +++ b/pages/02.linux/23.guides/03.debian-raspberry-pi-3-4/default.en.md @@ -0,0 +1,22 @@ +--- +title: 'Debian Raspberry Pi 3/4' +--- + +## Image + +The image can be downloaded from the following link. +[https://raspi.debian.net/](https://raspi.debian.net/) + +By default the only user account available is root with an empty password. + +## Setup in tty +1. Install `keyboard-configuration` and `console-setup` to select the keyboard layout +2. Create a [new user](/linux/users-groups) + - Don't forget to add it to the "sudo" group +3. Check what IP address the device has +4. Install `sudo` + +## Setup in ssh +1. Change the hostname to something sensible + - Change in /etc/hostname + - Add the line `127.0.1.1 (hostname)` in /etc/hosts