Thursday, November 23, 2017

How to Install the Latest OpenShot Video Editor on Ubuntu 16.04

 

How to Install the Latest OpenShot Video Editor on Ubuntu 16.04 

 

Step 1  :-  Open the Terminal 

Step 2  :-  Next Add the repository to your software sources on Ubuntu

                "  sudo add-apt-repository ppa:openshot.developers/ppa  "

 
 

Step 3  :-  Next, Run update command in Terminal

                "  sudo apt-get update  "

Step 4  :-  Install OpenShot video editor command 

                "  sudo apt-get install openshot-qt  "

 

 

 

Installation Completed

Any Problem 

Please comment me :)


Friday, November 3, 2017

How to install NetBeans IDE 8.2 on Ubuntu 16.04

How to install NetBeans IDE 8.2 on Ubuntu 16.04

Step 1  - First download NetBeans IDE 8.2 to following Officially Website.

  •  https://netbeans.org/downloads/                                                                                                  













 Step 2  -  Next open the Terminal and Type following commands
  •  "  cd Downloads/   "
  •  "  sh netbeans-8.2-php-linux-x86.sh  "
  •  And press Enter. Now installation started.














Step 3  -  Click the Next button.





















Step 4  -  Then open License Agreement dialog box.
                Accept the terms and click the Next button.




















 Step 5  -  Choose the installation folder path and click Next button. 





















Step 6  -  Next select check for Updates box and click Install to start the installation.

 
















 



















 Step 7  -   Now setup is Complete. Click Finish the NetBeans IDE setup.
 



















 Now open NetBeans 8.2 from Desktop.



And run the project file.
Any problem please comment me.
Thanks

How to Install Apache2, PHP7, Mysql-Server, PhpMyAdmin on Ubuntu 16.04

How to Install Apache2, PHP7, Mysql-Server, PhpMyAdmin on Ubuntu 16.04

Step One - Install Apache2
  • Open The Terminal 
  • Type 1st command   =   "  sudo apt-get update  "
  • 2nd command  =   "  sudo apt-get install apache2  "
  • Finish the installation open browser and check " https://localhost " is working.



Step Two - Install PHP7
  • First you need to add repository to your source file.
  • 1st command   =   "  sudo add-apt-repository ppa:ondrej/php  "    then press Enter
  • 2ns command  =   "  sudo apt-get update  "
  • 3rd command  =   "  sudo apt-get install php7.0 php7.0-mysql   "

Step Third -  Install Mysql-Server
  • Direct run to following command 
  • sudo apt-get install mysql-server  "
  • Installation started, then your server will ask to you select the MYSQL root user password. Type the password and confirm the password. and press OK button. 

Step Fourth  - Install PhpMyAdmin
  • Run command  =  " sudo apt-get install phpmyadmin php-mcrypt php-mbstring php-gettext  "
  • Then select the server - choose aapche2.  Press OK
  • Now setup the database to use dbconfig-common. Press  Yes
  • Final step to type the PhpMyAdmin password and confirm.
  • Installation complected. 

Next Enable to PHP extensions mcrypt & mbstring to following command -
  • sudo phpenmod mcrypt
  • sudo phpenmod mbstring

Then restart the apache2 server to use following command -
  •  "  sudo /etc/init.d/apache2 restart   "

Now check PhpMyAdmin in browser -

https://localhost/phpmyadmin




Finish to Installation ..... :)
Any Problem Please comment me....