Ubuntu 14.04 CMake Error qmake: could not exec

I built sqlitebrowser in Ubuntu 14.04 and foud qmake could not exec when run cmake command. $ cmake .. qmake: could not exec '/usr/lib...

How to install Eclipse and PDT plugin for PHP

There are a lot of IDEs for Php developer such as phpStorm, Netbeans, phpDesigner, etc. In my humble opinion, Eclipse and PDT plugin is stil...

Install MongoDB on Ubuntu 13.04 step by step

This post is basic installation process step by step for installing MongoDB on Ubuntu 13.04 follows the tutorial from MongoDB official doc...

enable mod_rewrite for Apache 2

In order to use mod_rewrite you can type the following command in the terminal: a2enmod rewrite Restart apache2 after /etc/init.d/apa...

Setting up virtual host for Xampp

Running a Web server on your desktop computer is a great way to speed up Web site development. By previewing your Web pages directly throu...

Install ffmpeg to convert video and audio on Ubuntu

To convert ogv, ogg to avi/mov/mpeg /mp4 or extract the sound of video to mp3, etc. On Ubuntu, we can use ffmpeg to get it done. On th...

Install git and git client on Window

Installing Git on Windows is very easy. For Windows, i recommend using Git with a git client like source tree to save your time from typing...

Create a Virtual Hosts in MAMP

Why we need to create virtual host ?   Running a Web server on your desktop computer is a great way to speed up Web site development. By...

Cannot load 32-bit SWT libraries on 64-bit JVM in Eclipse

I faced this exception after moving to a new laptop, new development environment. BUILD FAILED ....../build.xml:25: java.lang.Unsati...

Install Google App Engine Java SDK and Google Plugin for Eclipse

To get started with Google App Engine Java SDK, normally you can read the fundamentals from Google's Documents. For someone, it may ma...

Change DocumentRoot in Xampp

When using Xampp, default location of  Localhost folder is : C:\xampp\htdocs . However, for some reason such as IDE workspace, backup purp...

fix Apache2 could not reliably determine the server's domain name using 127.0.1.1 for ServerName

After installing apache2, some time you face with the problems below when restart it's service * Restarting web server apache2      ...

Install PHP5 , MySQL, and Apache2 in Ubuntu

How to install apache2 , MySQL and PHP5 in Ubuntu 11.10 ? Follow the following steps below,you can resolve this issue. In Ubuntu 64 bit vers...

Install Sublime Text 2 editor in Ubuntu

Sublime Text 2 is a sophisticated text editor for code, html and prose. Like another editor Sublime Text 2 have Linux version written in Py...