• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
KaliTut

KaliTut

Kali Linux tutorial and Linux system tips

  • Home
  • Raspberry Pi
  • Privacy Policy
  • About us

Fix OS error: [Errno 13] Permission denied: ‘/etc/setoolkit/’

Last Updated on May 8, 2020 by Kalitut 10 Comments

Kali Linux is amazing with a lot of tools you may need and you may not!
once you fire up your Kali Linux you feel like you just entered the paradise of Penetration Testing
it may not be the best Penetration Testing Distributions for you but it’s the best of the best for a lot.

Permission denied: ‘/etc/setoolkit

So let’s start , the error we will try to fix today

[Read more…] about Fix OS error: [Errno 13] Permission denied: ‘/etc/setoolkit/’

Filed Under: Kali Linux Tagged With: setoolkit

How to Install VMware Tools in Kali Linux

Last Updated on May 6, 2020 by Kalitut 8 Comments

In this tutorial, we will learn How to install vmware tools in kali linux.
There are many articles teach you how to install Open-VM-Tools but not the official VMware tools.

kali linux install vmware tools

If you use Kali Linux and want to run it in a virtual machine environment as a guest system, you may have some problems. Therefore, it is recommended for better usage of Kali Linux to install vmware tools in the virtual machine.

[Read more…] about How to Install VMware Tools in Kali Linux

Filed Under: Kali Linux Tagged With: kali linux

how to update Kali Linux and Fix update error

Last Updated on May 9, 2021 by Kalitut 148 Comments

Kali Linux one of the best Linux distro for penetration testing it’s frequently updated
so we must know How to update Kali Linux, Most of the updates are not by Kali Linux team, most of them are by the programmers how made the great tools you can find in Kali Linux.

How to update kali linux
[Read more…] about how to update Kali Linux and Fix update error

Filed Under: Kali Linux Tagged With: update kali linux

how to install kali Linux on USB

Last Updated on May 20, 2021 by Walid Salame 1 Comment

How to install Kali Linux on USB flash drive with the ability to update.

install kali linux on usb

The article describes a way to quickly install Kali Linux on USB flash drive from under various operating systems. We will work from Windows and Linux.

The installation process is extremely simple and does not require special preparation. However, according to the results of the work, nuances exist. And to get started, start by disabling the BIOS UEFI secure mode.

[Read more…] about how to install kali Linux on USB

Filed Under: Kali Linux Tagged With: install kali linux on usb

Fix Install NVIDIA Drivers on Kali

Last Updated on May 20, 2021 by Walid Salame 2 Comments

Hi There …
Welcome to Kali World or let’s say Linux Big world
things in windows was much easier  you can install a Software with few Clicks
you can install Drivers with few clicks !

kali-linux-8982719

but in Linux is not like that, there is always work to do commands to write simply in Linux you have to do things by your self and yes you have to learn to do it,
so windows was better ? for sure no because here we learn things and there is no virus to be scared off, with Linux everything is under control.
So let’s start
few days ago i got kali Linux 1.7 and i wanted to install Nvidia Driver
i went to docs in Kali.org and i did follow the step they write in the page of installing Nvidia drivers in Kali

So i start with
 apt-get update
Then
 apt-get dist-upgrade
and
 apt-get install -y linux-headers-$(uname -r) ! here the problem start

i got this message E: Unable to locate package linux-headers-3.14-kali1-686-pae

So i searched the web with a hope that i find the way to fix it but … no one is writing a tutorial how to fix Unable to locate package linux-headers-3.14-kali1-686-pae

most of the guys says do apt-get update before apt-get install -y linux-headers-$(uname -r)
 and that is what i did but yet i still have the problem,

so if the  issue should be fixed with apt-get update then maybe the problem here is i’m not getting all the needed updates,

So i had to Check the Repositories at sources.list
to do that go to

File system etc/apt/sources.list

this what your file may have in it “mine was like that”

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $

deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free

so what i did now is adding this to line

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

and now the file have all this Repositories

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL $
deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free
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

After i added this 2 new Repositories we have to do the update…
apt-get update
apt-get dist-upgrade
apt-get install -y linux-headers-$(uname -r)
and finally
apt-get install nvidia-kernel-dkms
now everything seems to be fine…!

Filed Under: Kali Linux

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »

Follow us

  • Facebook
  • Twitter
  • YouTube

Categories

  • Android pentesting tools
  • Arduino
  • Books
  • Darknet
  • database
  • General
  • Github Tools
  • Hacking
  • Kali Linux
  • Linux
  • Linux Commands
  • Network Administrator
  • Penetration Testing
  • Penetration Testing Tools
  • PowerShell
  • Raspberry Pi
  • resources
  • Review
  • Termux
  • Tutorials
  • Ubuntu
  • Uncategorized
  • Video Tutorials
  • vmware
  • WiFi Adapter
  • WiFi Pentesting
  • Wireless Router
  • Wireshark

Recent Posts

  • Hijacked Wi-Fi? Thorough explanation of hacking techniques
  • Windows PowerShell tutorial for beginners
  • Learn to Hack Steps from Beginner to Hacker
  • PowerShell Tutorial – GUIDE introduction with basics
  • Top Hacking Tools
  • Home
  • About us
  • Privacy Policy
  • Affiliate disclaimer

Copyright © 2023