MD031 Fenced code blocks should be surrounded by blank lines

This commit is contained in:
taitus
2023-03-21 16:14:43 +01:00
parent e5a8f06049
commit 31efa97076
11 changed files with 19 additions and 1 deletions

View File

@@ -20,11 +20,13 @@ Let's create a `wheel` group and add the user `jupiter` to this group.
Now let's give sudo privileges to the `wheel` group and allow it to not use a password, this is important so that the installer doesn't get stalled waiting for a password.
First we open the sudoers file:
```
sudo visudo -f /etc/sudoers
```
And we add this line at the end:
```
%wheel ALL=(ALL) NOPASSWD: ALL
```
@@ -32,6 +34,7 @@ And we add this line at the end:
Now we need to give the keys of the server to the new user. Dont close the server terminal window, because you can lock yourself out of your server if there is a mistake.
Let's create the necessary directory in the server to upload the public key:
```
su jupiter
cd ~