Servers + Cloud ComputingLAMP, WAMP, Linux Servers, Embedded DietPi - Guide for Setup of features Updated February 10 2025
I use and like DietPi as an OS for specific servers (Apache, LAMP, Wireguard VPN, etc). It is fast, reliable, runs great as a virtual machine (or dedicated server, including Raspberry Pi and similar), and lets you install most any Linux package. It has a Let's Encrypt wizard for quick and free TLS Certificates.
https://dietpi.com/#home

If you download the Hyper-V image, make sure you create it as a Hyper-V Generation 1 VM.


Show error messages:

Copy to Clipboardsudo journalctl


Recent messages only:
Copy to Clipboardsudo journalctl --since "5 minutes ago"


Watch for messages and show them every second:
Copy to Clipboardsudo watch -n1 -x journalctl --since "5 minutes ago"


Watch for messages for Apache and show them every second:
Copy to Clipboardsudo watch -n1 -x journalctl -t apache2 --since "5 minutes ago"

Apache .htaccess files not working
DietPI Apache /var/www folder doesn't allow changes
DietPI MariaDB First Login - Password Reset
DietPI MariaDB only accessible via localhost 127.0.0.1
Setup SSH with OpenSSH to allow SSH Keyfiles




©2024 - Some portions of this website are Copyrighted.
Your IP: 52.14.187.31     Referring URL:
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Terms and Conditions, Privacy Policy, and Security Policy