Changes between Version 27 and Version 28 of cypress/SshUsage


Ignore:
Timestamp:
02/20/20 09:16:00 (5 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SshUsage

    v27 v28  
    1616
    1717[[Image(utilities_terminal.png​, center, 30%)]]
     18
    1819
    1920This 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.
     
    159160[[http://www.cygwin.com/|Cygwin]]
    160161
     162[[Image(puttyX11.png, center, 30%)]]
     163With putty, enable X11 forwarding.
     164
    161165[[cypress/BasicLinuxComands|Next Section: Linux Commands]]