Skip to content

Instantly share code, notes, and snippets.

@mnyrop
Last active August 22, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnyrop/4f6ff1b8a3737782c12fcedbb8da8966 to your computer and use it in GitHub Desktop.
Save mnyrop/4f6ff1b8a3737782c12fcedbb8da8966 to your computer and use it in GitHub Desktop.
dh box setup

DH Box Instructions

for folks who can't get their systems working

  • Go to http://dhbox.org/
  • Sign up for an account for 1 week
  • When you're logged in, click your username in the top right corner and select Apps
  • Near the top, navigate to the 'Command Line' tab
  • Type in your username and hit enter.
  • When prompted, type in your password and hit enter. The cursor will not move when you type.
  • Once you're logged in to the shell, enter the following commands, hitting enter after each one:
    mkdir Desktop
    cd Desktop
    wget -P /home/columbiaswc/Desktop/ 'http://swcarpentry.github.io/shell-novice/data/data-shell.zip'
    sudo apt-get install unzip <~ this will ask for your password
    unzip data-shell.zip -d data-shell
    rm data-shell.zip

Check: If you enter the command ls you should see data-shell

Note: enter the command clear to clear the text

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