How to upgrade python 2.6 to 2.7 on CentOS-6

Today, I think to upgrade my python version 2.6 to 2.7 on CentOS-6 because of some application requirement so I tried to search on Google How to upgrade python 2.6 to 2.7 on CentOS-6 but I haven’t found any easy way like RPM or YUM. The below is a step … Continue reading

How to install Redis on Ubuntu-14.04

Redis is a data structure server. It is open-source, networked, in-memory, and stores keys with optional durability. Redis may be considered a participant in the “NoSQL” movement and is an attractive tool for developers of some kinds of applications. Redis is written in ANSI C and runs on POSIX systems … Continue reading

What are the different types of errors in php

PHP (Hyper text Pre Processor) is a scripting language commonly used for web applications. PHP can be easily embedded in HTML. PHP generally runs on a web server. It is available for free and can be used across a variety of servers, operating systems and platforms. let’s see What are … Continue reading