日記/2023-04-22 の履歴差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2023-04-22T14:03:39+09:00","michiro","michiro")
**WOL Ubuntu22.04 [#pbf91375]
https://blog.janjan.net/2022/08/10/ubuntu-wake-on-lan-settings/

https://chatnoirlibre.com/ubuntu-22-04-wake-on-lan/

 # apt install ethtool

 # ip link
でデバイスがenp0s25となっている。
 # nano /usr/localbin/shutwol
作成
 #!/bin/sh
 /sbin/ethtool -s enp0s25 wol g && shutdown -h now



[[日記]]