What is Reddit's opinion of

""




Categories:

Check price

2 comments of this product found across Reddit:
Tintin8000 /r/HowToHack
1 point
1970-01-19 11:33:51.337 +0000 UTC

Is this the right one? https://www.amazon.com/Wireless-desktop-10-9-10-14-Archer-T2U/dp/B07P5PRK7J

I need one for my wireless cyber security class.

mohsinriazx /r/Kalilinux
1 point
1970-01-20 09:54:13.484 +0000 UTC

Hi

these 2 working good for me

https://www.amazon.com/wireless-USB-WiFi-Adapter-PC/dp/B07P5PRK7J

https://www.amazon.com/wireless-USB-WiFi-Adapter-PC/dp/B08KHV7H1S/ref=sr_1_2?crid=3IOI6ZC39VSXJ&keywords=tp+link+ac1300+archer+t4u+plus&qid=1677253259&s=electronics&sprefix=tplink+ac1300+archer+t4u+pl%2Celectronics%2C568&sr=1-2

if you choose to proceed with the second one then you should follow this exact instruction for making it work with kali linux

git clone https://github.com/cilynx/rtl88x2bu.git

cd rtl88x2bu

VER=$(sed -n 's/\PACKAGE_VERSION="(.*)"/\1/p' dkms.conf)

sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}

sudo dkms add -m rtl88x2bu -v ${VER}

sudo dkms build -m rtl88x2bu -v ${VER}

sudo dkms install -m rtl88x2bu -v ${VER}

sudo modprobe 88x2bu