|
|
|
@ -209,10 +209,6 @@ |
|
|
|
|
-To note that "iwconfig" and "ifconfig" are basically equivalent, iwconfig can be used as "iwconfig <interface>" |
|
|
|
|
to mask just one interface and it gives more information like the status and mode (managed, monitor) |
|
|
|
|
|
|
|
|
|
-To fix arduino permissions "ls -la /dev/tty*" and see which group TTYs are in, then add yourself to that group: |
|
|
|
|
"usermod -a -G examplegroup exampleusername" source in: https://www.howtogeek.com/50787/add-a-user-to-a-group-or-second-group-on-linux/ |
|
|
|
|
or just use "$USER" to add current user |
|
|
|
|
|
|
|
|
|
-Who are you? "whoami" |
|
|
|
|
|
|
|
|
|
-Where am I? "groups" |
|
|
|
|