Campuses:
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| classes:2008:fall:astro4001.001:home [2008/09/18 14:02] – heger | classes:2008:fall:astro4001.001:home [2008/10/16 12:50] (current) – alex | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Astro 4001 - Wiki for Stellar Evolution Project ====== | + | ====== Astro 4001 - Stellar Evolution Project ====== |
| ===== Rules ===== | ===== Rules ===== | ||
| Line 5: | Line 5: | ||
| * feel free to sign your contribution with your name (alex) | * feel free to sign your contribution with your name (alex) | ||
| - | ===== Downloading and Installing | + | ===== Q& |
| - | * Documentation at [[http:// | + | |
| - | * Readme file at [[http:// | + | |
| - | * tar file of the distribution at [[http:// | + | |
| + | [[weblog|Use this page for posting questions and answers]] | ||
| + | ===== Downloading and Installing ====== | ||
| + | [[installation|Some brief instructions]] | ||
| + | |||
| + | ===== Graphics Tools ===== | ||
| + | |||
| + | We want to establish a page on graphical visualization tools as well in section [[graphics]] | ||
| + | |||
| + | ===== Synchronizing Your Files ===== | ||
| + | |||
| + | Use the '' | ||
| + | |||
| + | rsync -vaz A my_login@bb: | ||
| + | |||
| + | To synchronize into directory B on computer bb type | ||
| + | |||
| + | rsync -vaz A my_login@bb: | ||
| + | |||
| + | You can also mount the directory A from aa at directory B on bb. To do this, log into computer bb. Make sure directory B exists. | ||
| + | |||
| + | mkdir B | ||
| + | |||
| + | To link the directory, type: | ||
| + | |||
| + | sshfs my_login@aa: | ||
| + | |||
| + | |||
| + | | ||