Sunday, August 21, 2016

Installing whatsoever that the 240fps with no PHP5 and Apache in Ubuntu & Linux MInt

Installing whatsoever that the 240fps with no PHP5 and Apache in Ubuntu & Linux MInt - The Note 9 still has all those familiar Samsung curves with the so-called Infinity Display, but it has put on weight. It's 205g and we generally don't like it when a phone feels like carrying a brick, but there's a good reason for it here, and the phone is slight enough to feel oddly manageable. 6 untuk, well we have collected a lot of data from the field directly and from many other blogs so very complete his discussion here about Installing whatsoever that the 240fps with no PHP5 and Apache in Ubuntu & Linux MInt, on this blog we also have to provide the latest automotive information from all the brands associated with the automobile. ok please continue reading:

If you are doing any kind of PHP development, you’ll almost always be using Apache along with it.

To install the default LAMP stack

First install tasksel... 

sudo apt-get install tasksel

.. and then the LAMP stack:

sudo tasksel install lamp-server


Installing PHP 5

  • To install PHP5 you can enter the following command in the terminal prompt:

    sudo apt-get install php5 libapache2-mod-php5


    You can run PHP5 scripts from command line. To run PHP5 scripts from command line you should install php5-cli package. To install php5-cli you can enter the following command in the terminal prompt:

    sudo apt-get install php5-cli


    You can also execute PHP5 scripts without installing PHP5 Apache module. To accomplish this, you should install php5-cgi package. You can run the following command in a terminal prompt to install php5-cgi package:
     
    sudo apt-get install php5-cgi


    To use MySQL with PHP5 you should install php5-mysql package. To install php5-mysql you can enter the following command in the terminal prompt:
     
    sudo apt-get install php5-mysql


    Similarly, to use PostgreSQL with PHP5 you should install php5-pgsql package. To install php5-pgsql you can enter the following command in the terminal prompt:
     
    sudo apt-get install php5-pgsql

No comments:

Post a Comment