Changes between Version 22 and Version 23 of cypress/SshUsage
- Timestamp:
- 06/28/19 17:30:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v22 v23 61 61 62 62 See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]] 63 64 To run software with graphics on WSL, you have to have X-window client software installed on your Windows. See [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows|here]]. 65 66 And you may need to do following on WSL terminal. 67 Under bash command-line window 68 {{{ 69 sudo apt install x11-apps 70 }}} 71 Add a line below into ~/.bashrc 72 {{{ 73 export DISPLAY=localhost:0.0 74 }}} 63 75 64 76 === Windows 8 (or under) ===