diff options
author | Silvino <silvino@bk.ru> | 2019-06-08 01:49:10 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-08 23:07:46 +0100 |
commit | f905c797c8f2ec87a8aa641a44c49fc1d0a23ebe (patch) | |
tree | a878feb974ad47f33625a9d4b84d0b1258c0e3ec /tools/wireless.html | |
parent | 923321515685eed09a269d5643135b7c3a4e865d (diff) | |
download | doc-f905c797c8f2ec87a8aa641a44c49fc1d0a23ebe.tar.gz |
core network better iptables documentation
Diffstat (limited to 'tools/wireless.html')
-rw-r--r-- | tools/wireless.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/wireless.html b/tools/wireless.html index 7481069..f4eeddb 100644 --- a/tools/wireless.html +++ b/tools/wireless.html @@ -5,7 +5,15 @@ </head> <body> <h1>Wireless</h1> - <h4>Recover Password</h4> + + <h2>Manual configuration</h2> + + <pre> + # iwlist wlp2s0 scan + # iwconfig wlp2s0 essid name_of_network + </pre> + + <h4>Recover Password WPS</h4> <p>Tested on debian system only.</p> |