Finding the Right OS

Quite often, I use the Pareto principle of spending 20% of the effort to get 80% of the results. On other occasions, I spend far too much time to get something just right.

From DOS 1.0 in 1981 to Windows 8 and Linux today, I’ve installed dozens of micro and minicomputer operating systems over the years. To me, an OS needs to fit like a glove, which is why I’ve spent considerable time looking for a version of Linux that will complement my Windows 7 desktop environment. Being on a tight budget, I use Oracle’s VirtualBox instead of VMWare Player as it includes a Snapshot facility.
Continue Reading →

Continue Reading

Site Backups

backups

If you have ever experienced the horror of losing files or a database, then you’ll understand the importance of implementing and TESTING your backups and site recovery capabilities.

I’ve developed some scripts that run on my local Debian server, which backs up my Hostgator sites and associated databases on a daily as well as a weekly basis.

Note: Unless you have a pre-existing arrangement in place, do not assume that your web host provider has adequate backup/recovery protection for your web sites. You’ve been warned.

Continue Reading →

Continue Reading

Learning the Guitar, Pt 5

I fell off the wagon again, for quite a while.

It’s now October, 2015 and I’ve become rather rusty. The only thing I’ve been doing on occasion is Guitar Nick’s fingerstyle progressions. Have not progressed beyond about #15.

On the other hand, I’ve focused on my Arduino creations and now have some very cool effects.

Am starting to progress beyond #15, so we’ll see what the next couple of months bring.

Continue Reading

Arduino Christmas Lights

With the recent purchase of an Arduino microcontroller, my interest in electronics was rekindled after many years hiatus. One of my goals back in the day was to create a colour organ where lghts would flash in beat with the music. With the Arduino, I can easily do that and much more, so I set about coming up with a project that made use of modern day LED’s. The result will be Christmas lights that:

Continue Reading →

Continue Reading

Arduino & Bluetooth

Was playing with an HC-06 Bluetooth board today:

http://www.aliexpress.com/store/product/HC-06-Bluetooth-serial-pass-through-module-wireless-serial-communication-from-machine-Wireless-HC06-for-arduino/318950_630840325.html

Was able to successfully pair with this from my phone and send commands via a Bluetooth terminal on the phone to the Arduino, although I found the communications very difficult to maintain. Here’s my brief review of IR vs Bluetooth communications:
Continue Reading →

Continue Reading