Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Realtek RTL8812BU Network WiFi Adapter kali linux driver

sudo apt-get update
sudo apt-get install build-essential dkms git
git clone https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.2.4.4_26334.20180126_COEX20171012-5044.git
Comment

Realtek RTL8812BU Network WiFi Adapter kali linux driver

cd rtl88x2BU_WiFi_linux_v5.2.4.4_25643.20171212_COEX20171012-5044
VER=$(cat ./version)
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
Comment

PREVIOUS NEXT
Code Example
Shell :: WSL Updating the Ubuntu OS 
Shell :: kubectl tls skip verify 
Shell :: react native navigation 
Shell :: create new git branch from existing branch 
Shell :: heroku cli 
Shell :: grub download 
Shell :: how many number of lines in a file 
Shell :: remove in terminal 
Shell :: wc powershell 
Shell :: reinstall windows apps powershell 
Shell :: merge last three commits squash 
Shell :: setup teamspeak docker 
Shell :: xdebug install 
Shell :: how to append two file sin bash 
Shell :: mac docker-compose 
Shell :: bash grep all after match 
Shell :: install mongoes 
Shell :: install zipkin docker 
Shell :: git config --list 
Shell :: bash for stdin 
Shell :: conda install dvc 
Shell :: command not found pipenv zsh 
Shell :: how to connect your repo to your vscode 
Shell :: create default package.json 
Shell :: how to install cab file in ubuntu 
Shell :: howto register dll windows 10 
Shell :: git squash commit 
Shell :: docker create image 
Shell :: restart ubuntu terminal command 
Shell :: pull everything git 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =