Changes between Version 27 and Version 28 of cypress/SshUsage
- Timestamp:
- 02/20/20 09:16:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v27 v28 16 16 17 17 [[Image(utilities_terminal.png, center, 30%)]] 18 18 19 19 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. … … 159 160 [[http://www.cygwin.com/|Cygwin]] 160 161 162 [[Image(puttyX11.png, center, 30%)]] 163 With putty, enable X11 forwarding. 164 161 165 [[cypress/BasicLinuxComands|Next Section: Linux Commands]]