Skip to content

Instantly share code, notes, and snippets.

@olmosleo
Created November 3, 2020 14:14
Show Gist options
  • Save olmosleo/130d98865713487840732bb5fb5a9334 to your computer and use it in GitHub Desktop.
Save olmosleo/130d98865713487840732bb5fb5a9334 to your computer and use it in GitHub Desktop.
Test Velocidad (Raspberrypi) fast.sh
#!/bin/bash
# https://sbcguides.com/internet-speed-test-on-raspberry-pi/
# https://github.com/ddo/fast/
wget https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_arm
sudo install fast_linux_amd64 /usr/local/bin/fast
fast
# -> 123.45 Mbps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment