-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10? #10
Comments
I believe the Linux sub-system is what you would want. I could be wrong. |
Anyone with Windows experience to do it for us? Can't really help with it. |
I just tested using the WSL on Win 10 (Specificly the Ubuntu distro), and it worked just fine following your instructions. |
Just did it here too, work fine. Win10 + Ubuntu sub distro |
Great I will try! |
If you encounter an error "$'\r': command not found", the file is has Windows-style line endings and needs to be converted. From the bash terminal, run
Then use the |
If you want to get Linux running on Windows, Scott Hanselman has a great guide: https://www.hanselman.com/blog/UbuntuNowInTheWindowsStoreUpdatesToLinuxOnWindows10AndImportantTips.aspx |
@ChadLevy's link will put you on the right track. Took me a while but got it to work on windows. Tnx Chad |
I'm trying it on Windows 10, and every test is coming up 1000ms. I followed the instructions exactly. Are my results just really that bad or could there be another problem? |
If it is always coming up as 1000ms, it means you do have an issue on the test. Maybe DNS is blocked or the dig command line tool is not working? |
Is there no
|
I wonder if there is any way to test this on windows.
The text was updated successfully, but these errors were encountered: