restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -13,7 +13,7 @@ The magic packet is a frame that is most often sent as a broadcast and that cont
|
|||
Since the magic packet is only scanned for the string above, and not actually parsed by a full protocol stack, it could be sent as payload of any network- and transport-layer protocol, although it is typically sent with [UDP](UDP.md).
|
||||
|
||||
### Creating & sending magic packet
|
||||
There exists various software for creating magic packets. This is an example in [Python](../programming/languages/Python.md)
|
||||
There exists various software for creating magic packets. This is an example in [Python](../dev/programming/languages/Python.md)
|
||||
```python
|
||||
import socket
|
||||
|
||||
|
@ -49,7 +49,7 @@ If `Supports Wake-on:` only shows `d` WOL is not supported on that interface.
|
|||
ethtool -s <interface> wol g
|
||||
```
|
||||
|
||||
To enable WOL persistently one can use [Systemd](../linux/Systemd.md):
|
||||
To enable WOL persistently one can use [Systemd](../linux/systemd/Systemd.md):
|
||||
|
||||
File: `/etc/systemd/system/wol@.service`
|
||||
```toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue