Azure Web App Linux install tcpping - JackyChiou/jackychiou.github.io GitHub Wiki

Azure Web App Linux install tcpping

  1. To install tcptraceroute

    apt-get install tcptraceroute
    
  2. Download tcpping from the web.

    cd /usr/bin
    wget http://www.vdberg.org/~richard/tcpping
    chmod 755 tcpping
    
  3. Using tcpping

    tcpping www.cnn.com
    

HTH. By Jacky 2019-11-18

⚠️ **GitHub.com Fallback** ⚠️