Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Account setup
    • Please contact Ken Brobeck (x2558) by e-mail with a cc: to your supervisor to:
      • add your unix ssh key to the fphysics account
      • add your username to the facet and g-facet groupscontrols software unix groups to enable CVS access
  • Login:
    • Bring up a linux terminal window:
      • from an MCC OPI or linux box click the terminal icon on the desktop
        or
      • from Windows use Secure CRT or XWin-32
    • Log into mcclogin with your unix account:
      ssh mcclogin
    • From mcclogin, log into facet-srv01 as the fphysics account
      ssh fphysics@facet-srv01
    • Enter the number corresponding to your username from the list. If you are not in the username list yet and would like be, then:
      • enter 0 (for None). You will end up in directory /home/fphysics.
      • mkdir username (username is your Unix login username)
      • logout (log out to reset the list)
      • Log back in:
        ssh fphysics@facet-srv01
      • Enter the number corresponding to your username
    • You should now be in /home/fphysics/username (e.g. /home/fphysics/fred)
    • Your environment should now be set up to run and develop matlab scripts.

...