Ubuntu Commands and Apps


Install NetBeans:
chmod +x netbeans-8.1-linux.sh
Now to execute it run from its directory
sudo sh netbeans-8.1-linux.sh



-------------------------------------------------------------------------

Install Xampp in Ubuntu:






Check Xampp Status:
sudo /opt/lampp/lampp status
Run Xampp with Control Panel window:
sudo /opt/lampp/manager-linux.run

Run Xampp:
sudo /opt/lampp/manager-linux.run

Stop Xampp:
sudo /opt/lampp/lampp stop


You can create the backup by calling:

sudo /opt/lampp/lampp backup

Ionic framework Basics - 1

Ionic framework Basics - 1 1. Install Node.js check node js is installed Goto CMD   > type npm --> to check node js is inst...