Run Pyro on the computer in the lab (coleus.cs.duke.edu)
You will need to install the following programs on your computer
- Secure Shell (ssh): allows you to securely login into another machine and run
programs
- Windows: Download from OIT
- Mac OS X: comes with operating system.
- X-Windows: allows you to pop up windows from a remote machine on your
computer
Logging onto Coleus
In both cases, you will be prompted for the password you received on Friday.
Creating & Traversing Directories
To do the work for the remainder of this assignment, you will need to move
into
a
directory (i.e., folder) to contain the files for your programs.
We will follow a convention of creating a separate
directory for each user.
When you login, your session begins in your main directory. To see the
name of your directory, type the UNIX command pwd (print working
directory).
-
To list your files and directories, type ls (think of this as
shorthand "list"). You should see the directory you just created
listed.
-
You can cd (change directory) into your subdirectory by
typing cd NetID where NetID is your NetID (e.g. jforbes) . Typing pwd should show you in the
directory
you just changed into. You might now make, for example, a directory called
starting by typing mkdir starting. Then change into this
by typing
cd starting.
Pyrobot
Now, you want to start pyrobot
pyrobot
A screen should pop up with the Pyro console. X-Win32 may say that you need
to accept the window being opened and your Virus software may
also complain. You can now refer to the Pyro webpages for more help.
Check out OIT's guide on Using
SSH for more information on using SSH or contact Prof. Forbes.