User Tools

Site Tools


howto:unix_shell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:unix_shell [2024/06/01 00:23] – [2. Open the terminal or connect to the remote Linux server] jnilssonhowto:unix_shell [2024/06/01 00:24] (current) – [2. Open the terminal or connect to the remote Linux server] jnilsson
Line 17: Line 17:
 ===== 2. Open the terminal or connect to the remote Linux server ===== ===== 2. Open the terminal or connect to the remote Linux server =====
  
-If you installed either options 3. Cygwin or 4. Bash on Windows above, then you can practice these commands on your local computer. If you are on a Linux or Mac computer, you can also practice on your local computer.+If you installed either options 3. Cygwin or 4. Bash on Windows above, then you can practice the commands and tutorials listed below on your local computer. If you are on a Linux or Mac computer, you can also practice on your local computer.
  
 If your Windows Terminal application comes with the ssh command, you can run the command below to connect to a remote Linux server. If your Windows Terminal application comes with the ssh command, you can run the command below to connect to a remote Linux server.
  
-  * Open the terminal application to get started +  * Open the terminal application, then run this command to connect to a remote linux system using SSH:<code>
-    - If you want to connect to a remote linux system using SSH, you can do so with a command like this:<code>+
 ssh <username>@<servername> ssh <username>@<servername>
-#for example: ssh jnilsson@nexus.ss.uci.edu+#for example: ssh jnilsson@nexus.socsci.uci.edu
 </code> </code>
  
howto/unix_shell.1717201382.txt.gz · Last modified: 2024/06/01 00:23 by jnilsson