Today’s topics
- Git and GitHub.
- RMarkdown.
Announcements
- HW1 is posted. Due Jan 25 @ 11:59PM.
FAQs
-
WSL (thanks to Brendon Chau): Run native Linux terminal on Windows.
-
ssh username@server.biostat-m280.infovsssh -i ~/.ssh/key_file username@server.biostat-m280.info. By default,sshwill search~/.ssh/id_dsa,~/.ssh/id_ecdsa,~/.ssh/id_ed25519and~/.ssh/id_rsafor private key. If using other names, then use argument-ito explicitly tellsshthe private key to use.