<?php
// meeting.html -- Events page for VAGUE Web site.

// Copyright (C) 2005 Aaron Hawley <ashawley@gnu.uvm.edu>

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
// 02110-1301, USA.

// $Id: uvm-meeting-20051013.html,v 1.1 2005-10-18 10:51:53-04 ashawley Exp $

$page_title 'Meeting Location';
include 
"header.php";
?>
<?php 
include "navigation.html"?>

<h2>7:00pm, Thursday, October 13, 2005</h2>

<h3>Presentation on Computer Security by Chris Adams</h3>

<p>Intrustion detection systems (IDS) detect intrusions by monitoring
all network traffic.  They can capture and signal alerts when a
user-defined, rule-based "intrusion signature" occurs.  The tutorial
will cover setting up a low-cost IDS device for the home or office.</p>

<p>SNORT is a portable and widely adopted open source IDS that
"combines the benefits of signature, protocol and anomaly based
inspection methods".  The presentation introduces installing SNORT on
Debian GNU/Linux using Apache, PHP and MySQL to make managing the
system as easy as using a Web site.</p>

<p>Chris Adams works in a PHP/MySQL development shop in Burlington,
Vermont.  He previously lived in Florida where he worked as a computer
consultant in the Tampa Bay region.  He lives with his wife and young
daughter whose birthday was on October 12.</p>

<h3>Location</h3>

<dl>
<dd>Burlington, Vermont</dd>
<dd>University of Vermont</dd>
<dd>85 South Prospect Street</dd>
<dd>Waterman Building</dd>
<dd>Room 338 - "Memorial Lounge"</dd>
</dl>

<h3>Directions and Parking</h3>

<p>The Waterman Building is on the corner of Prospect and College
streets.  UVM Visitor parking is located across College street.  The
parking attendant's work shift usually ends by late afternoon, so
parking fees should be avoidable. Parking, including handicap parking,
is also available directly behind and to the north of the building.
This lot is permit-only employee parking.  It allows other permit
passes after 6:00pm.  Experience has it that tickets aren't issued
after this time, but UVM is always looking for fundraiser ideas for
all the campus construction.</p>

<p>The south entrance of the building on College street has wheelchair
access. The building's public elevator is at the center of the building.</p>

<p>Memorial Lounge (room 338) is on the third floor of the building.
Entering from the parking lot and College street entrances, the third
floor is one floor up from ground level. Doors at the front of the
building, facing Prospect street, enter to the third floor level.</p>

<p>Memorial lounge is at the middle of the hall, essentially, behind the UVM
information desk.</p>

<p><a href="http://www.uvm.edu/map/?Page=MAP&amp;Building=Waterman+Building">UVM Campus Map of the Waterman Building</a>.</p>

<p><a href="http://www.uvm.edu/about_uvm/maps_directions/">UVM Maps and Directions</a>.</p>

<hr />
<p><a href="./">Back to Vague</a></p>
<?php include "footer.php"?>