Posts

Showing posts from November, 2017

How to solve grub error: no such partition

Image
Method 1: Step 1:Type following command and you will get screen as below.This command display all partition on your hard drive.Here (hd0,msdos1), (hd0,msdos2) and so on is your partitions. Command:   ls Step 2:Now type following command. Command:  ls (your partition name) Example :  ls (hd0,msdos1) Note:Here i am getting error  “Filesystem is unknown”.  You have to repeat this for all partition until you get  any none error message.Now here my partition is (hd0,msdos2)  If you get error message for all partition than try Method 2. Step ...

Things to do after installing Kali Linux

Image
Step 1 :  Fix the default Repository. Run following command in terminal :  leafpad  /etc/apt/sources.list Change sources.list to following: deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line deb-src http://http.kali.org/kali kali-rolling main contrib non-free Step 2 :  Update the system Well this is the first and most important task to update your system.update and upgrade process can take some time. updates  : updates the list of available packages and their versions, but it does not install or upgrade any...

How To Install Kali Linux In VMware

Image
Basic Requirements Kali Linux Latest Version: https://www.kali.org/downloads/ VMware: www.vmware.com Step -1 First we have to download the latest version of the Kali Linux for official website. You can choose either a 32 bit or a 64 bit version based on your computer.  You can either direct download Kali through the browser’s download manager by clicking on HTTP, or you can torrent it by clicking on Torrent. Torrenting is usually a bit faster, but if you don’t have a torrent program, or don’t know what a torrent is, don’t worry about it and click HTTP to do a normal download. Step -2 Now while Kali is downloading .Let's start downloading the Vmware Player from above given link in picture is show where it can be found on the website Click on All Downloads, Drivers & Tools And then scroll down almost to the end and locate Vmware Player Like in picture below And Click Download Product U will then be redirected to this page Click the big Blue Download button ...