Skip to content

Instantly share code, notes, and snippets.

@ckorn
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save ckorn/9669435 to your computer and use it in GitHub Desktop.

Select an option

Save ckorn/9669435 to your computer and use it in GitHub Desktop.
The only real internet speedtest
#!/bin/sh
wget -O /dev/null -q "http://ftp.uni-kl.de/pub/linux/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" &
wget -O /dev/null -q "http://ftp.knoppix.nl/os/Linux/distr/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" &
wget -O /dev/null -q "http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/knoppix/knoppix-dvd/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" &
wget -O /dev/null -q "http://ftp.uni-erlangen.de/pub/mirrors/knoppix/DVD/KNOPPIX_V7.4.1DVD-2014-09-15-DE.iso" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment