This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wake on lan (Wol) how to use an alexa device to turn on and off your ubuntu linux pc | |
https://www.wolskill.com | |
sudo su | |
apt install wakeonlan | |
apt install ethtool | |
(Find your ethernet adapter, mine was called 'enp4s0' (usually called 'eth0').) | |
ifconfig -a |