Skip to content
Snippets Groups Projects
Commit 28962a81 authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Fix broken links and table

parent aed6ea8c
Branches
No related tags found
No related merge requests found
Pipeline #185972 passed
......@@ -215,8 +215,7 @@ Known issues: https://apps.fz-juelich.de/jsc/hps/juwels/known-issues.html
steinbusch1@jwlogin01:~ $
```
Once you have logged in successfully, you can continue with [Unix shell basics][Unix shell basics].
[ER: This Unix shell basics link was not functional, when I looked at your site. ]
Once you have logged in successfully, you can continue with [Unix shell basics](unix-shell-basics.md).
### Logging in with PuTTY
......@@ -227,13 +226,13 @@ Set the *Host name* for the system you want to connect to, e.g. `juwels-cluster.
The following table lists the host names of login nodes for the different systems.
Pick the one you want to use.
[ER:This table didn't display properly for me]
System Login node host name
--------------------- ------------------------------
JURECA DC `jureca.fz-juelich.de`
JUWELS Cluster `juwels-cluster.fz-juelich.de`
JUWELS Booster `juwels-booster.fz-juelich.de`
JUSUF `jusuf.fz-juelich.de`
| System | Login node host name |
|----------------|:------------------------------:|
| JURECA-DC | `jureca.fz-juelich.de` |
| JUWELS Cluster | `juwels-cluster.fz-juelich.de` |
| JUWELS Booster | `juwels-booster.fz-juelich.de` |
| JUSUF. | `jusuf.fz-juelich.de` |
Navigate to *Connection* > *SSH* > *Auth* and under *Private key file for authentication:* select the key you just generated.
......
......@@ -12,8 +12,7 @@ Whether you log in via OpenSSH, PuTTY, or opening a Terminal in JupyterLab, you
Unix shells are text based interfaces that prompt the user to input commands and display the result of executing those commands back to the user.
The underlying concepts (the file system, executing programs, etc.) are probably familiar to you, but the text based interface can seem daunting at first.
This section will teach you how to accomplish essential tasks on a Unix shell.
If you are already familiar with this kind of interface, you may want to skip ahead to the [section describing the environment][Environment].
[ER: this link also didn't wrork properly for me]
If you are already familiar with this kind of interface, you may want to skip ahead to the [section describing the environment](environment.md).
Like many operating systems, Unix provides an abstraction for storage media called a file system.
Data of various types (text, images, executable code, etc.) is stored in files which can be organized in a tree-like hierarchy of directories that starts at a single root (the "root directory").
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment