Reformat page

This commit is contained in:
RealStickman 2023-02-26 12:35:35 +01:00
parent 9026dca5be
commit cfcc605cf8

View File

@ -1,9 +1,10 @@
--- ---
title: 'Debian Raspberry Pi 3/4' title: "Debian Raspberry Pi 3/4"
visible: true visible: true
--- ---
[toc] [toc]
## Image ## Image
The image can be downloaded from the following link. The image can be downloaded from the following link.
@ -12,6 +13,7 @@ The image can be downloaded from the following link.
By default the only user account available is root with an empty password. By default the only user account available is root with an empty password.
## Setup in tty ## Setup in tty
1. Install `keyboard-configuration` and `console-setup` to select the keyboard layout 1. Install `keyboard-configuration` and `console-setup` to select the keyboard layout
2. Create a [new user](/linux/users-groups) 2. Create a [new user](/linux/users-groups)
- Don't forget to add it to the "sudo" group - Don't forget to add it to the "sudo" group
@ -19,6 +21,7 @@ By default the only user account available is root with an empty password.
4. Install `sudo` 4. Install `sudo`
## Setup in ssh ## Setup in ssh
1. Change the hostname to something sensible 1. Change the hostname to something sensible
- Change in /etc/hostname - Change in /etc/hostname
- Add the line `127.0.1.1 (hostname)` in /etc/hosts - Add the line `127.0.1.1 (hostname)` in /etc/hosts