Linux WOL远程唤醒
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
WOL: Wake-on-lan的缩写
测试网卡WOL在Linux上的功能的步骤:
1.运行ethtool命令查看网卡是否支持Wake On Lan
Supports Wake-on: pumbg
Wake-on: d
若Wake-on为d,表示禁用Wake On LAN,需要启用它。
如果已经是g就说明目标机器的网卡已经支持Wake On LAN.
2.执行命令:
ethtool -s eth0 wol g //启用wol
3.使用wol唤醒主机
用法:
wol 目标主机MAC
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)