Install ESXi VMware-tools on Linux

Install ESXi vmware-tools on Linux Visit vCenter web page choose the VM, click Install VMware-tools and MOUNT. Back to VM double click VMware Tools on desktop And double click VMwareTools-<version>.tar.gz ...

June 5, 2020 · 1 min · Byte4Cat

Install openssh-server on Ubuntu

Install openssh Update first 1 sudo apt-get update -y Install openssh-server 1 sudo apt install openssh-server -y Usage Check IP by 1 ifconfig If you got this: Install ifconfig by 1 sudo apt install net-tools -y Or use the command to get your IP address ...

June 5, 2020 · 2 min · Byte4Cat