Brandonchecketts - brandonchecketts.com - Brandon Checketts
General Information:
Latest News:
Fix for MongoDB not reliably starting/stopping on Ubuntu 20 May 2013 | 06:56 pm
I spent the last several hours troubleshooting any annoying error with the mongodb init script on Ubuntu. The script would start the daemon easy enough, but would report a failure. When subsequently t...
Fix for MongoDB not reliably starting/stopping on Ubuntu 20 May 2013 | 06:56 pm
I spent the last several hours troubleshooting any annoying error with the mongodb init script on Ubuntu. The script would start the daemon easy enough, but would report a failure. When subsequently t...
GnuPG Encryption with PHP (on Ubuntu with Pecl) 14 Apr 2013 | 07:34 am
Instructions for Getting this working on Ubuntu 12.04 and more modern systems than my previous post Install the required system and pecl packages: Generate a Private key On a virtual machine, if th...
GnuPG Encryption with PHP (on Ubuntu with Pecl) 14 Apr 2013 | 07:34 am
Instructions for Getting this working on Ubuntu 12.04 and more modern systems than my previous post Install the required system and pecl packages: # apt-get install gnupg libgpgme11 libgpgme11-dev # p...
Monit CPU Usage problem 3 Apr 2013 | 06:51 pm
I just recently fixed an issue I wanted my Monit monitoring process to restart a daemon who was segfaulting and causing 100% CPU usage according to top and most other system tools. I had seen configur...
Monit CPU Usage problem 3 Apr 2013 | 06:51 pm
I just recently fixed an issue I wanted my Monit monitoring process to restart a daemon who was segfaulting and causing 100% CPU usage according to top and most other system tools. I had seen configur...
Great Guide on Transactional Emails 16 Jan 2013 | 07:23 am
I don’t usually post blind links to 3rd party resources, but this guide written by MailChip is an excellent resource for creating transactional emails http://mailchimp.com/resources/guides/html/trans...
Great Guide on Transactional Emails 16 Jan 2013 | 07:23 am
I don’t usually post blind links to 3rd party resources, but this guide written by MailChip is an excellent resource for creating transactional emails http://mailchimp.com/resources/guides/html/transa...
Quick PHP Script to find values that add to a specified total 15 Dec 2012 | 08:42 am
I’ve had need for this on several occasions, and never come up with a decent solution until now. The problem happens for me most frequently when dealing with a group of transactions, and I need to fin...
Quick PHP Script to find values that add to a specified total 15 Dec 2012 | 08:42 am
I’ve had need for this on several occasions, and never come up with a decent solution until now. The problem happens for me most frequently when dealing with a group of transactions, and I need to fin...