BREAKING NEWS
Showing posts with label vmware. Show all posts
Showing posts with label vmware. Show all posts

Saturday, September 05, 2015

I am back!



Hello everyone! I am back! It has been a while and with so many great tutorials out there (Google) now a days I feel that writing repetitive stuff is not worth it. So I took a break from this blog. I has some other stuff going on.
Lately I've been on the IT world dealing with different challenges on a daily basis and sometimes you cannot find the right solution.
Finding a solution is like a puzzle. I take bits and peaces of different places and put them together and find a solution.
And this is what I will be doing on this blog from now on. I will not post stuff regularly but rather sporadically when I really feel like I can't find a solution for something nowhere else.

If any of you out there need help with whatever on the IT world I will be glad to try to help with my expertise's. Don't hesitate to drop a msg.

Soon I will be changing the look and feel of this blog to a more modern look.

Stay tune! ;-)

Friday, December 17, 2010

Linux Fedora 14, CentOS and Others - Install of VMware Tools

Here is how to install vmware-tools on a Fedora Linux 13, Fedora Linux 14 and CentOS 5 guest.

First, Install the Dependencies:

]$ yum update
]$ shutdown -r now
]$ yum install gcc make kernel-devel perl

Perform an update to make sure you have the latest kernel, reboot Fedora, and then install the following packages: gcc, make, kernel-devel, and perl. Make sure the kernel and kernel-devel packages are the exact same version. If you are running 32-bit Fedora, install the kernel-PAE-devel package.

Next, Prepare the vmware-tools Installer:

]$ mkdir /mnt/cdrom
]$ mount /dev/cdrom /mnt/cdrom
]$ cd /tmp
]$ tar zxpf /mnt/cdrom/VMwareTools-8.4.2-261058.tar.gz
]$ umount /dev/cdrom

In the Virtual Machine menu, select Install VMware Tools. VMware Fusion will make an image appear to Fedora. Mount the image, uncompress the installer files to the temporary directory, and then unmount the image.

Finally, Execute the Installer:

]$ cd vmware-tools-distrib
]$ ./vmware-install.pl

Change to the vmware-tools-distrib directory and execute the Perl script, and then follow the prompts. As long as the dependencies were installed correctly, and the version of the kernel headers match the currently running kernel, the installer will automatically find all the directories that it needs.
 
Back To Top
Copyright © 2014 Unrevealing Box .