date: 2014-08-29
Basically this is an install list for getting Kali Linux setup ready for some of the security projects I work on.
-
Install from ISO using default options all way through.
-
apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
-
shutdown now -r
-
apt-get install linux-headers-$(uname -r)
-
Insert Vbox-Additions Iso; Devices > Install Guest Additions CD Image...
-
mkdir /root/vbox-additions && cp -r /media/cdrom/\* /root/vbox-additions/
-
chmod 777 /root/vbox-additions/VBoxLinuxAdditions.run && cd /root/vbox-additions/
-
./VBoxLinuxAdditions.run