Search This Blog

Labels

adobe (1) android (3) apache (3) aviation (1) bash (2) chrome (2) composer (1) cookery (3) dev (2) dodanperks (1) extensions (1) facebook (2) firefox (1) git (2) grafana (1) guzzle (1) headaches (11) htaccess (1) html5 (2) jquery (2) lamp (1) life hacks (10) linux (28) mysqli (2) native (1) opera (2) php (10) railfanning (1) reactjs (3) reactnative (1) servers (11) sinhala (1) smartphones (2) snap (1) sound (1) tech (22) troubleshoots (4) ubuntu (29) unicode (4) virtualbox (1) wamp (2) web (11) windows (4) wordpress (3) youtube (2) කෑම (3)

Sunday, 24 April 2016

First things first: After installing Ubuntu 16.04

Install Google Chrome

You've met some troubles, right?
Follow these instructions

Install Sinhala Input - Wijesekara

Follow these instructions

Install LAMP stack

  1. Install Apache
    sudo apt-get install apache2
  2. Install MySQL
    sudo apt-get install mysql-server
  3. Install PHP
    sudo apt-get install php5.6 libapache2-mod-php5.6
  4. Restart Server
    sudo /etc/init.d/apache2 restart
  5. Check Apache
    Open a web browser and navigate to http://localhost/. You should see a message saying It works!
  6. Check PHP
    php -r 'echo "\n\nYour PHP installation is working fine.\n\n\n";'

Install phpmyadmin

This could be done at once at first. I had to see alternative methods other than install it manually. So this is the way.

No comments:

Post a Comment