Skip to content

Instantly share code, notes, and snippets.

@staybuzz
Created August 29, 2022 10:08
Show Gist options
  • Save staybuzz/36b728ee1ca8ccf57c6eb9607457e5e0 to your computer and use it in GitHub Desktop.
Save staybuzz/36b728ee1ca8ccf57c6eb9607457e5e0 to your computer and use it in GitHub Desktop.
#!/bin/bash -x
date
mkdir $HOME/.local
wget https://github.com/esnet/iperf/archive/refs/tags/3.11.tar.gz
tar zxf 3.11.tar.gz
pushd iperf-3.11
./configure --prefix $HOME/.local
make -j4
make install
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment