Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Instructional machine setup (VM alternative)


If you prefer not to use the VM as a development environment or are unable to set up the VM for local development, you can use the EECS Instructional Computers instead.

Note: This setup is experimental. If you plan on using this setup, please notify course staff (i.e. via private Ed post) so that we can keep you updated regarding any infrastructure developments.

To use the EECS Instructional Computers, you should first acquire a UNIX account from EECS Instructional WebAcct, then use that account to login to a suitable EECS Instructional Computer (ashby, derby, cedar). The first time you login, you should run the CS 162 setup script, which loads the development repositories and utilities. You can then use the instructional machine as your development environment, similar to the VM, though some features may still be unavailable.

ssh cs162-xxx@ashby.cs.berkeley.edu
. /home/ff/cs162/public/setup

You should still follow the steps in Virtual Machine Configuration to set up Git, SSH, and your repositories.