The Zoo Computing Laboratory
Yale University Computer Science Department
Home Zoo Help Zoo Tools DSAC
Open Zoo Phone: 2-2169 Closed Zoo Phone: 2-2266
SearchWiki:

Main.SettingUpYourZooAccount History

Hide minor edits - Show changes to output

August 04, 2004, at 10:45 PM by 128.36.72.109
Changed line 47 from:
***([[http://sawmill.sourceforge.net/ Sawfish]], a lightweight, themeable window manager.
to:
****([[http://sawmill.sourceforge.net/ Sawfish]], a lightweight, themeable window manager.
August 04, 2004, at 10:44 PM by 128.36.72.109
Changed line 38 from:
*Most of the dot files for the shells are just a list of commands for the shell to execute when it starts (i.e., when you log in). By customizing these files, you can have your shell perform certain tasks for you automatically. For example, add the line /usr/games/fortune to your .bashrc file (if you're using bash as your shell) to run the fortune program, which prints out a random inspirational / humorous quote, every time you log in. See the documentation for your particular shell for more information on customizing its dot file.
to:
*Most of the dot files for the shells are just a list of commands for the shell to execute when it starts (i.e., when you log in). By customizing these files, you can have your shell perform certain tasks for you automatically. For example, add the line ''/usr/games/fortune'' to your ''.bashrc'' file (if you're using bash as your shell) to run the fortune program, which prints out a random inspirational / humorous quote, every time you log in. See the documentation for your particular shell for more information on customizing its dot file.
August 04, 2004, at 10:44 PM by 128.36.72.109
Changed line 42 from:
****Gnome
to:
****[[http://www.gnome.org/ Gnome]]
Changed line 44 from:
****KDE
to:
****[[http://www.kde.org/ KDE]]
Changed line 47 from:
***(Sawfish, a lightweight, themeable window manager.
to:
***([[http://sawmill.sourceforge.net/ Sawfish]], a lightweight, themeable window manager.
Changed line 49 from:
****Window Maker, the official GNUstep window manager.
to:
****[[http://www.windowmaker.org/ Window Maker]], the official GNUstep window manager.
Changed line 51 from:
****IceWM, whose goal is speed, simplicity, and not getting in the user's way.
to:
****[[http://www.icewm.org/ IceWM]], whose goal is speed, simplicity, and not getting in the user's way.
Changed line 53 from:
****FVWM, the Fill-in-the-blank-with-whatever-word-you-like-at-the-time Virtual Window Manager.
to:
****[[http://fvwm.math.uh.edu/ FVWM]], the Fill-in-the-blank-with-whatever-word-you-like-at-the-time Virtual Window Manager.
August 04, 2004, at 10:42 PM by 128.36.72.109
Changed line 56 from:
Play around! Try things. It's the best way to learn about the system. Remember that help is always available. (To find out about getting help with the Zoo, visit the Getting Help section of this help system.)
to:
Play around! Try things. It's the best way to learn about the system. Remember that help is always available. (To find out about getting help with the Zoo, visit the {{Getting Help}} section of this help system.)
August 04, 2004, at 10:41 PM by 128.36.72.109
Added lines 15-16:
!Changing Your Shell
When you log in and get to a prompt the operating system starts a program called a ''shell'', which allows you to launch programs and interact with the file system. All commands you type at the shell's prompt are interpreted and executed by the shell.
Added line 18:
There are several different shells, and you may not like the default shell. If you'd like to change your shell, type ''ypchsh''. The ''/usr/bin/chsh'' program (short for change shell) will display your old shell and ask you for a new one. The preferred method for changing your shell is through the web interface at https://zoo.cs.yale.edu/accounts.html. The list of supported shells in the Zoo includes (but is not limited to):
Added lines 20-21:
''/bin/tcsh''
[[http://www.tcsh.org/ Tcsh]], an enhanced version of the Berkeley UNIX C Shell, csh.
Added lines 23-24:
''/bin/bash''
[[http://www.gnu.org/software/bash/bash.html Bash]], the "Bourne Again Shell," which is the standard GNU shell.
Changed lines 26-27 from:
Changing Your Shell
to:
''/bin/csh''
The Berkeley UNIX C shell; considered [[ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/unix-faq/shell/csh-whynot harmful]] by some authorities.
Added lines 29-30:
''/bin/zsh''
[[http://zsh.sunsite.dk/ Zsh]], the Z Shell, designed for compatibility with ksh, the Korn Shell.
Changed line 32 from:
When you log in and get to a prompt the operating system starts a program called a shell, which allows you to launch programs and interact with the file system. All commands you type at the shell's prompt are interpreted and executed by the shell.


There are several different shells, and you may not like the default shell. If you'd like to change your shell, type ypchsh. The /usr/bin/chsh program (short for change shell) will display your old shell and ask you for a new one. The preferred method for changing your shell is through the web interface at https://zoo.cs.yale.edu/accounts.html. The list of supported shells in the Zoo includes (but is not limited to):

/bin/tcsh

Tcsh, an enhanced version of the Berkeley UNIX C Shell, csh.

/bin/bash

Bash, the "Bourne Again Shell," which is the standard GNU shell.

/bin/csh

The Berkeley UNIX C shell; considered harmful by some authorities.

/bin/zsh

Zsh, the Z Shell, designed for compatibility with ksh, the Korn Shell.

/bin/sh
to:
''/bin/sh''
Added lines 35-36:
!Setting Up Your Environment
Initially your login environment will have a plain-vanilla setup. You may want to customize your login and logout procedures, your shell, and your window manager. This setup is done by editing certain files in your account, called ''dot files'' (because their names begin with a dot (.) character). The default behavior of ''ls'' is to ignore dot files, so you may wish to run it with the ''-a'' option to have them displayed. Here are a few tips to get you started:
Added lines 38-53:
*Most of the dot files for the shells are just a list of commands for the shell to execute when it starts (i.e., when you log in). By customizing these files, you can have your shell perform certain tasks for you automatically. For example, add the line /usr/games/fortune to your .bashrc file (if you're using bash as your shell) to run the fortune program, which prints out a random inspirational / humorous quote, every time you log in. See the documentation for your particular shell for more information on customizing its dot file.
*You can use the "Session" menu on the login screen to specify a window manager (controls the display and management of windows X applications) or a desktop manager (creates a 'desktop') interface -- a trash bin and icons for disk drives, e.g. Desktop managers often include built-in window managers or launch a window manager of your choice).
**The desktop managers installed on the Zoo include:
***/usr/bin/gnome-session
****Gnome
***/usr/bin/kdeinit
****KDE
**The window managers installed on the Zoo include:
***/usr/bin/sawfish
***(Sawfish, a lightweight, themeable window manager.
***/usr/bin/wmaker
****Window Maker, the official GNUstep window manager.
***/usr/bin/icewm
****IceWM, whose goal is speed, simplicity, and not getting in the user's way.
***/usr/bin/fvwm
****FVWM, the Fill-in-the-blank-with-whatever-word-you-like-at-the-time Virtual Window Manager.
Changed lines 55-56 from:


Setting Up Your Environment


Initially your login environment will have a plain-vanilla setup. You may want to customize your login and logout procedures, your shell, and your window manager. This setup is done by editing certain files in your account, called dot files (because their names begin with a dot (.) character). The default behavior of ls is to ignore dot files, so you may wish to run it with the -a option to have them displayed. Here are a few tips to get you started:

Most of the dot files for the shells are just a list of commands for the shell to execute when it starts (i.e., when you log in). By customizing these files, you can have your shell perform certain tasks for you automatically. For example, add the line /usr/games/fortune to your .bashrc file (if you're using bash as your shell) to run the fortune program, which prints out a random inspirational / humorous quote, every time you log in. See the documentation for your particular shell for more information on customizing its dot file.

You can use the "Session" menu on the login screen to specify a window manager (controls the display and management of windows X applications) or a desktop manager (creates a 'desktop') interface -- a trash bin and icons for disk drives, e.g. Desktop managers often include built-in window managers or launch a window manager of your choice).

The desktop managers installed on the Zoo include:

/usr/bin/gnome-session

Gnome

/usr/bin/kdeinit

KDE



The window managers installed on the Zoo include:

/usr/bin/sawfish

Sawfish, a lightweight, themeable window manager.

/usr/bin/wmaker

Window Maker, the official GNUstep window manager.

/usr/bin/icewm

IceWM, whose goal is speed, simplicity, and not getting in the user's way.

/usr/bin/fvwm

FVWM, the Fill-in-the-blank-with-whatever-word-you-like-at-the-time Virtual Window Manager.

What Next?


Play around! Try things. It's the best way to learn about the system. Remember that help is always available. (To find out about getting help with the Zoo, visit the Getting Help section of this help system.)
to:
!What Next?
Play around! Try things. It's the best way to learn about the system. Remember that help is always available. (To find out about getting help with the Zoo, visit the Getting Help section of this help system.)
August 04, 2004, at 10:37 PM by 128.36.72.109
Changed lines 1-93 from:
Describe SettingUpYourZooAccount here.
to:
!Logging In
Logging in is a simple process. Sit down at a node, and press Return if necessary to get the login prompt (the workstations blank their screens after a while to prevent burn-in). Type your NetID and password where indicated, choose a kernel if desired and press Go.

!Changing Your Password
To change your password go to Yale ITS' [[http://www.yale.edu/password/ password maintenance page]].

For tips on password protection please see ITS' article [[http://www.yale.edu/its/security/Articles/Omnibus/netidsec.html Protecting your Yale NetID]].

Keep in mind that anyone who knows your password has unrestricted access to your account and the information within. You should be the only person with this access. Anyone who logs into your account has the ability to alter or damage the data within, as well as to represent him or herself as you on the internet. To make sure that only you have access to your account, please observe these guidelines:

*'''Never''' give your password to '''anyone'''. Likewise, don't try to obtain other people's passwords. If you need to share files or programs with someone else, you can provide limited access to certain files and directories by making them world- or group-readable, or by using a collaborative development system like RCS or CVS.
*If you suspect that someone is tampering with your account, change your password. It is actually a good idea to change your password on a regular basis (once a month is reasonable, more frequently if you are paranoid).
*'''Do not''' write your password down or save it in a file on your account. Such information all too easily ends up in the wrong hands.





Changing Your Shell


When you log in and get to a prompt the operating system starts a program called a shell, which allows you to launch programs and interact with the file system. All commands you type at the shell's prompt are interpreted and executed by the shell.


There are several different shells, and you may not like the default shell. If you'd like to change your shell, type ypchsh. The /usr/bin/chsh program (short for change shell) will display your old shell and ask you for a new one. The preferred method for changing your shell is through the web interface at https://zoo.cs.yale.edu/accounts.html. The list of supported shells in the Zoo includes (but is not limited to):

/bin/tcsh

Tcsh, an enhanced version of the Berkeley UNIX C Shell, csh.

/bin/bash

Bash, the "Bourne Again Shell," which is the standard GNU shell.

/bin/csh

The Berkeley UNIX C shell; considered harmful by some authorities.

/bin/zsh

Zsh, the Z Shell, designed for compatibility with ksh, the Korn Shell.

/bin/sh

The generic Bourne shell. Not recommended.





Setting Up Your Environment


Initially your login environment will have a plain-vanilla setup. You may want to customize your login and logout procedures, your shell, and your window manager. This setup is done by editing certain files in your account, called dot files (because their names begin with a dot (.) character). The default behavior of ls is to ignore dot files, so you may wish to run it with the -a option to have them displayed. Here are a few tips to get you started:

Most of the dot files for the shells are just a list of commands for the shell to execute when it starts (i.e., when you log in). By customizing these files, you can have your shell perform certain tasks for you automatically. For example, add the line /usr/games/fortune to your .bashrc file (if you're using bash as your shell) to run the fortune program, which prints out a random inspirational / humorous quote, every time you log in. See the documentation for your particular shell for more information on customizing its dot file.

You can use the "Session" menu on the login screen to specify a window manager (controls the display and management of windows X applications) or a desktop manager (creates a 'desktop') interface -- a trash bin and icons for disk drives, e.g. Desktop managers often include built-in window managers or launch a window manager of your choice).

The desktop managers installed on the Zoo include:

/usr/bin/gnome-session

Gnome

/usr/bin/kdeinit

KDE



The window managers installed on the Zoo include:

/usr/bin/sawfish

Sawfish, a lightweight, themeable window manager.

/usr/bin/wmaker

Window Maker, the official GNUstep window manager.

/usr/bin/icewm

IceWM, whose goal is speed, simplicity, and not getting in the user's way.

/usr/bin/fvwm

FVWM, the Fill-in-the-blank-with-whatever-word-you-like-at-the-time Virtual Window Manager.

What Next?


Play around! Try things. It's the best way to learn about the system. Remember that help is always available. (To find out about getting help with the Zoo, visit the Getting Help section of this help system.)
Edit - History - Printable View - Upload - Admin - Group Admin - Edit Sidebar - Wiki Admin - Recent Changes - WikiHelp - SearchWiki
Built using PmWiki
Page last modified on August 04, 2004, at 10:45 PM