Changes between Version 22 and Version 23 of cypress/SshUsage


Ignore:
Timestamp:
06/28/19 17:30:07 (5 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v22 v23  
    6161
    6262See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]]
     63
     64To 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
     66And you may need to do following on WSL terminal.
     67Under bash command-line window
     68{{{
     69sudo apt install x11-apps
     70}}}
     71Add a line below into ~/.bashrc
     72{{{
     73export DISPLAY=localhost:0.0
     74}}}
    6375
    6476=== Windows 8 (or under) ===