Setting EU tax rules in Magento 1 31 Dec 2018 | 0 Comments When you have a shop based in he EU, tax law is not easy. To make matters worse, setting up tax rules in Magento is not very, for lack of a better word, intuitive. But fear not! Understan... Read more
Dynamically filter Linux processes if you do not have htop 8 Nov 2018 | 0 Comments Linux `htop` rocks when you want to filter through the list of running Linux processes, for instance to watch httpd processes only. However, not all servers have htop installed. So what y... Read more
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