Versions Compared

Key

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

...

  • Login:
    • Bring up a linux terminal window:
      • from an MCC OPI or linux box click the terminal icon on the desktop
        or
        • Click on taskbar icon "Facet Konsole"     Image Added
        • This will automatically log you into fphysics on facet-srv01
          • On the OPI's the background color will be a light yellow to differentiate between LCLS and FACET
      • From Linux (konsole), Windows (Secure CRT or XWin32)  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
  • 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.
  • Optional: if you want to customized your environment further
    • Create file /home/fphysics/username/ENVS
    • ENVS will be sourced every time you log in

...