We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b634746 commit b3ea325Copy full SHA for b3ea325
src/data/blog/2022/debian-lxc-setup.md
@@ -29,7 +29,7 @@ passwd patrick
29
30
## Enable Fail2ban
31
32
-``` bash
+```bash
33
sudo systemctl enable --now fail2ban && sudo systemctl status fail2ban
34
sudo fail2ban-client status
35
```
@@ -95,5 +95,5 @@ sudo sed -i '/Unattended-Upgrade::Origins-Pattern {/a\ "origin=*";' /etc/apt/
95
Verify the change
96
97
```bash
98
-sudo head -n 50 /etc/apt/apt.conf.d/50unattended-upgrades
+sudo head 50 /etc/apt/apt.conf.d/50unattended-upgrades
99
0 commit comments