Blog

Thoughts on development, infrastructure, and the tools I use.

91 posts so far

Using Let's Encrypt with Cloudflare DNS

SSL certificates are a must when publishing a new website. Let's Encrypt provides free SSL certificates, and you can connect it to your Cloudflare account to generate wildcard certificates via a DNS challenge.

Install GD in a PHP Docker image

Learn how to install GD in your PHP Docker image by simply adding a new instruction to your Dockerfile.

How to solve "Unknown table 'COLUMN_STATISTICS'"

Fix the Unknown table 'COLUMN_STATISTICS' error in MySQL Workbench by modifying a source code file.

Create a remote port forwarding connection using SSH

Redirect all traffic via a secure tunnel. Remote port forwarding allows you to redirect traffic from one port to another device anywhere, even on your local network.

Change the Network Profile to Public or Private on Windows

Network profiles define how resources can or cannot be reached from and to the network. Learn how we can change a network interface from one profile to another.