How to enable Wake On LAN in Ubuntu Server 18.04 / Debian based systems / Systemd
What you’ll need The only things you’ll need to make this work are: An instance of Ubuntu Server 18.04 A user account with sudo privileges A network interface that supports WOL How to install ethtool The tool that makes this possible is ethtool. Chances are, it’s already installed on your server. However, on the off-chance it’s not, let’s install it. Open a terminal window and issue the following command: sudo apt-get install ethtool -y How to locate the interface name…