Sunday, October 29, 2006

reconnect my adsl connection

sometimes I loose my adsl connection

#this one kill the instances
ps -A | grep pptp | while read a b c; do sudo kill -sigkill $a; done

# and this tries to relogin
/etc/ppp/ip-up

all on my (k)ubuntu notebook

No comments: