Posts
Auto-update Docker images
2023-04-04
A little script for updating a Docker image, using Uptime Kuma as an example.
Auto-update Composer
2023-04-04
Super simple: crontab -e # Update Composer at 2 AM daily * 2 * * * /usr/bin/composer self-update
Auto-update Pi-Hole
2023-04-04
Note: Pi-Hole do not recommend auto updating, as new versions may break existing installations.
Auto-update latest Tailscale on Synology
2023-04-04
While Tailscale is now in Synology’s package centre, it has been a far older version than Tailscale provide in their on package repository.
Automate Hyper-V checkpoints with PowerShell and Task Scheduler
2023-04-04
This script will keep n many checkpoints (or snapshots) of a Hyper-V virtual machines for a given VM’s name.
CloudFlare dynamic DNS
2022-08-08
Here’s my little bash script for updating a CloudFlare subdomain with my current IP.
EdgeRouter X VPN Windows 10 Fix
2020-07-07
I had issues connecting to my EdgeRouter X L2TP/IPSec VPN. My Android and iOS devices could connect fine but my Windows 10 laptop wouldn’t.
Redirect all IE versions in Apache 2.4
2019-10-10
The following Apache conf (tested in 2.4.x) will redirect all versions of IE to the specified page.
Windows 10 Start-up folder
2019-01-01
Step 1: <CTRL>+<R> Step 2: shell:startup Profit! References: Location of the Startup folder in Windows 10/8, The Windows Club