Changes between Version 14 and Version 15 of cypress/SshUsage


Ignore:
Timestamp:
08/21/18 12:02:17 (6 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v14 v15  
    3030
    3131== Windows "Terminal" ==
     32Install the Windows Subsystem for Linux
     33If you are using up-to-date Windows 10, you can install 'bash shell'.
     34
     351.Open !PowerShell as Administrator (right-clicking on the start button) and run:
     36{{{
     37Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
     38}}}
     39 Note that you can open a !PowerShell(Admin) window by right clicking on the start button.
     40
     412.Restart your computer when prompted.
     42
     43See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]]
     44
     45
     46
     47=== Windows 8 (or under) ===
     48
    3249As Windows is NOT a Unix based OS, it lacks a native terminal emulator that is capable of providing a Unix shell. This will require a work around. For our requirements, the most common solution is the installation of an open source terminal emulator called PuTTY that supports the communication protocols discussed below. If you are using a Windows machine and you have not already downloaded PuTTY you should do so now.
    3350
     
    4360
    4461[[Image(PuTTY.png, center)]]
     62
    4563= Remote Access =
    4664