Log in

Sign up for our weekly newsletter!

When & Where
Date: 
Mon, May 16, 2016 - 10:00 AM to 12:00 PM
Location: 
D-Lab Convening Room
Description
Type: 

An intro to the basics that instructors often assume you know, but that you probably never had good instruction on! After this course, you should be able to more easily start learning to program (e.g., in R or python), follow instructions and documentation online (e.g. StackExchange), and communicate better with your collaborators who are programming. This interactive workshop will cover:

  1. *NIX type systems
  2. BASH
  3. Common terminal commands
  4. Loops and variables

Technology requirement for workshop:

Please install the Bash shell. Bash is a commonly-used shell that gives you the power to do simple tasks more quickly. Instructions for installation can be found below.

 

Windows

  1. Download the Git for Windows installer.
  2. Run the installer and follow the steps bellow:
    1. Click on "Next".
    2. Click on "Next".
    3. Click on "Next".
    4. Click on "Next".
    5. Click on "Next".
    6. Select "Use Git from the Windows Command Prompt" and click on "Next". If you forgot to do this programs that you need for the workshop will not work properly. If this happens rerun the installer and select the appropriate option.
    7. Click on "Next". Keep "Checkout Windows-style, commit Unix-style line endings" selected.
    8. Select "Use Windows' default console window" and click on "Next".
    9. Click on "Next".
    10. Click on "Finish".

This will provide you with both Git and Bash in the Git Bash program.

Mac OS X

The default shell in all versions of Mac OS X is bash, so no need to install anything. You access bash from the Terminal (found in /Applications/Utilities). You may want to keep Terminal in your dock for this workshop.

Linux

The default shell is usually Bash, but if your machine is set up differently you can run it by opening a terminal and typing bash. There is no need to install anything.

 

Details
Training Host: 
D-lab Facilitator: 
Dillon Niederhut
Format Detail: 
Interactive
Participant Technology Requirement: 
Laptop required; show up early if you need help with installation