Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/install-instructions/Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Select the appropriate Ubuntu Server 24.04 package from your provider. You won't
```
sudo adduser --disabled-password --gecos "DShield Honeypot" dshield
sudo adduser dshield sudo
echo 'dshield ALL=(ALL:ALL) NOPASSWD: ALL' | sudo tee /etc/sudoers.d/dshield sudo
chmod 440 /etc/sudoers.d/dshield
sudo visudo -cf /etc/sudoers.d/dshield
```

If you installed the "minimum server": Make sure to install the editor of your choice. (for example, "sudo apt install emacs-nox").
Expand Down