If you are like me only using phpMyAdmin a few times every year, it can be a good idea and a easy security measure to disable the config when not needed. You can disable phpMyAdmin by disabling the module configuration: Enable it again with:
Category: Web
Set up Sophos UTM WAF with Let's Encrypt
This is a requested one, so will only sum up the important bits. The integrated web application firewall is very powerful. It allows you to host several web applications behind one IP. Both http and https are available. With the latter you can ise the built in LE integration. Try out this fast how-to to… Continue reading Set up Sophos UTM WAF with Let's Encrypt
Update FreeDNS with PowerShell and Task Scheduler
After my long loved Raspberry Pi died I needed a new way to update a dynamic DNS. I recently discovered the Invoke-WebRequest cmdlet that lets you send an HTTP(S) request and parse pretty much whatever you get in return. My use for this is to keep a site-to-site VPN to my lab up and running.… Continue reading Update FreeDNS with PowerShell and Task Scheduler
Install Nginx Proxy Manager (npm)
As my self struggled to solve this, I shall help others. Nginx Proxy Manager is a genius and powerful GUI to manage Nginx. It helps you create Proxy servers, redirects and certificates and control these options very smoothly. I started with a plain install of Ubuntu Server 18.04 LTS and selected Docker under the install.… Continue reading Install Nginx Proxy Manager (npm)