Difference between revisions of "Linux Computer System"

From GeodesyLab
Jump to: navigation, search
(Customize your Linux experience)
(Which computers do we have?)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
=== How the Shell Works ===
== Customize your Linux experience ==
+
 
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:
 
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:
br/
+
 
 
cp ~akda/.tcshrc /home/''user''/.
 
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.
 +
<pre>
 +
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
 +
</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