how to transfer files using scp – all commands with example
to transfer, upload or download files from server to local machine use this scp command on command line linux or ubuntu
to transfer, upload or download files from server to local machine use this scp command on command line linux or ubuntu
Login to your Ubuntu server/machine with root account credentials and install NGINX and PHP-FPM with following commands.
1. apt update
2. apt install nginx
3. apt install php7.2-fpm
Check Status of installation and proceed with changes of configuration files
This article helps you to set root password for your ubuntu servers/instances. If you are not able to login with password and/or using pem/ppk file to login and wants to change authentication menthod to password, this article is useful to you. This article can help you configure this on AWS EC2, Google Cloud instance and many more such providers