Skip to content

Instantly share code, notes, and snippets.

@bhollan
Last active April 26, 2017 02:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhollan/25311eca523821bf7ce4d78708910e5f to your computer and use it in GitHub Desktop.
Save bhollan/25311eca523821bf7ce4d78708910e5f to your computer and use it in GitHub Desktop.
  • How often do you notice it disconnecting? Once a day? Once a week? 3 times an hour?

  • Packet loss summary

    Mac/Linux: Open up terminal and run ping google.com -c 25 and get the response

    Windows: Go to the start menu and search for CMD to open up the command prompt. Have them run ping google.com -n 25 and get the response.

    We only need that last part:

    25 packets transmitted, 25 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 4.594/5.841/8.792/0.975 ms
    
  • Download and Upload speeds from a speedtest.net test in your browser

  • State and nearest major city (or nearest major city in the world, like Paris, Brussels, Berlin, etc...)

  • Run $HOST_IP just like it looks, all one word, in the IDE's terminal

@bhollan
Copy link
Author

bhollan commented Apr 26, 2017

Hey everybody. The users that left their comments here previously ([@ultimatecrispy, @howardbdev, @smendoza787, @awbunys, @will-sauer]) talked to Flatiron staff about their problems they've been having with the IDE.
If you're having connection issues with the IDE, have the information above (the same as listed in this Help Center article ) ready for a Learn Expert to look at and Ask A Question on Learn.co.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment