Skip to content

Instantly share code, notes, and snippets.

@cmkoller
Last active January 23, 2016 01:09
Show Gist options
  • Save cmkoller/68be4897d78392141f89 to your computer and use it in GitHub Desktop.
Save cmkoller/68be4897d78392141f89 to your computer and use it in GitHub Desktop.

Submitting Your Career Day Screencast

Instructions for creating the screencast can be found here!

Name your video in the following format:

<first-name><last-name>_<month>-<day>.mov

Example:

ChristinaKoller_1-19.mov

# or

EliseFitzgerald_1-27.mp4

Either file format should be fine!

Copy Your Video to the File Server

Use the scp command to copy your video to the Launch Academy file server.

scp <local-file-name> [email protected]:~/<AreaName>/<remote-file-name>

Your <AreaName> will be one of the following, based on where your group is located:

  • FacilitationArea
  • PicnicTables
  • BackTables

You'll be prompted for the password after filling out the command. The password is MakeNoBugs!

Example:

scp ChristinaKoller_1-19.mov [email protected]:~/FacilitationArea/ChristinaKoller_1-19.mov

Note: You must be connected to the LaunchAcademy wifi network in order to upload your screencast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment