Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-21 00:26:22 +00:00
parent 51e1b58889
commit 49187d6be0
11 changed files with 138 additions and 25 deletions

View File

@@ -35,3 +35,7 @@ source: https://github.com/tldr-pages/tldr.git
- Set the promisc mode status of a device:
`sudo ip {{[l|link]}} {{[s|set]}} {{ethX}} promisc {{on|off}}`
- Delete a device:
`sudo ip {{[l|link]}} {{[d|delete]}} {{ethX}}`