Open Source Comes to Campus/UMD/Laptop setup: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 9: Line 9:
== Goal #2: install git ==
== Goal #2: install git ==


Git is one of the tools in common use within open source. During this workshop, you'll need it.
Git is a popular revision control system that is used by many open source projects. We'll use it during this workshop.


* [[Open Source Comes to Campus/UMD/Laptop setup/Windows git|Windows]]
* [[Open Source Comes to Campus/UMD/Laptop setup/Windows git|Windows]]
Line 16: Line 16:


== Goal #3: install IRC ==
== Goal #3: install IRC ==

* [[Open Source Comes to Campus/UMD/Laptop setup/Windows IRC|Windows]]
* [[Open Source Comes to Campus/UMD/Laptop setup/OSX IRC|OS X]]
* [[Open Source Comes to Campus/UMD/Laptop setup/Linux IRC|Linux]]


== Goal #4: practice ssh ==
== Goal #4: practice ssh ==

* [[Open Source Comes to Campus/UMD/Laptop setup/Windows SSH|Windows]]
* [[Open Source Comes to Campus/UMD/Laptop setup/OSX SSH|OS X]]
* [[Open Source Comes to Campus/UMD/Laptop setup/Linux SSH|Linux]]

Revision as of 03:17, 25 February 2012

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 IRC

Goal #4: practice ssh