Added a list of CSC computers and their properties.

This commit is contained in:
Mark Sherry 2004-04-19 06:19:33 +00:00
parent 1d91138458
commit 77d187feee
3 changed files with 65 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SUBDIRS = books SUBDIRS = books
INPUTS = index.xml staff.xml books.xml operating-systems.xml webcam.xml webcam-streaming.xml INPUTS = index.xml staff.xml books.xml operating-systems.xml webcam.xml webcam-streaming.xml computers.xml
include ../default.mk include ../default.mk

63
office/computers.xml Executable file
View File

@ -0,0 +1,63 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="Computers of the CSC">
<header />
<section title="List of computers the CSC controls">
<p>The Computer Science Club has access to a variety of different architectures to give members a chance to test their programs in different environments.</p>
<p>Here is a list of the computers we have available:</p>
<dl>
<dt><strong>perpugilliam (peri)</strong></dt>
<dd>
<p>This is a Debian stable machine that runs the Computer Science Club, i.e. it hosts all the important servers. It is also the machine where your home directory lives.</p>
<p>peri has 512 MB of RAM and dual P3 450 MHz processors.</p>
</dd>
<dt><strong>glucose-fructose (sugar)</strong></dt>
<dd>
<p>This is a Debian unstable machine, which means you will find bleeding-edge software available here. This may, or may not, work with the other software installed on your CSC account.</p>
<p>It as 512 MB of RAM and dual P3 500 MHz processors.</p>
</dd>
<dt><strong>carbonated-water (h2o)</strong></dt>
<dd>
<p>This is a Debian stable machine that runs as a backup for perpugilliam. This means that it runs the secondary LDAP server, for authentication; and the backup mail exchange. Sadly, we are unable to provide backup NFS.</p>
<p>It has 256 MB of RAM and an AMD-K6 200 MHz processor.</p>
</dd>
<dt><strong>powerpc0</strong></dt>
<dd>
<p>powerpc0 is a <a href="http://www.uw-dig.uwaterloo.ca/">UW-DIG</a> iMac. It was graciously loaned to us
by CSCF. It currently runs Debian stable, and is a great platform for
porting your software to PowerPC.</p>
<p>It has 64 MB of RAM and a 233 MHz PowerPC processor.</p>
</dd>
<dt><strong>sparc0</strong></dt>
<dd>
<p>sparc0 is a <a href="http://www.uw-dig.uwaterloo.ca/">UW-DIG</a> machine. It was graciously loaned to us by Peter Buhr. It currently runs Debian stable, and is a great platform for porting your software to UltraSparc.</p>
<p>It has 128 MB of RAM and a TI UltraSparc IIi processor.</p>
</dd>
<dt><strong>frobisher</strong></dt>
<dd>
<p>An experimental Corel Netwinder 275. Undead. It is rumoured to eat frosh.</p>
<p>It has 64 MB of RAM and a flakey 133 MHz SuperARM processor.</p>
</dd>
<dt><strong>ramona</strong></dt>
<dd>
<p>A BeBox, running BeOS 4.5. Currently out of commision.</p>
</dd>
<dt><strong>aquata</strong></dt>
<dd>
<p>Retired.</p>
</dd>
<dt><strong>calum</strong></dt>
<dd>
<p>Retired.</p>
</dd>
</dl>
</section>
<footer />
</cscpage>

View File

@ -7,4 +7,5 @@
<diritem title="Staff" href="staff.html" /> <diritem title="Staff" href="staff.html" />
<diritem title="Books" href="books.html" /> <diritem title="Books" href="books.html" />
<diritem title="Operating Systems" href="operating-systems.html" /> <diritem title="Operating Systems" href="operating-systems.html" />
<diritem title="Computers" href="computers.html" />
</directory> </directory>