Difference between revisions of "Linux Computer System"

From GeodesyLab
Jump to: navigation, search
(Which computers do we have?)
(Which computers do we have?)
 
Line 7: Line 7:
  
 
=== Which computers do we have? ===
 
=== Which computers do we have? ===
There are desktop (D) and "work" (W) machines. Ask which desktop computer is used by whom and try not to overload those, if the person is in town. On working computers you can start processes (e.g. run GPS solutions). cpu tells you e.g. how many processes you can start/run.
+
There are desktop (D) and "work" (W) machines. Ask which desktop computer is used by whom and try not to overload those, if the person is in town. On "work" computers you can start processes (e.g. run GPS solutions). cpu tells you e.g. how many processes you can start/run.
 
<pre>
 
<pre>
 
name        cpu        notes
 
name        cpu        notes
****************************************************************************
+
*******************************************************************************
everest      (4)   W
+
everest      (4)   W
denali      (2) (W)
+
denali      (2)   D/W
 
northpeak    (2)
 
northpeak    (2)
 
st-elias    (2)
 
st-elias    (2)
Line 18: Line 18:
 
fairweather  (2)
 
fairweather  (2)
 
totschunda  (2)
 
totschunda  (2)
logan        (2)   D
+
logan        (2)   D
tintina      (2)   D
+
tintina      (2)   D
tokai        (2)   D
+
tokai        (2)   D
 
hunter      (1)
 
hunter      (1)
silverthrone (1)   D
+
silverthrone (1)   D
 
mooses-tooth (1)
 
mooses-tooth (1)
chugach      (1)   D
+
chugach      (1)   D
kahiltna    (1)         our slowest; not recommended for running solutions
+
kahiltna    (1)         our slowest; not recommended for running solutions
 
</pre>
 
</pre>

Latest revision as of 19:59, 7 September 2007

How the Shell Works

Customize your shell by editing the ".tcshrc" file in your home directory. If you have never done this before a good place to start is to copy AKDA's .tcshrc file:

cp ~akda/.tcshrc /home/user/.

This file describes where to find (called the path) programs and scripts, as well as how some commands behave.

Which computers do we have?

There are desktop (D) and "work" (W) machines. Ask which desktop computer is used by whom and try not to overload those, if the person is in town. On "work" computers you can start processes (e.g. run GPS solutions). cpu tells you e.g. how many processes you can start/run.

name         cpu         notes
*******************************************************************************
everest      (4)    W
denali       (2)   D/W
northpeak    (2)
st-elias     (2)
foraker      (2)
fairweather  (2)
totschunda   (2)
logan        (2)    D
tintina      (2)    D
tokai        (2)    D
hunter       (1)
silverthrone (1)    D
mooses-tooth (1)
chugach      (1)    D
kahiltna     (1)          our slowest; not recommended for running solutions