kali fixes


SUBMITTED BY: amacc562

DATE: Sept. 26, 2016, 8:32 a.m.

FORMAT: Text only

SIZE: 3.3 kB

HITS: 2434

  1. make sure you run these in order!
  2. 1. (fixing device not managed in the top right under internet IF you have this problem)
  3. go to computer - file system etc/Networkmanager/networkmanager.conf
  4. right click networkmanager.conf an open with leafpad and change managed=false to manage=true then save.
  5. for these changes to take effect open a terminal an run this command
  6. service network-manager restart
  7. 2.ONE OF THE MOST IMPORTANT THINGS! update your sources.list file if you dont update it you will encounter MAD problems with kali an it will drive you fucking insane trying to fix it not knowing its right in your source file. ok so first off you want to go to home folder - file system etc/apt/sources.list right click an open it with leafpad
  8. ok so once in the sources.list file you want to replace EVERYTHING with the updated list i have posted here (MAKE SURE YOU COPY THE RAW PASTE DATA ON THE VERY BOTTOM) http://pastebin.com/KTrQwbfD
  9. make sure it looks EXACTLY LIKE MINE so you dont fuck anything up.
  10. http://gyazo.com/6b2e720e45f8436637b09d3b95157b2a
  11. got the fix from official kali website- http://docs.kali.org/general-use/kali-linux-sources-list-repositories
  12. 3.UPDATE KALI YOU MUST DO THIS! heres the commands open a terminal an run these
  13. apt-get upgrade && apt-get update && apt-get dist-upgrade
  14. (the command above does everything at once below you can do it manually running these in order)
  15. apt-get update
  16. apt-get upgrade
  17. apt-get dist-upgrade
  18. 4. 32bit support (adds lib files) (so you can use 32bit programs DEFINTLEY DO THIS!)
  19. dpkg --add-architecture i386
  20. apt-get update
  21. apt-get install ia32-libs
  22. if fails to install an you get error try this
  23. apt-get install -f ia32-libs (-f means force)
  24. 5.INSTALL WINE here is what it is an how to install it
  25. Wine lets you run Windows software on other operation systems. With Wine, you can install and run these applications just like you would in Windows. (DOESNT WORK WITH ALL .EXE FILES!) (most programs on kali you have to manually install an is VERYY important you learn how to do that so you can get programs like skype an everything else you would use on windows)
  26. apt-get update
  27. apt-get install wine:i386
  28. (YOUR DONE WITH THE BASICS!)
  29. heres another tut if you need it- http://www.blackmoreops.com/2014/03/03/20-things-installing-kali-linux/2/
  30. NOW the rest is up to you PLEASE google EVERYTHINGGG i cant even begin to tell you how important it is to google
  31. questions you might have like for example
  32. how to install skype on kalilinux
  33. an if you get a error trying to install something or use something GOOGLE THE DAMN ERROR! AN DONT STOP UNTIL YOU HAVE IT FIXED kali WILL most defintley increase your problem solving skills an make you a smarter person!
  34. the key to learning kali or linux in general is GOOGLE google will become your best friend that i can promise try and understand the commands an what they mean in kali or you will never fully learn kali google a command to learn what it means in kali please guys just do that im talking from experience.
  35. thanks guys an please remember everyone has been in your shoes when first using kali
  36. imSoGettingBANNED out PEACE
  37. youtube.com/1337BAN

comments powered by Disqus