add new chinese translations
This commit is contained in:
28
pages.zh/linux/wol.md
Normal file
28
pages.zh/linux/wol.md
Normal 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}}`
|
Reference in New Issue
Block a user