π Resources
Table of contents
Computing Resources
- Command-line cheat sheet
- Bash cheat sheets: educative.io, devhints.io.
- DSMLP documentation
- Accessing section-specific data
- Launching containers
- To view the amount of disk space you have left, navigate here. At the
/hub/spawnpage, select the Services Tab > βdisk-quota-serviceβ. - Use
launch-scipy-ml.sh -hto see all launch options. - By default, you can only request 1 GPU (with
-g 1). To request more, in addition to using-g n(wherenis some integer between2and8), use-p lowto specify that your request is low priority. For instance,launch-scipy-ml.sh -g 4 -p low. - Visit here to see which pods and GPUs are currently free.
- Setting up SSH keys
- Git on the command line
- Personal access tokens
- You may also want to read this guide written by current student and DSC 30 tutor Scott Yang
- SSH Keys for GitHub
- Personal access tokens
- UCSD VPN
Have a resource that we should add to this page? Let us know!