unix

At the command line, type:

chsh

You will be asked what you want your new shell to be:

New shell:[/bin/bash] Type, /bin/csh, then enter

You will be then asked for your password.

Changing shell for help Enter LDAP Password:

If your...

Text Editor Create your tex file using a text editor (vi, emacs, gedit). Then you use the latex command to tex the file. latex file.tex Use xdvi to view the file. xdvi file.dvi To print the dvi: dvips -Pf4 file.dvi To convert the dvi to...
To use a floppy or CD-ROM, do the following:

1. Place the floppy disk in the floppy disk drive or CD-ROM in the CD-ROM drive.
2. An icon of a floppy disk or CD-ROM should appear. Click the disk drive icon on the KDE or GNOME desktop to access the...
Sometimes you may get the ^? character when hitting the backspace key.
There are several different ways to set your backspace key when this happens
  1. Type CTRL-h instead of using backspace
  2. Since backspace works at the command line, you will can...
On a Linux machine:

1. Make note of the name of the machine you are on.
2. Log into another machine
3. ssh into the machine that is frozen
4. type pkill -9 -u your_username 5. This should log you out and kill all the processes.
The frozen terminal...
If you are logged into a Solaris machine:

In a terminal window, type,
xkill
Then it will ask you to click on the window you would like to choose

From any machine:

From a terminal window, type:
pkill -u your_username name_of_process
You...