restructure

This commit is contained in:
JMARyA 2024-01-17 09:00:45 +01:00
parent ef7661245b
commit 598a10bc28
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
182 changed files with 342 additions and 336 deletions

View file

@ -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