add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/wol.md Normal file
View File

@@ -0,0 +1,28 @@
# wol
> 用于发送 Wake-on-LAN 魔法包的客户端。
> 更多信息:<https://sourceforge.net/projects/wake-on-lan/>.
- 向设备发送 WoL 包:
`wol {{mac_address}}`
- 根据设备的 IP 向另一个子网中的设备发送 WoL 包:
`wol --ipaddr={{ip_address}} {{mac_address}}`
- 根据设备的主机名向另一个子网中的设备发送 WoL 包:
`wol --host={{hostname}} {{mac_address}}`
- 向主机的特定端口发送 WoL 包:
`wol --port={{port_number}} {{mac_address}}`
- 从文件中读取硬件地址、IP 地址/主机名、可选端口和 SecureON 密码:
`wol --file={{path/to/file}}`
- 开启详细输出:
`wol --verbose {{mac_address}}`