Posts

Showing posts from January, 2019

How to Install Kali linux using USB?

Kali Linux Live USB Install Procedure The specifics of this procedure will vary depending on  whether you’re doing it on a Windows, Linux, or OS X system. Creating a Bootable Kali USB Drive on Windows Download  Win32 Disk Imager  from here. Plug your USB drive into an available USB port on your Windows PC, note which drive designator (e.g. “F:\”) it uses once it mounts, and launch the Win32 Disk Imager software you downloaded. Choose the Kali Linux ISO file to be imaged and verify that the USB drive to be overwritten is the correct one. Click the “Write” button. Once the imaging is complete, safely eject the USB drive from the Windows machine. You can now use the USB device to boot into Kali Linux. We Highly Appreciate Your Feedback, Support Us To Produce More And More. Enjoy Have A Good Time :) If You Have Any Problem Please Comment Below Or Contact Admin: bsolutionhub@gmail.Com You Can Also Follow Us On: Instagram - Best Solution Hub Youtube - Best S...

Apt-Get Not Working? Unable to Locate Package? Signatures Were Invalid Error Or Keyexpired Error?

Image
if you are facing the error like above please follow this instruction to solve the problems. Open your terminal and follow these instruction: type: $ sudo -i  type in your password (if asked) type: $ touch /etc/apt/sources.list type: $ chmod 644 /etc/apt/sources.list type: $ echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list type: $ apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6 type: $  apt-get update Now install whatever you are trying to install. If the above doesn't work you can try this: type: $ rm -rf /var/lib/apt/lists type: $ apt-get update type: $ apt-get install kali-archive-keyring  Hope it will works for you! We Highly Appreciate Your Feedback,  Support Us To Produce More And More. Enjoy Have A Good Time :) If You Have Any Problem Please Comment Below Or Contact Admin: bsolutionhub@gmail.Com You Can Also Follow Us On: I...