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.0009412344{main}( ).../index.php:0
20.11174262312Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.11174262312Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.348711453192Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.349311477520Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.349911532848Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.350211560248require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.357811959880K2ControllerItem->execute( ).../k2.php:64
90.357811959880K2ControllerItem->display( ).../BaseController.php:710
100.366812610584K2ControllerItem->display( ).../item.php:78
110.366812610584K2ControllerItem->display( ).../controller.php:19
120.370912981624Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.373413067528K2ViewItem->display( ).../ViewController.php:102
140.483815888736K2ViewItem->display( ).../view.html.php:742
150.483815888736K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.488016061672include( '/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.0009412344{main}( ).../index.php:0
20.11174262312Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.11174262312Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.348711453192Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.349311477520Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.349911532848Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.350211560248require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.357811959880K2ControllerItem->execute( ).../k2.php:64
90.357811959880K2ControllerItem->display( ).../BaseController.php:710
100.366812610584K2ControllerItem->display( ).../item.php:78
110.366812610584K2ControllerItem->display( ).../controller.php:19
120.370912981624Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.373413067528K2ViewItem->display( ).../ViewController.php:102
140.483815888736K2ViewItem->display( ).../view.html.php:742
150.483815888736K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.488016061672include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top