Blog

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

89 posts so far

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.