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.
tutorial
Install Linux Kernel 3.8.4 in Ubuntu/Linux Mint
**Linux Kernel 3.8.4** brings various changes and bug fixes, you can have a look at them [here](http://goo.gl/KYRTb). As usual, we will upgrade to this new kernel using a simple bash script, but the kernel files can be downloaded from [here](http://goo.gl/eBHdh). Here are some fixes in this latest Kernel: ** ALSA: seq: Fix missing error … Read more
Android SDK : installation on Ubuntu via PPA
**Android SDK** is a development kit targeted at developing apps for mobile devices running Android. With the Android SDK, one can develop, debug, and test apps via an inbuilt emulator. The emulator can emulate the expected behavior of the Android OS on many platforms including Linux, Windows, and Mac. Here, we will instruct you on … Read more