LAB Setup instructions and scripts for EE141

If you're in 353 Cory:

  1. SSH into quasar.cs
  2. (First time only) Add the following lines to THE END of your .cshrc file, which is located in your home directory:
       
       
     eval `/usr/local/etc/mmisetup`
        set path = ($path /usr/sww/X11/bin/)

    MAKE SURE YOU USE THE BACK-TICK MARKS LOCATED TO THE LEFT OF THE "1 (one)' KEY!

  3. Source the updated .cshrc file or simply disconnect and reconnect.
  4. Launch Exceed (There's some pictures regarding Exceed setup here)
  5. You can now run UNIX applications and have them displayed to your screen!  For example, if you want to run max, simply type:
       
        max &

    Or if you want to run emacs, you can type:
            
        emacs &

Once you have Exceed 6.1/6.2  running, right click on the icon in the toolbar and choose Tools-> Configuration.  The following is a quick setup procedure but it's a bit outdated.  The new one is located at the link above.

If you're stuck, ask a TA.  Hopefully he/she will be able to help you out.