Multimedia Meta-data – More than meets the eye

Multimedia Meta-data – More than meets the eye

It is time to step back from system administrative tasks and move back into the subject of digitized multimedia data processing.  The subject is a vast ever evolving beast.  Multimedia basically consists of some combination of visual or auditory information.  With digitized multimedia, additional data can be layered which provides any number of uses. In this post, I’ll be focusing on image file meta-data.  There are several levels and flavors of meta-data which I won’t cover in detail here.  However,…

Read More Read More

RPi Network Packet Analysis Tooling

RPi Network Packet Analysis Tooling

In this post, I’ll cover using the Rpi as a network analysis tool. The hardware of the Rpi and the open source software that runs on it is an extremely cost effective method to network diagnostics and troubleshooting. The hardware layout I’ll be using is fairly simple. The Rpi 3 has built in interfaces for both wired and wireless connections. I’ll be using the wired connection as my packet sniffing port. It will not have any IP bound to it….

Read More Read More

Installing and configuring SmokePing on a Raspberry Pi

Installing and configuring SmokePing on a Raspberry Pi

These instructions are based from the blogs at MyHomeBroadband.com and kugelfish.com. Install Smokeping onto the Pi The nice thing about these steps is they aren’t confined to the Raspberry Pi. You can apply this to any Linux distribution. Open a terminal session and run the following command. sudo apt-get install smokeping The downloader has Apache included, however this was setup earlier when Webmin was installed. This appears to be a factor with some settings not being changed. Once downloaded, and…

Read More Read More