Rutorrent on Debian

Rtorrent is a text-based ncurses BitTorrent client written in C++ based on the LibTorrent libraries for Unix. Rtorrent is very minimal and takes very few system resources. On high-bandwidth connections, It claims to be able to seed at three times the speed of the official BitTorrent client. Rtorrent is a package available for various Linux … Read more

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 … Read more

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 … Read more

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 … Read more