1

How would I go about having a desktop shortcut to run a script that sends a WakeOn-LAN packet with the same settings as this graphical online version? I'm using Ubuntu 18.04

https://www.depicus.com/wake-on-lan/woli

Also, this is not directly Ubuntu related, but can anyone tell me why it only works using subnet mask 255.255.255.255 and not 255.255.255.0 as my router specifies?

I'm also Linux illiterate btw.

1 Answers1

0

You have to install gWakeOnLAN application:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install gwakeonlan
N0rbert
  • 103,263