Tested Linux Systems:
Debian, Ubuntu, Kali, CentOS
There is a desktop environment, there is a character interface environment, but I am accustomed to configure in the terminal
In the upper left-hand corner of the open virtual machine, the device-〉 installs the enhancements, the Linux virtual machine automatically mounts the enhanced ISO image, and the desktop environment is visible on the desktop, and the character interface is in the/media/directory.
Now start installing the necessary compilation environment:
of the Debian series
#apt-get Install gcc g++
#apt-get install linux-headers-' uname-r '
of the Rehat series
#yum Install GCC g++
#yum install linux-headers-' uname-r '
If the system is just installed, it is best to mount the disc image installation, so the speed will be very fast.
Go to the CD-ROM mount directory, according to the Readme file method
#sh virtual***.sh
That's good.
Installation of the client-side feature Enhancement pack for VirtualBox in Linux virtual machines