From e442d7c39d9888fc25dba2fab89ee1cbc7a9d40f Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 9 Mar 2022 16:30:01 -0500 Subject: [PATCH] Update for 09-03-22 16:30 --- tech/unix.wiki | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tech/unix.wiki b/tech/unix.wiki index e7ab764..b584c4a 100644 --- a/tech/unix.wiki +++ b/tech/unix.wiki @@ -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]]