In this article we will install MongoDB in Ubuntu 12.04. MongoDB is a very popular document store database. It is a NoSQL database which runs very fast. First we need to create a source list for MongoDB so run the...
Thursday the 23rd of May, 2013
Here we will install Sphinx Search (sphinxsearch) version 2.0.5 in Ubuntu 12.04 Server from the command line. Once finished I will make sphinxsearch work together with my website for a real world example. The flow to...
Thursday the 4th of October, 2012
Some of the parts of this MySQL PHP class where taken from other classes so I do not take 100% credit for this class. I am just adding this here so other can use it. The classes I used for this are from sources I do not...
Tuesday the 4th of September, 2012
This class is just a simple form implementation designed to allow flexible forms. It is self explanatory and requires little skill to use. Hopefully someone else will find it useful. <?php /** * Form Class to...
Thursday the 12th of July, 2012
I have been blowing it off for a while now, but have finally decided to get it done. My self highly anticipated PHP AJAX pagination class. It does not require a lot of input to get the job done. This is considered...
Tuesday the 10th of July, 2012
Make sure you change you LinkedIn password today. Reports are coming out of Norway saying that a Russian hacker has a copy of 6.5 Million LinkedIn passwords that are hashed somewhere on a Russian hacking site. Hashed,...
Wednesday the 6th of June, 2012
This quick article explains how you can stop SSH from timing out on you. Lets create a scenario where we have a Linux desktop computer with Ubuntu on it and a Server with Red Hat Enterprise Server. This works on all...
Wednesday the 30th of May, 2012
In this article we will go over how to add a new user to a MySQL database from the Linux command line. This method should work from any operating system that uses the MySQL client application from a terminal. First we...
Tuesday the 29th of May, 2012
In this article I will explain how you can get RVM (Ruby Version Manager) installed on Ubuntu 12.04 Linux. First we have to make sure that we have some dependencies installed, so run the following command to take care...
Tuesday the 8th of May, 2012
Install Ruby RVM ( Ruby Version Manager ) on Linux Mint 12. Today I wanted to install RVM, which stands for Ruby Version Manager, on my laptop so that I can do some Ruby development on the couch. So here are the steps...
Sunday the 6th of May, 2012