Nginx Configuration TestingJul 28, 2020
How to check where in your Nginx configure something has gone horribly wrong, and how to fix it.
Read more
Bash Scripts: Upgrade your terminal gameJul 7, 2020
Upping my terminal game with some bash scripts.
Read more
Linux Update NotifierJun 12, 2020
Simple bash program to mail you when there are system updates to do
Read more
Snippet – Bash Function: Example Folder transversalJun 2, 2020
Something quick. Passing arugments through a bash alias command.
Read more
Work Flow OverhaulJun 2, 2020
My fully overhauled workflow.
Read more
Simplifying Regex MatchingAug 20, 2019
Regex can seem super complex, but once you break it down you can understand it a little better.
Read more
Fixing PHP when upgrading Ubuntu 16.10 to 18.10May 15, 2019
Upgrading from Ubuntu 16.10 to 18.10 can break php... Here is how to fix it.
Read more
Pretty Json & VimMar 23, 2019
Json can be a mess to read, so making it 'print pretty' is always good, here is how to with Vim
Read more
Setting up Gunicorn as a serviceFeb 19, 2019
Setting up Gunicorn as a service is super easy!
Read more