Saturday 17 October 2015

EOF of Kali Linux 1.0


Kali Sana (ver. 2.0) has been out there couple of months ago and the response was great. Kali Moto (ver. 1.0) has been given 2 months of grace period to date the version to 2.0. To upgrade, edit the souces.list file and put the following entries.

cat >> EOF < /etc/apt/sources.list
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security/ sana/updates main contrib non-free
EOF

Then, run the following command to do upgrade Kali Moto to Kali Sana.

apt-get update
apt-get dist-upgrade # get a coffee, or 10.
reboot