🌓

GEM Notes

A collection of commonly used GEM-related commands.

Read More

Implementing HTTPS on Nginx with a Let's Encrypt Certificate

A brief guide to implementing HTTPS on Nginx with Certbot, the tool recommended by Let's Encrypt.

Read More

An Introduction to PHP-FPM Process Manager Modes

While a server is running, issues such as PHP-FPM consuming too much memory or spawning too many processes can cause the website or the server itself to become unresponsive. So what does the PHP-FPM process manager actually look like? Let's take a brief look.

Read More

Installing Nginx, PHP7, and MySQL 5.7 on Ubuntu 16.04

How to install Nginx, PHP7, and MySQL 5.7 on Ubuntu 16.04 via PPA.

Read More

Common Software PPA Sources

A backup of the PPA sources I use frequently; this post will be updated over time.

Read More

Common Linux Commands

A collection of commands I use frequently; this post will be updated over time.

Read More