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.info
vsssh -i ~/.ssh/key_file username@server.biostat-m280.info
. By default,ssh
will search~/.ssh/id_dsa
,~/.ssh/id_ecdsa
,~/.ssh/id_ed25519
and~/.ssh/id_rsa
for private key. If using other names, then use argument-i
to explicitly tellssh
the private key to use.