Machine | Type | Main user | RAM (Mb) | OS |
sol | Sun Enterprise 250 | 4.13(cubicle 4.13) | 1024 | Solaris |
centaurus | Sun Ultra 10 | Mark Birkinshaw's office (3.15) | 128 | Solaris |
lacerta | Sun Blade 100 | Diana Worrall's office (3.11) | 896 | Solaris |
virgo | Sun Ultra 10 | Steve Phillipps' office (4.12) | 128 | Solaris |
andromeda | Xeon 3GHz | Mark Taylor (4.37) | 2gb | Linux |
apus | P4 2.8GHz | Poemwai | 512 | Linux |
aquarius | P4 2.8GHz | Observatory | 2gb | Linux |
aquila | P4 2.8GHz | login server | 512 | Linux |
astrofft | Athlon 1GHz PC | Observatory | 256 | Linux |
auriga | Pentium D dual core | server | 2gb | Linux |
bootes | Athlon64 | Caz Winkworth 5.13 | 2gb | Linux |
cetus | P4 2.8GHz | server (4.14) | 2048 | Linux |
coldrick | P4 ? | observatory | ? | Windows |
coma | 8 core 2.33GHz | Paul Giles | 2048 | Linux |
crux | Athlon64 x2 2200 PC | Luke Davies 4.13 | 2gb | Linux |
cygnus | P4 3.2GHz | Lars Koens 4.13 | 2gb | Linux |
delphinus | P4 2.8GHz | Mike Masheder | 2gb | Linux |
dorado | P4 3.2GHz | Avon Huxor (5.13) | 4gb | Linux |
eridanus | P4 3.2GHz | Katy Lancaster (5.13) | 2048 | Linux |
gemini | P4 2.8GHz | general use 4.13 | 1.5gb | Linux |
grus | P4 3GHz | Diana Worrall | 2048 | Linux |
hydra | Intel Core2duo | Kian Momtahan | 2gb | Linux |
libra | P4 2.4GHz PC | general use | 512 | Linux |
lupus | P4 2.8GHz | Elizabeth Stanway | 3.5gb | Linux |
lyra | P4 2.8GHz | Amelia Bliss (4.13) | 512 | Linux |
monoceros | Athlon 3000+ Athlon64 | general use | 1024 | Linux |
orion | P4 3GHz | Aziz | 2gb | Linux |
pavo | P4 2.8GHz | Rhys Morris (4.33) | 1.5gb | Linux |
perseus | 8 core 2.33GHz | Mark Birkinshaw | 4gb | Linux |
pisces | P4 2.4GHz | general use | 640 | Linux |
procyon | P3 450MHz | general use | 384mb | Windows |
scutum | P4 2.8GHz | General Use (4.13) | 1.5gb | Linux |
shaula | P4 2.4 GHz | General use | 512 | Linux |
taurus | P4 3GHz | James Price | 1gb | Linux |
vela | 8 core 2.0GHz | Ben Maughan | 4096 | Linux |
vulpecula | P4 2.4GHz | visitor machine | 512 | Linux |
aries | 4 core Mac Pro | Malcolm Bremer | 4gb | MacOS |
Sagittarius | 8 core Mac Pro | Andy Young | 8gb | MacOS |
Disk name | Local to | Size (Gb) | Availability |
/export/home | sol | 45 | All |
/data/project | sol | 36 | project students |
/usr/local | sol | 20 | software |
/data/centaurus1,2,3,4,5 | centaurus | 70 | Primarily Mark Birkinshaw |
/data/perseus1,2,5 | perseus | 1500 | Primarily Mark Birkinshaw |
/data/dmw1,2,3 | lacerta | 10 | Primarily Diana Worrall |
/data/grus1 | grus | 360 | Primarily Diana Worrall |
/data/lacerta1,2,3,4,5 | lacerta | 100 | Primarily Diana Worrall |
/data/delphinus1 | delphinus | 500 | Mike Masheder |
/data/scratch1 | sol | 4 | All |
/data/astrofft | astrofft | 30 | Observatory |
/data/aquarius1 | aquarius | 500 | Observatory |
/data/aries1 | aries | 2000 | Malcolm Bremer |
/data/vela1,2 | vela | 2000 | Ben Maughan |
/data/lupus1,2,3,2 | vela | 120 | Bremer/Stanway/Davies |
/data/eridanus1 | eridanus | 200 | Katy Lancaster |
/data/pavo1 | pavo | 300 | Mainly Rhys Morris |
Machine | Location | Drive type | Device name |
sol | 4.13 | Exabyte Mammoth | /dev/rmt/2 |
pavo | 4.33 | DDS-2 DAT drive | /dev/rmt/0 |
pavo | 4.33 | DLT drive | /dev/rmt/1 |
ask | 4.s13 | Exabyte drive | /dev/st0 |
ask | 4.13 | DDS-3 DAT drive | /dev/st1 |
lacerta | 3.11 | DDS-2 DAT drive | /dev/rmt/0 |
lacerta | 3.11 | DDS-4 DAT drive | /dev/rmt/1 |
Command | Effect |
ls | List the files in the current working directory |
ls -al | Get a long listing of all files |
ls /data/scratch | List files in the directory /data/scratch |
rm file1 [file2 file3...] | Delete one or more files |
cp file1 file2 | Copy file1 to file2 |
cp file1 file2 ... newdir | Copy files 1, 2... to directory newdir |
mv file1 file2 | Rename file1 to file2 |
mv file1 file ... newdir | Move files 1, 2... to directory newdir |
cat file1 | Print file1 on the terminal |
cat file1 file2... > newfile | Join files 1, 2... together and put the result in newfile. |
cd dir | Change the current working directory to be dir. cd .. to go back up one level. |
mkdir dir | Make new directory dir |
rmdir dir | Delete the (empty) directory dir |
less file | View file on the terminal, moving around with cursor keys |
Name | Effect |
DISPLAY | The name of the X display that windowing commands will use by default. If you get `Can't open display' errors, check this. DISPLAY should be a fully qualified host name followed by :0.0; > echo $DISPLAY scorpius.star.bris.ac.uk:0.0 |
EDITOR | The name of your default editor. |
PATH | A colon-separated list of directories to search for commands. The default path is quite minimal. |
LD_LIBRARY_PATH | As PATH, but for libraries. |
MANPATH | As PATH, but for manual pages. |
Key combination | Effect |
control-X control-C | Quit emacs, prompting to save any changed files |
control-X control-S | Save the file currently being edited to disk |
control-X control-F | Open a new file |
control-A | Move to start of line |
control-E | Move to end of line |
control-K | Delete from current cursor position to end of line, or (if at end of line already) close up. |
control-S | Search forward |
control-S control-S | Repeat previous forward search |
control-R | Search backwards |
control-x u | Undo previous action |
control-space | Set mark |
control-W | Cut text between cursor and mark |
control-Y | Paste previously cut text at cursor |
ESC < | Go to top of document |
ESC > | Go to end of document |
ESC q | Word-wrap current paragraph |
Command | Effect |
tex file.tex | Run TEX on file.tex |
latex file.tex | Run LATEX on file.tex |
xdvi file.dvi | Display the output (dvi) file on the terminal. X-session required. |
dvips file.dvi | Translate the dvi file to PostScript for printing |
bibtex file | insert references from the bibtex database into the document |