View Single Post
Posts: 490 | Thanked: 191 times | Joined on May 2010
#7
Originally Posted by daperl View Post
Open an xterm and try something like this:

Code:
while [ 1 == 1 ]; do wget http://www.debian.org/ -O /tmp/deb.html >/dev/null 2>&1; sleep 25; done
ping -s 1 google.com -i 25