<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.csclub.uwaterloo.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mimcpher</id>
	<title>CSCWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.csclub.uwaterloo.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mimcpher"/>
	<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/Special:Contributions/Mimcpher"/>
	<updated>2026-05-14T06:24:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=New_CSC_Machine&amp;diff=3381</id>
		<title>New CSC Machine</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=New_CSC_Machine&amp;diff=3381"/>
		<updated>2013-04-05T03:14:19Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Booting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Booting =&lt;br /&gt;
&lt;br /&gt;
* Put the TFTP image in place (if dist-arch pair installed before, you may skip this).&lt;br /&gt;
e.g. extract http://mirror.csclub.uwaterloo.ca/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/netboot.tar.gz to caffeine:/srv/tftp/oneiric-amd64&lt;br /&gt;
&lt;br /&gt;
* Configure DHCP server; see caffeine:/etc/dhcp/dhcpd.conf. This allow caffeine to identify the host by its MAC address and give it the correct IP and boot image. e.g.&lt;br /&gt;
 host bit-shifter {&lt;br /&gt;
   hardware ethernet 6C:F0:49:08:49:48;&lt;br /&gt;
   fixed-address 129.97.134.111;&lt;br /&gt;
   next-server 129.97.134.17;&lt;br /&gt;
   filename &amp;quot;raring-amd64/pxelinux.0&amp;quot;;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
* Force network boot in the BIOS. This may be called &amp;quot;Legacy LAN&amp;quot; or other such cryptic things. If this doesn&#039;t work, boot from CD or USB instead.&lt;br /&gt;
&lt;br /&gt;
It is preferred to use the &amp;quot;alternate&amp;quot; Ubuntu installer image, based on debian-installer, instead of the Ubiquity installer. This installer supports software RAID and LVM out of the box, and will generally make your life easier. If installing Debian, this is the usual installer, so don&#039;t sweat it.&lt;br /&gt;
&lt;br /&gt;
= Installing =&lt;br /&gt;
&lt;br /&gt;
== debian-installer ==&lt;br /&gt;
&lt;br /&gt;
At least in expert mode, you can choose a custom mirror (top of the countries list) and give the path for mirror directly. This will make installation super-fast compared to installing from anywhere else.&lt;br /&gt;
&lt;br /&gt;
Please install to LVM volumes, as this is our standard configuration on all machines where possible. It allows more flexible partitioning across available volumes. Since GRUB 2, even /boot may be on LVM; this is the preferred configuration for simplicity, except when legacy partitioning setups make this inconvenient.&lt;br /&gt;
&lt;br /&gt;
You may enable unattended upgrades, but do not enable Canonical&#039;s remote management service or any such nonsense. This is mostly a straightforward Debian/Ubuntu install.&lt;br /&gt;
&lt;br /&gt;
== Ubiquity ==&lt;br /&gt;
&lt;br /&gt;
Ubiquity is the Ubuntu GUI installer. For it to have lvm support, run:&lt;br /&gt;
 apt-get install lvm2&lt;br /&gt;
&lt;br /&gt;
If you still can&#039;t see the partitions (even if lvscan sees them, but no devices exist), run &amp;lt;tt&amp;gt;vgscan&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;vgchange -ay&amp;lt;/tt&amp;gt; as root. Now the partitioner should be able to see them. We prefer to use LVM for partitions. Since GRUB 2, even /boot may be on LVM; this is the preferred configuration for simplicity, except when legacy partitioning setups make this inconvenient.&lt;br /&gt;
&lt;br /&gt;
After installing with Ubiquity, you must also add LVM support to the newly installed system, and in particular its initramfs.&lt;br /&gt;
&lt;br /&gt;
 mount /dev/vg0/root /mnt&lt;br /&gt;
 mount /dev/sda1 /mnt/boot&lt;br /&gt;
 chroot /mnt&lt;br /&gt;
 apt-get install lvm2&lt;br /&gt;
&lt;br /&gt;
You should see an update-initramfs update. Reboot.&lt;br /&gt;
&lt;br /&gt;
= After Installing =&lt;br /&gt;
&lt;br /&gt;
== apt ==&lt;br /&gt;
&lt;br /&gt;
If you did not during installation, change all references in &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt; to use &amp;lt;tt&amp;gt;mirror&amp;lt;/tt&amp;gt; instead of the usual mirrors.&lt;br /&gt;
&lt;br /&gt;
Also add support for the CSC packages. Add the following to &amp;lt;tt&amp;gt;/etc/apt/sources.list.d/csclub.list&amp;lt;/tt&amp;gt; (or copy from another host):&lt;br /&gt;
&lt;br /&gt;
 deb http://debian.csclub.uwaterloo.ca/ &amp;lt;distribution&amp;gt; main contrib non-free&lt;br /&gt;
 deb-src http://debian.csclub.uwaterloo.ca/ &amp;lt;distribution&amp;gt; main contrib non-free&lt;br /&gt;
&lt;br /&gt;
You&#039;ll also need the CSC archive signing key (if &amp;lt;tt&amp;gt;curl&amp;lt;/tt&amp;gt; is not installed, install it).&lt;br /&gt;
 curl -s http://debian.csclub.uwaterloo.ca/csclub.asc | apt-key add -&lt;br /&gt;
&lt;br /&gt;
If you are running Debian, our package list installs some cross-compilers that are in the Emdebian repository. Install the package &amp;lt;tt&amp;gt;emdebian-archive-keyring&amp;lt;/tt&amp;gt; and then add the following entry to &amp;lt;tt&amp;gt;/etc/apt/sources.list.d/emdebian.list&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 deb http://mirror.csclub.uwaterloo.ca/emdebian/ squeeze main&lt;br /&gt;
 deb-src http://mirror.csclub.uwaterloo.ca/emdebian/ squeeze main&lt;br /&gt;
&lt;br /&gt;
You should now run &amp;lt;tt&amp;gt;apt-get update&amp;lt;/tt&amp;gt; to reflect these changes.&lt;br /&gt;
&lt;br /&gt;
Next, install &amp;lt;tt&amp;gt;inapt&amp;lt;/tt&amp;gt; (it is in the CSC Debian archive). If it hasn&#039;t previously been built for the current platform, clone and build it (TODO: describe how to do this).&lt;br /&gt;
&lt;br /&gt;
Clone &amp;lt;tt&amp;gt;~git/public/packages.git&amp;lt;/tt&amp;gt;, update it if necessary (notably updating &amp;lt;tt&amp;gt;nodes.ia&amp;lt;/tt&amp;gt; to reflect the distribution and role of the machine), then run:&lt;br /&gt;
 inapt *.ia&lt;br /&gt;
&lt;br /&gt;
(Due to a bug, if a warning is thrown, this will segfault. Until fixed, just temporarily remove whatever packages it complains about from the list.)&lt;br /&gt;
&lt;br /&gt;
Warning: this will take a long time due to the large number of packages being installed. Some of the below can be done once the relevant packages are installed, but while other packages are still being installed.&lt;br /&gt;
&lt;br /&gt;
Note that inapt current uninstalls NetworkManager, which is what Ubuntu uses by default to configure the network. Once this completes, open &amp;lt;tt&amp;gt;/etc/network/interfaces&amp;lt;/tt&amp;gt; and set up a static networking configuration (otherwise, networking will not come back up on reboot). It should look something like this:&lt;br /&gt;
&lt;br /&gt;
 # This file describes the network interfaces available on your system&lt;br /&gt;
 # and how to activate them. For more information, see interfaces(5).&lt;br /&gt;
 &lt;br /&gt;
 # The loopback network interface&lt;br /&gt;
 auto lo&lt;br /&gt;
 iface lo inet loopback&lt;br /&gt;
 &lt;br /&gt;
 # The primary network interface&lt;br /&gt;
 auto eth0&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
         address 129.97.134.xxx&lt;br /&gt;
         netmask 255.255.255.0&lt;br /&gt;
         gateway 129.97.134.1&lt;br /&gt;
         network 129.97.134.0&lt;br /&gt;
         broadcast 129.97.134.255&lt;br /&gt;
         dns-nameservers 129.97.2.1 129.97.47.5 129.97.47.6&lt;br /&gt;
         dns-search csclub.uwaterloo.ca uwaterloo.ca&lt;br /&gt;
&lt;br /&gt;
For unattended upgrades in the future, install the &amp;lt;tt&amp;gt;unattended-upgrades&amp;lt;/tt&amp;gt; package and copy &amp;lt;tt&amp;gt;/etc/apt/apt.conf&amp;lt;/tt&amp;gt; from another host.&lt;br /&gt;
&lt;br /&gt;
== Keys ==&lt;br /&gt;
&lt;br /&gt;
If this is a reinstall of an existing host, copy back the SSH host keys and &amp;lt;tt&amp;gt;/etc/krb5.keytab&amp;lt;/tt&amp;gt; from its former incarnation. Otherwise, create a new Kerberos principal and copy the keytab over, as follows (run from the host in question):&lt;br /&gt;
 kadmin -p sysadmin/admin   # or any other admin principal; the password for this one is the usual root password&lt;br /&gt;
 addprinc -randkey host/[hostname].csclub.uwaterloo.ca&lt;br /&gt;
 ktadd host/[hostname].csclub.uwaterloo.ca&lt;br /&gt;
&lt;br /&gt;
This will generate a new principal (you can skip this step if one already exists) and add it to the local Kerberos keytab.&lt;br /&gt;
&lt;br /&gt;
Also copy &amp;lt;tt&amp;gt;/etc/ssl/certs/GlobalSign_Intermediate_Root.pem&amp;lt;/tt&amp;gt; from another host, as many of our services use a certificate issued by this CA.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
&lt;br /&gt;
The following config files are needed to work in the CSC environment (examples given below for an office terminal; perhaps refer to another host if preferred).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/etc/nsswitch.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
 # /etc/nsswitch.conf&lt;br /&gt;
 #&lt;br /&gt;
 # Example configuration of GNU Name Service Switch functionality.&lt;br /&gt;
 # If you have the `glibc-doc-reference&#039; and `info&#039; packages installed, try:&lt;br /&gt;
 # `info libc &amp;quot;Name Service Switch&amp;quot;&#039; for information about this file.&lt;br /&gt;
 &lt;br /&gt;
 passwd:         files ldap&lt;br /&gt;
 group:          files ldap&lt;br /&gt;
 shadow:         files ldap&lt;br /&gt;
 sudoers:        files ldap&lt;br /&gt;
 &lt;br /&gt;
 hosts:          files dns&lt;br /&gt;
 networks:       files&lt;br /&gt;
 &lt;br /&gt;
 protocols:      db files&lt;br /&gt;
 services:       db files&lt;br /&gt;
 ethers:         db files&lt;br /&gt;
 rpc:            db files&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/etc/ldap/ldap.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 # $OpenLDAP: pkg/ldap/libraries/libldap/ldap.conf,v 1.9 2000/09/04 19:57:01 kurt Exp $&lt;br /&gt;
 #&lt;br /&gt;
 # LDAP Defaults&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 # See ldap.conf(5) for details&lt;br /&gt;
 # This file should be world readable but not world writable.&lt;br /&gt;
 &lt;br /&gt;
 BASE   dc=csclub, dc=uwaterloo, dc=ca&lt;br /&gt;
 URI     ldap://ldap1.csclub.uwaterloo.ca ldap://ldap2.csclub.uwaterloo.ca&lt;br /&gt;
 &lt;br /&gt;
 SIZELIMIT      0&lt;br /&gt;
 &lt;br /&gt;
 TLS_CACERT      /etc/ssl/certs/GlobalSign_Intermediate_Root.pem&lt;br /&gt;
 TLS_CACERTFILE /etc/ssl/certs/GlobalSign_Intermediate_Root.pem&lt;br /&gt;
 &lt;br /&gt;
 SUDOERS_BASE    ou=SUDOers,dc=csclub,dc=uwaterloo,dc=ca&lt;br /&gt;
&lt;br /&gt;
(On Debian, also copy &amp;lt;tt&amp;gt;/etc/sudo-ldap.conf&amp;lt;/tt&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/etc/nslcd.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
 # /etc/nslcd.conf&lt;br /&gt;
 # nslcd configuration file. See nslcd.conf(5)&lt;br /&gt;
 # for details.&lt;br /&gt;
 &lt;br /&gt;
 # The user and group nslcd should run as.&lt;br /&gt;
 uid nslcd&lt;br /&gt;
 gid nslcd&lt;br /&gt;
 &lt;br /&gt;
 # The location at which the LDAP server(s) should be reachable.&lt;br /&gt;
 uri ldap://ldap1.csclub.uwaterloo.ca&lt;br /&gt;
 uri ldap://ldap2.csclub.uwaterloo.ca&lt;br /&gt;
 &lt;br /&gt;
 # The search base that will be used for all queries.&lt;br /&gt;
 base dc=csclub,dc=uwaterloo,dc=ca&lt;br /&gt;
 &lt;br /&gt;
 # use the uniqueMember attribute for group membership&lt;br /&gt;
 # (not applicable on Debian squeeze)&lt;br /&gt;
 map group member uniqueMember&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/etc/krb5.conf&amp;lt;/tt&amp;gt;&lt;br /&gt;
 [libdefaults]&lt;br /&gt;
         default_realm = CSCLUB.UWATERLOO.CA&lt;br /&gt;
         forwardable = true&lt;br /&gt;
         proxiable = true&lt;br /&gt;
         dns_lookup_kdc = false&lt;br /&gt;
         dns_lookup_realm = false&lt;br /&gt;
 &lt;br /&gt;
 [realms]&lt;br /&gt;
         CSCLUB.UWATERLOO.CA = {&lt;br /&gt;
                 kdc = kdc1.csclub.uwaterloo.ca&lt;br /&gt;
                 kdc = kdc2.csclub.uwaterloo.ca&lt;br /&gt;
                 admin_server = kadmin.csclub.uwaterloo.ca&lt;br /&gt;
         }&lt;br /&gt;
 (rest omitted for brevity)&lt;br /&gt;
&lt;br /&gt;
Update: &amp;lt;tt&amp;gt;allow_weak_crypto&amp;lt;/tt&amp;gt; is basically a no-op in recent Kerberos versions - but this is not a problem as any linux kernel with version &amp;gt;= 2.6.38.2 can use any cipher available to the kernel to grab tickets from the KDC for the purpose of NFS sec=krb5. Notably, this means you can use ciphersuites less craptastic than des-cbc-crc (the only one that used to work prior to this kernel revision) for NFS sec=krb5 mounts. Therefore, &amp;lt;tt&amp;gt;allow_weak_crypto&amp;lt;/tt&amp;gt; has been removed from /etc/krb5.conf on all our machines.&lt;br /&gt;
&lt;br /&gt;
Furthermore, the lines &amp;lt;tt&amp;gt;dns_lookup_kdc&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;dns_lookup_realm&amp;lt;/tt&amp;gt; have been added - they are needed to stop the KDC from basically throwing a shitfit if IST&#039;s DNS servers ever explode - an event that has happened in the recent past far more often than I&#039;d like it to.&lt;br /&gt;
&lt;br /&gt;
Notably, &amp;lt;tt&amp;gt;allow_weak_crypto&amp;lt;/tt&amp;gt; is currently needed to mount &amp;lt;tt&amp;gt;/users&amp;lt;/tt&amp;gt; (though oddly, not &amp;lt;tt&amp;gt;/scratch&amp;lt;/tt&amp;gt;. /music is sec=sys and thus will always mount, even when krb5 is down and/or broken). Otherwise, you will get a mysterious &amp;quot;permission denied&amp;quot; error (even though the server claims to have authenticated the mount successfully).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;/etc/pam.d/common-account&amp;lt;/tt&amp;gt;&lt;br /&gt;
 #&lt;br /&gt;
 # /etc/pam.d/common-account - authorization settings common to all services&lt;br /&gt;
 #&lt;br /&gt;
 &lt;br /&gt;
 # here are the per-package modules (the &amp;quot;Primary&amp;quot; block)&lt;br /&gt;
 account        [success=1 new_authtok_reqd=done default=ignore]        pam_unix.so &lt;br /&gt;
 # here&#039;s the fallback if no module succeeds&lt;br /&gt;
 account        requisite                       pam_deny.so&lt;br /&gt;
 # prime the stack with a positive return value if there isn&#039;t one already;&lt;br /&gt;
 # this avoids us returning an error just because nothing sets a success code&lt;br /&gt;
 # since the modules above will each just jump around&lt;br /&gt;
 account        required                        pam_permit.so&lt;br /&gt;
 # and here are more per-package modules (the &amp;quot;Additional&amp;quot; block)&lt;br /&gt;
 account        required                        pam_krb5.so minimum_uid=10000&lt;br /&gt;
 # end of pam-auth-update config&lt;br /&gt;
 &lt;br /&gt;
 # Make sure the user is up to date. System accounts and syscom are exempt.&lt;br /&gt;
 account [success=2 default=ignore]     pam_succeed_if.so quiet uid &amp;lt; 10000&lt;br /&gt;
 account [success=1 default=ignore]     pam_succeed_if.so quiet user ingroup syscom&lt;br /&gt;
 account required        pam_csc.so&lt;br /&gt;
&lt;br /&gt;
This file is notably different on syscom-only hosts. Look at an existing syscom-only host to see the difference.&lt;br /&gt;
&lt;br /&gt;
Alter &amp;lt;tt&amp;gt;/etc/default/nfs-common&amp;lt;/tt&amp;gt; to enable &amp;lt;tt&amp;gt;statd&amp;lt;/tt&amp;gt;, and more importantly &amp;lt;tt&amp;gt;gssd&amp;lt;/tt&amp;gt; (needed for Kerberos NFS mounts). Start both daemons manually for now.&lt;br /&gt;
&lt;br /&gt;
Add &amp;lt;tt&amp;gt;/users&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;/music&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;/scratch&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/etc/fstab&amp;lt;/tt&amp;gt; (as appropriate for the machine&#039;s role), make their mount points and mount them. Note that /music is sec=sys whereas /users and /scratch are both sec=krb5 (with exceptions granted on a case-by-case basis for servers only, office terminals are always sec=krb5 for security reasons).&lt;br /&gt;
&lt;br /&gt;
To allow single sign-on as &amp;lt;tt&amp;gt;root&amp;lt;/tt&amp;gt; (primarily useful for pushing files to all machines simultaneously), put the following in &amp;lt;tt&amp;gt;/root/.k5login&amp;lt;/tt&amp;gt;:&lt;br /&gt;
 sysadmin/admin@CSCLUB.UWATERLOO.CA&lt;br /&gt;
&lt;br /&gt;
Also copy the following files from another CSC host:&lt;br /&gt;
* &amp;lt;tt&amp;gt;/etc/ssh/ssh_config&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;/etc/ssh/sshd_config&amp;lt;/tt&amp;gt; (for single sign-on)&lt;br /&gt;
* &amp;lt;tt&amp;gt;/etc/ssh/ssh_known_hosts&amp;lt;/tt&amp;gt; (to remove hostkey warnings within our network)&lt;br /&gt;
* &amp;lt;tt&amp;gt;/etc/hosts&amp;lt;/tt&amp;gt; (for host tab completion and emergency name resolution)&lt;br /&gt;
&lt;br /&gt;
=== Display Manager ===&lt;br /&gt;
&lt;br /&gt;
LightDM (with unity-greeter) is the current display manager of choice for CSC office terminals. Copy &amp;lt;tt&amp;gt;/etc/lightdm/lightdm.conf&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;/etc/lightdm/users.conf&amp;lt;/tt&amp;gt; from another CSC machine to configure it properly. If kdm or another display manager gets installed, please ensure that you continue to choose LightDM as the default display manager.&lt;br /&gt;
&lt;br /&gt;
Please leave AccountsService enabled, as LightDM and certain parts of the GNOME packages work better when it is available.&lt;br /&gt;
&lt;br /&gt;
The Unity greeter configuration is now in gsettings. We currently have a novelty wallpaper configured. To configure this, copy &amp;lt;tt&amp;gt;/usr/local/share/backgrounds/tarkin.png&amp;lt;/tt&amp;gt; from another machine and run:&lt;br /&gt;
&lt;br /&gt;
 sudo -u lightdm dbus-launch gsettings set com.canonical.unity-greeter background /usr/local/share/backgrounds/tarkin.png&lt;br /&gt;
&lt;br /&gt;
=== Tweaks ===&lt;br /&gt;
&lt;br /&gt;
On Ubuntu precise, even when &amp;lt;tt&amp;gt;gnome-keyring&amp;lt;/tt&amp;gt; is uninstalled, it leaves a config file behind that causes error messages. Remove &amp;lt;tt&amp;gt;/etc/pkcs11/modules/gnome-keyring-module&amp;lt;/tt&amp;gt; to fix this.&lt;br /&gt;
&lt;br /&gt;
== Records ==&lt;br /&gt;
&lt;br /&gt;
You probably already created the host in the University IPAM system beforehand. If not, please do so.&lt;br /&gt;
&lt;br /&gt;
Please also add the host to the [[Machine List]] here on the Wiki, and to &amp;lt;tt&amp;gt;/users/syscom/csc-machines&amp;lt;/tt&amp;gt; (and &amp;lt;tt&amp;gt;csc-office-machines&amp;lt;/tt&amp;gt;, if applicable).&lt;br /&gt;
&lt;br /&gt;
= New Distribution =&lt;br /&gt;
&lt;br /&gt;
If new distribution, create in conf/distributions AND conf/uploaders, and do rrr-update as well as rrr-incoming.&lt;br /&gt;
(TODO: expand this to describe building and pushing core CSC packages)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3352</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3352"/>
		<updated>2013-01-31T04:11:23Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Remember, this is a wiki. Edit!&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
* OMGUW event calendar http://omguwec.blogspot.ca/&lt;br /&gt;
* https://uwaterloo.ca/events/events&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
Print one, and use the CSC photocopy code in Mathsoc to make 80:&lt;br /&gt;
* 6 to Mathsoc for their boards. They put them up.&lt;br /&gt;
* 2 for inside the digimon lab, on the cork boards.&lt;br /&gt;
* 5 for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC-side elevator&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** one inside office&lt;br /&gt;
* 50 Hallway posters:  Make sure they are firmly attached with tape rolled behind all four corners.&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* 1: Engsoc postering Bring a stapler and copy-money, get engsoc to approve, copy there, then distribute.&lt;br /&gt;
* 6: Especially if relevant to first years, get up REV &amp;amp; V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3351</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3351"/>
		<updated>2013-01-31T04:05:18Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
* OMGUW event calendar http://omguwec.blogspot.ca/&lt;br /&gt;
* https://uwaterloo.ca/events/events&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
Print one, and use the CSC photocopy code in Mathsoc.&lt;br /&gt;
* 6 to Mathsoc for their boards. They put them up.&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC-side elevator&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** several other locked cabinets on 3rd floor, need the key&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:  Make sure they are firmly attached with tape rolled behind all four corners.&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3350</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3350"/>
		<updated>2013-01-30T02:36:30Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
Print one, and use the CSC photocopy code in Mathsoc.&lt;br /&gt;
* 6 to Mathsoc for their boards. They put them up.&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC-side elevator&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** several other locked cabinets on 3rd floor, need the key&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:  Make sure they are firmly attached with tape rolled behind all four corners.&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3349</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3349"/>
		<updated>2013-01-30T02:25:32Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
Print one, and use the CSC photocopy code in Mathsoc.&lt;br /&gt;
* 6 to Mathsoc for their boards. They put them up.&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC-side elevator&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** several other locked cabinets on 3rd floor, need the key&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3347</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3347"/>
		<updated>2013-01-28T17:47:10Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
Print one, and use the CSC photocopy code in Mathsoc.&lt;br /&gt;
* 6 to Mathsoc for their boards&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC tunnel&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3346</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3346"/>
		<updated>2013-01-28T17:46:43Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
* 6 to Mathsoc for their boards&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC tunnel&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:&lt;br /&gt;
** 4 student-floors in MC * 5 stairwells * 2 posters each (40) on doors -- NOT WALLS. Use masking tape only.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Historical:CAS&amp;diff=3344</id>
		<title>Historical:CAS</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Historical:CAS&amp;diff=3344"/>
		<updated>2013-01-20T03:43:30Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* CGI apps with CAS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IST provides a service called CAS that can be used to authenticate UW accounts.&lt;br /&gt;
Relevant docs from IST are http://ist.uwaterloo.ca/~mpatters/cas/user.html and https://strobe.uwaterloo.ca/~twiki/bin/view/ISTCSS/CASClientAuth&lt;br /&gt;
&lt;br /&gt;
CSC also provides WebAuth for authenticating against CSC accounts instead of UW accounts.&lt;br /&gt;
&lt;br /&gt;
===Using CAS in the CSC webhost environment===&lt;br /&gt;
We&#039;ve got the CAS module installed on the CSC webserver.&lt;br /&gt;
&lt;br /&gt;
You can use Authtype CAS in your .htaccess files&lt;br /&gt;
For the simplest case, just require any UW password:&lt;br /&gt;
&lt;br /&gt;
  AuthType CAS&lt;br /&gt;
  require valid-user&lt;br /&gt;
&lt;br /&gt;
If you put that in an .htaccess, anything in that folder will require a username to log in.&lt;br /&gt;
&lt;br /&gt;
If you want to require a few specific users, try this:&lt;br /&gt;
&lt;br /&gt;
  Authtype CAS&lt;br /&gt;
  require user ctdalek dbelange mimcpher&lt;br /&gt;
&lt;br /&gt;
== CGI apps with CAS ==&lt;br /&gt;
&lt;br /&gt;
Apache puts the $REMOTE_USER variable into your application&#039;s environment, so you can use that to&lt;br /&gt;
get the username.  For example, in PHP, use $_ENV[&#039;REMOTE_USER&#039;], or os.environ[&#039;REMOTE_USER&#039;] in a Python cgi.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Historical:CAS&amp;diff=3343</id>
		<title>Historical:CAS</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Historical:CAS&amp;diff=3343"/>
		<updated>2013-01-20T03:42:53Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IST provides a service called CAS that can be used to authenticate UW accounts.&lt;br /&gt;
Relevant docs from IST are http://ist.uwaterloo.ca/~mpatters/cas/user.html and https://strobe.uwaterloo.ca/~twiki/bin/view/ISTCSS/CASClientAuth&lt;br /&gt;
&lt;br /&gt;
CSC also provides WebAuth for authenticating against CSC accounts instead of UW accounts.&lt;br /&gt;
&lt;br /&gt;
===Using CAS in the CSC webhost environment===&lt;br /&gt;
We&#039;ve got the CAS module installed on the CSC webserver.&lt;br /&gt;
&lt;br /&gt;
You can use Authtype CAS in your .htaccess files&lt;br /&gt;
For the simplest case, just require any UW password:&lt;br /&gt;
&lt;br /&gt;
  AuthType CAS&lt;br /&gt;
  require valid-user&lt;br /&gt;
&lt;br /&gt;
If you put that in an .htaccess, anything in that folder will require a username to log in.&lt;br /&gt;
&lt;br /&gt;
If you want to require a few specific users, try this:&lt;br /&gt;
&lt;br /&gt;
  Authtype CAS&lt;br /&gt;
  require user ctdalek dbelange mimcpher&lt;br /&gt;
&lt;br /&gt;
== CGI apps with CAS ==&lt;br /&gt;
&lt;br /&gt;
Apache puts the $REMOTE_USER variable into your application&#039;s environment, so you can use that to&lt;br /&gt;
get the username.  For example, in PHP, use $_ENV[&#039;REMOTE_USER&#039;]&lt;br /&gt;
This lets you do whatever you want.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Past_Executive&amp;diff=3340</id>
		<title>Past Executive</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Past_Executive&amp;diff=3340"/>
		<updated>2013-01-15T19:23:51Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Fall */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Data sources for this exec list have been: CSC records, MathNEWS.&lt;br /&gt;
According to the warrior wiki dudes, there was an article about the CSC being founded in the chevron: &#039;&#039;This week on campus&#039;&#039;. The Chevron. January 5 1968. Page 16. -- somebody should get a copy of that.&lt;br /&gt;
&lt;br /&gt;
= Definitions =&lt;br /&gt;
 #define PR President&lt;br /&gt;
 #define VP Vice-president&lt;br /&gt;
 #define TR Treasurer&lt;br /&gt;
 #define SE Secretary&lt;br /&gt;
 #define SA Sysadmin&lt;br /&gt;
 #define OF Office Manager&lt;br /&gt;
 #define LI Librarian&lt;br /&gt;
 #define FL Flasher&lt;br /&gt;
 #define DE Deity&lt;br /&gt;
 #define WW Webmaster&lt;br /&gt;
 #define OF Office Manager&lt;br /&gt;
 #define SE-TR Secretary-Treasurer (Position was split)&lt;br /&gt;
&lt;br /&gt;
=Founding 1967-1968=&lt;br /&gt;
&lt;br /&gt;
 Sponsor - J. Peter Sprung&lt;br /&gt;
 PR: K. Rugger&lt;br /&gt;
 VP: R. Jaques&lt;br /&gt;
 SE-TR: G. Sutherland&lt;br /&gt;
&lt;br /&gt;
 Founding Members:&lt;br /&gt;
 B. Kindree&lt;br /&gt;
 R. Melen&lt;br /&gt;
 V. Neglia&lt;br /&gt;
 R. Charney&lt;br /&gt;
 R. Truman&lt;br /&gt;
 Glenn Berry&lt;br /&gt;
 D. Meek&lt;br /&gt;
&lt;br /&gt;
=1968-1969=&lt;br /&gt;
&lt;br /&gt;
 SE-TR: Glenn Berry&lt;br /&gt;
&lt;br /&gt;
=1969-1970=&lt;br /&gt;
&lt;br /&gt;
Unknown, only one letter found in the folder &#039;ACM History&#039; addressed to Glenn Berry, which makes it likely that he was SE-TR once again. May be indicated in membership lists. The club appears to have died this academic year.&lt;br /&gt;
&lt;br /&gt;
===A note on ACM affiliation===&lt;br /&gt;
&lt;br /&gt;
The first attempt at joining the ACM was started with an informal inquiry Dec 5, 1967. This lead to a series of constitution edits (working towards affiliation) in Winter 1968. There was a break for the spring (no correspondence found, I presume we were waiting on a reply). In the fall records indicate that our constitution and chartering was rejected, further correspondence was sent in Fall 1968 by Glenn Berry. A new inquiry, seemingly unaware of the first was sent Dec 7, 1970 &lt;br /&gt;
&lt;br /&gt;
=1971=&lt;br /&gt;
&lt;br /&gt;
James W. Welch is the only person sending letters for the club. Later signs them Vice-President. Continues this for most of the year. Either he was VP throughout 3 terms or we were on calendar year elections then. &lt;br /&gt;
&lt;br /&gt;
=1972=&lt;br /&gt;
&lt;br /&gt;
It appears we visited Western and Western visited us this year (there is some reference to a similar occurrence the year previous). Documents from 1973 indicate a termly exec structure, this probably goes back to 1972.&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: Mike Campbell&lt;br /&gt;
 SE: Doug Lacy&lt;br /&gt;
&lt;br /&gt;
there is also stuff from James W. Welch without a position. Considering his work in the founding and that the letters are speaker invitations he is, with high probability, VP this term.&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Ian McIntosh&lt;br /&gt;
&lt;br /&gt;
=1973=&lt;br /&gt;
&lt;br /&gt;
 Faculty Sponsor: Morven Gentleman&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
Either secretary or VP: Jim Parry (sent the only letter on file, but it is a speaker invite, did not sign his position).&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Jim Parry&lt;br /&gt;
 VP: Ray Walden&lt;br /&gt;
 TR: Slavko Stemberger&lt;br /&gt;
 SE: Mario Festival&lt;br /&gt;
&lt;br /&gt;
=1974-1977=&lt;br /&gt;
&lt;br /&gt;
 Faculty Sponsor: Morven Gentleman??&lt;br /&gt;
&lt;br /&gt;
 Peter Raynham reports (first hand account): president for at least 2 or 3 terms in this period.&lt;br /&gt;
 Sylvia Eng: 1975/6 as some position.&lt;br /&gt;
 Dave Buckingham: a VP at some point&lt;br /&gt;
 Allison Nolan: 1977 time&lt;br /&gt;
 Peter ??: 1977&lt;br /&gt;
 Russel Crook???&lt;br /&gt;
 Dennis Ritchie came&lt;br /&gt;
&lt;br /&gt;
=1987=&lt;br /&gt;
&lt;br /&gt;
Jim Boritz was president in Fall 1987 (Source: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
&lt;br /&gt;
=1988=&lt;br /&gt;
&lt;br /&gt;
Jim Boritz was president in Winter 1988. (Source: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
Tim Timar - cc&#039;d on memos/mentioned on mathsoc minutes in 1987/88.&lt;br /&gt;
The Sysadmin and Office Manager positions seem to have been created somewhere in here. The &#039;Record Management Profile&#039; that Robyn Stewart did as an assignment in 1991-1992 for some class at UBC&lt;br /&gt;
indicates the existence of both positions. We acquired an HP-9000 in the summer of 1988 and as this was out first &amp;quot;real&amp;quot; computer (previously we had an IBM PC and terminal), the sysadmin position was created, starting with the Fall 1988 term.&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 SA: Wade Richards&lt;br /&gt;
&lt;br /&gt;
=1989=&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
http://mirror.csclub.uwaterloo.ca/csclub/bill-gates-1989-big.jpg&lt;br /&gt;
&lt;br /&gt;
Left to right:  Jim Boritz (bottom), Wade Richards (top), Ted Timar, ???, Keven Smith, Bill Gates (not exec), Angela Chambers, Ross Ridge (top), Sean Goggin (bottom), ??? &lt;br /&gt;
&lt;br /&gt;
 PR: Kevin W. Smith ?? (derived from a signature, may be a bad reading)&lt;br /&gt;
 VP: Angela Chambers&lt;br /&gt;
 TR:&lt;br /&gt;
 SE: Sean Goggin&lt;br /&gt;
 SA: Wade Richards / Ross Ridge&lt;br /&gt;
&lt;br /&gt;
(President Kevin Smith confirmed: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Sean Goggin&lt;br /&gt;
 SA: Ross Ridge&lt;br /&gt;
&lt;br /&gt;
=1990=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
 SE: Robyn Steward&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Wade Richards&lt;br /&gt;
 Kivi Shapiro - attended mathsoc meeting on our behalf.&lt;br /&gt;
              - Censured by mathsoc for his actions during the election.&lt;br /&gt;
 Shannon Mann - attended mathsoc meeting on our behalf.&lt;br /&gt;
 SE: Robyn Stewart - attended mathsoc meeting on our behalf.&lt;br /&gt;
&lt;br /&gt;
=1991=&lt;br /&gt;
===Winter===&lt;br /&gt;
 Shannon Mann - attended mathsoc meeting on our behalf.&lt;br /&gt;
 Ed Bourne - attended mathsoc meeting on our behalf.&lt;br /&gt;
 SE: Robyn Stewart&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 Jason Knell - attended mathsoc meeting on our and PMC&#039;s behalf.&lt;br /&gt;
===Fall===&lt;br /&gt;
 Wiktor Wiewiorowski - attended mathsoc meeting on our behalf this term.&lt;br /&gt;
&lt;br /&gt;
=1992=&lt;br /&gt;
===Winter===&lt;br /&gt;
 SE: Brent Williams&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Dale Wick&lt;br /&gt;
 TR: Stephen Mills&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
=1993=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
 TR: Mark Tompsett &lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
=1994=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Ian Goldberg (?)&lt;br /&gt;
 SE: Tom Rathbourne&lt;br /&gt;
 LI: Michael Van Biesbrouck&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Dale Wick (?)&lt;br /&gt;
 SA: Ian Goldberg (?)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Ross Ridge&lt;br /&gt;
 VP: Tom Rathbourne (?)&lt;br /&gt;
 SA: Zygo Blaxell&lt;br /&gt;
 LI: Michael Van Biesbrouck&lt;br /&gt;
&lt;br /&gt;
=1995=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Amy Brown (arbrown) &lt;br /&gt;
 VP: Christina Norman (cbnorman)&lt;br /&gt;
 TR: Steven Mills (samills)&lt;br /&gt;
 SE: Allyson Graham (akgraham)&lt;br /&gt;
 SA: Gavin Peters&lt;br /&gt;
&lt;br /&gt;
=1996=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Nikita Borisov (nborisov)&lt;br /&gt;
 VP: Joseph Deu Ngoc (dtdeungo) &lt;br /&gt;
 TR: Stephen Mills (samills)&lt;br /&gt;
 SE: Sharlene Schmeichel (saschmei)&lt;br /&gt;
 SA: Dave Brown (dagbrown)&lt;br /&gt;
 OF: Somsack Tsai (stsai)&lt;br /&gt;
 LI: Devin Carless (dccarles)&lt;br /&gt;
 FL: Allyson Graham (akgraham)&lt;br /&gt;
 DE: Ian Goldberg (iagoldbe)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Blake Winton (bwinton)&lt;br /&gt;
 VP: Nick Harvey (njaharve)&lt;br /&gt;
 TR: Nikita Borisov (nborisov)&lt;br /&gt;
 SE: Viet-Trung Luu (vluu)&lt;br /&gt;
 SA: Drew Hamilton (awhamilt)&lt;br /&gt;
 OF: Jillian Arnott (jarnott)&lt;br /&gt;
 LI: Ross Ridge (rridge)&lt;br /&gt;
 FL: Devin Carless (dccarles)&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: Shannon Mann (sjbmann) &lt;br /&gt;
 VP: Joe &amp;quot;Frosh&amp;quot; Deu Ngoc (jtdeungo)    resigned (heavy workload)&lt;br /&gt;
 TR: Michal Van Biesbrouck (mlvanbie) &lt;br /&gt;
 SE: Nikita Borisov (nborisov) &lt;br /&gt;
 SA: Chris Rovers &lt;br /&gt;
 OF: Dax Hutcheon (ddhutche) &lt;br /&gt;
 LI: Aliz Csenki (acsenki) &lt;br /&gt;
 FL: Aaron Chmielowiec (archmiel) &lt;br /&gt;
 DE: Skuld (no uwuserid yet...)&lt;br /&gt;
&lt;br /&gt;
=1997 =&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Dima Brodsky &lt;br /&gt;
 VP: Nikita Borisov &lt;br /&gt;
 TR: Stephen Mills&lt;br /&gt;
 SE: Evan Jones (ejones)&lt;br /&gt;
 SA: Alex Brodsky&lt;br /&gt;
 OF: Chris Doherty&lt;br /&gt;
 LI: Matt Corks &lt;br /&gt;
 FL: Paul Prescod&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: Chris Rovers (cdrovers) &lt;br /&gt;
 VP: Michael van Biesbrouck (mlvanbie) &lt;br /&gt;
 TR: Somsack Tsai (stsai) &lt;br /&gt;
 SE: Matt Corks (mvcorks)&lt;br /&gt;
 SA: Lennart Sorensen (lsorense) &lt;br /&gt;
 LI: Chmielowiec (archmiel) &lt;br /&gt;
 OF: Devin Carless (dccarles) &lt;br /&gt;
 FL: Aaron Chmielowiec (archmiel)&lt;br /&gt;
&lt;br /&gt;
= 1998 =&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Suresh Naidu  &lt;br /&gt;
 VP: Viet-Trung Luu &lt;br /&gt;
 TR: Tim Coleman &lt;br /&gt;
 SE: Dax Hutcheon &lt;br /&gt;
 Librarian: Dax Hutcheon &lt;br /&gt;
 Flasher: Dax Hutcheon &lt;br /&gt;
 Webmaster: Dax Hutcheon &lt;br /&gt;
 SA: Robin Powell&lt;br /&gt;
 OF: Aaron Chmielowiec&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
 Position	Name	You might call them...&lt;br /&gt;
 President	roconnor	Russell O&#039;Connor&lt;br /&gt;
 Vice-president	trwcolem	Tim Coleman&lt;br /&gt;
 Treasurer	knzarysk	Karl Zaryski&lt;br /&gt;
 Secretary	(bwinton)	(Blake Winton)&lt;br /&gt;
 Sysadmin	wbiggs	Billy Biggs&lt;br /&gt;
 Librarian	snaidu	Suresh Naidu&lt;br /&gt;
 Flasher	pechrysl	Paul Chrysler&lt;br /&gt;
 Office Manager	dccarles	Devin Carless&lt;br /&gt;
 WWWW	trwcolem	Tim Coleman&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
 President	Joe Deu Ngoc	jtdeungo&lt;br /&gt;
 Vice-President	Wai Ling Yee	wlyee&lt;br /&gt;
 Treasurer	Fjord	j2lynn&lt;br /&gt;
 Secretary	Matt Corks	mvcorks&lt;br /&gt;
 Sysadmin	Andrew Hamilton	awhamilt&lt;br /&gt;
&lt;br /&gt;
 World Wide Web Wench	Dax Hutcheon	ddhutche&lt;br /&gt;
 Office Manager	Richard Bell	rlbell&lt;br /&gt;
 Librarian	Damian Gryski	dgryski&lt;br /&gt;
 Flasher	Paul Chrysler	pechrysl&lt;br /&gt;
 Official Deity	Ian Goldberg	iagoldbe&lt;br /&gt;
 Official Chairbeing	Calum T. Dalek	calum&lt;br /&gt;
&lt;br /&gt;
=1999=&lt;br /&gt;
&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
=2000=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Will Chartrand (wgchartr)&lt;br /&gt;
 VP: Gavin Duggan (geduggan)&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA: Lennart Sorensen (lsorense)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP: &lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA: bioster&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2001=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
=2002=&lt;br /&gt;
http://www.mathnews.uwaterloo.ca/Issues/mn8902/cscflash.php&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Billy Biggs&lt;br /&gt;
 VP: Stefanus Du Toit&lt;br /&gt;
 TR: Melissa Basinger&lt;br /&gt;
 SE: James Perry&lt;br /&gt;
 SA: Barry Genova&lt;br /&gt;
 Librarian: Ryan Golbeck&lt;br /&gt;
 Webmaster: Jonathan Beverley&lt;br /&gt;
 Office Manager: Sayan Li&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
 PR: Alex Pop&lt;br /&gt;
 VP: Melissa Basinger&lt;br /&gt;
 TR: Siyan Li&lt;br /&gt;
 SE: James A Morrison&lt;br /&gt;
 SA: Jonathan Beverley&lt;br /&gt;
 Webmaster: Stefanus Du Toit&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: James A. Morrison&lt;br /&gt;
 VP: Stefanus Du Toit&lt;br /&gt;
 TR: James Perry&lt;br /&gt;
 SE: Michael Biggs&lt;br /&gt;
 SA: Ryan Golbeck&lt;br /&gt;
 Librarian: Mark Sherry, Cassandra Schopf&lt;br /&gt;
 Webmaster: Stefanus Du Toit&lt;br /&gt;
&lt;br /&gt;
=2003=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Kannan Vijayan (kvijayan)&lt;br /&gt;
 VP: Meg Darragh (m2darrag)&lt;br /&gt;
 TR: James Perry (jeperry)&lt;br /&gt;
 SE: Wojciech Kosnik (wkosnik)&lt;br /&gt;
 SA: Stefanus Du Toit (sjdutoit)&lt;br /&gt;
 LI: Simon Law (sfllaw)&lt;br /&gt;
 WM: Julie Lavoie (jlavoie)&lt;br /&gt;
&lt;br /&gt;
=== Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Stefanus Du Toit (sjdutoit)&lt;br /&gt;
 VP: Meg Darragh (m2darrag)&lt;br /&gt;
 TR: Tor Myklebust (tmyklebu)&lt;br /&gt;
 SE: James Perry (jeperry)&lt;br /&gt;
 SA: Simon Law (sfllaw)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2004=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Simon Law (sfllaw)&lt;br /&gt;
 VP: fspacek&lt;br /&gt;
 TR: ljain&lt;br /&gt;
 SE: Julie Lavoie (jlavoie)&lt;br /&gt;
 SA: Tor Myklebust(tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: dnmorton ?&lt;br /&gt;
 VP: Tim Loach (tloach)&lt;br /&gt;
 TR: Michael Biggs (mbiggs)&lt;br /&gt;
 SE: Lesley Northam (lanortha)&lt;br /&gt;
 SA: &lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: jeperry&lt;br /&gt;
 VP: mtsay&lt;br /&gt;
 TR: Mark Sherry (mdsherry)&lt;br /&gt;
 SE: Tor Myklebust (tmyklebu)&lt;br /&gt;
 SA: jlavoie&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2005=&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: mtsay&lt;br /&gt;
 VP: Lesley Northam (lanortha)&lt;br /&gt;
 TR: Holden Karau (hkarau)&lt;br /&gt;
 SE: domorton&lt;br /&gt;
 SA: Tor Myklebust (tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
 PR: Mark Sherry (mdsherry)&lt;br /&gt;
 VP: Martin Kess (mdkess)&lt;br /&gt;
 TR: Ali Piccioni (apiccion)&lt;br /&gt;
 SE: Michael Biggs (mbiggs)&lt;br /&gt;
 SA: Tor Myklebust (tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Tim Loach (tloach)&lt;br /&gt;
 VP: Lesley Northam (lanortha)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: The Professor&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2006=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: Tor Myklebust (tmyklebu)&lt;br /&gt;
 VP: Michael Druker (mdruker)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: Mark Sherry (mdsherry)&lt;br /&gt;
 SA: William O&#039;Connor (woconnor)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: David Bartley (dtbartle)&lt;br /&gt;
 VP: David Belanger (dbelange)&lt;br /&gt;
 TR: David Tenty (daltenty)&lt;br /&gt;
 SE: Chris Evensen (cevensen)&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Martin Kess (mdkess)&lt;br /&gt;
 VP: Mark Sherry (mdsherry)&lt;br /&gt;
 TR: Sylvan L. Mably (slmably)&lt;br /&gt;
 SE: Caelyn McAulay (cmcaulay) &lt;br /&gt;
 SA: William O&#039;Connor (woconnor)&lt;br /&gt;
&lt;br /&gt;
=2007=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: David Bartley (dtbartle)&lt;br /&gt;
 VP: David Belanger (dbelange)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: David Tenty (daltenty)&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 Webmaster: jnopporn&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Gaelan D&#039;costa (gdcosta)&lt;br /&gt;
 VP: Kyle Larose (kmlarose)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Erik Louie (elouie)&lt;br /&gt;
 SA: Michael Spang (mspang)&lt;br /&gt;
 Librarian: David Tenty (daltenty)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: Holden Karau (hkarau)&lt;br /&gt;
 VP: Alex McCausland (amccausl)&lt;br /&gt;
 TR: Dominik Chlobowski (dchlobow)&lt;br /&gt;
 SE: Sean Cumming (sgcummin)&lt;br /&gt;
 SA: David Tenty (daltenty)&lt;br /&gt;
 OF:&lt;br /&gt;
 WW: dtbartle / jnopporn&lt;br /&gt;
&lt;br /&gt;
=2008=&lt;br /&gt;
===Winter ===&lt;br /&gt;
 PR: Sean Cumming (sgcummin)&lt;br /&gt;
 VP: Matt Lawrence (m3lawren)&lt;br /&gt;
 TR: Mateusz Tarkowski (mtarkows)&lt;br /&gt;
 SE: Edgar Bering (ebering)&lt;br /&gt;
 SA: Jordan Saunders (jmsaunde)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Summer ===&lt;br /&gt;
 PR: b4taylor&lt;br /&gt;
 VP: qxi&lt;br /&gt;
 TR: m3lawren&lt;br /&gt;
 SE: nguenthe&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: Matthew Lawrence (m3lawren)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Michael Gregson (mgregson)&lt;br /&gt;
 SE: James Simpson (j2simpso) resigned for medical reasons, replaced by Dominik &#039;Domo&#039; Chłobowski&lt;br /&gt;
 SA: Kyle Spaans (kspaans)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2009=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Michael Gregson (mgregson)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Brennan Taylor (b4taylor)&lt;br /&gt;
 SE: James Simpson (j2simpso)  resigned for business reasons, replaced by Rebecca Putinski (rjputins) &lt;br /&gt;
 SA: Jacob Parker (j3parker) &lt;br /&gt;
 OF: XinChi Yang / Sapphyre Gervais (x23yang / sagervai) (both)&lt;br /&gt;
&lt;br /&gt;
===Spring ===&lt;br /&gt;
 PR: Michael Spang (mspang)&lt;br /&gt;
 VP: Jacob Parker (j3parker)&lt;br /&gt;
 TR: Sapphyre Gervais (sagervai)&lt;br /&gt;
 SE: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SA: Anthony Brennan (a2brenna)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Jacob Parker (j3parker)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Michael Spang (mspang)&lt;br /&gt;
 SE: Brennan Taylor (b4taylor)&lt;br /&gt;
 SA: Michael Ellis (m2ellis)&lt;br /&gt;
 OF: Rebecca Putinski (rjputins)&lt;br /&gt;
&lt;br /&gt;
=2010=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Kyle Spaans (kspaans)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Sapphyre Gervais (sagervai)&lt;br /&gt;
 SE: Ajnu Jacob (ajacob)&lt;br /&gt;
 SA: Matthew Thiffault (mthiffau)&lt;br /&gt;
 OF: Jacob Parker (j3parker)&lt;br /&gt;
&lt;br /&gt;
 Keyed office staffers: j3camero,jdonland,m2ellis,mimcpher,nsasherr&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Jeff Cameron (j3camero)&lt;br /&gt;
 VP: Brennan Taylor (b4taylor)&lt;br /&gt;
 TR: Vardhan Mudunuru (vmudunur)&lt;br /&gt;
 SE: Matthew Lawrence (m3lawren)&lt;br /&gt;
 SA: Michael Ellis (m2ellis)&lt;br /&gt;
 OF: Edgar Bering (ebering)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Jacob Parker (j3parker)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Rebecca Putinski (rjputins)&lt;br /&gt;
 SE: Kyle Spaans (kspaans)&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Amir Sayed Khader (askhader)&lt;br /&gt;
&lt;br /&gt;
=2011=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Edgar Bering (ebering)&lt;br /&gt;
 VP: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Elana &amp;quot;Alana&amp;quot; Hashman (ehashman)&lt;br /&gt;
 SA: Peter &amp;quot;Bofh&amp;quot; Barfuss (pbarfuss)&lt;br /&gt;
 OF: Marc Burns (Marc Burns)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Matthew Thiffault (mthiffau)&lt;br /&gt;
 VP: Matthew McPherrin (mimcpher)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Kwame Andrew Ansong (kansong)&lt;br /&gt;
 SA: Jeremy Brandon Roman (jbroman)&lt;br /&gt;
 OF: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Katharine Hyatt (kshyatt)&lt;br /&gt;
 TR: Jacob Parker (j3parker)&lt;br /&gt;
 SE: Elana Hashman (ehashman)&lt;br /&gt;
 SA: Anthony &amp;quot;hatguy/hotgay&amp;quot; Brennan (a2brenna)&lt;br /&gt;
 OF: Kyle Spaans (kspaans)&lt;br /&gt;
 LIB: Edgar Bering (ebering)&lt;br /&gt;
&lt;br /&gt;
=2012=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Elana Hashman (ehashman)&lt;br /&gt;
 TR: Jacob Parker (j3parker)&lt;br /&gt;
 SE: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Luqman Aden (laden)&lt;br /&gt;
 LIB: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
&lt;br /&gt;
===Summer===&lt;br /&gt;
 PR: Anthony Brennan (a2brenna)&lt;br /&gt;
 VP: Luqman Aden (laden)&lt;br /&gt;
 TR: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SE: Elana Hashman (ehashman)&lt;br /&gt;
 SA: Sarah Harvey (sharvey)&lt;br /&gt;
 OF: Marc Burns (m4burns)&lt;br /&gt;
 LIB: John Ladan (jladan)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Salem Talha (satalha)&lt;br /&gt;
 TR: Jennifer Wong (jy2wong)&lt;br /&gt;
 SE: Elana Hashman (ehashman), resigned&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Luqman Aden (laden)&lt;br /&gt;
 LIB: John Ladan (jladan)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Past_Executive&amp;diff=3339</id>
		<title>Past Executive</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Past_Executive&amp;diff=3339"/>
		<updated>2013-01-03T06:12:28Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Data sources for this exec list have been: CSC records, MathNEWS.&lt;br /&gt;
According to the warrior wiki dudes, there was an article about the CSC being founded in the chevron: &#039;&#039;This week on campus&#039;&#039;. The Chevron. January 5 1968. Page 16. -- somebody should get a copy of that.&lt;br /&gt;
&lt;br /&gt;
= Definitions =&lt;br /&gt;
 #define PR President&lt;br /&gt;
 #define VP Vice-president&lt;br /&gt;
 #define TR Treasurer&lt;br /&gt;
 #define SE Secretary&lt;br /&gt;
 #define SA Sysadmin&lt;br /&gt;
 #define OF Office Manager&lt;br /&gt;
 #define LI Librarian&lt;br /&gt;
 #define FL Flasher&lt;br /&gt;
 #define DE Deity&lt;br /&gt;
 #define WW Webmaster&lt;br /&gt;
 #define OF Office Manager&lt;br /&gt;
 #define SE-TR Secretary-Treasurer (Position was split)&lt;br /&gt;
&lt;br /&gt;
=Founding 1967-1968=&lt;br /&gt;
&lt;br /&gt;
 Sponsor - J. Peter Sprung&lt;br /&gt;
 PR: K. Rugger&lt;br /&gt;
 VP: R. Jaques&lt;br /&gt;
 SE-TR: G. Sutherland&lt;br /&gt;
&lt;br /&gt;
 Founding Members:&lt;br /&gt;
 B. Kindree&lt;br /&gt;
 R. Melen&lt;br /&gt;
 V. Neglia&lt;br /&gt;
 R. Charney&lt;br /&gt;
 R. Truman&lt;br /&gt;
 Glenn Berry&lt;br /&gt;
 D. Meek&lt;br /&gt;
&lt;br /&gt;
=1968-1969=&lt;br /&gt;
&lt;br /&gt;
 SE-TR: Glenn Berry&lt;br /&gt;
&lt;br /&gt;
=1969-1970=&lt;br /&gt;
&lt;br /&gt;
Unknown, only one letter found in the folder &#039;ACM History&#039; addressed to Glenn Berry, which makes it likely that he was SE-TR once again. May be indicated in membership lists. The club appears to have died this academic year.&lt;br /&gt;
&lt;br /&gt;
===A note on ACM affiliation===&lt;br /&gt;
&lt;br /&gt;
The first attempt at joining the ACM was started with an informal inquiry Dec 5, 1967. This lead to a series of constitution edits (working towards affiliation) in Winter 1968. There was a break for the spring (no correspondence found, I presume we were waiting on a reply). In the fall records indicate that our constitution and chartering was rejected, further correspondence was sent in Fall 1968 by Glenn Berry. A new inquiry, seemingly unaware of the first was sent Dec 7, 1970 &lt;br /&gt;
&lt;br /&gt;
=1971=&lt;br /&gt;
&lt;br /&gt;
James W. Welch is the only person sending letters for the club. Later signs them Vice-President. Continues this for most of the year. Either he was VP throughout 3 terms or we were on calendar year elections then. &lt;br /&gt;
&lt;br /&gt;
=1972=&lt;br /&gt;
&lt;br /&gt;
It appears we visited Western and Western visited us this year (there is some reference to a similar occurrence the year previous). Documents from 1973 indicate a termly exec structure, this probably goes back to 1972.&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: Mike Campbell&lt;br /&gt;
 SE: Doug Lacy&lt;br /&gt;
&lt;br /&gt;
there is also stuff from James W. Welch without a position. Considering his work in the founding and that the letters are speaker invitations he is, with high probability, VP this term.&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Ian McIntosh&lt;br /&gt;
&lt;br /&gt;
=1973=&lt;br /&gt;
&lt;br /&gt;
 Faculty Sponsor: Morven Gentleman&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
Either secretary or VP: Jim Parry (sent the only letter on file, but it is a speaker invite, did not sign his position).&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Jim Parry&lt;br /&gt;
 VP: Ray Walden&lt;br /&gt;
 TR: Slavko Stemberger&lt;br /&gt;
 SE: Mario Festival&lt;br /&gt;
&lt;br /&gt;
=1974-1977=&lt;br /&gt;
&lt;br /&gt;
 Faculty Sponsor: Morven Gentleman??&lt;br /&gt;
&lt;br /&gt;
 Peter Raynham reports (first hand account): president for at least 2 or 3 terms in this period.&lt;br /&gt;
 Sylvia Eng: 1975/6 as some position.&lt;br /&gt;
 Dave Buckingham: a VP at some point&lt;br /&gt;
 Allison Nolan: 1977 time&lt;br /&gt;
 Peter ??: 1977&lt;br /&gt;
 Russel Crook???&lt;br /&gt;
 Dennis Ritchie came&lt;br /&gt;
&lt;br /&gt;
=1987=&lt;br /&gt;
&lt;br /&gt;
Jim Boritz was president in Fall 1987 (Source: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
&lt;br /&gt;
=1988=&lt;br /&gt;
&lt;br /&gt;
Jim Boritz was president in Winter 1988. (Source: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
Tim Timar - cc&#039;d on memos/mentioned on mathsoc minutes in 1987/88.&lt;br /&gt;
The Sysadmin and Office Manager positions seem to have been created somewhere in here. The &#039;Record Management Profile&#039; that Robyn Stewart did as an assignment in 1991-1992 for some class at UBC&lt;br /&gt;
indicates the existence of both positions. We acquired an HP-9000 in the summer of 1988 and as this was out first &amp;quot;real&amp;quot; computer (previously we had an IBM PC and terminal), the sysadmin position was created, starting with the Fall 1988 term.&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 SA: Wade Richards&lt;br /&gt;
&lt;br /&gt;
=1989=&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
http://mirror.csclub.uwaterloo.ca/csclub/bill-gates-1989-big.jpg&lt;br /&gt;
&lt;br /&gt;
Left to right:  Jim Boritz (bottom), Wade Richards (top), Ted Timar, ???, Keven Smith, Bill Gates (not exec), Angela Chambers, Ross Ridge (top), Sean Goggin (bottom), ??? &lt;br /&gt;
&lt;br /&gt;
 PR: Kevin W. Smith ?? (derived from a signature, may be a bad reading)&lt;br /&gt;
 VP: Angela Chambers&lt;br /&gt;
 TR:&lt;br /&gt;
 SE: Sean Goggin&lt;br /&gt;
 SA: Wade Richards / Ross Ridge&lt;br /&gt;
&lt;br /&gt;
(President Kevin Smith confirmed: http://csclub.uwaterloo.ca/misc/procedure.pdf)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Sean Goggin&lt;br /&gt;
 SA: Ross Ridge&lt;br /&gt;
&lt;br /&gt;
=1990=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
 SE: Robyn Steward&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Wade Richards&lt;br /&gt;
 Kivi Shapiro - attended mathsoc meeting on our behalf.&lt;br /&gt;
              - Censured by mathsoc for his actions during the election.&lt;br /&gt;
 Shannon Mann - attended mathsoc meeting on our behalf.&lt;br /&gt;
 SE: Robyn Stewart - attended mathsoc meeting on our behalf.&lt;br /&gt;
&lt;br /&gt;
=1991=&lt;br /&gt;
===Winter===&lt;br /&gt;
 Shannon Mann - attended mathsoc meeting on our behalf.&lt;br /&gt;
 Ed Bourne - attended mathsoc meeting on our behalf.&lt;br /&gt;
 SE: Robyn Stewart&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 Jason Knell - attended mathsoc meeting on our and PMC&#039;s behalf.&lt;br /&gt;
===Fall===&lt;br /&gt;
 Wiktor Wiewiorowski - attended mathsoc meeting on our behalf this term.&lt;br /&gt;
&lt;br /&gt;
=1992=&lt;br /&gt;
===Winter===&lt;br /&gt;
 SE: Brent Williams&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Dale Wick&lt;br /&gt;
 TR: Stephen Mills&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
=1993=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
 TR: Mark Tompsett &lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
=1994=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Ian Goldberg (?)&lt;br /&gt;
 SE: Tom Rathbourne&lt;br /&gt;
 LI: Michael Van Biesbrouck&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Dale Wick (?)&lt;br /&gt;
 SA: Ian Goldberg (?)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Ross Ridge&lt;br /&gt;
 VP: Tom Rathbourne (?)&lt;br /&gt;
 SA: Zygo Blaxell&lt;br /&gt;
 LI: Michael Van Biesbrouck&lt;br /&gt;
&lt;br /&gt;
=1995=&lt;br /&gt;
===Winter===&lt;br /&gt;
===Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Amy Brown (arbrown) &lt;br /&gt;
 VP: Christina Norman (cbnorman)&lt;br /&gt;
 TR: Steven Mills (samills)&lt;br /&gt;
 SE: Allyson Graham (akgraham)&lt;br /&gt;
 SA: Gavin Peters&lt;br /&gt;
&lt;br /&gt;
=1996=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Nikita Borisov (nborisov)&lt;br /&gt;
 VP: Joseph Deu Ngoc (dtdeungo) &lt;br /&gt;
 TR: Stephen Mills (samills)&lt;br /&gt;
 SE: Sharlene Schmeichel (saschmei)&lt;br /&gt;
 SA: Dave Brown (dagbrown)&lt;br /&gt;
 OF: Somsack Tsai (stsai)&lt;br /&gt;
 LI: Devin Carless (dccarles)&lt;br /&gt;
 FL: Allyson Graham (akgraham)&lt;br /&gt;
 DE: Ian Goldberg (iagoldbe)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Blake Winton (bwinton)&lt;br /&gt;
 VP: Nick Harvey (njaharve)&lt;br /&gt;
 TR: Nikita Borisov (nborisov)&lt;br /&gt;
 SE: Viet-Trung Luu (vluu)&lt;br /&gt;
 SA: Drew Hamilton (awhamilt)&lt;br /&gt;
 OF: Jillian Arnott (jarnott)&lt;br /&gt;
 LI: Ross Ridge (rridge)&lt;br /&gt;
 FL: Devin Carless (dccarles)&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: Shannon Mann (sjbmann) &lt;br /&gt;
 VP: Joe &amp;quot;Frosh&amp;quot; Deu Ngoc (jtdeungo)    resigned (heavy workload)&lt;br /&gt;
 TR: Michal Van Biesbrouck (mlvanbie) &lt;br /&gt;
 SE: Nikita Borisov (nborisov) &lt;br /&gt;
 SA: Chris Rovers &lt;br /&gt;
 OF: Dax Hutcheon (ddhutche) &lt;br /&gt;
 LI: Aliz Csenki (acsenki) &lt;br /&gt;
 FL: Aaron Chmielowiec (archmiel) &lt;br /&gt;
 DE: Skuld (no uwuserid yet...)&lt;br /&gt;
&lt;br /&gt;
=1997 =&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Dima Brodsky &lt;br /&gt;
 VP: Nikita Borisov &lt;br /&gt;
 TR: Stephen Mills&lt;br /&gt;
 SE: Evan Jones (ejones)&lt;br /&gt;
 SA: Alex Brodsky&lt;br /&gt;
 OF: Chris Doherty&lt;br /&gt;
 LI: Matt Corks &lt;br /&gt;
 FL: Paul Prescod&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: Chris Rovers (cdrovers) &lt;br /&gt;
 VP: Michael van Biesbrouck (mlvanbie) &lt;br /&gt;
 TR: Somsack Tsai (stsai) &lt;br /&gt;
 SE: Matt Corks (mvcorks)&lt;br /&gt;
 SA: Lennart Sorensen (lsorense) &lt;br /&gt;
 LI: Chmielowiec (archmiel) &lt;br /&gt;
 OF: Devin Carless (dccarles) &lt;br /&gt;
 FL: Aaron Chmielowiec (archmiel)&lt;br /&gt;
&lt;br /&gt;
= 1998 =&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Suresh Naidu  &lt;br /&gt;
 VP: Viet-Trung Luu &lt;br /&gt;
 TR: Tim Coleman &lt;br /&gt;
 SE: Dax Hutcheon &lt;br /&gt;
 Librarian: Dax Hutcheon &lt;br /&gt;
 Flasher: Dax Hutcheon &lt;br /&gt;
 Webmaster: Dax Hutcheon &lt;br /&gt;
 SA: Robin Powell&lt;br /&gt;
 OF: Aaron Chmielowiec&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
 Position	Name	You might call them...&lt;br /&gt;
 President	roconnor	Russell O&#039;Connor&lt;br /&gt;
 Vice-president	trwcolem	Tim Coleman&lt;br /&gt;
 Treasurer	knzarysk	Karl Zaryski&lt;br /&gt;
 Secretary	(bwinton)	(Blake Winton)&lt;br /&gt;
 Sysadmin	wbiggs	Billy Biggs&lt;br /&gt;
 Librarian	snaidu	Suresh Naidu&lt;br /&gt;
 Flasher	pechrysl	Paul Chrysler&lt;br /&gt;
 Office Manager	dccarles	Devin Carless&lt;br /&gt;
 WWWW	trwcolem	Tim Coleman&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
 President	Joe Deu Ngoc	jtdeungo&lt;br /&gt;
 Vice-President	Wai Ling Yee	wlyee&lt;br /&gt;
 Treasurer	Fjord	j2lynn&lt;br /&gt;
 Secretary	Matt Corks	mvcorks&lt;br /&gt;
 Sysadmin	Andrew Hamilton	awhamilt&lt;br /&gt;
&lt;br /&gt;
 World Wide Web Wench	Dax Hutcheon	ddhutche&lt;br /&gt;
 Office Manager	Richard Bell	rlbell&lt;br /&gt;
 Librarian	Damian Gryski	dgryski&lt;br /&gt;
 Flasher	Paul Chrysler	pechrysl&lt;br /&gt;
 Official Deity	Ian Goldberg	iagoldbe&lt;br /&gt;
 Official Chairbeing	Calum T. Dalek	calum&lt;br /&gt;
&lt;br /&gt;
=1999=&lt;br /&gt;
&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
=2000=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Will Chartrand (wgchartr)&lt;br /&gt;
 VP: Gavin Duggan (geduggan)&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA: Lennart Sorensen (lsorense)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP: &lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA: bioster&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2001=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
 PR: geduggan&lt;br /&gt;
 VP:&lt;br /&gt;
 TR:&lt;br /&gt;
 SE:&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
&lt;br /&gt;
=2002=&lt;br /&gt;
http://www.mathnews.uwaterloo.ca/Issues/mn8902/cscflash.php&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Billy Biggs&lt;br /&gt;
 VP: Stefanus Du Toit&lt;br /&gt;
 TR: Melissa Basinger&lt;br /&gt;
 SE: James Perry&lt;br /&gt;
 SA: Barry Genova&lt;br /&gt;
 Librarian: Ryan Golbeck&lt;br /&gt;
 Webmaster: Jonathan Beverley&lt;br /&gt;
 Office Manager: Sayan Li&lt;br /&gt;
&lt;br /&gt;
=== Spring ===&lt;br /&gt;
 PR: Alex Pop&lt;br /&gt;
 VP: Melissa Basinger&lt;br /&gt;
 TR: Siyan Li&lt;br /&gt;
 SE: James A Morrison&lt;br /&gt;
 SA: Jonathan Beverley&lt;br /&gt;
 Webmaster: Stefanus Du Toit&lt;br /&gt;
&lt;br /&gt;
=== Fall ===&lt;br /&gt;
 PR: James A. Morrison&lt;br /&gt;
 VP: Stefanus Du Toit&lt;br /&gt;
 TR: James Perry&lt;br /&gt;
 SE: Michael Biggs&lt;br /&gt;
 SA: Ryan Golbeck&lt;br /&gt;
 Librarian: Mark Sherry, Cassandra Schopf&lt;br /&gt;
 Webmaster: Stefanus Du Toit&lt;br /&gt;
&lt;br /&gt;
=2003=&lt;br /&gt;
=== Winter ===&lt;br /&gt;
 PR: Kannan Vijayan (kvijayan)&lt;br /&gt;
 VP: Meg Darragh (m2darrag)&lt;br /&gt;
 TR: James Perry (jeperry)&lt;br /&gt;
 SE: Wojciech Kosnik (wkosnik)&lt;br /&gt;
 SA: Stefanus Du Toit (sjdutoit)&lt;br /&gt;
 LI: Simon Law (sfllaw)&lt;br /&gt;
 WM: Julie Lavoie (jlavoie)&lt;br /&gt;
&lt;br /&gt;
=== Spring===&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Stefanus Du Toit (sjdutoit)&lt;br /&gt;
 VP: Meg Darragh (m2darrag)&lt;br /&gt;
 TR: Tor Myklebust (tmyklebu)&lt;br /&gt;
 SE: James Perry (jeperry)&lt;br /&gt;
 SA: Simon Law (sfllaw)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2004=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Simon Law (sfllaw)&lt;br /&gt;
 VP: fspacek&lt;br /&gt;
 TR: ljain&lt;br /&gt;
 SE: Julie Lavoie (jlavoie)&lt;br /&gt;
 SA: Tor Myklebust(tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: dnmorton ?&lt;br /&gt;
 VP: Tim Loach (tloach)&lt;br /&gt;
 TR: Michael Biggs (mbiggs)&lt;br /&gt;
 SE: Lesley Northam (lanortha)&lt;br /&gt;
 SA: &lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: jeperry&lt;br /&gt;
 VP: mtsay&lt;br /&gt;
 TR: Mark Sherry (mdsherry)&lt;br /&gt;
 SE: Tor Myklebust (tmyklebu)&lt;br /&gt;
 SA: jlavoie&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2005=&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: mtsay&lt;br /&gt;
 VP: Lesley Northam (lanortha)&lt;br /&gt;
 TR: Holden Karau (hkarau)&lt;br /&gt;
 SE: domorton&lt;br /&gt;
 SA: Tor Myklebust (tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
&lt;br /&gt;
 PR: Mark Sherry (mdsherry)&lt;br /&gt;
 VP: Martin Kess (mdkess)&lt;br /&gt;
 TR: Ali Piccioni (apiccion)&lt;br /&gt;
 SE: Michael Biggs (mbiggs)&lt;br /&gt;
 SA: Tor Myklebust (tmyklebu)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Tim Loach (tloach)&lt;br /&gt;
 VP: Lesley Northam (lanortha)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: The Professor&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2006=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
&lt;br /&gt;
 PR: Tor Myklebust (tmyklebu)&lt;br /&gt;
 VP: Michael Druker (mdruker)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: Mark Sherry (mdsherry)&lt;br /&gt;
 SA: William O&#039;Connor (woconnor)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: David Bartley (dtbartle)&lt;br /&gt;
 VP: David Belanger (dbelange)&lt;br /&gt;
 TR: David Tenty (daltenty)&lt;br /&gt;
 SE: Chris Evensen (cevensen)&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
&lt;br /&gt;
 PR: Martin Kess (mdkess)&lt;br /&gt;
 VP: Mark Sherry (mdsherry)&lt;br /&gt;
 TR: Sylvan L. Mably (slmably)&lt;br /&gt;
 SE: Caelyn McAulay (cmcaulay) &lt;br /&gt;
 SA: William O&#039;Connor (woconnor)&lt;br /&gt;
&lt;br /&gt;
=2007=&lt;br /&gt;
&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: David Bartley (dtbartle)&lt;br /&gt;
 VP: David Belanger (dbelange)&lt;br /&gt;
 TR: Caelyn McAulay (cmcaulay)&lt;br /&gt;
 SE: David Tenty (daltenty)&lt;br /&gt;
 SA: Holden Karau (hkarau)&lt;br /&gt;
 Webmaster: jnopporn&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Gaelan D&#039;costa (gdcosta)&lt;br /&gt;
 VP: Kyle Larose (kmlarose)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Erik Louie (elouie)&lt;br /&gt;
 SA: Michael Spang (mspang)&lt;br /&gt;
 Librarian: David Tenty (daltenty)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: Holden Karau (hkarau)&lt;br /&gt;
 VP: Alex McCausland (amccausl)&lt;br /&gt;
 TR: Dominik Chlobowski (dchlobow)&lt;br /&gt;
 SE: Sean Cumming (sgcummin)&lt;br /&gt;
 SA: David Tenty (daltenty)&lt;br /&gt;
 OF:&lt;br /&gt;
 WW: dtbartle / jnopporn&lt;br /&gt;
&lt;br /&gt;
=2008=&lt;br /&gt;
===Winter ===&lt;br /&gt;
 PR: Sean Cumming (sgcummin)&lt;br /&gt;
 VP: Matt Lawrence (m3lawren)&lt;br /&gt;
 TR: Mateusz Tarkowski (mtarkows)&lt;br /&gt;
 SE: Edgar Bering (ebering)&lt;br /&gt;
 SA: Jordan Saunders (jmsaunde)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Summer ===&lt;br /&gt;
 PR: b4taylor&lt;br /&gt;
 VP: qxi&lt;br /&gt;
 TR: m3lawren&lt;br /&gt;
 SE: nguenthe&lt;br /&gt;
 SA:&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall ===&lt;br /&gt;
 PR: Matthew Lawrence (m3lawren)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Michael Gregson (mgregson)&lt;br /&gt;
 SE: James Simpson (j2simpso) resigned for medical reasons, replaced by Dominik &#039;Domo&#039; Chłobowski&lt;br /&gt;
 SA: Kyle Spaans (kspaans)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
=2009=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Michael Gregson (mgregson)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Brennan Taylor (b4taylor)&lt;br /&gt;
 SE: James Simpson (j2simpso)  resigned for business reasons, replaced by Rebecca Putinski (rjputins) &lt;br /&gt;
 SA: Jacob Parker (j3parker) &lt;br /&gt;
 OF: XinChi Yang / Sapphyre Gervais (x23yang / sagervai) (both)&lt;br /&gt;
&lt;br /&gt;
===Spring ===&lt;br /&gt;
 PR: Michael Spang (mspang)&lt;br /&gt;
 VP: Jacob Parker (j3parker)&lt;br /&gt;
 TR: Sapphyre Gervais (sagervai)&lt;br /&gt;
 SE: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SA: Anthony Brennan (a2brenna)&lt;br /&gt;
 OF:&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Jacob Parker (j3parker)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Michael Spang (mspang)&lt;br /&gt;
 SE: Brennan Taylor (b4taylor)&lt;br /&gt;
 SA: Michael Ellis (m2ellis)&lt;br /&gt;
 OF: Rebecca Putinski (rjputins)&lt;br /&gt;
&lt;br /&gt;
=2010=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Kyle Spaans (kspaans)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Sapphyre Gervais (sagervai)&lt;br /&gt;
 SE: Ajnu Jacob (ajacob)&lt;br /&gt;
 SA: Matthew Thiffault (mthiffau)&lt;br /&gt;
 OF: Jacob Parker (j3parker)&lt;br /&gt;
&lt;br /&gt;
 Keyed office staffers: j3camero,jdonland,m2ellis,mimcpher,nsasherr&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Jeff Cameron (j3camero)&lt;br /&gt;
 VP: Brennan Taylor (b4taylor)&lt;br /&gt;
 TR: Vardhan Mudunuru (vmudunur)&lt;br /&gt;
 SE: Matthew Lawrence (m3lawren)&lt;br /&gt;
 SA: Michael Ellis (m2ellis)&lt;br /&gt;
 OF: Edgar Bering (ebering)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Jacob Parker (j3parker)&lt;br /&gt;
 VP: Edgar Bering (ebering)&lt;br /&gt;
 TR: Rebecca Putinski (rjputins)&lt;br /&gt;
 SE: Kyle Spaans (kspaans)&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Amir Sayed Khader (askhader)&lt;br /&gt;
&lt;br /&gt;
=2011=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Edgar Bering (ebering)&lt;br /&gt;
 VP: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Elana &amp;quot;Alana&amp;quot; Hashman (ehashman)&lt;br /&gt;
 SA: Peter &amp;quot;Bofh&amp;quot; Barfuss (pbarfuss)&lt;br /&gt;
 OF: Marc Burns (Marc Burns)&lt;br /&gt;
&lt;br /&gt;
===Spring===&lt;br /&gt;
 PR: Matthew Thiffault (mthiffau)&lt;br /&gt;
 VP: Matthew McPherrin (mimcpher)&lt;br /&gt;
 TR: Kyle Spaans (kspaans)&lt;br /&gt;
 SE: Kwame Andrew Ansong (kansong)&lt;br /&gt;
 SA: Jeremy Brandon Roman (jbroman)&lt;br /&gt;
 OF: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Katharine Hyatt (kshyatt)&lt;br /&gt;
 TR: Jacob Parker (j3parker)&lt;br /&gt;
 SE: Elana Hashman (ehashman)&lt;br /&gt;
 SA: Anthony &amp;quot;hatguy/hotgay&amp;quot; Brennan (a2brenna)&lt;br /&gt;
 OF: Kyle Spaans (kspaans)&lt;br /&gt;
 LIB: Edgar Bering (ebering)&lt;br /&gt;
&lt;br /&gt;
=2012=&lt;br /&gt;
===Winter===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Elana Hashman (ehashman)&lt;br /&gt;
 TR: Jacob Parker (j3parker)&lt;br /&gt;
 SE: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Luqman Aden (laden)&lt;br /&gt;
 LIB: Jennifer &amp;quot;Emily&amp;quot; Wong (jy2wong)&lt;br /&gt;
&lt;br /&gt;
===Summer===&lt;br /&gt;
 PR: Anthony Brennan (a2brenna)&lt;br /&gt;
 VP: Luqman Aden (laden)&lt;br /&gt;
 TR: Matthew McPherrin (mimcpher)&lt;br /&gt;
 SE: Elana Hashman (ehashman)&lt;br /&gt;
 SA: Sarah Harvey (sharvey)&lt;br /&gt;
 OF: Marc Burns (m4burns)&lt;br /&gt;
 LIB: John Ladan (jladan)&lt;br /&gt;
&lt;br /&gt;
===Fall===&lt;br /&gt;
 PR: Marc Burns (m4burns)&lt;br /&gt;
 VP: Salem Talha (satalha)&lt;br /&gt;
 TR: Jennifer Wong (jy2wong)&lt;br /&gt;
 SE: Elana Hashman (ehashman)&lt;br /&gt;
 SA: Jeremy Roman (jbroman)&lt;br /&gt;
 OF: Luqman Aden (laden)&lt;br /&gt;
 LIB: John Ladan (jladan)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=SSL&amp;diff=3330</id>
		<title>SSL</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=SSL&amp;diff=3330"/>
		<updated>2012-10-29T08:07:07Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Certificate Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== GlobalSign ==&lt;br /&gt;
&lt;br /&gt;
The CSC currently has an SSL Certificate from GlobalSign for *.csclub.uwaterloo.ca provided at no cost to us through IST.  GlobalSign likes to take a long time to respond to certificate signing requests (CSR) for wildcard certs, so our CSR really needs to be handed off to IST at least 2 weeks in advance.  Having an invalid cert for any length of time leads to terrible breakage, followed by terrible workarounds and prolonged problems.&lt;br /&gt;
&lt;br /&gt;
== Certificate Location ==&lt;br /&gt;
&lt;br /&gt;
A list of places you&#039;ll need to put the new certificate to keep our services running.&lt;br /&gt;
&lt;br /&gt;
* caffeine:/etc/ssl/private/csclub-www-globalsign-wildcard.crt&lt;br /&gt;
* artificial-flavours:/etc/ssl/private/csclub-www-globalsign-wildcard.crt&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3323</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3323"/>
		<updated>2012-10-18T20:57:44Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
* 6 to Mathsoc for their boards&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC tunnel&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:&lt;br /&gt;
** 4 student-floors in MC, 5 stairwells, 2 posters each (40) on doors.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC.  TBD how many and where to get approved.&lt;br /&gt;
* Engsoc postering (20? TBD) Bring a stapler, get engsoc to approve, then distribute.&lt;br /&gt;
* Especially if relevant to first years, get up REV/V1 cafeteria posters.&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3322</id>
		<title>Publicity Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Publicity_Guide&amp;diff=3322"/>
		<updated>2012-10-18T20:56:34Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Created page with &amp;quot;This page is in progress.  Please feel free to edit.  Methods of advertising:  To CSC members: * CSC general email,  sent out at regular intervals * CSC Website * IRC channel top…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is in progress.  Please feel free to edit.&lt;br /&gt;
&lt;br /&gt;
Methods of advertising:&lt;br /&gt;
&lt;br /&gt;
To CSC members:&lt;br /&gt;
* CSC general email,  sent out at regular intervals&lt;br /&gt;
* CSC Website&lt;br /&gt;
* IRC channel topic&lt;br /&gt;
&lt;br /&gt;
To internet-denizens:&lt;br /&gt;
* Facebook group and ctdalek account&lt;br /&gt;
* Twitter account&lt;br /&gt;
* Daily Bulletin&lt;br /&gt;
* reddit/r/uwaterloo&lt;br /&gt;
&lt;br /&gt;
Posters &#039;&#039;&#039;(Most work, but important!)&#039;&#039;&#039;:&lt;br /&gt;
* 6 to Mathsoc for their boards&lt;br /&gt;
* One for each CSC board:&lt;br /&gt;
** big 3rd floor board&lt;br /&gt;
** smaller 3rd floor board by QNC tunnel&lt;br /&gt;
** 2nd floor board&lt;br /&gt;
** board outside office&lt;br /&gt;
** one inside office&lt;br /&gt;
* Hallway posters:&lt;br /&gt;
** 4 student-floors in MC, 5 stairwells, 2 posters each (40) on doors.&lt;br /&gt;
** 3 in DC-MC tunnel&lt;br /&gt;
** 3 for Software engineering labs&lt;br /&gt;
** 4 for DC lobby (on poles outside library)&lt;br /&gt;
* FEDS postering in SLC&lt;br /&gt;
* Engsoc postering (20? TBD)&lt;br /&gt;
&lt;br /&gt;
Try to make posters nice.  Make sure to replace all the boilerplate.  (I will stab people if I see EXTERMINATE on serious posters!)&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3318</id>
		<title>Sunlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3318"/>
		<updated>2012-09-30T19:43:14Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.&lt;br /&gt;
&lt;br /&gt;
On 11 July, 2012, sunlight was observed at 4:08 PM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==geometry==&lt;br /&gt;
&lt;br /&gt;
The square of light in the CSC was approximately 15cm high by 20cm wide.  It was approximately 150cm off the floor.  These are from memory, and need to be re-confirmed. I believe the CSC door being partly open was restricting the width of the square.&lt;br /&gt;
&lt;br /&gt;
Measurements:&lt;br /&gt;
 * 162 cm top 177 cm.  32 cm wide 5:13 pm Sept 10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Although solar alignments are not uncommon among passage graves, the [[University of Waterloo Computer Science Club]] is one of few to contain the additional roofbox feature ([[Cairn G]] at [[Carrowkeel Megalithic Cemetery]] is another, and it has been suggested that one can be found at [[Bryn Celli Ddu]].). The alignment is such that although the roofbox is above the passage entrance, the light hits the floor of the inner chamber. Today the first light enters about four minutes after sunrise, but calculations based on the precession of the Earth show that 5,000 years ago first light would have entered exactly at sunrise.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3316</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3316"/>
		<updated>2012-09-25T18:42:59Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  || $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Total&#039;&#039;&#039; || 140&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 30 = 90.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM events. || $150&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Total&#039;&#039;&#039; || $680&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 125&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools || 100&lt;br /&gt;
|-&lt;br /&gt;
| * Tackle box for electronics components || 30&lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150 = $300 (+$11 shipping)&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS: RAM, CPU, Disk || 0&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 530&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Items carried over from last two terms:&lt;br /&gt;
* bank fees that weren&#039;t claimed.  VPF, can you find amount please?&lt;br /&gt;
* CSC member talks from Winter term.  I don&#039;t have the latest budget from CSC, so need to find the amount for this.  I&#039;ll have it by the budget meeting, or VPF, can you get from your records?  Ifaz kept a spreadsheet, I think.&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=User:Sharvey&amp;diff=3307</id>
		<title>User:Sharvey</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=User:Sharvey&amp;diff=3307"/>
		<updated>2012-09-20T05:20:20Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am the  &amp;lt;del&amp;gt;great&amp;lt;/del&amp;gt;&#039;&#039;&#039;smelly&#039;&#039;&#039; sharvey!!!&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3301</id>
		<title>Phone numbers</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3301"/>
		<updated>2012-09-14T01:11:05Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Important Phone Numbers for the CSC===&lt;br /&gt;
&lt;br /&gt;
* Main university phone number: (519) 888-4567&lt;br /&gt;
** Real Time Lab:  &lt;br /&gt;
** Graphics Lab: 36560&lt;br /&gt;
** Mathsoc: 32324&lt;br /&gt;
** Hallway phone next to CSC bathroom: 32391&lt;br /&gt;
** MEF office: 35757&lt;br /&gt;
** Crysp lab: 31337&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3300</id>
		<title>Phone numbers</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3300"/>
		<updated>2012-09-14T01:08:16Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Important Phone Numbers for the CSC===&lt;br /&gt;
&lt;br /&gt;
 - Main university phone number: (519) 888-4567&lt;br /&gt;
 - Real Time Lab:  &lt;br /&gt;
 - Graphics Lab: 36560&lt;br /&gt;
 - Mathsoc: 32324&lt;br /&gt;
 - Hallway phone next to CSC bathroom: 32391&lt;br /&gt;
 - MEF office: 35757&lt;br /&gt;
 - Crysp lab: 31337&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3299</id>
		<title>Phone numbers</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Phone_numbers&amp;diff=3299"/>
		<updated>2012-09-14T00:57:42Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Created page with &amp;quot;===Important Phone Numbers for the CSC===   - Real Time Lab:    - Graphics Lab: 36560  - Mathsoc:   - Hallway phone next to CSC bathroom: 32391  - MEF office: 35757  - Crysp lab:…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Important Phone Numbers for the CSC===&lt;br /&gt;
&lt;br /&gt;
 - Real Time Lab:  &lt;br /&gt;
 - Graphics Lab: 36560&lt;br /&gt;
 - Mathsoc: &lt;br /&gt;
 - Hallway phone next to CSC bathroom: 32391&lt;br /&gt;
 - MEF office: 35757&lt;br /&gt;
 - Crysp lab: 31337&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3292</id>
		<title>Sunlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3292"/>
		<updated>2012-07-11T20:28:41Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* geometry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.&lt;br /&gt;
&lt;br /&gt;
On 11 July, 2012, sunlight was observed at 4:08 PM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==geometry==&lt;br /&gt;
&lt;br /&gt;
The square of light in the CSC was approximately 15cm high by 20cm wide.  It was approximately 150cm off the floor.  These are from memory, and need to be re-confirmed. I believe the CSC door being partly open was restricting the width of the square.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3291</id>
		<title>Sunlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3291"/>
		<updated>2012-07-11T20:27:05Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* geometry */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.&lt;br /&gt;
&lt;br /&gt;
On 11 July, 2012, sunlight was observed at 4:08 PM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==geometry==&lt;br /&gt;
&lt;br /&gt;
The square of light in the CSC was approximately 15cm high by 20cm wide.  It was approximately 150cm off the floor.  These are from memory, and need to be re-confirmed.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3290</id>
		<title>Sunlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3290"/>
		<updated>2012-07-11T20:25:54Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.&lt;br /&gt;
&lt;br /&gt;
On 11 July, 2012, sunlight was observed at 4:08 PM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==geometry==&lt;br /&gt;
&lt;br /&gt;
The square of light in the CSC was approximately 15cm high by 20cm wide.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3289</id>
		<title>Sunlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Sunlight&amp;diff=3289"/>
		<updated>2012-07-11T20:08:58Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Created page with &amp;quot;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.  On 11 July, 2012, sunlight was observed at 4:08 PM.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On occasion, sunlight reflects off the DC, through mathsoc, into the CSC.&lt;br /&gt;
&lt;br /&gt;
On 11 July, 2012, sunlight was observed at 4:08 PM.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3276</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3276"/>
		<updated>2012-05-21T19:36:24Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* corn-syrup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It serves websites, databases for websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[PostgreSQL]] databases  (deprecated, not backed up.)&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
* mail was migrated to [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
PowerEdge 2950&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 × Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 32 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
* has ipmi on corn-syrup-impi.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;[[scratch|/scratch]]&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
* ALOM on denardo-alom.csclub can be used to power machine on/off &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;high-fructose-corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
High-fructose-corn-syrup (or hfcs) is our more powerful version of corn-syrup. It&#039;s been in CSC service since April 2012.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2x AMD Opteron 6272 (2.4 GHz, 16 cores each)&lt;br /&gt;
* 64 GB RAM&lt;br /&gt;
* Supermicro H8QGi+-F Motherboard Quad 1944-pin Socket [http://csclub.uwaterloo.ca/misc/manuals/motherboard-H8QGI+-F.pdf (Manual)]&lt;br /&gt;
* 500 GB Seagate Barracuda&lt;br /&gt;
* Supermicro Case Rackmount CSE-748TQ-R1400B 4U [http://csclub.uwaterloo.ca/misc/manuals/SC748.pdf (Manual)]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from pbarfuss. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
* ident server to maintain high connection cap to freenode&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sunfire&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
sunfire is a Sun E6500 machine donated by Sanjay Singh. This machine is in the process of being set up.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 15 full CPU/memory boards&lt;br /&gt;
** 2x UltraSPARC II 464MHz / 8MB Cache Processors&lt;br /&gt;
** ??? RAM?&lt;br /&gt;
* 1 I/O board (type=???)&lt;br /&gt;
** ???x disks?&lt;br /&gt;
* 1 CD-ROM drive&lt;br /&gt;
&lt;br /&gt;
ascorbic-acid may be moved into sunfire so that serial connections may be done.&lt;br /&gt;
&lt;br /&gt;
* [http://mirror.csclub.uwaterloo.ca/csclub/sun_e6500/ent6k.srvr/ e6500 documentation (hosted on mirror)]&lt;br /&gt;
* [http://www.e6500.com/ e6500]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;psilodump&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
psilodump is a NetApp FAS3000 series fileserver donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;guarana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
guarana is a taurine clone donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;gwem&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
gwem is an office terminal that was created because AMD donated a graphics card. It entered CSC service in February 2012.&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
&lt;br /&gt;
* AMD FX-8150 3.6GHz 8-Core CPU&lt;br /&gt;
* 16 GB RAM&lt;br /&gt;
* 1x 160GB SATA drive&lt;br /&gt;
* AMD Radeon 6870 HD 1GB GPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[MySQL]] replica&lt;br /&gt;
* Secondary [[Mail]] exchanger&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 465 GB software RAID1 (contains root partition):&lt;br /&gt;
** 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
** 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]], [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;mail&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
mail is the CSC&#039;s mail server. It hosts mail delivery, imap(s), smtp(s), and mailman. It is also syscom-only. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* mailman&lt;br /&gt;
* web interface to mail, mailman&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3275</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3275"/>
		<updated>2012-05-21T19:33:35Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Manuals for HFCS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It serves websites, databases for websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[PostgreSQL]] databases  (deprecated, not backed up.)&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
* mail was migrated to [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
PowerEdge 2950&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 × Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 32 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;[[scratch|/scratch]]&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
* ALOM on denardo-alom.csclub can be used to power machine on/off &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;high-fructose-corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
High-fructose-corn-syrup (or hfcs) is our more powerful version of corn-syrup. It&#039;s been in CSC service since April 2012.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2x AMD Opteron 6272 (2.4 GHz, 16 cores each)&lt;br /&gt;
* 64 GB RAM&lt;br /&gt;
* Supermicro H8QGi+-F Motherboard Quad 1944-pin Socket [http://csclub.uwaterloo.ca/misc/manuals/motherboard-H8QGI+-F.pdf (Manual)]&lt;br /&gt;
* 500 GB Seagate Barracuda&lt;br /&gt;
* Supermicro Case Rackmount CSE-748TQ-R1400B 4U [http://csclub.uwaterloo.ca/misc/manuals/SC748.pdf (Manual)]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from pbarfuss. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
* ident server to maintain high connection cap to freenode&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sunfire&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
sunfire is a Sun E6500 machine donated by Sanjay Singh. This machine is in the process of being set up.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 15 full CPU/memory boards&lt;br /&gt;
** 2x UltraSPARC II 464MHz / 8MB Cache Processors&lt;br /&gt;
** ??? RAM?&lt;br /&gt;
* 1 I/O board (type=???)&lt;br /&gt;
** ???x disks?&lt;br /&gt;
* 1 CD-ROM drive&lt;br /&gt;
&lt;br /&gt;
ascorbic-acid may be moved into sunfire so that serial connections may be done.&lt;br /&gt;
&lt;br /&gt;
* [http://mirror.csclub.uwaterloo.ca/csclub/sun_e6500/ent6k.srvr/ e6500 documentation (hosted on mirror)]&lt;br /&gt;
* [http://www.e6500.com/ e6500]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;psilodump&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
psilodump is a NetApp FAS3000 series fileserver donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;guarana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
guarana is a taurine clone donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;gwem&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
gwem is an office terminal that was created because AMD donated a graphics card. It entered CSC service in February 2012.&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
&lt;br /&gt;
* AMD FX-8150 3.6GHz 8-Core CPU&lt;br /&gt;
* 16 GB RAM&lt;br /&gt;
* 1x 160GB SATA drive&lt;br /&gt;
* AMD Radeon 6870 HD 1GB GPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[MySQL]] replica&lt;br /&gt;
* Secondary [[Mail]] exchanger&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 465 GB software RAID1 (contains root partition):&lt;br /&gt;
** 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
** 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]], [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;mail&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
mail is the CSC&#039;s mail server. It hosts mail delivery, imap(s), smtp(s), and mailman. It is also syscom-only. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* mailman&lt;br /&gt;
* web interface to mail, mailman&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3274</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3274"/>
		<updated>2012-05-21T19:17:30Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Specs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It serves websites, databases for websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[PostgreSQL]] databases  (deprecated, not backed up.)&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
* mail was migrated to [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
PowerEdge 2950&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 × Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 32 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;[[scratch|/scratch]]&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
* ALOM on denardo-alom.csclub can be used to power machine on/off &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;high-fructose-corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
High-fructose-corn-syrup (or hfcs) is our more powerful version of corn-syrup. It&#039;s been in CSC service since April 2012.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2x AMD Opteron 6272 (2.4 GHz, 16 cores each)&lt;br /&gt;
* 64 GB RAM&lt;br /&gt;
* Supermicro H8QGi+-F Motherboard Quad 1944-pin Socket&lt;br /&gt;
* 500 GB Seagate Barracuda&lt;br /&gt;
* Supermicro Case Rackmount CSE-748TQ-R1400B 4U&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from pbarfuss. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
* ident server to maintain high connection cap to freenode&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sunfire&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
sunfire is a Sun E6500 machine donated by Sanjay Singh. This machine is in the process of being set up.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 15 full CPU/memory boards&lt;br /&gt;
** 2x UltraSPARC II 464MHz / 8MB Cache Processors&lt;br /&gt;
** ??? RAM?&lt;br /&gt;
* 1 I/O board (type=???)&lt;br /&gt;
** ???x disks?&lt;br /&gt;
* 1 CD-ROM drive&lt;br /&gt;
&lt;br /&gt;
ascorbic-acid may be moved into sunfire so that serial connections may be done.&lt;br /&gt;
&lt;br /&gt;
* [http://mirror.csclub.uwaterloo.ca/csclub/sun_e6500/ent6k.srvr/ e6500 documentation (hosted on mirror)]&lt;br /&gt;
* [http://www.e6500.com/ e6500]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;psilodump&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
psilodump is a NetApp FAS3000 series fileserver donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;guarana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
guarana is a taurine clone donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;gwem&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
gwem is an office terminal that was created because AMD donated a graphics card. It entered CSC service in February 2012.&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
&lt;br /&gt;
* AMD FX-8150 3.6GHz 8-Core CPU&lt;br /&gt;
* 16 GB RAM&lt;br /&gt;
* 1x 160GB SATA drive&lt;br /&gt;
* AMD Radeon 6870 HD 1GB GPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[MySQL]] replica&lt;br /&gt;
* Secondary [[Mail]] exchanger&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 465 GB software RAID1 (contains root partition):&lt;br /&gt;
** 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
** 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]], [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;mail&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
mail is the CSC&#039;s mail server. It hosts mail delivery, imap(s), smtp(s), and mailman. It is also syscom-only. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* mailman&lt;br /&gt;
* web interface to mail, mailman&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3271</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3271"/>
		<updated>2012-05-21T19:14:19Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It serves websites, databases for websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[PostgreSQL]] databases  (deprecated, not backed up.)&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
* mail was migrated to [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
PowerEdge 2950&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 × Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 32 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;[[scratch|/scratch]]&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
* ALOM on denardo-alom.csclub can be used to power machine on/off &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;high-fructose-corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
High-fructose-corn-syrup (or hfcs) is our more powerful version of corn-syrup. It&#039;s been in CSC service since April 2012.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2x AMD Opteron 6272 (2.4 GHz, 16 cores each)&lt;br /&gt;
* 64 GB RAM&lt;br /&gt;
* 500 GB Seagate Barracuda&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from pbarfuss. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
* ident server to maintain high connection cap to freenode&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sunfire&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
sunfire is a Sun E6500 machine donated by Sanjay Singh. This machine is in the process of being set up.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 15 full CPU/memory boards&lt;br /&gt;
** 2x UltraSPARC II 464MHz / 8MB Cache Processors&lt;br /&gt;
** ??? RAM?&lt;br /&gt;
* 1 I/O board (type=???)&lt;br /&gt;
** ???x disks?&lt;br /&gt;
* 1 CD-ROM drive&lt;br /&gt;
&lt;br /&gt;
ascorbic-acid may be moved into sunfire so that serial connections may be done.&lt;br /&gt;
&lt;br /&gt;
* [http://mirror.csclub.uwaterloo.ca/csclub/sun_e6500/ent6k.srvr/ e6500 documentation (hosted on mirror)]&lt;br /&gt;
* [http://www.e6500.com/ e6500]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;psilodump&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
psilodump is a NetApp FAS3000 series fileserver donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;guarana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
guarana is a taurine clone donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;gwem&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
gwem is an office terminal that was created because AMD donated a graphics card. It entered CSC service in February 2012.&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
&lt;br /&gt;
* AMD FX-8150 3.6GHz 8-Core CPU&lt;br /&gt;
* 16 GB RAM&lt;br /&gt;
* 1x 160GB SATA drive&lt;br /&gt;
* AMD Radeon 6870 HD 1GB GPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[MySQL]] replica&lt;br /&gt;
* Secondary [[Mail]] exchanger&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 465 GB software RAID1 (contains root partition):&lt;br /&gt;
** 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
** 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]], [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;mail&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
mail is the CSC&#039;s mail server. It hosts mail delivery, imap(s), smtp(s), and mailman. It is also syscom-only. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* mailman&lt;br /&gt;
* web interface to mail, mailman&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Csc-industry&amp;diff=3267</id>
		<title>Csc-industry</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Csc-industry&amp;diff=3267"/>
		<updated>2012-05-19T04:08:12Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;csc-industry@csclub.uwaterloo.ca&lt;br /&gt;
&lt;br /&gt;
This is a mailing list used to allow employers and other organizations to reach CSC members and other interested students on an opt-in basis. Though messages to the list are moderated to reduce spam, the Computer Science Club does not necessarily endorse any of these organizations or their messages.&lt;br /&gt;
&lt;br /&gt;
It is a one-way communication channel; if you are interested in the messages you should contact the sender via the email address or URL given. If you wish to discuss a message, you may do so in the [news:uw.csc &amp;lt;tt&amp;gt;uw.csc&amp;lt;/tt&amp;gt;] newsgroup.&lt;br /&gt;
&lt;br /&gt;
If you have concerns about messages sent to csc-industry, you should contact the [mailto:exec@csclub.uwaterloo.ca executive].&lt;br /&gt;
&lt;br /&gt;
For more information on industry postings, see [[Industry Opportunities]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= csc-industry Posting Guidelines =&lt;br /&gt;
&lt;br /&gt;
* The purpose of csc-industry is for posts that are not necessarily of general interest to club members and are usually industry related. This includes but is not limited to posts regarding: &lt;br /&gt;
** job postings&lt;br /&gt;
** information sessions&lt;br /&gt;
** recruiting sessions&lt;br /&gt;
** conferences&lt;br /&gt;
** workshops&lt;br /&gt;
** industry-sponsored events &lt;br /&gt;
** &amp;quot;wanted&amp;quot; ads&lt;br /&gt;
&lt;br /&gt;
* csc-industry is an opt-in mailing list. Those wishing to post to the list will be told that the list is opt-in and may not necessarily include all CSC members.&lt;br /&gt;
&lt;br /&gt;
* All information posted to csc-industry must be provided free-of-charge. Members should never have to pay to attend events or for information advertised on csc-industry.&lt;br /&gt;
&lt;br /&gt;
* Job postings, &amp;quot;wanted&amp;quot; ads, and similar postings should contain the following information: &lt;br /&gt;
** estimated length and start of work position&lt;br /&gt;
** remuneration&lt;br /&gt;
** type of work (co-op, full-time, other)&lt;br /&gt;
** location&lt;br /&gt;
** company name&lt;br /&gt;
** recruiter/contact name and contact information&lt;br /&gt;
&lt;br /&gt;
* Event postings (including but not limited to information sessions, recruiting sessions, conferences, and workshops) should contain the following information:&lt;br /&gt;
** date&lt;br /&gt;
** time/duration&lt;br /&gt;
** location&lt;br /&gt;
** sponsors&lt;br /&gt;
** summary and purpose of event&lt;br /&gt;
&lt;br /&gt;
* Other kinds of posts should contain enough information to not require further follow-up by members, and will be approved at the discretion of the executive.&lt;br /&gt;
&lt;br /&gt;
* The Club executive have the final say in all posts made to csc-industry. Posts may be rejected with a request for modification, redirected to other mailing lists, rejected entirely, or otherwise managed at the sole discretion of the executive.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3266</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3266"/>
		<updated>2012-05-19T03:37:12Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  || $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Total&#039;&#039;&#039; || 140&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 30 = 90.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM events. || $150&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Total&#039;&#039;&#039; || $680&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 125&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools || 100&lt;br /&gt;
|-&lt;br /&gt;
| * Tackle box for electronics components || 30&lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150 = $300 (+$11 shipping)&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS: RAM, CPU, Disk || ??? Remainder&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 530&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Items carried over from last two terms:&lt;br /&gt;
* bank fees that weren&#039;t claimed.  VPF, can you find amount please?&lt;br /&gt;
* CSC member talks from Winter term.  I don&#039;t have the latest budget from CSC, so need to find the amount for this.  I&#039;ll have it by the budget meeting, or VPF, can you get from your records?  Ifaz kept a spreadsheet, I think.&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3262</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3262"/>
		<updated>2012-05-18T05:45:15Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Total&#039;&#039;&#039; || 140&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 30 = 90.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM events. || $150&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Total&#039;&#039;&#039; || $680&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 125&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools || 100&lt;br /&gt;
|-&lt;br /&gt;
| * Tackle box for electronics components || 30&lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150 = $300&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS: RAM, CPU, Disk || ??? Remainder&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 530&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3261</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3261"/>
		<updated>2012-05-18T05:37:20Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Total&#039;&#039;&#039; || 140&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 33.33 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM events. || $150&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Total&#039;&#039;&#039; || $680&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 125&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools || 100&lt;br /&gt;
|-&lt;br /&gt;
| * Tackle box for electronics components || 30&lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150 = $300&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS: RAM, CPU, Disk || ??? Remainder&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 530&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; || 1492&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3260</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3260"/>
		<updated>2012-05-18T05:18:57Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Total&#039;&#039;&#039; || 140&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 33.33 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM events. || $150&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Total&#039;&#039;&#039; || $680&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 125&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools || 200&lt;br /&gt;
|-&lt;br /&gt;
| * Tackle box for electronics components || 30&lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150 = $300&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS: RAM, CPU, Disk || ??? Remainder&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $100&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 630&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; || 1592&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3259</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3259"/>
		<updated>2012-05-18T05:05:01Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Mathsoc Funding Cap || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 33.33 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM event. || 2x$80 for pizza, for kickoff/closing; 1 code party budget (include above? 3 is usually good.)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bead box for electronics components || &lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150??&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS || ??? Remainder&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $80&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1482&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3258</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3258"/>
		<updated>2012-05-18T04:44:13Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 156&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 119&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ($2 + $7.50) * 156 = 1482&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  $40 (Popcorn &amp;amp; Soda)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Contest.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Member Talks || 3 * 33.33 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * 2 Prof talks. || 2 * 50 = 100.&lt;br /&gt;
|-&lt;br /&gt;
| * RIM event. || 2x$80 for pizza, for kickoff/closing; 1 code party budget (include above? 3 is usually good.)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 20&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || $35&lt;br /&gt;
|-&lt;br /&gt;
| * Handvac for keyboards || $70&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Tool shelf/box type thing for tools ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bead box for electronics components || &lt;br /&gt;
|-&lt;br /&gt;
| * corn-syrup replacement drives (2 x 1TB drives) || 2x$150??&lt;br /&gt;
|-&lt;br /&gt;
| * Hardware for HFCS ||&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $80&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3257</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3257"/>
		<updated>2012-05-18T01:52:47Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It serves websites, databases for websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[PostgreSQL]] databases  (deprecated, not backed up.)&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
* mail was migrated to [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
PowerEdge 2950&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 × Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 32 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;[[scratch|/scratch]]&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;high-fructose-corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
High-fructose-corn-syrup (or hfcs) is our more powerful version of corn-syrup. It&#039;s been in CSC service since April 2012.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2x AMD Opteron 6272 (2.4 GHz, 16 cores each)&lt;br /&gt;
* 64 GB RAM&lt;br /&gt;
* 500 GB Seagate Barracuda&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from pbarfuss. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
* ident server to maintain high connection cap to freenode&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sunfire&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
sunfire is a Sun E6500 machine donated by Sanjay Singh. This machine is in the process of being set up.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 15 full CPU/memory boards&lt;br /&gt;
** 2x UltraSPARC II 464MHz / 8MB Cache Processors&lt;br /&gt;
** ??? RAM?&lt;br /&gt;
* 1 I/O board (type=???)&lt;br /&gt;
** ???x disks?&lt;br /&gt;
* 1 CD-ROM drive&lt;br /&gt;
&lt;br /&gt;
ascorbic-acid may be moved into sunfire so that serial connections may be done.&lt;br /&gt;
&lt;br /&gt;
* [http://mirror.csclub.uwaterloo.ca/csclub/sun_e6500/ent6k.srvr/ e6500 documentation (hosted on mirror)]&lt;br /&gt;
* [http://www.e6500.com/ e6500]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;psilodump&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
psilodump is a NetApp FAS3000 series fileserver donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;guarana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
guarana is a taurine clone donated by CSCF. This machine is in the process of being transferred to CSC.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;gwem&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
gwem is an office terminal that was created because AMD donated a graphics card. It entered CSC service in February 2012.&lt;br /&gt;
&lt;br /&gt;
=== Specs ===&lt;br /&gt;
&lt;br /&gt;
* AMD FX-8150 3.6GHz 8-Core CPU&lt;br /&gt;
* 16 GB RAM&lt;br /&gt;
* 1x 160GB SATA drive&lt;br /&gt;
* AMD Radeon 6870 HD 1GB GPU&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[MySQL]] replica&lt;br /&gt;
* Secondary [[Mail]] exchanger&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 465 GB software RAID1 (contains root partition):&lt;br /&gt;
** 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
** 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]], [[#mail|mail]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;mail&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
mail is the CSC&#039;s mail server. It hosts mail delivery, imap(s), smtp(s), and mailman. It is also syscom-only. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* mailman&lt;br /&gt;
* web interface to mail, mailman&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3237</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3237"/>
		<updated>2012-05-17T02:44:57Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 151&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 120&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ??&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  Can we co-operate with movie director position/budget?&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * CSC CTF.  food+prizes || 150&lt;br /&gt;
|-&lt;br /&gt;
| * Member Talks ||&lt;br /&gt;
|-&lt;br /&gt;
| * Prof talks? Budget N as afford, most would be for carry-over to fall ||&lt;br /&gt;
|-&lt;br /&gt;
| * RIM event. ask ehashman. ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || &lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $80&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3236</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3236"/>
		<updated>2012-05-17T02:23:46Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 151&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 120&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ??&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  Can we co-operate with movie director position/budget?&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * Talks ||&lt;br /&gt;
|-&lt;br /&gt;
| Prof talks? Budget N as afford, most would be for carry-over to fall ||&lt;br /&gt;
|-&lt;br /&gt;
| RIM event. ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || &lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $80&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3235</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3235"/>
		<updated>2012-05-17T02:20:33Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 151&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 120&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ??&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Social Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CSC Goes Outside. Est. Turnout: 25-30. Frisbee, campfire, food. || $60 Food. $40 other supplies.&lt;br /&gt;
|-&lt;br /&gt;
| * Movie night.  Can we co-operate with movie director position/budget?&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Academic Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * Talks || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || &lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 2x Computer mice. || $80&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3234</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3234"/>
		<updated>2012-05-17T01:52:56Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Proposed Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 151&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 120&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ??&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * Talks || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || &lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3233</id>
		<title>Finance:Budget/S2012</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Finance:Budget/S2012&amp;diff=3233"/>
		<updated>2012-05-17T01:51:58Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Created page with &amp;quot;==Proposed Budget==  {| class=&amp;quot;wikitable&amp;quot; |+ Spring 2012 |- | &amp;#039;&amp;#039;&amp;#039;Revenue&amp;#039;&amp;#039;&amp;#039; || |- | * MathSoc Members || 151 |- | * Non-MathSoc Members || 120 |- | * Membership Fees || ?? |- | &amp;#039;…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Proposed Budget==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Spring 2012&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Revenue&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * MathSoc Members || 151&lt;br /&gt;
|-&lt;br /&gt;
| * Non-MathSoc Members || 120&lt;br /&gt;
|-&lt;br /&gt;
| * Membership Fees || ??&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Expenses&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * 3 Code Parties || 180&lt;br /&gt;
|-&lt;br /&gt;
| * Talks || 270&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Events Total&#039;&#039;&#039; || 540&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * CDs || 57&lt;br /&gt;
|-&lt;br /&gt;
| * Whiteboard Markers || 24&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Office Supplies Total&#039;&#039;&#039; || 116&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Technology Total&#039;&#039;&#039; || 738&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous&#039;&#039;&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| * Bank Fees || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Miscellaneous Total&#039;&#039;&#039; || 17&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Total Expenses&#039;&#039;&#039; || 1431&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Requested Funding&#039;&#039;&#039; || 1121&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;MathSoc Funding Cap&#039;&#039;&#039; || 1121&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Budget|Budget201205]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Imapd_Guide&amp;diff=3225</id>
		<title>Imapd Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Imapd_Guide&amp;diff=3225"/>
		<updated>2012-05-14T20:02:49Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Where ==&lt;br /&gt;
&lt;br /&gt;
On a normal pop run, you will likely be going to [http://maps.google.ca/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=200+university+ave.+w.+to+24+Forewell+Creek+Road,+Waterloo,+ON&amp;amp;sll=43.470082,-80.537682&amp;amp;sspn=0.013143,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.477276,-80.531588&amp;amp;spn=0.026283,0.055275&amp;amp;z=14 Real Canadian Wholesale Club] As far as we know, it has the best normal prices around unless someone has a Costco Card.&lt;br /&gt;
&lt;br /&gt;
== What ==&lt;br /&gt;
&lt;br /&gt;
Generally, buying ~$200 worth of pop will last the CSC about half a term or less, especially shortened at the beginning when we give out pop to new members.&lt;br /&gt;
&lt;br /&gt;
Assuming you&#039;re buying $200 of pop, the author&#039;s suggestion is: (please modify according to patterns noticed and your intuition)&lt;br /&gt;
* 5 x 24-pack Coca-Cola  (@ $7.99 ea.) (Note: apparently people really like Coke over Pepsi)&lt;br /&gt;
* 5 x 24-pack Dr. Pepper (@ $7.99 ea.)&lt;br /&gt;
* 1 x 24-pack Canada Dry (@ $7.99 ea.)&lt;br /&gt;
* 1 x 24-pack 7up/Sprite (@ $7.99 ea.) (Note: likely one will be cheaper by a dollar, buy it)&lt;br /&gt;
* 2 x 24-pack Barq&#039;s     (@ $7.99 ea.) (Note: Barq&#039;s is the only one with Caffeine, buy it)&lt;br /&gt;
* 3 x 24-pack Rainbow Pk (@ $7.99 ea.) (Note: someone has specified they want more Soda, I increased ratio, feel free to drop one)&lt;br /&gt;
* 1 x 24-pack Five Alive (@ $10.99 ea.?) (Note: Just some juice-like canned pop)&lt;br /&gt;
* 1 x 24-pack Nestea     (@ $11.99 ea.)&lt;br /&gt;
* 3 x 9-pack Sunlike     (@ $3.?? ea.) (Note: Sunlike or Fairlee  is cheapest for juice, normal deal is at 3 plus packs bought, and I&#039;ll note later which one is cheaper per bottle (not that it matters much since it&#039;s a difference of like a cent))&lt;br /&gt;
* 3 Arizona Green Tea (large cans)&lt;br /&gt;
* 2 Arizona Iced Tea (large cans)&lt;br /&gt;
* 2 x 24-pack V8&lt;br /&gt;
&lt;br /&gt;
Prices no longer accurate -- need to be adjusted.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t think this can fit in the back seat of your car, it can, trust me, I drive a small car. Trunk or front seat space is nice to have though.&lt;br /&gt;
&lt;br /&gt;
Also, we&#039;ve started getting candy and chips.  Update needed.&lt;br /&gt;
&lt;br /&gt;
== Deals ==&lt;br /&gt;
&lt;br /&gt;
Deals are found by looking at the weekly flyers of:&lt;br /&gt;
* [http://www.superstore.ca/ontario/thisWeeksFlyer.aspx Real Canadian Superstore] [http://maps.google.ca/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=200+University+Ave+W,+Waterloo,+ON+to+875+Highland+Road+West,+Kitchener,+ON&amp;amp;sll=43.465187,-80.522372&amp;amp;sspn=0.210308,0.4422&amp;amp;g=Waterloo,+ON&amp;amp;ie=UTF8&amp;amp;z=13 Kitchener] (had one instance of bottle 6-packs for $1.99)&lt;br /&gt;
* [http://sdm.ca.flyerservices.com/cached_banner_pages/publication.aspx Shoppers Drug Mart] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=Seagram+Dr+to:75+King+St.+S,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=%3BFRxFlwIdRh0z-w%3B&amp;amp;mra=ls&amp;amp;via=1&amp;amp;sll=43.467746,-80.529399&amp;amp;sspn=0.013144,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.46784,-80.530558&amp;amp;spn=0.013144,0.027637&amp;amp;z=15 Waterloo] (bottle 6-packs for $1.99 or 2 x 12-pack for $4.99, both deals may have limits on 4 purchases per customer)&lt;br /&gt;
* [http://www.zehrs.ca/thisWeeksFlyer.aspx Zehrs] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=450+Erb+St.+W,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=&amp;amp;mra=ls&amp;amp;sll=43.45049,-80.53545&amp;amp;sspn=0.05259,0.11055&amp;amp;ie=UTF8&amp;amp;z=14 Waterloo] (2 x 12-pack for $4.99 or 3 x 12-pack for $9.99)&lt;br /&gt;
* [http://www.valumart.ca/thisWeeksFlyer.aspx Valu-mart] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=Seagram+Dr+to:75+King+St.+S,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=%3BFRxFlwIdRh0z-w%3B&amp;amp;mra=ls&amp;amp;via=1&amp;amp;sll=43.467746,-80.529399&amp;amp;sspn=0.013144,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.46784,-80.530558&amp;amp;spn=0.013144,0.027637&amp;amp;z=15 Waterloo] (?)&lt;br /&gt;
* [http://sob.ca.flyerservices.com/cached_Banner_pages/publication.aspx Sobeys] [http://maps.google.ca/maps?f=d&amp;amp;saddr=Columbia+St+W&amp;amp;daddr=450+Columbia+St.+W,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=FaRYlwId4OIy-w%3B&amp;amp;mra=ls&amp;amp;sll=43.467435,-80.553732&amp;amp;sspn=0.026288,0.055275&amp;amp;ie=UTF8&amp;amp;z=15 Waterloo] (?)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Normal Prices&lt;br /&gt;
|-&lt;br /&gt;
| Item || Cost/Can (Incl. 13% tax) || Sale Price || Profit/Can&lt;br /&gt;
|-&lt;br /&gt;
| Pop 12-pack @ $4.50 || $0.42 || $0.50 || $0.08 (Just for comparison, don&#039;t you dare buy...)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 12-pack @ Grocery Gateway || &amp;gt;9000 || $0.50 || -$0.02? (...pop at this price or at Grocery Gateway)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $7.99 || $0.38 || $0.50 || $0.12&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $10.99 || $0.52 || $0.75 || $0.23&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $11.99 || $0.56 || $0.75 || $0.19&lt;br /&gt;
|-&lt;br /&gt;
| Juice 9-pack @ $3.45? || $0.43? || $0.75 || $0.32? (Profit is per bottle)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Deals to look out for (in order of decreasing awesomeness)&lt;br /&gt;
|-&lt;br /&gt;
| Item || Cost/Can (Incl. 13% tax) || Sale Price || Profit/Can&lt;br /&gt;
|-&lt;br /&gt;
| 710ml 6-pack @ 1.99 || $0.19 || $0.50 || $0.31 (Calculated per can assuming bottle sold at $1.00)&lt;br /&gt;
|-&lt;br /&gt;
| 710ml 6-pack @ 1.99 || $0.19 || $0.375 || $0.185 (Calculated per can assuming bottle sold at $0.75)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 2 x 12-pack @ $4.99 || $0.23 || $0.50 || $0.27&lt;br /&gt;
|-&lt;br /&gt;
| Pop 3 x 12-pack @ $9.99 || $0.31 || $0.50 || $0.19&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Pop_Run&amp;diff=3224</id>
		<title>Pop Run</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Pop_Run&amp;diff=3224"/>
		<updated>2012-05-14T20:01:14Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: Replaced content with &amp;quot;See Imapd_Guide&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[Imapd_Guide]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Imapd_Guide&amp;diff=3223</id>
		<title>Imapd Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Imapd_Guide&amp;diff=3223"/>
		<updated>2012-05-14T20:00:58Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
== Where ==&lt;br /&gt;
&lt;br /&gt;
On a normal pop run, you will likely be going to [http://maps.google.ca/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=200+university+ave.+w.+to+24+Forewell+Creek+Road,+Waterloo,+ON&amp;amp;sll=43.470082,-80.537682&amp;amp;sspn=0.013143,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.477276,-80.531588&amp;amp;spn=0.026283,0.055275&amp;amp;z=14 Real Canadian Wholesale Club] As far as we know, it has the best normal prices around unless someone has a Costco Card.&lt;br /&gt;
&lt;br /&gt;
== What ==&lt;br /&gt;
&lt;br /&gt;
Generally, buying ~$200 worth of pop will last the CSC about half a term or less, especially shortened at the beginning when we give out pop to new members.&lt;br /&gt;
&lt;br /&gt;
Assuming you&#039;re buying $200 of pop, the author&#039;s suggestion is: (please modify according to patterns noticed and your intuition)&lt;br /&gt;
* 5 x 24-pack Coca-Cola  (@ $7.99 ea.) (Note: apparently people really like Coke over Pepsi)&lt;br /&gt;
* 5 x 24-pack Dr. Pepper (@ $7.99 ea.)&lt;br /&gt;
* 1 x 24-pack Canada Dry (@ $7.99 ea.)&lt;br /&gt;
* 1 x 24-pack 7up/Sprite (@ $7.99 ea.) (Note: likely one will be cheaper by a dollar, buy it)&lt;br /&gt;
* 2 x 24-pack Barq&#039;s     (@ $7.99 ea.) (Note: Barq&#039;s is the only one with Caffeine, buy it)&lt;br /&gt;
* 3 x 24-pack Rainbow Pk (@ $7.99 ea.) (Note: someone has specified they want more Soda, I increased ratio, feel free to drop one)&lt;br /&gt;
* 1 x 24-pack Five Alive (@ $10.99 ea.?) (Note: Just some juice-like canned pop)&lt;br /&gt;
* 1 x 24-pack Nestea     (@ $11.99 ea.)&lt;br /&gt;
* 3 x 9-pack Sunlike     (@ $3.?? ea.) (Note: Sunlike or Fairlee  is cheapest for juice, normal deal is at 3 plus packs bought, and I&#039;ll note later which one is cheaper per bottle (not that it matters much since it&#039;s a difference of like a cent))&lt;br /&gt;
* 3 Arizona Green Tea (large cans)&lt;br /&gt;
* 2 Arizona Iced Tea (large cans)&lt;br /&gt;
* 2 x 24-pack V8&lt;br /&gt;
&lt;br /&gt;
Prices no longer accurate -- need to be adjusted.&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t think this can fit in the back seat of your car, it can, trust me, I drive a small car. Trunk or front seat space is nice to have though.&lt;br /&gt;
&lt;br /&gt;
== Deals ==&lt;br /&gt;
&lt;br /&gt;
Deals are found by looking at the weekly flyers of:&lt;br /&gt;
* [http://www.superstore.ca/ontario/thisWeeksFlyer.aspx Real Canadian Superstore] [http://maps.google.ca/maps?f=q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=200+University+Ave+W,+Waterloo,+ON+to+875+Highland+Road+West,+Kitchener,+ON&amp;amp;sll=43.465187,-80.522372&amp;amp;sspn=0.210308,0.4422&amp;amp;g=Waterloo,+ON&amp;amp;ie=UTF8&amp;amp;z=13 Kitchener] (had one instance of bottle 6-packs for $1.99)&lt;br /&gt;
* [http://sdm.ca.flyerservices.com/cached_banner_pages/publication.aspx Shoppers Drug Mart] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=Seagram+Dr+to:75+King+St.+S,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=%3BFRxFlwIdRh0z-w%3B&amp;amp;mra=ls&amp;amp;via=1&amp;amp;sll=43.467746,-80.529399&amp;amp;sspn=0.013144,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.46784,-80.530558&amp;amp;spn=0.013144,0.027637&amp;amp;z=15 Waterloo] (bottle 6-packs for $1.99 or 2 x 12-pack for $4.99, both deals may have limits on 4 purchases per customer)&lt;br /&gt;
* [http://www.zehrs.ca/thisWeeksFlyer.aspx Zehrs] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=450+Erb+St.+W,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=&amp;amp;mra=ls&amp;amp;sll=43.45049,-80.53545&amp;amp;sspn=0.05259,0.11055&amp;amp;ie=UTF8&amp;amp;z=14 Waterloo] (2 x 12-pack for $4.99 or 3 x 12-pack for $9.99)&lt;br /&gt;
* [http://www.valumart.ca/thisWeeksFlyer.aspx Valu-mart] [http://maps.google.ca/maps?f=d&amp;amp;saddr=200+University+Ave+W,+Waterloo,+ON&amp;amp;daddr=Seagram+Dr+to:75+King+St.+S,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=%3BFRxFlwIdRh0z-w%3B&amp;amp;mra=ls&amp;amp;via=1&amp;amp;sll=43.467746,-80.529399&amp;amp;sspn=0.013144,0.027637&amp;amp;ie=UTF8&amp;amp;ll=43.46784,-80.530558&amp;amp;spn=0.013144,0.027637&amp;amp;z=15 Waterloo] (?)&lt;br /&gt;
* [http://sob.ca.flyerservices.com/cached_Banner_pages/publication.aspx Sobeys] [http://maps.google.ca/maps?f=d&amp;amp;saddr=Columbia+St+W&amp;amp;daddr=450+Columbia+St.+W,+Waterloo,+ON&amp;amp;hl=en&amp;amp;geocode=FaRYlwId4OIy-w%3B&amp;amp;mra=ls&amp;amp;sll=43.467435,-80.553732&amp;amp;sspn=0.026288,0.055275&amp;amp;ie=UTF8&amp;amp;z=15 Waterloo] (?)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Normal Prices&lt;br /&gt;
|-&lt;br /&gt;
| Item || Cost/Can (Incl. 13% tax) || Sale Price || Profit/Can&lt;br /&gt;
|-&lt;br /&gt;
| Pop 12-pack @ $4.50 || $0.42 || $0.50 || $0.08 (Just for comparison, don&#039;t you dare buy...)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 12-pack @ Grocery Gateway || &amp;gt;9000 || $0.50 || -$0.02? (...pop at this price or at Grocery Gateway)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $7.99 || $0.38 || $0.50 || $0.12&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $10.99 || $0.52 || $0.75 || $0.23&lt;br /&gt;
|-&lt;br /&gt;
| Pop 24-pack @ $11.99 || $0.56 || $0.75 || $0.19&lt;br /&gt;
|-&lt;br /&gt;
| Juice 9-pack @ $3.45? || $0.43? || $0.75 || $0.32? (Profit is per bottle)&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Deals to look out for (in order of decreasing awesomeness)&lt;br /&gt;
|-&lt;br /&gt;
| Item || Cost/Can (Incl. 13% tax) || Sale Price || Profit/Can&lt;br /&gt;
|-&lt;br /&gt;
| 710ml 6-pack @ 1.99 || $0.19 || $0.50 || $0.31 (Calculated per can assuming bottle sold at $1.00)&lt;br /&gt;
|-&lt;br /&gt;
| 710ml 6-pack @ 1.99 || $0.19 || $0.375 || $0.185 (Calculated per can assuming bottle sold at $0.75)&lt;br /&gt;
|-&lt;br /&gt;
| Pop 2 x 12-pack @ $4.99 || $0.23 || $0.50 || $0.27&lt;br /&gt;
|-&lt;br /&gt;
| Pop 3 x 12-pack @ $9.99 || $0.31 || $0.50 || $0.19&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=DNS&amp;diff=3201</id>
		<title>DNS</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=DNS&amp;diff=3201"/>
		<updated>2012-04-20T19:27:49Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== IST DNS ==&lt;br /&gt;
&lt;br /&gt;
The University of Waterloo&#039;s DNS is managed through [http://maintain.uwaterloo.ca Maintain].&lt;br /&gt;
&lt;br /&gt;
People who have access to Maintain:&lt;br /&gt;
* jbroman&lt;br /&gt;
&lt;br /&gt;
== CSC DNS ==&lt;br /&gt;
&lt;br /&gt;
DNS service was terminated because it didn&#039;t work well (some problem with additional work needing to be done for some nameservers to accept delegating authority to us), nobody used it and it caused a potential security problem (which could have been fixed, but removing it was easier for the preceding reasons).&lt;br /&gt;
&lt;br /&gt;
See an [http://wiki.csclub.uwaterloo.ca/index.php?title=DNS&amp;amp;oldid=2852 old revision] of this article for more detail.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&lt;br /&gt;
=== LOC Records ===&lt;br /&gt;
&lt;br /&gt;
If we really cared, we might add a [http://en.wikipedia.org/wiki/LOC_record LOC record] for csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
=== SSHFP ===&lt;br /&gt;
&lt;br /&gt;
We could look into [http://tools.ietf.org/html/rfc4255 SSHFP] records. Apparently OpenSSH supports these. (Discussion moved to [[Talk:DNS]].)&lt;br /&gt;
&lt;br /&gt;
[[Category:Systems]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Clothing_Ideas&amp;diff=3200</id>
		<title>Clothing Ideas</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Clothing_Ideas&amp;diff=3200"/>
		<updated>2012-04-20T19:08:08Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Underwear */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We should make new tshirts.&lt;br /&gt;
&lt;br /&gt;
Our old design is simple and awesome. Ian Goldberg said we suck and CSC used to have cooler tshirts with designs&lt;br /&gt;
&lt;br /&gt;
Note that a lot of people have our current shirt and therefore will not be buying it if we get the same design.&lt;br /&gt;
&lt;br /&gt;
== Old Design == &lt;br /&gt;
* These worked well. &lt;br /&gt;
* People already own them though, so they won&#039;t rebuy.&lt;br /&gt;
* Ian Goldberg said they were boring and that we used to have ones with designs. &lt;br /&gt;
&lt;br /&gt;
== Math is hard ==&lt;br /&gt;
* Front: &amp;quot;Math is hard, let&#039;s do Computer Science\n Computer Science Club&amp;quot; Back: Same as old shirt. Shirt could be pink with black writing&lt;br /&gt;
** ilcharle said he wouldn&#039;t want to wear it because someone might not get the reference and think that he thinks math is hard (see: insecure)&lt;br /&gt;
** ALT: &amp;quot;Computer Science is hard, let&#039;s go shopping!\n Computer Science Club&amp;quot;.  More direct reference to the barbie thing, the more thorough sarcasm should protect the egos of the insecure. &lt;br /&gt;
* A pink shirt would be awesome regardless.&lt;br /&gt;
&lt;br /&gt;
== CSC is the status quo ==&lt;br /&gt;
* An Uncle Sam-esque character saying &amp;quot;I&#039;ve payed my CSC membership, have &#039;&#039;you&#039;&#039;?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Themed designs ==&lt;br /&gt;
* A keyboard/laptop/computer gear toting figure battling with Cthulhu Mythos monsters (e.g. http://blog.jonnay.net/uploads/DONOTFUCKWITHCTHULHU.jpg)&lt;br /&gt;
* Something like the MathNEWS cover pages from Fall 2006&lt;br /&gt;
* A more artsy version of the CSC logo, with some nerdy joke &amp;lt;pre&amp;gt;:(){ :|:&amp;amp; };:&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Seasonal wear ==&lt;br /&gt;
* rjputins mentioned this, I&#039;ll let her fill this in.&lt;br /&gt;
&lt;br /&gt;
== Underwear == &lt;br /&gt;
* Again, something that rjputins mentioned. Useful for resurrecting no pants day?&lt;br /&gt;
&lt;br /&gt;
We never did find anybody who would print on reasonable underwear.&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Main_Page&amp;diff=3199</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Main_Page&amp;diff=3199"/>
		<updated>2012-04-20T19:06:57Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the Wiki of the [[Computer Science Club]]. Feel free to start adding pages and information.&lt;br /&gt;
&lt;br /&gt;
[[Special:AllPages]]&lt;br /&gt;
&lt;br /&gt;
== Guides ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;-webkit-column-count:3; -moz-column-count:3; column-count:3;&amp;quot;&amp;gt;&lt;br /&gt;
* [[Budget Guide]]&lt;br /&gt;
* [[Club Hosting]]&lt;br /&gt;
* [[Member Hosting]]&lt;br /&gt;
* [[Exec Manual]]&lt;br /&gt;
* [[Imapd Guide]]&lt;br /&gt;
* [[MEF Guide]]&lt;br /&gt;
* [[Office Staff]]&lt;br /&gt;
* [[Talks Guide]]&lt;br /&gt;
* [[SCS Guide]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== News and Events ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;-webkit-column-count:3; -moz-column-count:3; column-count:3;&amp;quot;&amp;gt;&lt;br /&gt;
* [[Meetings]]&lt;br /&gt;
* [[Talks]]&lt;br /&gt;
* [[Projects]]&lt;br /&gt;
* [[Industry Opportunities]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Machine/System Documentation ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;-webkit-column-count:3; -moz-column-count:3; column-count:3;&amp;quot;&amp;gt;&lt;br /&gt;
* [[Authentication]]&lt;br /&gt;
* [[Backups]]&lt;br /&gt;
* [[ceo]]&lt;br /&gt;
* [[Conserver]]&lt;br /&gt;
* [[DNS]]&lt;br /&gt;
* [[Debian Repository]]&lt;br /&gt;
* [[Digital Cutter]]&lt;br /&gt;
* [[Directory Services]]&lt;br /&gt;
* [[Electronics]]&lt;br /&gt;
* [[Machine List]]&lt;br /&gt;
* [[Mail]]&lt;br /&gt;
* [[Mailing Lists]]&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[MySQL]]&lt;br /&gt;
* [[New CSC Machine]]&lt;br /&gt;
* [[OID Assignment]]&lt;br /&gt;
* [[Printing]]&lt;br /&gt;
* [[Robot Arm]]&lt;br /&gt;
* [[Scratch]]&lt;br /&gt;
* [[SNMP]]&lt;br /&gt;
* [[Serial Connections]]&lt;br /&gt;
* [[SSL]]&lt;br /&gt;
* [[Switches]]&lt;br /&gt;
* [[Sony Camera]]&lt;br /&gt;
* [[Systems Committee]]&lt;br /&gt;
* [[TS-7800]]&lt;br /&gt;
* [[UID/GID Assignment]]&lt;br /&gt;
* [[User-data]]&lt;br /&gt;
* [[Webcams]]&lt;br /&gt;
* [[Webmail]]&lt;br /&gt;
* [[Website]]&lt;br /&gt;
* [[Virtualization]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
&amp;lt;div style=&amp;quot;-webkit-column-count:3; -moz-column-count:3; column-count:3;&amp;quot;&amp;gt;&lt;br /&gt;
* [[Budget]]&lt;br /&gt;
* [[Executive]]&lt;br /&gt;
* [[Frosh]]&lt;br /&gt;
* [[History]]&lt;br /&gt;
* [[Library]]&lt;br /&gt;
* [[MEF Proposals]]&lt;br /&gt;
* [[Office Policies]]&lt;br /&gt;
* [[Projector]]&lt;br /&gt;
* [[Term Notes]]&lt;br /&gt;
&amp;lt;/div&amp;gt; __NOTOC__&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Wireless&amp;diff=3141</id>
		<title>Wireless</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Wireless&amp;diff=3141"/>
		<updated>2012-02-27T17:50:16Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* Rosetta Stone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;csc-wireless no longer exists. Members are advised to use eduroam or uw-unsecured.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Rosetta Stone ==&lt;br /&gt;
See IST&#039;s page http://ist.uwaterloo.ca/cs/wireless.html for Windows and other devices.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
==== netcfg ====&lt;br /&gt;
Toss this into /etc/network.d/, making sure you edit identity and password. sudo netcfg eduroam&lt;br /&gt;
&lt;br /&gt;
 CONNECTION=&#039;wireless&#039;&lt;br /&gt;
 INTERFACE=wlan0&lt;br /&gt;
 SECURITY=&#039;wpa-configsection&#039;&lt;br /&gt;
 IP=&#039;dhcp&#039;&lt;br /&gt;
 CONFIGSECTION=&#039;&lt;br /&gt;
     ssid=&amp;quot;eduroam&amp;quot;&lt;br /&gt;
     proto=RSN&lt;br /&gt;
     key_mgmt=WPA-EAP&lt;br /&gt;
     pairwise=CCMP&lt;br /&gt;
     group=CCMP&lt;br /&gt;
     eap=PEAP&lt;br /&gt;
     #anonymous_identity=&amp;quot;anonymous&amp;quot;&lt;br /&gt;
     identity=&amp;quot;userid@uwaterloo.ca&amp;quot;&lt;br /&gt;
     password=&amp;quot;hunter2&amp;quot;&lt;br /&gt;
     ca_cert=&amp;quot;/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt&amp;quot;&lt;br /&gt;
     phase2=&amp;quot;auth=MSCHAPV2&amp;quot;&lt;br /&gt;
     priority=1&#039;&lt;br /&gt;
&lt;br /&gt;
==== wicd ====&lt;br /&gt;
Toss this into /etc/wicd/encryption/templates/ and edit /etc/wicd/encryption/templates/active to include a line with eduroam.&lt;br /&gt;
&lt;br /&gt;
 name = Eduroam UW&lt;br /&gt;
 author = Steven She&lt;br /&gt;
 version = 1&lt;br /&gt;
 require username *Username password *Password&lt;br /&gt;
 -----&lt;br /&gt;
 ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
 network={&lt;br /&gt;
     ssid=&amp;quot;$_ESSID&amp;quot;&lt;br /&gt;
     scan_ssid=&amp;quot;$_SCAN&amp;quot;&lt;br /&gt;
     proto=RSN&lt;br /&gt;
     key_mgmt=WPA-EAP&lt;br /&gt;
     pairwise=CCMP&lt;br /&gt;
     group=CCMP&lt;br /&gt;
     eap=PEAP&lt;br /&gt;
     identity=&amp;quot;$_USERNAME&amp;quot;&lt;br /&gt;
     password=&amp;quot;$_PASSWORD&amp;quot;&lt;br /&gt;
     ca_cert=&amp;quot;/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt&amp;quot;&lt;br /&gt;
     phase2=&amp;quot;auth=MSCHAPV2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
The previous setup has been [http://wiki.csclub.uwaterloo.ca/Wireless?oldid=2297 archived] for posterity.&lt;br /&gt;
&lt;br /&gt;
[[Category:Systems]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Wireless&amp;diff=3140</id>
		<title>Wireless</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Wireless&amp;diff=3140"/>
		<updated>2012-02-27T17:48:28Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: /* netcfg */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;csc-wireless no longer exists. Members are advised to use eduroam or uw-unsecured.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Rosetta Stone ==&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
==== netcfg ====&lt;br /&gt;
Toss this into /etc/network.d/, making sure you edit identity and password. sudo netcfg eduroam&lt;br /&gt;
&lt;br /&gt;
 CONNECTION=&#039;wireless&#039;&lt;br /&gt;
 INTERFACE=wlan0&lt;br /&gt;
 SECURITY=&#039;wpa-configsection&#039;&lt;br /&gt;
 IP=&#039;dhcp&#039;&lt;br /&gt;
 CONFIGSECTION=&#039;&lt;br /&gt;
     ssid=&amp;quot;eduroam&amp;quot;&lt;br /&gt;
     proto=RSN&lt;br /&gt;
     key_mgmt=WPA-EAP&lt;br /&gt;
     pairwise=CCMP&lt;br /&gt;
     group=CCMP&lt;br /&gt;
     eap=PEAP&lt;br /&gt;
     #anonymous_identity=&amp;quot;anonymous&amp;quot;&lt;br /&gt;
     identity=&amp;quot;userid@uwaterloo.ca&amp;quot;&lt;br /&gt;
     password=&amp;quot;hunter2&amp;quot;&lt;br /&gt;
     ca_cert=&amp;quot;/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt&amp;quot;&lt;br /&gt;
     phase2=&amp;quot;auth=MSCHAPV2&amp;quot;&lt;br /&gt;
     priority=1&#039;&lt;br /&gt;
&lt;br /&gt;
==== wicd ====&lt;br /&gt;
Toss this into /etc/wicd/encryption/templates/ and edit /etc/wicd/encryption/templates/active to include a line with eduroam.&lt;br /&gt;
&lt;br /&gt;
 name = Eduroam UW&lt;br /&gt;
 author = Steven She&lt;br /&gt;
 version = 1&lt;br /&gt;
 require username *Username password *Password&lt;br /&gt;
 -----&lt;br /&gt;
 ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
 network={&lt;br /&gt;
     ssid=&amp;quot;$_ESSID&amp;quot;&lt;br /&gt;
     scan_ssid=&amp;quot;$_SCAN&amp;quot;&lt;br /&gt;
     proto=RSN&lt;br /&gt;
     key_mgmt=WPA-EAP&lt;br /&gt;
     pairwise=CCMP&lt;br /&gt;
     group=CCMP&lt;br /&gt;
     eap=PEAP&lt;br /&gt;
     identity=&amp;quot;$_USERNAME&amp;quot;&lt;br /&gt;
     password=&amp;quot;$_PASSWORD&amp;quot;&lt;br /&gt;
     ca_cert=&amp;quot;/usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt&amp;quot;&lt;br /&gt;
     phase2=&amp;quot;auth=MSCHAPV2&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
The previous setup has been [http://wiki.csclub.uwaterloo.ca/Wireless?oldid=2297 archived] for posterity.&lt;br /&gt;
&lt;br /&gt;
[[Category:Systems]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
	<entry>
		<id>https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3085</id>
		<title>Machine List</title>
		<link rel="alternate" type="text/html" href="https://wiki.csclub.uwaterloo.ca/index.php?title=Machine_List&amp;diff=3085"/>
		<updated>2011-09-10T06:21:15Z</updated>

		<summary type="html">&lt;p&gt;Mimcpher: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Servers =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ascorbic-acid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ascorbic-acid is Sun Netra T1. Needs &#039;rootdelay=15&#039; kernel argument to boot.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Sun Netra T1&lt;br /&gt;
* 256MB RAM&lt;br /&gt;
* 2 &amp;amp;times; 20 GB Seagate hard drive, configured as a 34 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Runs ssh on ports 21,22,53,80,81,443,8000,8080 for user&#039;s convenience.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;caffeine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Caffeine is the Computer Science Club&#039;s primary server. It servers mail, websites, and a large amount of other services. It is a [[Virtualization#Linux_Containers|Linux container]] at present.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* currently hosted on [[#glomag|glomag]]&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Club and member web sites with [[Apache]]&lt;br /&gt;
* [[MySQL]] databases&lt;br /&gt;
* [[Mail]] services&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;corn-syrup&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon E5405 @ 2.00 GHz&lt;br /&gt;
* 12 GB RAM&lt;br /&gt;
* eth0 (&amp;quot;Gb0&amp;quot;) mac addr 00:24:e8:52:41:27&lt;br /&gt;
* eth1 (&amp;quot;Gb1&amp;quot;) mac addr 00:24:e8:52:41:29&lt;br /&gt;
* IPMI mac addr 00:24:e8:52:41:2b&lt;br /&gt;
* 3 &amp;amp;times; Western-Digital 160GB SATA hard drive (445 GB software RAID0 array)&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
&lt;br /&gt;
* Use eth0/Gb0 for the mathstudentorgsnet connection&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Hosts 1 TB &amp;lt;tt&amp;gt;/scratch&amp;lt;/tt&amp;gt; and exports via NFS (sec=krb5)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;denardo&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Sun Fire V210&lt;br /&gt;
* TI UltraSparc IIIi (Jalapeño)&lt;br /&gt;
* 2 GB RAM&lt;br /&gt;
* 160 GB RAID array&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;potassium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Potassium-citrate is a dual-processor Alpha machine. It is on extended loan from one of our members. Needs &#039;rootdelay=15&#039; kernel argument to boot.  Might have bad memory, which needs to be investigated.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Alphaserver CS20 (2 833MHz EV68al CPUs)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
* 36 GB Seagate SCSI hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;taurine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 AMD Opteron 2218 CPUs&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* 136 GB LVM volume group&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Virtual machines&lt;br /&gt;
* BitlBee IRC instant messaging gateway (localhost only)&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sid&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sid is a container with Debian testing installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;freebsd&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
FreeBSD is a virtual machine with FreeBSD installed.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* Newer software&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;rainbowdragoneyes&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Rainbowdragoneyes is our Lemote Fuloong MIPS machine. This machine is aliased to rde.csclub.uwaterloo.ca.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 800MHz MIPS Loongson 2f CPU&lt;br /&gt;
&lt;br /&gt;
= Office Terminals =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;bit-shifter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
bit-shifter is an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel(R) Core(TM)2 Quad CPU    Q8300&lt;br /&gt;
* 4GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/motherboard_manual_ga-ep45-ud3l.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* nVidea GeForce GT 240&lt;br /&gt;
* 1x 750GB Segate SATA drive&lt;br /&gt;
* 1x 80GB IDE Drive (part of a striped LVM volume for /video)&lt;br /&gt;
* Jacob Parker&#039;s Firewire Card&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;maltodextrin&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Maltodextrin is an office terminal; it used to be Bartle&#039;s Box of doom.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E7200 @ 2.53 GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf Gigabyte GA-EP35-DS3L] Motherboard&lt;br /&gt;
* Seagate Barracuda 400 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [http://csclub.uwaterloo.ca/office/webcam Office webcam]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;natural-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Natural-flavours is an office terminal; it used to be our mirror.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Core 2 Duo E6300 @ 1.86 GHz&lt;br /&gt;
* 2x1GB RAM&lt;br /&gt;
* 320 GB Seagate Barracuda hard drive&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ga-ep35_s3l_e.pdf ASUS P5L-MX] Motherboard&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;nullsleep&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
nullsleep is an [http://csclub.uwaterloo.ca/misc/manuals/ASRock_ION_330.pdf ASRock ION 330] machine given to us by CSCF and funded by MEF&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel® Dual Core Atom™ 330&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* NVIDIA® ION™ graphics&lt;br /&gt;
* 320 GB hard drive&lt;br /&gt;
* DVD Burner&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;strombola&#039;&#039;==&lt;br /&gt;
Strombola is our newest, shiniest office terminal and has a decent videocard suitable for work with graphics and rendering. It is named after Gordon Strombola.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Core2 Quad Q8200 @ 2.33GHz&lt;br /&gt;
* 4 GB RAM&lt;br /&gt;
* nVidia GeForce 8600 GTS&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/strombola.pdf Gigabyte GA-EP45-UD3L] Motherboard&lt;br /&gt;
* Western-Digital Caviar Blue 160 GB SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Speakers ====&lt;br /&gt;
Strombola has integrated 5.1 channel sound and the office speakers are currently connected to it.&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
Strombola runs MPD for playing music. Control of MPD is available only to users in the &amp;quot;audio&amp;quot; group.&lt;br /&gt;
Music is located in /music on the office terminals&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;acesulfame-potassium&#039;&#039; (decommissioned) ==&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* Intel Pentium 4 2.67GHz&lt;br /&gt;
* 1GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/ABIT_VT7.pdf ABIT VT7] Motherboard&lt;br /&gt;
* ATI Radeon 7000&lt;br /&gt;
&lt;br /&gt;
= Syscom Only =&lt;br /&gt;
&lt;br /&gt;
The following systems may only be accessible to members of the [[Systems Committee]] for a variety of reasons; the most common of which being that some of these machines host [[Kerberos]] authentication services for the CSC.&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;artificial-flavours&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Artificial-flavours is our backup server. It used to be an office terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Celeron 3.2GHz&lt;br /&gt;
* 2GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/Biostar_P4M80-M4.pdf Biostar P4M80-M4] Motherboard&lt;br /&gt;
* Western-Digital 80 GB ATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Cacti]]&lt;br /&gt;
* Backup [[Kerberos|authentication]] and [[OpenLDAP|directory services]]&lt;br /&gt;
* [[BNBT]] BitTorrent tracker&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;ginseng&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Ginseng is our file server.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Pentium Dual Core E2180&lt;br /&gt;
* 8GB RAM&lt;br /&gt;
* [http://csclub.uwaterloo.ca/misc/manuals/s3000ah_tps_1_1.pdf Intel S3000AHV Motherboard]&lt;br /&gt;
* 4 &amp;amp;times; 640 GB Western-Digital Caviar Blue in [http://en.wikipedia.org/wiki/Nested_RAID_levels#RAID_10_.28RAID_1.2B0.29 RAID 10] behind a [http://www.3ware.com/products/serial_ata2-9650.asp 3ware 9650SE RAID card].&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[User-data|/users]] via NFS&lt;br /&gt;
* Directory services with [[OpenLDAP]]&lt;br /&gt;
* Authentication with [[Kerberos]]&lt;br /&gt;
* [[ceo]] daemon&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;glomag&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Glomag is a newish server (as of Fall 2009) which hosts [[#caffeine|caffeine]]. Only syscom are allowed to SSH in here directly, though SSH to caffeine is permitted to all members.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon X3450 @ 2.67 GHz&lt;br /&gt;
* 6 GB RAM&lt;br /&gt;
* vg0: 931 GB software RAID0 (contains root partition):&lt;br /&gt;
** 2 &amp;amp;times; 500 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg1: 596 GB software RAID1 (contains caffeine):&lt;br /&gt;
** 2 &amp;amp;times; 640 GB Western-Digital Caviar Blue SATA hard drive&lt;br /&gt;
* vg2: 750 GB Seagate Barracuda SATA hard drive&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Virtualization#Linux_Container|Linux containers]]; see [[#caffeine|caffeine]]&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-benzoate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-benzoate is our mirror server, funded by MEF.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* Intel Xeon Quad Core E5405 @ 2.00 GHz&lt;br /&gt;
* 16GB RAM&lt;br /&gt;
* vg0: 228 GB block device behind DELL PERC 6/i (contains root partition)&lt;br /&gt;
* mirror: ~14 TB block device behind DELL PERC 6/i (contains mirror)&lt;br /&gt;
** 8 &amp;amp;times; 2 TB hard drive (RAID-5)&lt;br /&gt;
&lt;br /&gt;
==== Services ====&lt;br /&gt;
&lt;br /&gt;
* [[Mirror]]&lt;br /&gt;
* [[Talks]] mirror&lt;br /&gt;
* [[Debian_Repository|CSClub packages repository]]&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;sodium-citrate&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Sodium-citrate is an SGI O2 machine.&lt;br /&gt;
&lt;br /&gt;
In order to net boot you need to set /proc/sys/net/ipv4/ip_no_pmtu_disc to 1. When the O2 boots, hit F5 at the boot menu and type bootp():.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
* SGI O2 MIPS processor&lt;br /&gt;
* 423 MB (?) RAM&lt;br /&gt;
* 2 &amp;amp;times; 2 GB hard drive&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;romana&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
Romana is a BeBox that has been in the CSC&#039;s possession since long before BeOS became defunct.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 2 PowerPC based procccessors&lt;br /&gt;
* Stylish Blinken processor-load lights&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;goto80&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a small ARM machine we picked up in order to have similar hardware to the Real Time Operating Systems (CS 452) course. It has a [[TS-7800_JTAG|JTAG]] interface.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 500 MHz Feroceon (ARM926ej-s compatible) processor&lt;br /&gt;
* ARMv5TEJ architecture&lt;br /&gt;
&lt;br /&gt;
Use -march=armv5te -mtune=arm926ej-s options to GCC.&lt;br /&gt;
&lt;br /&gt;
For information on the TS-7800&#039;s hardware see here:&lt;br /&gt;
http://www.embeddedarm.com/products/board-detail.php?product=ts-7800&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;binaerpilot&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Tobi expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;anamanaguchi&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
This is a Gumstix Overo Tide CPU on a Chestnut43 expansion board.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* TI OMAP 3530 750Mhz (ARM Cortex-A8)&lt;br /&gt;
* 512MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;paza&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
An iMac G3 that is used as a dumb terminal.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
* 233Mhz PowerPC 740/750&lt;br /&gt;
* 96 MB RAM&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;digital cutter&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
See [[Digital Cutter|here]].&lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Lisp machine&#039;&#039; ==&lt;br /&gt;
&lt;br /&gt;
A recently acquired Symbolics XL1200 Lisp machine. dseagrav [at] lunar-tokyo.net wants us to drop him an email if we ever get it running, or anybody ever dumps the ROM images from it.&lt;br /&gt;
&lt;br /&gt;
http://www.globalnerdy.com/2008/12/03/symbolics-xl1200-lisp-machine-free-to-a-good-home/ for some history on this hardware.&lt;br /&gt;
&lt;br /&gt;
==== Specs ====&lt;br /&gt;
&lt;br /&gt;
Currently inoperable due to (at least) a missing console cable.&lt;br /&gt;
&lt;br /&gt;
[[Category:Hardware]]&lt;/div&gt;</summary>
		<author><name>Mimcpher</name></author>
	</entry>
</feed>