[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

One line command to find bad mirrors for knoppix



Since there are quite a few bad mirrors on http://knopper.net/knoppix-mirrors/index-en.html ,  and I plan to atleast fix the original html as well and send it to Klaus to upload on knopper.net,I wrote a script which can be run to find all the bad mirrors.

I'm making this command for anyone so that in future it can be run by other volunteers and report bad or missing mirrors or fix it in the future.


links -dump http://knopper.net/knoppix-mirrors/index-en.html | grep download-en | sort --key=47 | cut -c 71- | grep -v rsync | sort | uniq | xargs -i -t curl -4  --show-error --include --head {}

Pls note this script tests both http and ftp .I do not know how to test rsync.




Reply to: