Specifics targeted towards students of BIOS 30318 - Intro to Biocomputing, Instructed by Dr. Stuart Jones @ Notre Dame for the Fall 2018 semester
This tutorial was written by Chissa Rivaldi and last updated on 11-12-2018
Open your terminal (or Bash on Windows, or cygwin, etc.)
Use the command ssh
to log on to a remote computer. For us this looks like this:
โโโโssh -X <netid>@remote10*.helios.nd.edu
โโโโ#There are 8 computers, named remote 101-remote108. None of them are large enough to handle all of us logging on at once. You will receive instructions in class regarding which one you should use.
Note: You should all have access because we have previously arranged this - if you want to work on the CRC, the address is different and there is training required. More information at the CRC's website: https://crc.nd.edu/
Enter your password - just like with git, you won't see your cursor move. Read the text that pops up if you are successful - it often contains important information about the system you're using - when maintenence is, etc.:
Start computing! Try some of the same things we've done previously in the command line. The default shell for this computer is csh
, as opposed to bash, as we've been using. You can simply type bash and you'll be coding in bash again.
Things NOT to do on a remote computuer
Getting files on and off a remote space:
scp
- Instructions -> https://kb.iu.edu/d/agyesftp
- Instructions -> https://hackmd.io/s/rybzCZasX#