Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-13 00:18:36 +00:00
parent 9e6dfc9983
commit 5f589d2ead
96 changed files with 227 additions and 103 deletions

View File

@@ -6,7 +6,8 @@ source: https://github.com/tldr-pages/tldr.git
# iw
> Show and manipulate wireless devices.
> More information: <https://manned.org/iw>.
> See also: `iw dev`.
> More information: <https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html>.
- Scan for available wireless networks:
@@ -23,3 +24,19 @@ source: https://github.com/tldr-pages/tldr.git
- Show information about the current connection:
`iw dev {{wlp}} link`
- List all physical and logical wireless network interfaces:
`iw dev`
- List all wireless capabilities for all physical hardware interfaces:
`iw phy`
- List the kernel's current wireless regulatory domain information:
`iw reg get`
- Display help for all commands:
`iw help`