LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wol

Send Wake-on-LAN magic packets

TLDR

Send WoL packet
$ wol [mac_address]
copy
Send to different subnet by IP
$ wol -i [ip_address] [mac_address]
copy
Send to different subnet by hostname
$ wol -h [hostname] [mac_address]
copy
Specify port
$ wol -p [port_number] [mac_address]
copy
Read from file
$ wol -f [path/to/file]
copy
Verbose output
$ wol -v [mac_address]
copy

SYNOPSIS

wol [OPTIONS] MACADDRESS_

DESCRIPTION

wol sends Wake-on-LAN magic packets to wake up computers remotely. The target computer must have WoL enabled in BIOS and network interface configuration.Magic packets are broadcast on the local network by default. For remote networks, specify the target IP or hostname.

PARAMETERS

-i, --ipaddr IP

Send to specified IP address
-h, --host HOSTNAME
Send to specified hostname
-p, --port PORT
Use specified port
-f, --file FILE
Read addresses from file
-v, --verbose
Verbose output

INSTALL

sudo dnf install wol
copy
sudo pacman -S wol
copy
sudo zypper install wol
copy
nix profile install nixpkgs#wol
copy

CAVEATS

Target machine must support and have WoL enabled. May not work across routers without special configuration. MAC address must be known.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid