[Click
here for just this document]
Example 0:
Connecting remotely to your math account
- If you are working from a Windows machine, you will need to download PuTTY, a free SSH client.
- On a Mac, start Terminal. If your name were Evariste Galois, you would type something like "ssh egalois@round.math.ucdavis.edu" to connect.
- SSH to round.math.ucdavis.edu, or one of the other math servers
(As of Spring 2007, several Windows PuTTY users have reported trouble in trying to SSH to "math.ucdavis.edu". After entering your username and password, the PuTTY window reportedly disappears. Try logging in specifically to "round.math.ucdavis.edu" instead of "math.ucdavis.edu".) Provide your username and password when
prompted. You will then get a terminal window to work from, just as if
you were on campus.
- You can launch any program remotely that you can
launch at school, but some graphics-heavy programs may not transmit
correctly, or may be too slow, or may need you to do special Windows
configuration. But you will definitely be able to do everything that
appears on this page.
Example 1:
Getting and sending a research paper
- Open a terminal
window.
- Make a new directory
for research papers.
- Find a research
paper and download it.
- Verify where you saved the paper, using "ls."
- Change directories to
where the paper lives.
- Make a copy of the paper
and then use "mv" to rename
the copy.
- Attach the
copy to an e-mail and send it to yourself.
- Delete the copy you made
in step 6 from
your math account.
- Receive the
paper as an attachment (to the e-mail you sent yourself) and save it to
your math
account.
- Delete the research
papers directory.
Example 2:
Reformatting and zipping some images
- Open a terminal
window.
- Make a new directory
for an imaginary research project.
- Find a couple different images (try the images tab on google) and
download them.
- Change directories to
where the images live.
- Convert the format and/or size of the
images.
- Create a short text document that describes
the images, like a "readme" file so that you won't forget what you had mind.
- Zip ("tar") the images and the text file
together, and compare how
big the tarred and untarred
versions are.
- Attach the tar file
to an e-mail and send it to yourself.
- Delete the tar file you made
in the previous step.
- Receive the
tar file as an attachment (to the e-mail you sent yourself) and save it to
your math account.
- Untar the file and
check whether it seems right.
- Delete the imaginary project directory.