Prerequisite User with Sudo privileges, Ubuntu version 20.04. Procedure Login to the Ubuntu server & follow the below steps to Configure Apache with PHP-FPM handler. Ensure that all the packages you have installed on your server are up to date, by running the following command you can find it. $… Continue Reading How to Configure Apache with PHP-FPM handler in ubuntu 20.04

We will be able to ssh from one remote-1 machine into another remote-2 machine without typing its IP and the password in the terminal. Prerequisite A user with sudo privileged access to the remote servers Implementation 1. Log in to a remote-1  server ssh user@ip 2. As a root user… Continue Reading Setting Up Passwordless SSH and Alias For Remote Login – Ubuntu 18.04