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/24 07:54] – heger | classes:2008:fall:astro4001.001:home [2008/10/16 12:50] (current) – alex | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| [[weblog|Use this page for posting questions and answers]] | [[weblog|Use this page for posting questions and answers]] | ||
| - | ===== Downloading and Installing ===== | + | ===== Downloading and Installing ====== |
| - | * Documentation at [[http:// | + | |
| - | * Readme file at [[http:// | + | |
| - | * tar file of the distribution at [[http:// | + | |
| - | ==== Downloading ==== | + | [[installation|Some brief instructions]] |
| - | On you linux prompt type | + | |
| - | '' | + | ===== Graphics Tools ===== |
| - | to download the file. | + | We want to establish a page on graphical visualization tools as well in section [[graphics]] |
| - | ==== Unpacking | + | ===== Synchronizing Your Files ===== |
| - | To unpack | + | Use the '' |
| - | '' | + | rsync -vaz A my_login@bb: |
| - | This will unpack all the files in a directory | + | To synchronize into directory |
| - | Switch to this directory: | + | rsync -vaz A my_login@bb:B |
| - | '' | + | 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. |
| - | There are a lot of '' | + | mkdir B |
| - | '' | + | To link the directory, type: |
| - | \\ | + | |
| - | '' | + | |
| - | ==== Compiling ==== | + | sshfs my_login@aa: |
| - | Change to directory '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | execute the '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | the original version of '' | ||
| - | |||
| - | There should now be a version of the EZ executable in the '' | ||
| - | |||
| - | '' | ||
| - | |||
| - | Type | ||
| - | |||
| - | '' | ||
| - | |||
| - | to see the files, sorted in reverse order of creation. {{EZ_3_6_3_files.txt|Here is a dead link.}} | ||
| - | |||
| - | ==== Graphics Tools ==== | ||
| - | |||
| - | We want to establish a page on graphical visualization tools as well in section [[graphics]] | ||
| + | | ||