1. Fix default repository
The simplest way is to edit the /etc/apt/sources.list remove or comment every-line with # at the front and add the following lines..
leafpad /etc/apt/sources.list
Comment or remove existing config with the following lines:
# Regular repositories
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
# Source repositories
deb-src http://http.kali.org/kali sana main non-free contrib
deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
Save and close the file.
Clean your apt-get => apt-get clean
Do an apt-get update => apt-get update
Do an upgrade => apt-get dist-upgrade
Save and close the file.
2. Update, Upgrade, Dist-Upgrade
Clean, update, upgrade and dist-upgrade your Kali installation.
apt-get update && apt-get dist-upgrade -y
3. Fix Sound ===> Click Here
4. Install Java ===> Click Here
5. Install Flash ===> Click Here
6. Install Tor ===> Click Here
7. Install a New Desktop Environment ===> Click Here
8. Enable Autologin user ===> Click Here
Conclusion
Hope you’ve found these useful. You might not have to use all of these, but some are definitely recommended. Thanks for reading. Please share.