removed duplicate and general formatting

This commit is contained in:
Alessandro Mauri 2018-11-03 15:50:23 +01:00
parent da81156e20
commit 1fd2bfab83

View File

@ -209,10 +209,6 @@
-To note that "iwconfig" and "ifconfig" are basically equivalent, iwconfig can be used as "iwconfig <interface>" -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 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" -Who are you? "whoami"
-Where am I? "groups" -Where am I? "groups"