-
Notifications
You must be signed in to change notification settings - Fork 9
additional resources
Stratis Ioannidis edited this page Oct 5, 2019
·
6 revisions
- Discovery Cluster main page
- Unix Tutorial 1: A good tutorial for Unix/Linux beginners.
- Unix Tutorial 2: A more detailed tutorial for Unix/Linux beginners.
- Linux Cheatsheet
- SSH manual.
- SCP examples, SCP and RSYNC overview.
- WGET can be used to download a file from the internet directly to the cluster.
- Rather than using
scp
orrsync
commands, if you plan on maintaining a large piece of code that you write on your machine but execute on the cluster, it is better to use a version control system likegit
to synchronize your two code repositories. - Bash and Bash scripts:
- SLURM Resources
- Python Resources
- Spark Resources
Back to main page.