Code is Code

Whether it works or not.

Disable your nginx server tokens

by Etienne Marais in Snippets

A raw nginx install will display server information which is not ideal if you want a more secure environment for your website to live in. Fortunately it's very easy to disable extra server info from being displayed. That output shows the operating system as well as the version o ...

Compressing a big folder and wanting progress

by Etienne Marais in Bash

Everyone runs a bad migration at least once in their career and this happened to me a short while ago. To get back deleted data, you can spin up a google cloud vm with mysql and extract the incremental snapshot to that test database. Run the queries to get the deleted data back a ...