Turning Our Atlanta Vacation Photos into a Video with PowerShell
Over the July 4th holiday, my family and I took a trip to Atlanta. It was one of those vacations that had a little…
Read article ->Tech. Insights. Impact.
Practical notes on infrastructure, software, leadership, and the technology decisions that shape real work.
Latest
A refreshed archive of technical posts, troubleshooting notes, and implementation walkthroughs.
Over the July 4th holiday, my family and I took a trip to Atlanta. It was one of those vacations that had a little…
Read article ->
Cloudflare Origin CA certificates are useful when your origin server only receives traffic through proxied Cloudflare records. They encrypt traffic between Cloudflare and your…
Read article ->
When you are automating Cloudflare tasks, it is useful to confirm that your credentials work before running a larger script. This small PowerShell script…
Read article ->
I ran into a simple Amazon S3 naming mistake that created a much more confusing SSL problem: I added .com to an S3 bucket…
Read article ->
Moving files between Amazon S3 buckets is usually simple when the same AWS account owns everything. It gets a little more annoying when the…
Read article ->
UFW, short for Uncomplicated Firewall, is a simple firewall management tool for Ubuntu. It is a good fit for web servers because the usual…
Read article ->
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->
Redis is often used as a local object cache for WordPress and other web applications. It can reduce repeated database work by keeping frequently…
Read article ->
MySQL is a common database choice for WordPress and many PHP applications. On Ubuntu, you can install it from the default package repositories and…
Read article ->
PHP-FPM is the usual way to run PHP behind Nginx on Ubuntu. It gives you a long-running PHP process manager instead of starting PHP…
Read article ->