@@ -32,7 +32,7 @@ author: "Lukas Kluft and Florian Ziemen"
...
@@ -32,7 +32,7 @@ author: "Lukas Kluft and Florian Ziemen"
```{.sh}
```{.sh}
vim test.txt
vim test.txt
```
```
* Basic usage: hit `i` to activate _insert_ mode. Type something and hit `<Esc>` to fall back into _normal_ mode. Save and close the file using `:wq`.
* Basic usage: hit {{< kbd i >}} to activate _insert_ mode. Type something and hit {{< kbd Esc >}} to fall back into _normal_ mode. Save and close the file using {{< kbd :wq >}}.
## Scripts
## Scripts
...
@@ -106,7 +106,7 @@ Different ways to work on a cluster depending on the task:
...
@@ -106,7 +106,7 @@ Different ways to work on a cluster depending on the task:
* Connect to the login nodes via secure shell (`ssh`)
* Connect to the login nodes via secure shell (`ssh`)
```{raw}
```{raw}
ssh a123456@levante.dkrz.de
ssh <YOUR_USERNAME>@levante.dkrz.de
```
```
(use your user id instead of a123456)
(use your user id instead of a123456)
* Now you have access to the command line on levante
* Now you have access to the command line on levante
...
@@ -124,7 +124,7 @@ Different ways to work on a cluster depending on the task:
...
@@ -124,7 +124,7 @@ Different ways to work on a cluster depending on the task:
* Upload the public (`.pub`) key to your [DKRZ profile](https://luv.dkrz.de) ([instructions](https://docs.dkrz.de/doc/levante/access-and-environment.html)), so levante can check your connection attempts
* Upload the public (`.pub`) key to your [DKRZ profile](https://luv.dkrz.de) ([instructions](https://docs.dkrz.de/doc/levante/access-and-environment.html)), so levante can check your connection attempts
* Use your private ssh key instead of your password when connecting to levante
* Use your private ssh key instead of your password when connecting to levante