Thread
:
[Request] Keeping internet ALIVE
View Single Post
daperl
2011-02-23 , 23:28
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#
4
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
__________________
N9: Go white or go
home
Quote & Reply
|
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl