Using Provide

The web way

Just go to the web interface and submit your files.

The command-line way

1. Move your file to the Linux cluster

  • Mac: Use ‘scp‘ (Secure copy)

  • Windows cluster: (H: ? drive)

  • Windows: install PuTTY, which includes ‘pscp‘

Then scp YOURFILE USER@linux.eecs.tufts.edu:REMOTE_NAME

For a folder: scp -r FOLDER USER@linux.eecs.tufts.edu:REMOTE_NAME

2. Log into a Linux machine

  • Go into Linux labs (H???) Open a terminal

  • Use ssh: ssh USER@linux.eecs.tufts.edu

provide ee105 hw1 REMOTE_NAME