Monday 3 February 2014

Things to do after installing kali linux

After you have finished your kali linux installation , Open the terminal and run the following command. These software can make life much more easier in kali.

1. apt-get install gedit
2. apt-get install recordmydesktop
3. apt-get install etherape
4. apt-get install gnome-tweak-tool
5. apt-get install gcc
6. apt-get install java
7. apt-get install gcc++
8. apt-get install zip
9. apt-get install unzip
10. apt-get install flashplugin-nonfree
11. apt-get install startupmanager
12. apt-get install gimp

After installing these run
13. apt-get update

If you have any problem in installing any of the above software check your   /etc/apt/sources.list that you have required repository  and not other which may break kali installation . Repository in sources.list should be like ----
 ## Security updates
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

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