Start the Kali Linux VM.
Edit your official repos list:
Save and exit nano.
Edit your official repos list:
- nano /etc/apt/sources.list
- deb http://http.kali.org/kali kali-rolling main contrib non-free
- deb-src http://http.kali.org/kali kali-rolling main contrib non-free
Save and exit nano.
Open a terminal window and type
- apt update
- apt -y dist-upgrade
- reboot
Check your version to ensure it is the latest.
- uname -a
- apt -y install virtualbox-guest-x11
- reboot
When that is done, open a terminal window and type the following commands (assuming you are logged in as 'root')
- cd /root/Desktop
- cp /media/cdrom/VBoxLinuxAdditions.run /root/Desktop/
- chmod 755 VBoxLinuxAdditions.run
- ./VBoxLinuxAdditions.run
ps: Comments and/or links to this article are most welcome!
No comments:
Post a Comment