Monthly Archives: July 2010

Wake on lan over Internet – Ubuntu 10.04 LTS

enable WOL on Network Card: ethtool -s eth0 wol g This only works once, so to keep this setting, make a bash script and run it at boot: –> file wakeonlanconfig: #!/bin/bash ethtool -s eth0 wol g exit –> chmod … Continue reading

Posted in Linux | Tagged , | Leave a comment