Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev nyu-greene #1

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading