Posted inArticles

Compile and install Python 2.7.6 on CentOS

Enter the command below to get root privilege. or Installing Development Tools Installing dependencies require by Python 2.7.6 Downloading Python 2.7.6 source. Unpacking Python 2.7.6 source. Entering into Python 2.7.6 source directory. Commands used to compile and install Python 2.7.6. make Now we have Python 2.7.6 installed on our CentOS system. If you have any […]

Posted inArticles

Package Control on Sublime Text 3

What is Package Control? Package Control is a package manager developed by Will Bond. Package Control can be used for downloading and installing plugins, Color Scheme and extensions developed by third party developers, The Package Control is really very useful because it can be always be used to add more features to Sublime Text. Installing […]

Posted inArticles, Linux

Linux Mint Debian 201403 has been released

Recently Linux Mint team announced Linux Mint Debian 201403, Linux Mint Debian Edition also known as LMDE is based directly on [Debian Testing](http://en.wikipedia.org/wiki/Testing_(Debian)), instead of Ubuntu. Linux Mint Debian looks identical to Linux Mint which is based on Ubuntu. Linux Mint Debian offers all functionality seen on Linux Mint, while using Debian as a base […]

Posted inArticles

Node.js on Ubuntu

#### What is Node.js? Node.js is a brilliant platform for creating network applications. It is mainly known for its non-blocking I/O and event driven system. In simple terms, Node.js can easily handle a large number of requests while simultaneously consuming lesser server memory. These are the attributes make Node.js a better than other languages and […]