Programming

Vim Cheatsheet

Put together a quick cheat-sheet from things I've copied and saved over the years. I come back to these notes from time to time and thought it time to finally share them.

Programming

LEMP: Linux NGINX MySQL PHP Server Configuration Walkthrough

This is a quick and gritty guide to setting up a Linux based server for MySQL, PHP, NGINX.

Programming

NGINX Wordpress Template

This is the NGINX config I use for most Wordpress / PHP projects. I've updated it throughout the years with optimal configurations

Programming

Favorite Terminal Commands

Here's a list of some random, useful commands and tools to use in the Command Line.

Programming

PHP - Get All Links from a Website

A quick little script for PHP that will grab all the links in a page and output them in a human-readable format. Nothing special, but useful.

Programming

Curl Cheatsheet

curl is used in the command line or in scripts to transfer data. It is also used nearly everywhere: in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the internet transfer backbone for thousands of software applications affecting billions of humans daily.