Wednesday, December 7, 2016

Some terminal commands for new Ubuntu users

1. how to find if php is installed on linux
     $ php --version OR $ php-cgi --version

2. How to restart Apache?
    sudo service apache2 restart or sudo restart apache2

0 Comments:

Post a Comment