These are the Spring 2020 / Corona Virus Instructions!
You only need to do the following once for your Virtual Machine:
  1. In a separate tab in your browser, go to https://submit.moboard.com, and log in.
  2. Click on the menu at the top labeled with your username (second from the left), and select "Retrieve Personalized Scripts". In the resulting page, click the "Download Personalized Submit Script" button to download the script file submit.
  3. In your terminal, move the file submit you downloaded to the bin directory in your home directory (i.e., ~/bin) and rename as submit-external:
    mv ~/Downloads/submit ~/bin/submit-external
  4. In your terminal, change the permission of the file submit:
    chmod 700 ~/bin/submit-external
You only need to do the following once for your Virtual Machine, and once for your class workstation (by installing this file on one class workstation it will be available on all workstations for your use.)
  1. In a separate tab in your browser, go to https://submit.cs.usna.edu, and log in.
  2. In your terminal, make a directory called bin in your home directory:
    mkdir ~/bin
  3. In your browser, click on this link (then pick "Download Personalized Submit Script") to download the script file submit.
  4. In your terminal, move the file submit you downloaded to the bin directory in your home directory (i.e., ~/bin):
    mv ~/Downloads/submit ~/bin
  5. In your terminal, change the permission of the file submit:
    chmod 700 ~/bin/submit