Changes between Version 50 and Version 51 of cypress/SshUsage


Ignore:
Timestamp:
01/23/23 15:42:32 (15 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v50 v51  
    1818
    1919
    20 This will launch a terminal containing a unix shell. The unix shell is a command line interpreter which both allows you to pass commands to the operating system and displays output. Currently, the default shell for most unix based systems is the Bourne Again SHell or bash shell. Your shell can be modified to provide a custom environment and we will go into detail on how to make these modifications in later sessions.
     20This will launch a terminal containing a UNIX shell. The UNIX shell is a command line interpreter which both allows you to pass commands to the operating system and displays output. Currently, the default shell for most unix-based systems is the Bourne Again SHell or bash shell. Your shell can be modified to provide a custom environment and we will go into detail on how to make these modifications in later sessions.
    2121
    2222[[Image(terminal.png​, center, 20%)]]
     
    3535=== Evaluate your ssh installation ===
    3636
    37 For the following, open a terminal window by locating the Windows search box in the task bar at the bottom of the screen and entering the command '''cmd'''.
     37For the following, open a terminal window by locating the Windows search box in the taskbar at the bottom of the screen and entering the command '''cmd'''.
    3838
    3939|| [[Image(WindowsSearchBox.png, center, 50%)]]||[[Image(WindowsCommandPrompt.png, center, 50%)]] ||
     
    212212All Windows users - whether using '''ssh''' or PuTTY - will need to download and install X window server/client software.
    213213
     214[[https://sourceforge.net/projects/xming/files/Xming/|Xming]]
     215
     216[[https://sourceforge.net/projects/vcxsrv/|VcXsrv]]
     217
     218[[http://www.cygwin.com/|Cygwin]]
     219
    214220[[https://x410.dev/ | X410]]
    215 
    216 [[https://sourceforge.net/projects/xming/files/Xming/|Xming]]
    217 
    218 [[https://sourceforge.net/projects/vcxsrv/|VcXsrv]]
    219 
    220 [[http://www.cygwin.com/|Cygwin]]
    221221
    222222==== Using PuTTY ====