Changes between Version 23 and Version 24 of cypress/SshUsage


Ignore:
Timestamp:
08/19/19 17:15:11 (5 years ago)
Author:
cbaribault
Comment:

Various cosmetic or grammatical changes.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v23 v24  
    2525''Dash -> Search for Terminal''
    2626
    27 [[Image(ubuntu_terminal.png,center, 80%)]]
     27[[Image(ubuntu_terminal.png,center, 60%, center)]]
    2828
    2929[[Image(terminal2.png, center)]]
     
    3636To find your PC's architecture and Windows build number, open
    3737Settings > System > About
    38 [[Image(https://docs.microsoft.com/en-us/windows/wsl/media/system.png, 500px)]]
     38
     39[[Image(https://docs.microsoft.com/en-us/windows/wsl/media/system.png, center, 800px)]]
    3940
    4041If your windows 10 is newer than build 16215. You can install WSL with the instruction below.
    4142If your windows 10 is old, use putty at the moment. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8orunder|Install putty]]
    4243
    43 1.Open !PowerShell as Administrator (right-clicking on the start button) and run:
     441.Open !PowerShell as Administrator by right-clicking on the start button and selecting the menu item '''!PowerShell(Admin)'''
     45
     46[[Image(powerShell.png, center, 40%)]]
     47
     482.In the resulting window run the command:
     49
    4450{{{
    4551Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
    4652}}}
    47  Note that you can open a !PowerShell(Admin) window by right clicking on the start button.
    4853
    49 2.Restart your computer when prompted.
     543.Restart your computer when prompted.
    5055
     564.Let's install Ubuntu, click the link below.
    5157
    52 3. Let's install Ubuntu ,click link below.
    5358* [[https://www.microsoft.com/store/p/ubuntu/9nblggh4msv6|Ubuntu]]
    5459
    5560From the distro's page, select "Get"
    5661
    57 [[Image(https://docs.microsoft.com/en-us/windows/wsl/media/ubuntustore.png, 500px)]]
     62[[Image(https://docs.microsoft.com/en-us/windows/wsl/media/ubuntustore.png, center, 500px)]]
    5863
    59 4. Open a command-line window, (search '''cmd''') then type 'bash'
    60 [[Image(setWSL.png)]]
     645.Open a command-line window, (search '''cmd''') then type 'bash'
     65
     66[[Image(setWSL.png, center)]]
    6167
    6268See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]]
     
    108114The first time you log into a new machine, you will be asked if you trust the server. For instance, the first time you log into Cypress using PuTTY you will receive the following prompt:
    109115
     116{{{#!imagebox
    110117[[Image(host_key.png)]][[Image(host_key_mac.png, 500px)]]
     118}}}
    111119
    112120Click on yes (or if using !Mac/Linux terminal simply type "yes" at the corresponding prompt). You should now be prompted for the password associated with your remote username.
     
    120128and entering the password associated with your tulaneID across Tulane resources.
    121129
    122 [[Image(https://docs.google.com/drawings/d/e/2PACX-1vSlffILDUxxzh_QpD4M7P5-bY_tCkYNjA9xIYWuUUqz_HBBczQ18o5AWA9OZ5_w5Q0bwQJbdgmUCuMJ/pub?w=594&h=209)]]
     130[[Image(https://docs.google.com/drawings/d/e/2PACX-1vSlffILDUxxzh_QpD4M7P5-bY_tCkYNjA9xIYWuUUqz_HBBczQ18o5AWA9OZ5_w5Q0bwQJbdgmUCuMJ/pub?w=594&h=209, center)]]
    123131
    124132== CHECKPOINT ==