Skip to content

Instantly share code, notes, and snippets.

@MinCha
Created November 13, 2012 05:25
Show Gist options
  • Save MinCha/4064085 to your computer and use it in GitHub Desktop.
Save MinCha/4064085 to your computer and use it in GitHub Desktop.
Netstat Detecting Connection Problem
while true; do netstat -nto | grep 69.171;sleep 3;echo "next"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment