Open Source Comes to Campus/UMD/Laptop setup

From OpenHatch wiki
Revision as of 15:24, 25 February 2012 by imported>Jesstess (→‎Bonus material)

Goal #1: practice navigating from the command line

Many of the tools of open source development are primarily used via the command line. Let's get some practice with navigating the computer from the command line.

Goal #2: install git

Git is a popular revision control system that is used by many open source projects. We'll use it during this workshop.

Goal #3: install an IRC client

IRC is a real-time chat protocol that open source projects often use to talk about the project and as a medium for users and developers to help each other.

Goal #4: practice using SSH

SSH allows you to securely access a shell (like the command line window you used earlier) on a remote machine.

Success!

You are done with laptop setup!

Take a break, stretch, meet some neighbors, and ask the staff if you have any questions about this material.

Bonus material

If you finish laptop setup early:

  • Find and join an IRC channel for something you are interested in.
    • on Freenode, try #ubuntu (the Linux distribution), #web (web development), #gsoc (Google Summer of Code)
    • You can get a full list of Freenode's channel here
  • Learn about screen. Then ssh into the remote Linux machine umd-workshop.openhatch.org and set up a screen session there.