Posts

Showing posts with the label Ubuntu

Installing NodeJs on NetBeans

1. Install NodeJs first 2. Download the plugin nbm file  Here 3. Go to NetBeans Tools > Plugins > Downloaded menu and click on ‘Add Plugins…’. Select the           downloaded nbm file and click install. This will install the nodejs plugin.

Installing NodeJs on ubuntu

1. apt-get update 2. apt-get install nodejs 3. apt-get install npm

XAMPP Installation on Ubuntu

1. Download the latest version of XAMPP  Here 2. Go to the directory of downloaded XAMPP     cd ~/Downloads     sudo su 3. Makes the XAMPP package as executable      sudo chmod +x xampp-linux-x64-5.6.8-0-installer.run 4. Install the XAMPP as shown bellow     sudo ./xampp-linux-x64-5.6.8-0-installer.run 5. Then you get XAMPP installation wizard. It's now next..next installation. For starting the XAMPP server sudo /opt/lampp/lampp start For stop the  XAMPP server sudo /opt/lampp/lampp stop