Changes between Version 23 and Version 24 of cypress/SshUsage
- Timestamp:
- 08/19/19 17:15:11 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v23 v24 25 25 ''Dash -> Search for Terminal'' 26 26 27 [[Image(ubuntu_terminal.png,center, 80%)]]27 [[Image(ubuntu_terminal.png,center, 60%, center)]] 28 28 29 29 [[Image(terminal2.png, center)]] … … 36 36 To find your PC's architecture and Windows build number, open 37 37 Settings > 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)]] 39 40 40 41 If your windows 10 is newer than build 16215. You can install WSL with the instruction below. 41 42 If your windows 10 is old, use putty at the moment. [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/SshUsage#Windows8orunder|Install putty]] 42 43 43 1.Open !PowerShell as Administrator (right-clicking on the start button) and run: 44 1.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 48 2.In the resulting window run the command: 49 44 50 {{{ 45 51 Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 46 52 }}} 47 Note that you can open a !PowerShell(Admin) window by right clicking on the start button.48 53 49 2.Restart your computer when prompted.54 3.Restart your computer when prompted. 50 55 56 4.Let's install Ubuntu, click the link below. 51 57 52 3. Let's install Ubuntu ,click link below.53 58 * [[https://www.microsoft.com/store/p/ubuntu/9nblggh4msv6|Ubuntu]] 54 59 55 60 From the distro's page, select "Get" 56 61 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)]] 58 63 59 4. Open a command-line window, (search '''cmd''') then type 'bash' 60 [[Image(setWSL.png)]] 64 5.Open a command-line window, (search '''cmd''') then type 'bash' 65 66 [[Image(setWSL.png, center)]] 61 67 62 68 See [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Install WSL]] … … 108 114 The 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: 109 115 116 {{{#!imagebox 110 117 [[Image(host_key.png)]][[Image(host_key_mac.png, 500px)]] 118 }}} 111 119 112 120 Click 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. … … 120 128 and entering the password associated with your tulaneID across Tulane resources. 121 129 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)]] 123 131 124 132 == CHECKPOINT ==