Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. justlearncode created this gist Aug 5, 2018.
    7 changes: 7 additions & 0 deletions How to install Linux Headers in Kali 2018 (working)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #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)