Recording and Replaying GPS Data

In my last post on the Arduino Uno, I took my first steps with the micro-controller and started getting data from a GPS module – the Ublox NEO 6M. Once I was able to receive data from the module – which was pretty neat by itself if you think about it, I wanted to actually […]

PHP Find Videos in Directory

I use this PHP function to find videos in a given directory. It will find files recursively in the given directory (at the given path) and put them into the array provided.

Installing the LAMP stack on Debian Wheezy

Otherwise known as a LAMP server, the LAMP software stack consists of GNU\Linux as the operating system, Apache as the Web server, MySql for a database, and PHP (or possibly Pearl or Python) as the programming language used to host a Web application. I’m going to assume a minimal install (I’ll be using debian-7.6.0-i386-CD-1.iso) [http://cdimage.debian.org/debian-cd]. […]