- IT Services Internal
- Stanford Unix-SPIRES
- Terminal.app
The following instructions are to be done after launching Terminal.app.
PART 1. If you have an account on the Spires machine, then you need to make changes there. Otherwise, skip to PART 2 below. Issue the following command in Terminal.app to login to your <SunetID> on the Spires machine.
ssh <SunetID>@spires.stanford.edu
Substitute your actual SunetID in place of <SunetID> in the command above. Once you login to your account on the Spires machine, you need to edit your .login file there. We recommend using "wylbur", by issuing the following command:
wylbur .login
Your .login should already contain a "setenv TERMINFO ..." statement. After that statement, add another "setenv" like the following:
setenv TERM vt100x
The "vt100x" terminal type is Terminal.app's equivalent of "samson". "SAVE" your modified .login file as follows:
SAVE * REPLACE
EXIT from wylbur, and logout of the Spires machine.
PART 2. You will now make changes to Terminal.app itself. Below are samples of a few commands you may wish to add to your .login or .bash_login in your home directory under Terminal.app. You can use any text editor such as "vi" or "wylbur" or "textedit". It might be easier to edit a file that doesn't have a dot as its first character, so you should use Teminal.app to "cp .login mylogin", for example. Then send "mylogin" to the text editor and insert the lines below. When you are done, and have saved the updated file, you can move it back using something like "mv mylogin .login".
export PATH=$PATH:/usr/local/bin:. export HOST=$HOSTNAME export PRINTER='Stylus_C60' stty erase ^H alias spires='ssh <SunetID>@spires.stanford.edu'
Substitute your actual SunetID for <SunetID> in the
alias command listed above. You will get to the Spires machine using that alias.
Below are a series of pictures showing the windows for setting various features
in Terminal.app. The first is the window obtained by clicking on the "Terminal" name near
the left end of the menu bar. Preferences is the next window, selected by the Preferences entry in
the Terminal window. "Window Settings..." open the Terminal Inspector window, which has a
choice list. You can see the other windows selected by each of these choices.
Terminal Settings![]() |
Preferences Settings![]() |
Choice List![]() |
Shell Settings![]() |
Processes Settings![]() |
Emulation Settings![]() |
Buffer Settings![]() |
Display Settings![]() |
Keyboard Settings![]() |
Window Settings![]() |
Color Settings![]() |
The following only exists ifTerminalColors is installed |
ANSI Colors Settings![]() |
Colors Settings![]() |