Skip to content

Commit c056092

Browse files
committed
ssh
1 parent b7c34db commit c056092

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

day-nanopore/hands-on-metagenomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Workshop: Long-read Nanopore Metagenomics, Data Formats & Quality Control
22

3-
**Note**: If internet connection is slow, we can also distribute the example data via an USB stick (ask your instructor ;) ).
3+
**Note**: If internet connection is slow, we can also distribute the example data via an USB stick (ask your instructor ;).
44

55
**General**: We will usually start with an "Hands-on" part that will guide you through some of the content from the lectures. Then, there is an "Excercise" part with more open questions.
66

day-welcome-linux-container-wms/hands-on.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## Hands-on
44

5+
### How to connect to the Linux VM
6+
7+
**First thing:** To do the hands-on work directly, you need a running Linux system (or terminal on a Mac, or "Windows Subsystem for Linux"), and decent disk space (~20 GB) and RAM (~8 GB).
8+
9+
**It might also be a good idea to work on the USV virtual machines!**
10+
(slides that were circulated earlier: https://docs.google.com/presentation/d/1gG1-Kw6Ofn2sEuUvAk521V0c9wDmLDSAGsvtBf-qgwk/edit?usp=drive_web)
11+
12+
```bash
13+
# you can use this slightly modified command to connect w/ X11 display forwarding
14+
# depending on your local machine, this should work directly...
15+
ssh -X fmsb@<ip-adress-you-choose>
16+
```
17+
518
### Linux practices and examples
619

720
Here are some example commands and things you can try on your own. Always remember:

0 commit comments

Comments
 (0)