1. Enable wake-on-lan on the motherboard of the remote computer you’d like to wake up
2. Enable wake-on-lan within your router configuration for that same remote computer
3. Enable sshd within your router configuration
4. Add the following aliases to your .bash_profile, you’ll wanna have ’em later as shortcuts
alias router="ssh [email protected]"
alias wake="echo '/usr/sbin/wol -i 192.168.1.255 00:11:22:33:44:55' | pbcopy"