Update for 09-03-22 16:30

This commit is contained in:
Tyler Perkins 2022-03-09 16:30:01 -05:00
parent b5e9db1392
commit e442d7c39d

View File

@ -30,10 +30,17 @@ The bell labs proposal for the best OS design ever
- [[kernel#Updating the kernel]] - Steps to update the kernel
* [[cross_toolchain|Cross toolchain]] - Setting up a cross compiling toolchain
== Cool stuff ==
* [[wireless_usb]]
* [[bluetooth]]
== Common Operations ==
=== Scan for wifi ===
`sudo iw dev wlan0 scan | grep SSID`
Substituite `wlan0` for any interface
[[index]]