Tag Archives: cron

Ubuntu: How to Restart the Cron Service

After making changes to your crontab file, be it the sudo or standard version of the file, you will need to restart the appropriate cron service. The command line sequence to achieve this is as follows: Continue reading

Posted in Tutorials, Ubuntu | Tagged , , , | View Comments

Ubuntu: How to Force a Silent Cron

By default, cron actions that produce output generates emails that get sent to the system administrator. If we don’t particularly want this behaviour, we need to terminate our function calls with a specific character sequence, which looks as follows: Continue reading

Posted in Tutorials, Ubuntu | Tagged , silent output, | View Comments

PHP: Optimize and Analyze All Your MySQL Tables

When you start working with sizeable datasets and the like, things like database optimization become more and more important for you to pay attention to. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , , | View Comments

WordPress Fix for Schedule Missed Posts

After upgrading successfully to Wordpress 2.9 the other day, I was mortified to find that all of a sudden all of my scheduled posts were being missed one after the other, and the only solution to actually force publish them was to hit the Quick Edit option on the posts listing page and change the each post’s status to published. Continue reading

Posted in Software & Websites, Technology & Code, Tutorials | Tagged , , , , , | View Comments