-
Book Overview & Buying
-
Table Of Contents
Kali Linux Cookbook
By :
In this recipe, we will demonstrate how to install Kali Linux as a virtual machine using VMware Tools.
The following requirements need to be fulfilled:
Let's begin the process of installing Kali Linux on VMware:
prepare-kernel-sources
These instructions are assuming you are using either Linux or Mac OS machines. You will not need to perform these steps under Windows.

cp /media/VMware\ Tools/VMwareTools-8.8.2-590212.tar.gz /tmp/; cd /tmp/
Replace the filename according to your VMware Tools version: VMwareTools-<version>-<build>.tar.gz
tar zxpf VMwareTools-8.8.2-590212.tar.gz
cd vmware-tools-distrib/ ./vmware-install.pl
vmware-config-tools.pl script.In the first step, we prepared our kernel source. Next, we virtually inserted the VMware Tools CD into the guest operating system. Then, we created the mount point and mounted the virtual CD drive. We copied and extracted the installer in a temporary folder and finally we ran the installer leaving the default values.
Change the font size
Change margin width
Change background colour