Posts
All the articles I've posted.
-
Wireguard VPN Server in Docker
Run a WireGuard VPN server inside Docker — wg-easy setup, peer config generation, and getting road warrior access to your home network.
4 min read -
Install & use Doxygen via Docker
Generate code documentation with Doxygen without installing it — run it from a Docker container and get HTML docs from any codebase.
4 min read -
Automatic backup of docker Mysql or MariaDB container
Automate MySQL/MariaDB backups from a running Docker container using cron and mysqldump — no downtime, no excuses for losing your data.
5 min read -
WordPress on PHP-FPM & Caddy in Docker
Run WordPress on PHP-FPM with Caddy as the web server — all in Docker Compose with automatic HTTPS and proper PHP config.
3 min read -
Docker Compose useful commands
The docker compose commands you actually use daily — up, down, logs, exec, pull, and the flags that make them way more useful.
3 min read -
How to install NextCloud via Docker
Self-host Nextcloud in Docker with persistent storage and a reverse proxy — your own Google Drive without the Google.
3 min read -
Ed25519 ssh keys
Ed25519 is faster and more secure than RSA for SSH keys — generate a key pair, add it to authorized_keys, and ditch the old RSA habits.
5 min read -
Install a php script in PHP-FPM & Caddy via Docker
Run PHP apps with PHP-FPM and Caddy in Docker — FastCGI configuration, volume mounts, and the Caddyfile that wires it all together.
3 min read -
Install Caddy reverse proxy via Docker
Get Caddy running as a reverse proxy in Docker — automatic HTTPS, Caddyfile config, and Docker Compose setup in under 10 minutes.
3 min read -
Access Docker socket via TCP
Expose Docker's Unix socket over TCP so remote tools and dashboards can connect — daemon.json config for Linux and Windows.
2 min read -
Install docker on Ubuntu/Debian
The official, no-nonsense way to install Docker Engine on Ubuntu and Debian — repository setup, key import, and one command to verify it works.
4 min read -
Enable WebGL on Chrome or Firefox
WebGL disabled or hardware acceleration broken? Force-enable it in Chrome and Firefox with the right flags and about:config tweaks.
2 min read