Category Archives: Toys

Toys-related

Netflix and Cloud IT

I recently did some technical consulting for Netflix. I can say that they are really, truly committed to cloud IT, per their public pronouncements. Most large companies are still just dipping a toe in the water, so it’s significant that … Continue reading

Posted in Business, Cloud, i18n, Linux, MySQL, Open Source, Oracle, Perl, Storage, Tech, Toys | Leave a comment

Checking MySQL Hosts in Parallel with Perl Threads

Here’s an example of using Perl ithreads to do monitoring of multiple MySQL hosts in parallel. Note that with older versions of Perl, you can use fork() or the forks.pm module instead of threads. #!/usr/bin/perl use threads; use 5.8.1; use … Continue reading

Posted in Linux, MySQL, Open Source, Perl, Storage, Tech, Toys | Leave a comment

The HP Touchpad Lessons

So … there’s a reason why HP dumped the Touchpad tablet for $100 each at retail. The channel didn’t want them. It was was cheaper to sell them at a loss of about $300 each than to have Best Buy … Continue reading

Posted in Storage, Tech, Toys | Leave a comment

Debugging Munin Problems

Munin is an Open Source program that does system monitoring and produces beautiful graphs every 5 minutes using RRDTool. I recently updated to Munin 1.4.6 on a CentOS 6 linux system. Most of the graphs worked out of the box, … Continue reading

Posted in Open Source, Perl, Storage, Tech, Toys | Leave a comment

Recovering Data from a Linux Hard Disk

If you have a linux hard drive that has recently “died”, usually you have a chance to restore it if you’re adequately prepared. By “died” I mean suffered a mechanical or electronic problem with symptoms like clicking, excessively hot, intermittent … Continue reading

Posted in Linux, Open Source, Storage, Tech, Toys | Leave a comment