Posted On March 31, 2019

How to Install VMware Tools on Centos 7

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> How to Install VMware Tools on Centos 7
su -
yum install gcc gcc-c++ make binutils -y
yum update kernel
reboot
--------
su -
yum install kernel-headers kernel-PAE-devel
uname -rs
--------
copy tar file over to temp drive then cd into it
--------
sudo ./vmware-install.pl

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Move Guest VM to Different Cluster in Hyper-V

# Assumptions: # - Guest VM files are stored at a single location # -…

Remote Desktop Service Optimizations

Optimize RDP user experience:---------------------------------------------------gpedit.msc > Computer Configuration > Policies > Administrative Templates > Windows Components…

How To Install Graylog in a Kubernetes Cluster Using Helm Charts

The following narrative is based on the assumption that a Kubernetes (current stable version 20.10)…