Colorado State University

Recitation R1 - Introduction to Linux and Eclipse
Spring 2014

CS160: Foundations in Programming


The goals of this lab are as follows:

Logging In

  1. Login to the machine using your electronic ID (same username that you use for RamWeb).
  2. The initial password should be your student ID (same as nine digit number on your RamCard).
    Troubleshooting:
You will change you password later in the recitation.

Class WebSite

  1. Start your preferred internet browser and type in the url www.cs.colostate.edu/~cs160.
  2. Look at the syllabus and progress pages.
  3. Find the lab instructions for today.
  4. Open another tab and type in the url ramct.colostate.edu.
  5. Login on RamCT using your EID and password and make sure you can see CS160.

Launching Applications

  1. Your TA will show you how to launch applications and add them to the task bar.
  2. Click on "Activities" in the upper left corner of the screen
  3. Click on "Applications"
  4. Run firefox, gedit, file manager, and a terminal.
  5. The terminal command brings up a window where you can type in Linux commands, similar to using DOS command prompt on Windows.
  6. Use the passwd command to change your password. It is recommended that you change it to your RamWeb/RamCT password.

Using Eclipse

Eclipse makes programming easier by compiling and running your programs in a single step. Your TA will go over setting up Eclipse and your workspace. Your TA will guide you in creating a project called P1 and class for starting the P1.

Program Submission via Checkin

Your TA will now walk through logging in to the course website, submitting your code, and viewing preliminary test results.

Remember that this was just setting up for P1 and that there is still more to do before it is complete.
Show your P1.java program to the TA to get credit for this portion of the lab.

© 2014 CS160 Colorado State University. All Rights Reserved.