Quick tip: Laravel Class hash does not exist 20 Sep 2018 | 0 Comments Laravel Every once in a while, when cloning a Laravel 5 repository, you may see the error message: <?php Class hash does not exist ?> This usually means that there is an e... Read more
Email yourself filtered logs and command output directly from your web server 16 Sep 2018 | 0 Comments Misc When troubleshooting or checking your server, you often gather data that is interesting for further inspection or archiving. For instance a list of all brute force attack... Read more
Block Magento 1 brute force attacks on rss/order/new 7 Sep 2018 | 0 Comments Magento 1 comes with RSS endpoints that are increasingly targeted by brute force attacks. Some of the RSS endpoints are: /rss/order/new /rss/order/review rss/catalog/notifystock Al... Read more
How to stop your webshop emails going to the spam or junk folder 5 Sep 2018 | 0 Comments Find out what the most common reasons are why you mail end up in the spam folder and how to fix this. Read more