To remove a directory that is full with other files or directories, use the below command. rm -r directory In...
Installing PEAR Mail for PHP on Ubuntu is a very simple task. Here is the step by step process how...
For any reason, if you forget MySQL root password, you can reset the password by following way from shell access...
Today, when I worked to install Redmine 3.2 , I found an error “Redmine requires Bundler 1.5.0 or higher (you’re...
I got this error “attempting to install libv8 failed to build gem native extension” when I tried to install Redmine...
If you have multiversion Ruby installed on your ubuntu 14.04, you can select the default version by this method sudo...
You can install latest version ruby in Ubuntu 14.04 by this command sudo apt-get install software-properties-common sudo add-apt-repository ppa:brightbox/ruby-ng sudo...