Quick Tips Archive

Quick way to test your Cron Jobs

If you create your cron jobs sometimes you would need to test them just to be sure they work properly. So you need to execute them one by one regardless of their schedule. The magic of command line makes it easy for us to ...Read More

Running tuning-primer.sh on MariaDB

Today I decided to tweak my mysql config file for better performance, so I downloaded tuning-primer.sh and tried to start the test until I noticed there is something wrong with JOIN section. Tuning primer was primarily created for MySQL and not for MariaDB. But ...Read More