Tutorials & Guides
Personal website of Moritz Kohm — tutorials, guides and background info on Linux/Debian, server administration and self-hosting.
# Debian-Server frisch aufgesetzt?
$ sudo apt update && sudo apt upgrade -y
# Webserver installieren
$ sudo apt install apache2 mariadb-server
# Let's Encrypt aktivieren
$ sudo certbot --apache
# Fertig.