Terminal
app.Git for Windows
aka Git Bash
. Accept default settings during the installation process. This gives you a bash shell within Windows, which is also equipped with Git commands.Connect to the teaching server. On MacOS Terminal or Windows Git Bash:
ssh username@server.ucla-biostat-203b.com
If you cannot connect, you may not have an account. Ask TA or instructor for help.
Change password on teaching server passwd
On teaching server, you can obtain a copy of the course material using git:
git clone https://github.com/ucla-biostat203b-2020winter/ucla-biostat203b-2020winter.github.io.git
To reproduce commands in the Linux lecture, make sure you are in the correct folder cd ~/ucla-biostat203b-2020winter.github.io/slides/02-linux
Check whether you already have SSH keys at default location. On Linux/MacOS terminal or Windows Git Bash: ls -al ~/.ssh
~/.ssh/
Brendon: WSL for Windows.
Register an account on GitHub Student Developer Pack, using ucla.edu email. Send GitHub handle to Juhyun Kim.
Set up seemless SSH connection between (1) laptop, (2) teaching server, and (3) GitHub.
Intitialize a project from GitHub within RStudio.