Install build-essentials and linux-headers
Instructions
aptitude install build-essential linux-headers-$(uname -r)
Installation Question and Answer
Do you want to continue? [Y/n/?] Y
Mount VMware Tools
Virtual Machine --> Install VMware Tools...
Check if VMware Tools is mounted
Instructions
- df -k
Notice that /media/VMware Tools is mounted.
VMware Tools Set Up Work
Instructions
- cd /media/VMware\ Tools
- ls -lrta
- cp VMwareTools* /var/tmp
- cd /var/tmp
- gunzip VMwareTools*
- tar xovf VMwareTools*
Install VMware Tools
Instructions
- cd /var/tmp/vmware-tools-distrib
- ./vmware-install.pl
- yes
Press Enter on the following Questions (See Below)
Press Enter on the following Questions (See Below)
Press Enter on the following Questions (See Below)
Press Enter on the following Questions (See Below)
Post-Installation Steps
Note
- A new /boot/initrd.img-2.6.39.4 will be generated.
- You will have to reboot for the changes to take affect.
Proof of Lab Instructions
cd /
echo "Your Name"
e.g., echo "John Smith"
Do a Screen Print, Paste into a word document, Upload to Moodle.
Reboot Instructions
shutdown -r now