From b1beb7843737e0c71b545eb0f3b88c6936eabb5e Mon Sep 17 00:00:00 2001 From: AymanBx Date: Fri, 3 Nov 2023 23:42:09 -0400 Subject: [PATCH] Fixed typos. Added a comment asking about missing content. --- notes/2023-10-26.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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