====== VMWare Workstation clone an existing centos VM ======
* Power off the source machine
* Go to VM/Manage/Clone and follow the steps
* On the cloned machine, set new host: hostnamectl set-hostname server1
* Disable not needed service:systemctl stop NetworkManager
systemctl disable NetworkManager
* Restart: shutdown -r now