Skip to content

Commit

Permalink
Fix markdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent 88ced2e commit 69dd2e9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/login_dardel.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ display the public key.
If, however, you missed it,
you can view the public SSH key again; in a terminal logged into Rackham:

```
```bash
cat ~/id_ed25519_pdc.pub
```

Expand All @@ -126,7 +126,7 @@ Follow our [step-by-step instructions on how to add SSH keys](../software/ssh_ke

On a terminal, do:

```
```bash
ssh -X [username]@dardel.pdc.kth.se
```

Expand Down
14 changes: 7 additions & 7 deletions docs/getting_started/login_rackham.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ This gives you a desktop environment, as if you were working on your own compute
You can do so:

- [via the web](#remote-desktop-via-the-web)
- [via a ThinLinc client](#remote-desktop-via-a-ThinLinc-client)
- [via a ThinLinc client](#remote-desktop-via-a-thinlinc-client)

### Remote desktop via the web

Expand All @@ -276,15 +276,15 @@ Use the ThinLinc client from [https://www.cendio.com/thinlinc/download](https://

??? question "For windows users who wants to get started with WSL (not covered here)"
- Install WSL (Windows Subsystem for Linux)
- https://docs.microsoft.com/en-us/windows/wsl/install-win10 (Links to an external site.)
- Don’t forget to update to wsl2
- [https://docs.microsoft.com/en-us/windows/wsl/install-win10](https://docs.microsoft.com/en-us/windows/wsl/install-win10) (Links to an external site.)
- Don’t forget to update to WSL2
- Install a distribution or a ssh (secure shell) program
- Distribution such as ubuntu or
- (recommended) a ssh program such as MobaXTerm
- https://mobaxterm.mobatek.net/ (Links to an external site.)
- sftp frame makes it easy to move, upload and download files.
- [https://mobaxterm.mobatek.net/](https://mobaxterm.mobatek.net/) (Links to an external site.)
- `sftp` frame makes it easy to move, upload and download files.
- You may want to check this webpage as well!
- https://hackmd.io/@pmitev/Linux4WinUsers (Links to an external site.)
- [https://hackmd.io/@pmitev/Linux4WinUsers](https://hackmd.io/@pmitev/Linux4WinUsers) (Links to an external site.)


## Visual Studio Code (not covered here)
Expand All @@ -296,7 +296,7 @@ Use the ThinLinc client from [https://www.cendio.com/thinlinc/download](https://
- Integrate you cluster work with *code development*
- [SSH-remote from VS Code](https://code.visualstudio.com/docs/remote/remote-overview)
- [Remote development using Visual Studio Code on Alvis cluster](https://www.c3se.chalmers.se/documentation/remote-vscode/)
- Similar to Rackham. Just change login details!
- Similar to Rackham. Just change login details!



Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ To use [UPPMAX](../cluster_guides/uppmax.md) resources, one needs:

This page is about UPPMAX projects:

* [View your existing UPPMAX projects](#view-your-uppmax-projects)
* [Type of UPPMAX projects](#type-of-uppmax-projects)
* [Apply to an UPPMAX project](#apply-to-an-uppmax-project)
- [View your existing UPPMAX projects](#view-your-uppmax-projects)
- [Type of UPPMAX projects](#type-of-uppmax-projects)
- [Apply to an UPPMAX project](#apply-to-an-uppmax-project)

## View your UPPMAX projects

Expand Down
1 change: 1 addition & 0 deletions docs/getting_started/project_apply.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Project application

??? t2s "Text to speech"

<audio src="project_apply.mp3" controls preload></audio>

!!! note "Apply for a project here"
Expand Down

0 comments on commit 69dd2e9

Please sign in to comment.