mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wakeonlan: add page (#13424)
Co-authored-by: spageektti <git@spageektti.cc> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
3c5da4f1ab
commit
23a3150e3d
1 changed files with 20 additions and 0 deletions
20
pages/common/wakeonlan.md
Normal file
20
pages/common/wakeonlan.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# wakeonlan
|
||||||
|
|
||||||
|
> Send packets to wake-on-LAN (WOL) enabled PCs.
|
||||||
|
> More information: <https://github.com/jpoliv/wakeonlan>.
|
||||||
|
|
||||||
|
- Send packets to all devices on the local network (255.255.255.255) by specifying a MAC address:
|
||||||
|
|
||||||
|
`wakeonlan {{01:02:03:04:05:06}}`
|
||||||
|
|
||||||
|
- Send packet to a specific device via IP address:
|
||||||
|
|
||||||
|
`wakeonlan {{01:02:03:04:05:06}} -i {{192.168.178.2}}`
|
||||||
|
|
||||||
|
- Print the commands, but don't execute them (dry-run):
|
||||||
|
|
||||||
|
`wakeonlan -n {{01:02:03:04:05:06}}`
|
||||||
|
|
||||||
|
- Run in quiet mode:
|
||||||
|
|
||||||
|
`wakeonlan -q {{01:02:03:04:05:06}}`
|
Loading…
Add table
Reference in a new issue