Md. Anwarul Islam

  • How do I know if my server is compatible with Magento?

    Published on: April 27, 2026

    Author:


  • Remove/ Delete a full directory in Linux / Ubuntu

    Published on: April 27, 2026

    Author:


    To remove a directory that is full with other files or directories, use the below command. rm -r directory In...

  • Install PEAR Mail for PHP On Ubuntu

    Published on: April 27, 2026

    Author:


    Installing PEAR Mail for PHP on Ubuntu is a very simple task. Here is the step by step process how...

  • Recover / Reset mysql database root password

    Published on: April 27, 2026

    Author:


    For any reason, if you forget MySQL root password, you can reset the password by following way from shell access...

  • Redmine requires Bundler 1.5.0 or higher (you’re using 1.3.5) solution

    Published on: April 27, 2026

    Author:


    Today, when I worked to install Redmine 3.2 , I found an error “Redmine requires Bundler 1.5.0 or higher (you’re...

  • attempting to install libv8 failed to build gem native extension

    Published on: April 27, 2026

    Author:


    I got this error “attempting to install libv8 failed to build gem native extension” when I tried to install Redmine...

  • How to select Ruby version when you have multiple Ruby version installed?

    Published on: April 27, 2026

    Author:


    If you have multiversion Ruby installed on your ubuntu 14.04, you can select the default version by this method sudo...

  • How to install latest version Ruby?

    Published on: April 27, 2026

    Author:


    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...