samcaldwell.net
Fixing MySQL After Encountering "Cannot proceed because system tables used by Event Scheduler were found damaged at server start" when running SQL queries to create events."
https://samcaldwell.net/index.php/technical-articles/3-how-to-articles/169-fixing-mysql-after-encountering-qcannot-proceed-because-system-tables-used-by-event-scheduler-were-found-damaged-at-server-startq-when-running-sql-queries-to-create-eventsq
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. Fixing MySQL After Encountering Cannot proceed because system tables used by Event Scheduler were found damaged at server start when running SQL queries to create events. Fixing MySQL After Encountering Cannot proceed because system tables used by Event Scheduler were found damaged at server start when running SQL queries to create events. Written by Sam Caldwell. Sunday, 16 December 2012 21:20.
samcaldwell.net
Cheating Death: Overcoming the Lack of Swap in Amazon EC2.
https://samcaldwell.net/index.php/technical-articles/3-how-to-articles/167-cheating-death-adding-overcoming-the-lack-of-swap-in-amazon-ec2
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. Cheating Death: Overcoming the Lack of Swap in Amazon EC2. Cheating Death: Overcoming the Lack of Swap in Amazon EC2. Written by Sam Caldwell. Sunday, 28 December 2014 00:00. Implementing the solution is a simple operation:. Last Updated on Sunday, 28 December 2014 12:56.
samcaldwell.net
Technical Articles
https://samcaldwell.net/index.php/technical-articles
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas.
samcaldwell.net
Miscellaneous
https://samcaldwell.net/index.php/miscellaneous
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. The Lesson Superman Didn't Teach. Freedom of Speech and Government Wiretapping Powers on the Internet. Americans Discriminate Against 1's in favor of 0's. The challenge to Optimize Government. Page 1 of 2.
samcaldwell.net
SamCaldwell.net: DevOps and Systems Engineer
https://samcaldwell.net/index.php/home
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. What I've Been Reading. My Share of the Task. How to Build a Brain. Vagrant: Up and Running. Hacking the Art of Exploitation. Latest Helpful How-to Articles. Cheating Death: Overcoming the Lack of Swap in Amazon EC2. How to Generate Self-Signed SSL/TLS Certificates With No User Interaction. How do I resolve unable to convert messages when updating ruby gems. Creating SSL Certificates in Linux using OpenSSL. Becaus...
samcaldwell.net
Business Articles
https://samcaldwell.net/index.php/business-articles
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. Paying it Forward: Mentoring. The Opportunity of Extending Beyond the Box in Texas. Get Your Head Out Of The Cloud And Think. Shred-And-Burn: What I Learned From Enron and Uncle Ollie. Startup Survival: Thinking Like a Small Business. How NOT to Recruit Technical Talent. The Addictive Cycle of Rapid Development. Trust But Verify: How I Build Trust With Online Accounts. Why I pay cash at clubs and restaurants?
samcaldwell.net
How do I resolve "unable to convert" messages when updating ruby gems.
https://samcaldwell.net/index.php/technical-articles/3-how-to-articles/165-how-do-i-resolve-qunable-to-convertq-messages-when-updating-ruby-gems
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. How do I resolve unable to convert messages when updating ruby gems. How do I resolve unable to convert messages when updating ruby gems. Written by Sam Caldwell. Wednesday, 17 October 2012 11:54. Unable to convert " xE7" from ASCII-8BIT to UTF-8 for". When I executed "locale" I found that LANG was unset. This was fixed by the following-. Export "LANG=en US.UTF-8" /etc/profile.
samcaldwell.net
Creating SSL Certificates in Linux using OpenSSL
https://samcaldwell.net/index.php/technical-articles/3-how-to-articles/164-creating-ssl-certificates-in-linux-using-openssl
Sam Caldwell ( SamCaldwell.net. IT Consultant and Subject-Matter Expert. Round Rock, Texas. Creating SSL Certificates in Linux using OpenSSL. Creating SSL Certificates in Linux using OpenSSL. Written by Sam Caldwell. Saturday, 22 September 2012 15:40. Generate Private key # openssl genrsa -des3 -out /private.key.tmp 2048 openssl rsa -in /private.key.tmp -out /private.key rm /private.key.tmp # #Generate Certificate Signing Request (CSR).