diff --git a/notes/2023-10-26.md b/notes/2023-10-26.md index 7050ff4..2294bb2 100644 --- a/notes/2023-10-26.md +++ b/notes/2023-10-26.md @@ -22,7 +22,7 @@ We connect with secure shell or `ssh` from our terminal (GitBash or Putty on win ````{margin} ```{warning} -This cluster is for course related purposes at URI, if you want to use a HPC system of some sort for a side project, consider Amazon Web Services, Google Cloud, or Microsoft Azul services, you can get some allocation for free a a student. +This cluster is for course related purposes at URI, if you want to use a HPC system of some sort for a side project, consider Amazon Web Services, Google Cloud, or Microsoft Azul services, you can get some allocation for free as a student. If you are doing research supervised by a URI professor, there are other servers on campus and URI participates in a regional HPC resource as well. ``` @@ -58,7 +58,7 @@ Warning: Permanently added 'seawulf.uri.edu,131.128.217.210' (ECDSA) to the list brownsarahm@seawulf.uri.edu's password: ``` -it does not show charachters when you type your password, but it works when hyou press enter +It does not show charachters when you type your password, but it works when you press enter Then it requires you to change your password ```{code-block} console @@ -99,7 +99,7 @@ brownsarahm@~ $ ssh -l brownsarahm seawulf.uri.edu ``` -wehn you log in it shows you information about your recent logins. +When you log in it shows you information about your recent logins. We have logged into our home directory which is empty @@ -216,7 +216,12 @@ SRR307025_1.fastq SRR307030_1.fastq SRR307025_2.fastq SRR307030_2.fastq ``` +**Note:** +To extract files to a different directory use the option ```--directory``` +```--directory path/to/directory``` + ## Using a compute note + ## Working with large files