Changes between Version 47 and Version 48 of cypress/SshUsage
- Timestamp:
- 11/08/22 19:05:04 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SshUsage
v47 v48 2 2 = Terminals and Shells = 3 3 4 [[Image(univac_1965_2.jpg, center, 20%)]]4 [[Image(univac_1965_2.jpg, center, 10%)]] 5 5 6 6 … … 15 15 ''Applications -> Utilities -> Terminal'' 16 16 17 [[Image(utilities_terminal.png, center, 30%)]]17 [[Image(utilities_terminal.png, center, 20%)]] 18 18 19 19 20 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. 21 21 22 [[Image(terminal.png, center, 30%)]]22 [[Image(terminal.png, center, 20%)]] 23 23 24 24 == Ubuntu Terminal == … … 28 28 ''Dash -> Search for Terminal'' 29 29 30 [[Image(ubuntu_terminal.png, center, 30%)]]31 32 [[Image(terminal2.png, center, 30%)]]30 [[Image(ubuntu_terminal.png, center,20%)]] 31 32 [[Image(terminal2.png, center,20%)]] 33 33 34 34 == Windows "Terminal" (Command Prompt) == … … 80 80 [[Image(startContextMenu.png, center)]] 81 81 82 [[Image(powerShell.png, center, 60%)]]82 [[Image(powerShell.png, center, 30%)]] 83 83 84 84 2.In the resulting window run the command: … … 183 183 [[Image(https://docs.google.com/drawings/d/e/2PACX-1vSlffILDUxxzh_QpD4M7P5-bY_tCkYNjA9xIYWuUUqz_HBBczQ18o5AWA9OZ5_w5Q0bwQJbdgmUCuMJ/pub?w=594&h=209, center)]] 184 184 185 [[cypress/ssh_public-key_authentication | ssh Public-key Authentication]] 186 185 187 == Tunneling X Windows Session == 186 188