CentOS 6 VMware Tools Install the Easy Way

Initiate the VMware tools install on your CentOS 6.2 VM. Open a SSH session to your VM and copy/paste this:

yum -y install perl
mkdir /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp
umount /mnt/cdrom
tar -zxf /tmp/VMwareTools-*.tar.gz -C /tmp
cd /
./tmp/vmware-tools-distrib/vmware-install.pl --default
rm -f /tmp/VMwareTools-*.tar.gz
rm -rf /tmp/vmware-tools-distrib

 


Bam! VMware Tools installed!


( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0006414152{main}( ).../index.php:0
20.07934718752Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07934718752Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.273812446792Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.275212471200Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.276112526528Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.276412555352require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.288612990760K2ControllerItem->execute( ).../k2.php:64
90.288612990760K2ControllerItem->display( ).../BaseController.php:710
100.298713715960K2ControllerItem->display( ).../item.php:78
110.298713715960K2ControllerItem->display( ).../controller.php:19
120.303614112328Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.306614132696K2ViewItem->display( ).../ViewController.php:102
140.423617086992K2ViewItem->display( ).../view.html.php:742
150.423617086992K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.427117267192include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0006414152{main}( ).../index.php:0
20.07934718752Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07934718752Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.273812446792Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.275212471200Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.276112526528Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.276412555352require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.288612990760K2ControllerItem->execute( ).../k2.php:64
90.288612990760K2ControllerItem->display( ).../BaseController.php:710
100.298713715960K2ControllerItem->display( ).../item.php:78
110.298713715960K2ControllerItem->display( ).../controller.php:19
120.303614112328Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.306614132696K2ViewItem->display( ).../ViewController.php:102
140.423617086992K2ViewItem->display( ).../view.html.php:742
150.423617086992K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.427117267192include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top