Tp-Link TL-WN823N V1 Installation Guide for Linux онлайн [10/19] 392967

Tp-Link TL-WN821N V6 Installation Guide for Linux онлайн [10/19] 393424
http://http.kali.org/kali/pool/main/l/linux
Check the system version of Kali
$ uname -r
The system version we used here is shown as below.
Download and compile linux-kbuild
In the Kali download links, find the linux-kbuild file of your system. Here we choose
linux-kbuild-4.14_4.14.17.-1kali_amd64.deb as an example.
After downloading the file, use Terminal to go to the directory and run the following
command to install the file.
$ sudo dpkg -i linux-kbuild-4.14_4.14.17-1kali_amd64.deb
Download and compile linux-header-common
In the Kali download links, find the linux-header-common file of your system. Here we
choose linux-header-4.14.0-kali3-common_4.14.17-1kali_all.deb as an example.
After downloading the file, use Terminal to go to the directory and run the following
command to install the file.
$ sudo dpkg -i linux-header-4.14.0-kali3-amd64_4.14.17-1kali_amd64.deb
Run the following command to check if the kernel header file is successfully installed.
$ dpkg-query -s linux-headers-$(uname -r)
After the linux-header is successfully installed, run the following command to display the
9