Skip to content

Instantly share code, notes, and snippets.

View Nelsonmwaura's full-sized avatar
🏠
Working from home

Nelsonmwaura

🏠
Working from home
View GitHub Profile
@Nelsonmwaura
Nelsonmwaura / .gitignore
Created September 10, 2020 18:36 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@Nelsonmwaura
Nelsonmwaura / install.sh
Created February 1, 2022 15:57 — forked from w4ilun/install.sh
RealTek WiFi rtl8723be driver installation
sudo apt-get install linux-headers-generic build-essential git
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
sudo modprobe rtl8723be
ifconfig wlp2s0 up