Ronald A. Richardson

Hi, and welcome to my website. I am a programmer, and start-up enthusiast. I love good code, and learning more about coding standards, design, algorithms, and implementation. I am currently the Lead Developer at FullSpeed Marketing and my job is awesome.

ffmpeg installation script version 2.0.1 released & used on JabberBOARD.com, works like a charm! Posted on June 29th, 2008

The ffmpeg installation script version 2.0.1 released with the following improvements. Mencoder bug fixed flvtool2 bug fixed generic servers script bugs fixed download link > http://ffmpeginstall.sourceforge.net/ –It’s simple and easy to install. Here’s a basic summary on how to use the script. You need root access to the server to do the following: 1) Download [...]

Simple Load Monitoring Script in BASH/Python/Perl Posted on June 29th, 2008

Here is a simple Load monitoring / logging script . This will log the load in /var/log/load.log . You can execute the script as follows, chmod +x /root/loadavg.sh Now add it as cron */5 * * * * /root/loadavg.sh 1) Load monitoring script in BASH(loadavg.sh) #!/bin/bash export _loadavg=$( cat /proc/loadavg | awk ‘{ print $1}’) [...]

JabberBoard project… and /debian/abi/2.6.24-18.32(verdis)6/i386/386.modules Posted on June 13th, 2008

Almost complete, all it is is phpbb3 integrated with an AJAX script I made a lot of modifications with. It’s very user friendly and cool. Despite my subject title, I’m not here to write about that. I desperately need to find the correct Linux modules. Recently I downloaded the ubuntu source for linux2.6.24-18.32, which is [...]

New Projects Posted on June 11th, 2008

1280x1024I made a cool default wallpaper for the Verdis OS… You can download it for free…

My compile of Verdis crashed with some ABI modules in the linux 2.6 kernel i was compiling, I fixed it though. Found out that I didn’t have the i386 modules in place. So I got that sorted out, at the reate of this compile I should have results for the next compile tomorrow morning.

Anyways that’s not what I wanted to write about, I’ve started out some new website projects on my server that you will see up and running within the next week or so.