mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 12:52:36 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List device specific addresses:
|
||||
|
||||
`ip {{[m|maddress]}} {{[s|show]}} dev {{eth0}}`
|
||||
`ip {{[m|maddress]}} {{[s|show]}} dev {{ethX}}`
|
||||
|
||||
- Join a multicast group statically:
|
||||
|
||||
`sudo ip {{[m|maddress]}} {{[a|add]}} {{33:33:00:00:00:02}} dev {{eth0}}`
|
||||
`sudo ip {{[m|maddress]}} {{[a|add]}} {{33:33:00:00:00:02}} dev {{ethX}}`
|
||||
|
||||
- Leave a static multicast group:
|
||||
|
||||
`sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{eth0}}`
|
||||
`sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{ethX}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user