Skip to content

Instantly share code, notes, and snippets.

@budiantoip
Created May 19, 2023 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save budiantoip/34634b07e97f856aca2c2013d23f135e to your computer and use it in GitHub Desktop.
Save budiantoip/34634b07e97f856aca2c2013d23f135e to your computer and use it in GitHub Desktop.
tcping installation on mac
wget https://github.com/paradiseduo/tcping/releases/download/3.6/tcping.zip
unzip tcping.zip
chmod +x tcping
mv tcping /usr/local/bin/
sudo xattr -rd com.apple.quarantine /usr/local/bin/tcping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment