sources.list

kali linux  /etc/apt/sources.list


sudo nano /etc/apt/sources.list


deb http://http.kali.org/kali kali main contrib non-free 

deb-src http://http.kali.org/kali kali main contrib non-free 

deb http://security.kali.org/kali-security kali/updates main contrib non-free 

deb-src http://security.kali.org/kali-security kali/updates main contrib non-free 

==================

sudo apt-get update

apt-get install -y virtualbox-guest-x11
reboot

==================

apt-get update && apt-get install -y linux-headers-$(uname -r)

cp /media/cd-rom/VBoxLinuxAdditions.run /root/

chmod 755 /root/VBoxLinuxAdditions.run
cd /root

./VBoxLinuxAdditions.run

reboot

apt-get install open-vm-tools-desktop fuse

sudo apt-get update
sudo apt-get upgrade

Related Posts :

  • AKeyChat AKeyChat is a social App which supports message and network calls. All the data is highly encr… Read More...
  • Mattermost Mattermost is an open-source, self-hosted messaging app. Mattermost brings all your team commu… Read More...
  • Arduino is a software Arduino is a software and hardware platform, which is built on simple I/O interface version of… Read More...
  • Gnome Terminal Gnome Terminal is a terminal emulator. All settings are stored in the configuration files. You… Read More...
  • VK messenger VK messenger is a simple and convenient messaging app for VK. It allows you to chat with frien… Read More...