-
-
What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
-
Rugged Rock Studio
- CodeUnit Collections
- Funakoshi Karate International South Africa
- Rugged Rock Studio: The Portfolio of Craig Lotter
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
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
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
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 analyze, cron, database, database optimization, mysql, mysql tables, optimize, PHP, scheduled task 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 bugfix, cron, fix, scheduled posts, timeout, wordpress View Comments