Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justlearncode/40c82686718458a35f447287d0c9ef3b to your computer and use it in GitHub Desktop.
Save justlearncode/40c82686718458a35f447287d0c9ef3b to your computer and use it in GitHub Desktop.
How to install Linux Headers in Kali 2018 (working)
#Commands:
1st:
sudo apt-get dist-upgrade -y
2nd:
sudo apt-get install linux-headers-$(uname -r)
3rd:
sudo apt-get upgrade linux-headers-$(uname -r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment