Skip to content

Commit

Permalink
Merge pull request #1 from YuWei-CH/dev-nyu-greene
Browse files Browse the repository at this point in the history
Dev nyu-greene
  • Loading branch information
s-sajid-ali authored Sep 11, 2024
2 parents 2813bc5 + ece9333 commit e529ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions _episodes/11-connecting.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,10 @@ If you choose the Gateway Option, start by hopping onto the gateway nodes first
```
{: .language-bash}

You are now finally ready to connect to the Greene cluster. To login, go ahead and open
your terminal or graphical SSH client and execute the following command:
You are now finally ready to connect to the Greene cluster. To login, execute the following command:

```
{{ site.local.prompt }} ssh {{ site.remote.user }}@{{ site.remote.login }}
{{ site.remote.user }}@pco01la-1520b ssh {{ site.remote.user }}@{{ site.remote.login }}
```
{: .language-bash}

Expand Down Expand Up @@ -189,7 +188,7 @@ by running `pwd` to **p**rint the **w**orking **d**irectory.
{: .language-bash}

```
{{ site.remote.homedir }}/{{ site.remote.user }}
{{ site.remote.homedir }}/
```
{: .output}

Expand Down
2 changes: 1 addition & 1 deletion _episodes/15-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ command. `which` looks for programs the same way that Bash does, so we can use
it to tell us where a particular piece of software is stored.

```
{{ site.remote.prompt }} which python3
{{ site.remote.prompt }} which R
```
{: .language-bash}

Expand Down

0 comments on commit e529ce6

Please sign in to comment.