Monday, April 14, 2014

Tuesday, March 18, 2014

AtomSQL - Simple Database Query Language for RDBMS & NoSQL Systems

AtomSQL came from the frustration of working too much with RDBMS systems and typing too much to get the necessary data from the Databases. This post is an introduction to AtomSQL Lets go through the following examples to see how we use SQL queries normally and in AtomSQL Format. 1. Create a new...

Tuesday, February 11, 2014

Configure HHVM with Apache + FastCGI on Centos 6.5

On centos you can run regular fastcgi processes with mod_fcgid package. In order to communicate with HHVM over TCP/IP you need to install mod_fastcgi which is available elsewhere on the internet.  Follow these instructions to use apache + fastcgi with hhvm. 0. Pre-requisites Make sure you add...

Monday, February 10, 2014

Installing docker 0.8 version on Centos 6.5

1. Configure EPEL Repository [root@localhost ~]# sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm Loaded plugins: fastestmirror Determining fastest mirrors * base: centos.aol.in * extras: centos.aol.in * updates: centos.aol.in Setting up Install Process epel-release-6-8.noarch.rpm...

Saturday, October 19, 2013

Thursday, September 19, 2013

Tuesday, September 10, 2013