Posted inArticles

HexChat on Debian

HexChat is a cross-platform IRC client based on XChat, but unlike XChat it’s completely free. HexChat is very easy to use and has a lot of features, HexChat has lesser bugs than XChat. Here is an easy guide to install HexChat on Debian 7. Installing Download the Hexchat package from here Go to the place […]

Posted inArticles, Linux

RVM on CentOS

RVM also known as Ruby Version Manager is a command-line tool which allows you to easily install, manage, and work with multiple versions of Ruby or environments from interpreters to sets of gems. Here is an easy guide to install RVM on CentOS.

Posted inArticles

Ruby on Fedora

Ruby is a dynamic, reflective, object-oriented, general-purpose open source programming language with focus on simplicity and productivity. It has elegant syntax that is natural to read and easy to write. Ruby is a great language for developing Web Applications, Ruby has great frameworks for the Web like Ruby on Rails, Sinatra and many more. The […]

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 […]