Back again with the simple tips and trick, again this post came out after question How to Change Kali Linux Screen Resolution on Virtual Box. Some of you maybe asking why my question are unanswered?we're still limited human ๐ sorry if we can't reply or make your requests in a tutorial section.
For you who still don't know about what is Kali Linux, here is short introduction from its website:
Kali Linux is an advanced Penetration Testing and Security Auditing Linux distribution.
Kali is a complete re-build of BackTrack Linux, adhering completely to Debian development standards. All-new infrastructure has been put in place, all tools were reviewed and packaged, and we use Git for our VCS.
Requirement:
1. Kali Linux
2. Virtual Box
1. Open terminal (click here to view how to create Kali Linux terminal shortcut). After terminal open, run the following command:
apt-get install -y linux-headers-$(uname -r)
and the system will installing the required package. (You will need internet connection for this)
2. After the required package was successfully installed, (still in the kali linux terminal) now we change the directory to the /media/cdrom/ folder.
cd /media/cdrom/
we can do listing the directory content by running ls command to make sure the virtual box required package was there.
3. The last step we will execute the VBoxLinuxAdditions.run to install the required package to install virtual box guest additions.
We're finished. Just restart the system and kali linux screen resolution already fixed.
Hope you found it useful ๐