generated from allisonhorst/meds-distill-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
day_2.qmd
27 lines (20 loc) · 1.24 KB
/
day_2.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "Day 2 - Working on a remote server"
default-image-extension: ""
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
<br>
| **Time (PST)** | **Activity** |
|-------------------|----------------------------------------------------|
| 10:00am - 10:50am | *Lecture 1: [Working on a remote server Server](day2-remote_server.html){target="_blank"} (50 min)* |
| 10:50am - 11:00am | *Break (10 min)* |
| 11:00am - 12:30am | *Interactive session 1: [Command line Interface](https://github.com/EDS-214/eds214-handson-cli){target="_blank"} (50 min)* |
| 12:30pm - 1:30pm | *Lunch (60 min)* |
| 1:30pm - 3:00pm | *Hybrid: [Automating things with bash](day2-bash-scripting.html){target="_blank"} - Greg Janée (90min)* |
| 3:00pm - 3:10pm | *Break (10 min)* |
| 3:10pm - 4:00pm | *[Collaborating on a server](day2-server_collaboration.html){target="_blank"} (20 min) & [Uploading things to a server](day2-server_uploading.html){target="_blank"} (30 min)* |
---
## Further Reading
- Video from AT&T about the Unix system: <https://www.youtube.com/watch?v=tc4ROCJYbm0>