How to Install PHP in nginx
Prerequisites Install nginx web server Step 1: Install PHP & PHP-FPM Install packages php & php-fpm package on server using[…]
Read more
Prerequisites Install nginx web server Step 1: Install PHP & PHP-FPM Install packages php & php-fpm package on server using[…]
Read more
Introduction If you forgot your root password, then it’s not a big deal. Below are the methods to reset root[…]
Read more
Step 1: Install MySQL Server Install MySQL Server on both machines. # apt-get update # apt-get install mysql-server mysql-client Step[…]
Read more
Introduction Repository is database of application installation and up-gradation of packages which are available on different Linux distributions. The packages[…]
Read more
Step 1: Install Postfix Install postfix using yum command: # yum install postfix Step 2: Run Postfix on Multi-Levels Make[…]
Read more
Step 1: Login MySQL Server Use the mysql credentials to login in mysql server: # mysql -u root -p Step[…]
Read more
Introduction Dnsmasq is a lightweight DNS forwarder and resource constrained routers and firewalls. It is widely used for tethering on[…]
Read more