How to setup new ubuntu or centos server
NEW Virtual Machine SETUP
Ssh into the server using any of the ssh keys that you enabled during the configuration setup step. For example, ssh root@162.x.x.x
Once you ssh into the server, update the software packages
apt update
apt upgrade -y
Disab...
blogs.q21.in5 min read