I would like to create a line or script that will GET from a webserver at a specified interval to keep an internet connection alive. I have tried "ping -q -i 360 www.somesite.com >/dev/null &" and ...