|
CSE Home | About Us | Search | Contact Info |
|
Logging into attu.cs.washington.eduObtain and install a secure shell client. Suggested clients for Windows include SSHClient from ssh.com and PuTTY.Using SSHClient
Using PuTTYThanks to Dennis Galvin (dgalvin AT cs DOT washington DOT edu) for this information.PuTTY is an open source group of applications written by Simon Tatham.
Edit your shortcut you made above. After the program name, as a separate argument, enter yourusername@attu.cs.washington.edu making the obvious substitution -- The first time you run it you will see a warning "The server's host key is not cached in the registry. You have no guarantee the server is the computer you think it is. The server's rsa2 key fingerprint is...." Click on the "Yes" button. You will then be prompted for your attu password. To connect to attu.cs.washington.edu with secure FTP, simply add yourusername@attu.cs.washington.edu as separate argument to the target for the PsFTP.exe shortcut. If you specify a working directory on the shortcut, that will be where the local directory of the FTP session is. You will now have a shortcut to a command line secure FTP session. Running SimpleScalarTo run SimpleScalar when logged into attu.cs.washington.edu, type:/cse/courses/csep548/05sp/simplescalar/bin/sim-outorder options simple scalar executable arguments You can add a path to your PATH environment variable so that you can run SimpleScalar by typing sim-outorder. Add setenv PATH ${PATH}:/cse/courses/csep548/05sp/simplescalar/bin/ to your .mycshrc or .cshrc file if you're using csh or variants like tcsh. For the bash shell, add export PATH=${PATH}:/cse/courses/csep548/05sp/simplescalar/bin/ to your .bashrc file. More information about SimpleScalar is contained in these documents: |
Computer Science & Engineering University of Washington Box 352350 Seattle, WA 98195-2350 (206) 543-1695 voice, (206) 543-2969 FAX [comments to douglas] |