<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lug.mtu.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jfledvin</id>
	<title>MTU LUG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://lug.mtu.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jfledvin"/>
	<link rel="alternate" type="text/html" href="https://lug.mtu.edu/wiki/Special:Contributions/Jfledvin"/>
	<updated>2026-05-14T07:27:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6519</id>
		<title>User:NUXI</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6519"/>
		<updated>2015-08-20T03:16:01Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
[19:50:08]  &amp;lt;NUXI&amp;gt;	jfledvin: my previous job way back when was embedded&lt;br /&gt;
[19:50:40]  &amp;lt;NUXI&amp;gt;	and we had rules about how the code should be endian independent (#ifdef BIG_ENDIAN if needed)&lt;br /&gt;
[19:50:56]  &amp;lt;NUXI&amp;gt;	well I needed 20 bytes of random data for cryptographic purposes&lt;br /&gt;
[19:51:05]  &amp;lt;NUXI&amp;gt;	and the random number function call gave me 4 bytes&lt;br /&gt;
[19:51:16]  &amp;lt;NUXI&amp;gt;	so I cast it onto an array&lt;br /&gt;
[19:51:26]  &amp;lt;mjgardes&amp;gt;	gotta get those in order&lt;br /&gt;
[19:51:28]  &amp;lt;NUXI&amp;gt;	i was told I had an endian issue in my code by a coworker&lt;br /&gt;
[19:51:41]  &amp;lt;NUXI&amp;gt;	on casting RANDOM data into another type&lt;br /&gt;
[19:52:20]  &amp;lt;NUXI&amp;gt;	it took entirely too long to convince this person that you cannot have an endian issue in that case&lt;br /&gt;
[19:52:33]  &amp;lt;NUXI&amp;gt;	checklist programming&lt;br /&gt;
[19:53:15]  &amp;lt;NUXI&amp;gt;	well halfway through that I changed my IRC nick to NUXI here and it kind of stuck&lt;br /&gt;
[19:56:20]  &amp;lt;Byan&amp;gt;	what would the solution even be &amp;gt;_&amp;gt;&lt;br /&gt;
[19:56:22]  &amp;lt;mjgardes&amp;gt;	in other words, you were too lazy to change it back&lt;br /&gt;
[19:57:02]  &amp;lt;NUXI&amp;gt;	Byan: i could actually have changed it so that the array always changed the integer the same way&lt;br /&gt;
[19:57:20]  &amp;lt;NUXI&amp;gt;	via #ifdef&lt;br /&gt;
[19:57:26]  &amp;lt;NUXI&amp;gt;	or ntohl()&lt;br /&gt;
[19:57:30]  &amp;lt;NUXI&amp;gt;	or a few other ways&lt;br /&gt;
[19:57:42]  &amp;lt;NUXI&amp;gt;	it was just stupid&lt;br /&gt;
[19:57:56]  &amp;lt;Byan&amp;gt;	but then you&#039;d have to cast to something else and then do that?&lt;br /&gt;
[19:57:59]  &amp;lt;NUXI&amp;gt;	im not even sure if I argued my way out or if I just wrapper it in ntohl()&lt;br /&gt;
[19:58:05]  &amp;lt;Byan&amp;gt;	like that doesn&#039;t even make sense&lt;br /&gt;
[20:00:01]  &amp;lt;NUXI&amp;gt;	i think I put ntohl() on it, I often ended arguments there with mathematical proofs&lt;br /&gt;
[20:00:35]  &amp;lt;NUXI&amp;gt;	which they either got or gave up&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6518</id>
		<title>User:NUXI</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6518"/>
		<updated>2015-08-20T03:14:40Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
[19:50:08]  &amp;lt;NUXI&amp;gt;	jfledvin: my previous job way back when was embedded&lt;br /&gt;
[19:50:40]  &amp;lt;NUXI&amp;gt;	and we had rules about how the code should be endian independent (#ifdef BIG_ENDIAN if needed)&lt;br /&gt;
[19:50:56]  &amp;lt;NUXI&amp;gt;	well I needed 20 bytes of random data for cryptographic purposes&lt;br /&gt;
[19:51:05]  &amp;lt;NUXI&amp;gt;	and the random number function call gave me 4 bytes&lt;br /&gt;
[19:51:16]  &amp;lt;NUXI&amp;gt;	so I cast it onto an array&lt;br /&gt;
[19:51:26]  &amp;lt;mjgardes&amp;gt;	gotta get those in order&lt;br /&gt;
[19:51:28]  &amp;lt;NUXI&amp;gt;	i was told I had an endian issue in my code by a coworker&lt;br /&gt;
[19:51:41]  &amp;lt;NUXI&amp;gt;	on casting RANDOM data into another type&lt;br /&gt;
[19:52:20]  &amp;lt;NUXI&amp;gt;	it took entirely too long to convince this person that you cannot have an endian issue in that case&lt;br /&gt;
[19:52:33]  &amp;lt;NUXI&amp;gt;	checklist programming&lt;br /&gt;
[19:53:15]  &amp;lt;NUXI&amp;gt;	well halfway through that I changed my IRC nick to NUXI here and it kind of stuck&lt;br /&gt;
[19:56:20]  &amp;lt;Byan&amp;gt;	what would the solution even be &amp;gt;_&amp;gt;&lt;br /&gt;
[19:56:22]  &amp;lt;mjgardes&amp;gt;	in other words, you were too lazy to change it back&lt;br /&gt;
[19:57:02]  &amp;lt;NUXI&amp;gt;	Byan: i could actually have changed it so that the array always changed the integer the same way&lt;br /&gt;
[19:57:20]  &amp;lt;NUXI&amp;gt;	via #ifdef&lt;br /&gt;
[19:57:26]  &amp;lt;NUXI&amp;gt;	or ntohl()&lt;br /&gt;
[19:57:30]  &amp;lt;NUXI&amp;gt;	or a few other ways&lt;br /&gt;
[19:57:42]  &amp;lt;NUXI&amp;gt;	it was just stupid&lt;br /&gt;
[19:57:56]  &amp;lt;Byan&amp;gt;	but then you&#039;d have to cast to something else and then do that?&lt;br /&gt;
[19:57:59]  &amp;lt;NUXI&amp;gt;	im not even sure if I argued my way out or if I just wrapper it in ntohl()&lt;br /&gt;
[19:58:05]  &amp;lt;Byan&amp;gt;	like that doesn&#039;t even make sense&lt;br /&gt;
[20:00:01]  &amp;lt;NUXI&amp;gt;	i think I put ntohl() on it, I often ended arguments there with mathematical proofs&lt;br /&gt;
[20:00:35]  &amp;lt;NUXI&amp;gt;	which they either got or gave up&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6517</id>
		<title>User:NUXI</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:NUXI&amp;diff=6517"/>
		<updated>2015-08-20T03:14:09Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Created page with &amp;quot;[19:50:08]  &amp;lt;NUXI&amp;gt;	jfledvin: my previous job way back when was embedded [19:50:40]  &amp;lt;NUXI&amp;gt;	and we had rules about how the code should be endian independent (#ifdef BIG_ENDIAN...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[19:50:08]  &amp;lt;NUXI&amp;gt;	jfledvin: my previous job way back when was embedded&lt;br /&gt;
[19:50:40]  &amp;lt;NUXI&amp;gt;	and we had rules about how the code should be endian independent (#ifdef BIG_ENDIAN if needed)&lt;br /&gt;
[19:50:56]  &amp;lt;NUXI&amp;gt;	well I needed 20 bytes of random data for cryptographic purposes&lt;br /&gt;
[19:51:05]  &amp;lt;NUXI&amp;gt;	and the random number function call gave me 4 bytes&lt;br /&gt;
[19:51:16]  &amp;lt;NUXI&amp;gt;	so I cast it onto an array&lt;br /&gt;
[19:51:26]  &amp;lt;mjgardes&amp;gt;	gotta get those in order&lt;br /&gt;
[19:51:28]  &amp;lt;NUXI&amp;gt;	i was told I had an endian issue in my code by a coworker&lt;br /&gt;
[19:51:41]  &amp;lt;NUXI&amp;gt;	on casting RANDOM data into another type&lt;br /&gt;
[19:52:20]  &amp;lt;NUXI&amp;gt;	it took entirely too long to convince this person that you cannot have an endian issue in that case&lt;br /&gt;
[19:52:33]  &amp;lt;NUXI&amp;gt;	checklist programming&lt;br /&gt;
[19:53:15]  &amp;lt;NUXI&amp;gt;	well halfway through that I changed my IRC nick to NUXI here and it kind of stuck&lt;br /&gt;
[19:56:20]  &amp;lt;Byan&amp;gt;	what would the solution even be &amp;gt;_&amp;gt;&lt;br /&gt;
[19:56:22]  &amp;lt;mjgardes&amp;gt;	in other words, you were too lazy to change it back&lt;br /&gt;
[19:57:02]  &amp;lt;NUXI&amp;gt;	Byan: i could actually have changed it so that the array always changed the integer the same way&lt;br /&gt;
[19:57:20]  &amp;lt;NUXI&amp;gt;	via #ifdef&lt;br /&gt;
[19:57:26]  &amp;lt;NUXI&amp;gt;	or ntohl()&lt;br /&gt;
[19:57:30]  &amp;lt;NUXI&amp;gt;	or a few other ways&lt;br /&gt;
[19:57:42]  &amp;lt;NUXI&amp;gt;	it was just stupid&lt;br /&gt;
[19:57:56]  &amp;lt;Byan&amp;gt;	but then you&#039;d have to cast to something else and then do that?&lt;br /&gt;
[19:57:59]  &amp;lt;NUXI&amp;gt;	im not even sure if I argued my way out or if I just wrapper it in ntohl()&lt;br /&gt;
[19:58:05]  &amp;lt;Byan&amp;gt;	like that doesn&#039;t even make sense&lt;br /&gt;
[20:00:01]  &amp;lt;NUXI&amp;gt;	i think I put ntohl() on it, I often ended arguments there with mathematical proofs&lt;br /&gt;
[20:00:35]  &amp;lt;NUXI&amp;gt;	which they either got or gave up&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6511</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6511"/>
		<updated>2015-01-24T20:25:27Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: [http://www.mtu.edu/technology/about/faculty/arney/ Todd O. Arney CNSA Lecturer]&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
[[User:agmeyer|Andrew Meyer]] CpE/EE Major (2012)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6510</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6510"/>
		<updated>2015-01-22T22:02:06Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Thursday in Room 101 of Rekhi Hall at 5:00pm EST&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6509</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6509"/>
		<updated>2014-11-11T21:44:15Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Current Members */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;External Affairs&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: [http://www.mtu.edu/technology/about/faculty/arney/ Todd O. Arney CNSA Lecturer]&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
[[User:agmeyer|Andrew Meyer]] CpE/EE Major (2012)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6508</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6508"/>
		<updated>2014-11-11T21:40:21Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;External Affairs&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: [http://www.mtu.edu/technology/about/faculty/arney/ Todd O. Arney CNSA Lecturer]&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
Charles Cash&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
[[User:agmeyer|Andrew Meyer]] CpE/EE Major (2012)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6507</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6507"/>
		<updated>2014-11-11T21:40:01Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;External Affairs&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: [http://www.mtu.edu/technology/about/faculty/arney/ | Todd O. Arney CNSA Lecturer]&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
Charles Cash&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
[[User:agmeyer|Andrew Meyer]] CpE/EE Major (2012)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6506</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6506"/>
		<updated>2014-11-11T21:39:40Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;External Affairs&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: [http://www.mtu.edu/technology/about/faculty/arney/|Todd O. Arney CNSA Lecturer]&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
Charles Cash&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
[[User:agmeyer|Andrew Meyer]] CpE/EE Major (2012)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6505</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6505"/>
		<updated>2014-10-14T20:45:01Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Tuesday in Room 101 of Rekhi Hall at 6:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6493</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6493"/>
		<updated>2014-04-24T17:49:28Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Monday in Room 101 of Rekhi Hall at 7:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6492</id>
		<title>User:Jfledvin</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6492"/>
		<updated>2014-04-24T17:47:19Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jared Ledvina&lt;br /&gt;
&lt;br /&gt;
MTU President and Lead Server Admin&lt;br /&gt;
&lt;br /&gt;
jfledvin [at] mtu [dot] edu&lt;br /&gt;
&lt;br /&gt;
http://techsmix.net&lt;br /&gt;
&lt;br /&gt;
http://jaredledvina.me&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6491</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6491"/>
		<updated>2014-04-24T17:45:59Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Updated eBoard and Current Members&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 2: Brendan Kerrigan&lt;br /&gt;
&lt;br /&gt;
Position 3: Stephen Radachy&lt;br /&gt;
&lt;br /&gt;
Position 4: Jordan Gedney&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
Jay Vana&lt;br /&gt;
&lt;br /&gt;
Charles Cash&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6490</id>
		<title>User:Jfledvin</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6490"/>
		<updated>2014-04-21T14:57:03Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jared Ledvina&lt;br /&gt;
&lt;br /&gt;
LUG Secretary and Server Administrator&lt;br /&gt;
&lt;br /&gt;
jfledvin [at] mtu [dot] edu&lt;br /&gt;
&lt;br /&gt;
http://techsmix.net&lt;br /&gt;
&lt;br /&gt;
http://jaredledvina.me&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6488</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6488"/>
		<updated>2013-09-09T23:15:32Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Updated Meeting Day&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Monday in Room 101 of Rekhi Hall at 7:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
Edit the [[Show and Tell]] page&lt;br /&gt;
to sign up to lead a discussion &lt;br /&gt;
or add to the list of topics that you would like&lt;br /&gt;
to learn more about.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6487</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6487"/>
		<updated>2013-07-19T18:40:33Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Belak|Kaleb Elwert]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: [[User:Belak|Kaleb Elwert]]&lt;br /&gt;
&lt;br /&gt;
Position 2: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 3: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6486</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6486"/>
		<updated>2013-07-19T18:39:14Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
Position 2: [[User:Jfledvin|Jared Ledvina]] CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 3: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6485</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6485"/>
		<updated>2013-07-19T18:38:10Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Jay Vana&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Andrea Velosa&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
Position 2: Jared Ledvina CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 3: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6484</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6484"/>
		<updated>2013-07-19T18:16:09Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: /* Officers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Kelwing|Jacob Wiltse]] CSS Major (2013)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Mario Loria CNSA Major (2013)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Jared Ledvina CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: LF1M&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
Position 2: Jared Ledvina CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 3: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6479</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6479"/>
		<updated>2013-04-17T19:17:58Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Changed meeting location&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Tuesday in Room 101 of Rekhi Hall at 7:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
Edit the [[Show and Tell]] page&lt;br /&gt;
to sign up to lead a discussion &lt;br /&gt;
or add to the list of topics that you would like&lt;br /&gt;
to learn more about.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Category:Meeting_Minutes&amp;diff=6471</id>
		<title>Category:Meeting Minutes</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Category:Meeting_Minutes&amp;diff=6471"/>
		<updated>2013-03-09T21:20:58Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Added notice&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Notice:&#039;&#039;&#039;&lt;br /&gt;
=== Meeting Minutes will no longer be posted here until the new server infrastructure is complete. ===&lt;br /&gt;
=== Minutes will be posted to the list ( lug-l@mtu.edu ). ===&lt;br /&gt;
=== If you would like to request a copy of any meeting&#039;s minutes feel free to contact the current secretary. ===&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-10-17&amp;diff=6465</id>
		<title>Minutes 2012-10-17</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-10-17&amp;diff=6465"/>
		<updated>2012-10-17T22:03:38Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LUG Minutes 10/16/2012&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Attendance:&lt;br /&gt;
&lt;br /&gt;
Jay Vana&lt;br /&gt;
Mario Loria&lt;br /&gt;
Kaleb Elwert&lt;br /&gt;
Rex Baumeister&lt;br /&gt;
Charlie Heiges&lt;br /&gt;
Zach Malinowski&lt;br /&gt;
Bill Dolye&lt;br /&gt;
Bradley Johns&lt;br /&gt;
Tyler Adams&lt;br /&gt;
Josh Marshall&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Site:&lt;br /&gt;
&lt;br /&gt;
Finally updated to show right day and time.&lt;br /&gt;
&lt;br /&gt;
Constitution Amendment:&lt;br /&gt;
&lt;br /&gt;
The following was voted in favor at 100% approval.&lt;br /&gt;
&lt;br /&gt;
Amendment IV&lt;br /&gt;
The server administrator eBoard position shall now be named the Server Administration Team.&lt;br /&gt;
The Server Administration Team shall be made up of three regular LUG members.&lt;br /&gt;
If possible, the Server Administration Team shall contain at least one previous team member of a previous semester.&lt;br /&gt;
All open Server Administration Team positions shall be elected through the standard election process.&lt;br /&gt;
Every Server Administration Team member must be able to regularly attend meetings.&lt;br /&gt;
The Server Administration Team duties are to maintain services, security, user authorization, hardware and up to date server documentation.&lt;br /&gt;
&lt;br /&gt;
Nominations:&lt;br /&gt;
&lt;br /&gt;
Kaleb -1&lt;br /&gt;
Jared -1&lt;br /&gt;
Wiltse/Peter -1&lt;br /&gt;
&lt;br /&gt;
The server administration team will be Jared Ledvina and Kaleb Elwert. The third position shall be determined by the availability of Peter. If Peter declines, then the third position shall go to Jacob Wiltse.&lt;br /&gt;
&lt;br /&gt;
Linux Playground:&lt;br /&gt;
&lt;br /&gt;
Fri, November 2nd&lt;br /&gt;
Still looking for room.&lt;br /&gt;
Fun. Open. Exciting.&lt;br /&gt;
4GB Flash Drives to pass out at Linux Playground&lt;br /&gt;
Preinstall with various ISO&#039;s:&lt;br /&gt;
    Ubuntu 12.04 LTS&lt;br /&gt;
    Linux Mint&lt;br /&gt;
    Fedora 17&lt;br /&gt;
    SolusOS&lt;br /&gt;
    #!&lt;br /&gt;
    Debian&lt;br /&gt;
    Puppy&lt;br /&gt;
    DSL&lt;br /&gt;
&lt;br /&gt;
Food???&lt;br /&gt;
--&amp;gt; Subs!&lt;br /&gt;
&lt;br /&gt;
Try to get a projector and screen. Powerpoint with info.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reminder: LUG Meetings are at 7:00pm every Tuesday in Rehki G009&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Meeting Minutes]]&lt;br /&gt;
[[Category:12-13 School year]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-10-17&amp;diff=6464</id>
		<title>Minutes 2012-10-17</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-10-17&amp;diff=6464"/>
		<updated>2012-10-17T22:02:52Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Created page with &amp;quot;LUG Minutes 10/16/2012 &amp;lt;pre&amp;gt; Attendance:  Jay Vana Mario Loria Kaleb Elwert Rex Baumeister Charlie Heiges Zach Malinowski Bill Dolye Bradley Johns Tyler Adams Josh Marshall  &amp;lt;pre...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LUG Minutes 10/16/2012&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Attendance:&lt;br /&gt;
&lt;br /&gt;
Jay Vana&lt;br /&gt;
Mario Loria&lt;br /&gt;
Kaleb Elwert&lt;br /&gt;
Rex Baumeister&lt;br /&gt;
Charlie Heiges&lt;br /&gt;
Zach Malinowski&lt;br /&gt;
Bill Dolye&lt;br /&gt;
Bradley Johns&lt;br /&gt;
Tyler Adams&lt;br /&gt;
Josh Marshall&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Site:&lt;br /&gt;
&lt;br /&gt;
Finally updated to show right day and time.&lt;br /&gt;
&lt;br /&gt;
Constitution Amendment:&lt;br /&gt;
&lt;br /&gt;
The following was voted in favor at 100% approval.&lt;br /&gt;
&lt;br /&gt;
Amendment IV&lt;br /&gt;
The server administrator eBoard position shall now be named the Server Administration Team.&lt;br /&gt;
The Server Administration Team shall be made up of three regular LUG members.&lt;br /&gt;
If possible, the Server Administration Team shall contain at least one previous team member of a previous semester.&lt;br /&gt;
All open Server Administration Team positions shall be elected through the standard election process.&lt;br /&gt;
Every Server Administration Team member must be able to regularly attend meetings.&lt;br /&gt;
The Server Administration Team duties are to maintain services, security, user authorization, hardware and up to date server documentation.&lt;br /&gt;
&lt;br /&gt;
Nominations:&lt;br /&gt;
&lt;br /&gt;
Kaleb -1&lt;br /&gt;
Jared -1&lt;br /&gt;
Wiltse/Peter -1&lt;br /&gt;
&lt;br /&gt;
The server administration team will be Jared Ledvina and Kaleb Elwert. The third position shall be determined by the availability of Peter. If Peter declines, then the third position shall go to Jacob Wiltse.&lt;br /&gt;
&lt;br /&gt;
Linux Playground:&lt;br /&gt;
&lt;br /&gt;
Fri, November 2nd&lt;br /&gt;
Still looking for room.&lt;br /&gt;
Fun. Open. Exciting.&lt;br /&gt;
4GB Flash Drives to pass out at Linux Playground&lt;br /&gt;
Preinstall with various ISO&#039;s:&lt;br /&gt;
    Ubuntu 12.04 LTS&lt;br /&gt;
    Linux Mint&lt;br /&gt;
    Fedora 17&lt;br /&gt;
    SolusOS&lt;br /&gt;
    #!&lt;br /&gt;
    Debian&lt;br /&gt;
    Puppy&lt;br /&gt;
    DSL&lt;br /&gt;
&lt;br /&gt;
Food???&lt;br /&gt;
--&amp;gt; Subs!&lt;br /&gt;
&lt;br /&gt;
Try to get a projector and screen. Powerpoint with info.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reminder: LUG Meetings are at 7:00pm every Tuesday in Rehki G009&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6463</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6463"/>
		<updated>2012-10-17T16:55:25Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Removed old Installathon info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Tuesday in Room G009 of Rekhi Hall at 7:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
Edit the [[Show and Tell]] page&lt;br /&gt;
to sign up to lead a discussion &lt;br /&gt;
or add to the list of topics that you would like&lt;br /&gt;
to learn more about.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6462</id>
		<title>User:Jfledvin</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6462"/>
		<updated>2012-10-17T16:47:22Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jared Ledvina&lt;br /&gt;
&lt;br /&gt;
LUG Secretary and Server Administrator&lt;br /&gt;
&lt;br /&gt;
jfledvin [at] mtu [dot] edu&lt;br /&gt;
&lt;br /&gt;
http://techsmix.net&lt;br /&gt;
&lt;br /&gt;
http://panaceasupport.com&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6461</id>
		<title>User:Jfledvin</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=User:Jfledvin&amp;diff=6461"/>
		<updated>2012-10-17T16:47:03Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Jared Ledvina&lt;br /&gt;
&lt;br /&gt;
LUG Secratary and Server Administrator&lt;br /&gt;
&lt;br /&gt;
jfledvin [at] mtu [dot] edu&lt;br /&gt;
&lt;br /&gt;
http://techsmix.net&lt;br /&gt;
&lt;br /&gt;
http://panaceasupport.com&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6460</id>
		<title>Members</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Members&amp;diff=6460"/>
		<updated>2012-10-17T16:35:34Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Updated to Server Administration Team&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Officers ==&lt;br /&gt;
&#039;&#039;&#039;President&#039;&#039;&#039;: [[User:Kelwing|Jacob Wiltse]] CSS Major (2013)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vice President&#039;&#039;&#039;: Mario Loria CNSA Major (2013)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Secretary&#039;&#039;&#039;: Jared Ledvina CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Treasurer&#039;&#039;&#039;: [[User:Thirtysixway|Josh Knight]] CNSA Major (2014)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Public Relations&#039;&#039;&#039;: Rex Baumeister&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Server Administration Team&#039;&#039;&#039;: &lt;br /&gt;
&lt;br /&gt;
Position 1: Kaleb Elwert&lt;br /&gt;
&lt;br /&gt;
Position 2: Jared Ledvina CNSA Major(2015)&lt;br /&gt;
&lt;br /&gt;
Position 3: Pending&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Faculty Advisor&#039;&#039;&#039;: Soner Onder CS Professor&lt;br /&gt;
&lt;br /&gt;
== Current Members ==&lt;br /&gt;
&lt;br /&gt;
Jeff Tyson CS (2008)&lt;br /&gt;
&lt;br /&gt;
John Pastore Math (1901)&lt;br /&gt;
&lt;br /&gt;
[[User: Tokyo-18|A&#039;Lisa Krawciw]] CpE/EE Major (2010)&lt;br /&gt;
&lt;br /&gt;
[[User:blcrowle|Brandon Crowley]] CS Major (2011)&lt;br /&gt;
&lt;br /&gt;
Alex Klinkhamer&lt;br /&gt;
&lt;br /&gt;
Beth Russart&lt;br /&gt;
&lt;br /&gt;
Steven Vormwald&lt;br /&gt;
&lt;br /&gt;
Jesse Wisniewski EE Major (2011?)(fall 2000-&amp;gt;spring2002, fall2009+)&lt;br /&gt;
&lt;br /&gt;
Alicia Gervais&lt;br /&gt;
&lt;br /&gt;
Nate Scowcroft&lt;br /&gt;
&lt;br /&gt;
William Cody Laeder&lt;br /&gt;
&lt;br /&gt;
Nick Trierweiler&lt;br /&gt;
&lt;br /&gt;
Peter Marheine (CpE 2013)&lt;br /&gt;
&lt;br /&gt;
[[User:Bane|Dan Williams]]&lt;br /&gt;
&lt;br /&gt;
[[User:Dwfreed|Doug Freed]] (CpE 2015)&lt;br /&gt;
&lt;br /&gt;
[[User:Thirtysixway | Josh Knight]] (CNSA Major, EE Minor 2014?)&lt;br /&gt;
&lt;br /&gt;
Kaleb Elwert (CS Major 2014)&lt;br /&gt;
&lt;br /&gt;
== Alumni ==&lt;br /&gt;
[[User:Dark-Fx|Brian McPherson]] CS Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:rsmudge|Raphael Mudge]] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[http://www.dingostick.com Adam Shirey] CS Major (2004)&lt;br /&gt;
&lt;br /&gt;
[[User:gzphreak|Dan Clark]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://khanbo.com Mary Farmer] EE Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:spi|Steven Isaacson]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:base16|Justin TerAvest]] CS Major (2005)&lt;br /&gt;
&lt;br /&gt;
[http://xobes.com Andy Zobro] ME Undergrad, Engineering Masters (2005)&lt;br /&gt;
&lt;br /&gt;
[[User:Jon787|Jon DeVree]] CS Major (2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Sgowtham|S Gowtham]] Eng. Physics (Sometime in 2006)&lt;br /&gt;
&lt;br /&gt;
[[User:Chong|Timothy Carmean]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User: Techieb0y|Peter Corbett]] CSY Major (2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Physcofish|Jon Klimowicz]] CS Major (December 2007)&lt;br /&gt;
&lt;br /&gt;
[[User:Ox|Michael Senkow]] ME &amp;amp; STC Major (2009)&lt;br /&gt;
&lt;br /&gt;
[[User:MJS|Matthew Senkow]] SocSci Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Freshmen|Andrew Swartzendruber]] CpE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:MrVoids|Andrew Miller]] CpE/EE Major (2008)&lt;br /&gt;
&lt;br /&gt;
[[User:Adamjaskie|Adam Jaskie]] CS (2008)&lt;br /&gt;
&lt;br /&gt;
Lenore Towne CS (????)&lt;br /&gt;
&lt;br /&gt;
== Past Members ==&lt;br /&gt;
[[User:Rachel|Rachel Pierce]] (2004-2005) transfered to [http://www.stolaf.edu/ St. Olaf]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6459</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Main_Page&amp;diff=6459"/>
		<updated>2012-10-17T16:23:23Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Updated time and day of meetings.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the MTU LUG wiki.  Feel free to sign up for an account and then add pages!&amp;lt;br&amp;gt;&lt;br /&gt;
 If you&#039;re new to wiki, you might want to play around in the [[Sandbox]] for a while.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;We meet every Tuesday in Room G009 of Rekhi Hall at 7:00pm&#039;&#039;&#039;&lt;br /&gt;
* Go to https://lists.mtu.edu/sympa/subscribe/lug-l to subscribe to our mailing list (You don&#039;t have to be an MTU student to subscribe).  It&#039;s (normally) a low-traffic list, mostly announcements about meeting schedule changes and events&lt;br /&gt;
&lt;br /&gt;
=News=&lt;br /&gt;
&lt;br /&gt;
[[Presentation sign-up|Sign-Ups for Installathon Fall 2011]]&lt;br /&gt;
==[[:Category:LUG Server rules|(Proposed) rules for use of this server]]==&lt;br /&gt;
Please edit.  We&#039;re looking for suggestions (ASAP).&lt;br /&gt;
* [[IRC Rules|MTU LUG IRC Rules]]&lt;br /&gt;
* [[Shell Server Rules]]&lt;br /&gt;
* [[Mirror Usage Rules]]&lt;br /&gt;
* [[Officer Rules and Responsibilities]]&lt;br /&gt;
&lt;br /&gt;
=Who we are=&lt;br /&gt;
The [http://lug.mtu.edu Linux Users Group] &lt;br /&gt;
is a [http://www.sa.mtu.edu/stulife/stuorg/ student organization] &lt;br /&gt;
at [http://mtu.edu MichiganTech] &lt;br /&gt;
that was established in 2002&lt;br /&gt;
to further students knowledge of Linux or UNIX based operating systems and &lt;br /&gt;
discuss technological advancements in Operating Systems.&lt;br /&gt;
Here is list of [[Members]] and &lt;br /&gt;
some of their [[Member Projects|projects]]. &lt;br /&gt;
&lt;br /&gt;
Each week, after the business part of the meeting, &lt;br /&gt;
we try to have a discussion &lt;br /&gt;
on a topic of general interest.&lt;br /&gt;
Edit the [[Show and Tell]] page&lt;br /&gt;
to sign up to lead a discussion &lt;br /&gt;
or add to the list of topics that you would like&lt;br /&gt;
to learn more about.&lt;br /&gt;
&lt;br /&gt;
== Current Pages of Interest ==&lt;br /&gt;
&lt;br /&gt;
*[[HuskyBot]]&lt;br /&gt;
*[[:Category:Meeting_Agenda | Meeting Agendas]]&lt;br /&gt;
*[[:Category:Meeting_Minutes | Meeting Minutes]]&lt;br /&gt;
*[[Presentation sign-up | Installathon Presentations]]&lt;br /&gt;
*[[Show and Tell]] Sign up!&lt;br /&gt;
*[[Member Projects]]&lt;br /&gt;
&lt;br /&gt;
== Current Pages That Need Work ==&lt;br /&gt;
*[[Software]] you can get free/cheap as an MTU student&lt;br /&gt;
*[[Area Businesses]]&lt;br /&gt;
*[[EERC_Tree]] (picture needs author&#039;s approval)&lt;br /&gt;
*[[Jabber]]&lt;br /&gt;
*[[Linux]] (2 sections defined, but no data)&lt;br /&gt;
*[[Locations of Wireless Access Points]]&lt;br /&gt;
*[[LUG Services]]&lt;br /&gt;
*[[Mandriva]]&lt;br /&gt;
*[[Michigan Technological University]]&lt;br /&gt;
*[[MTU Jargon]]&lt;br /&gt;
*[[SUSE]]&lt;br /&gt;
*[[MTU LUG Jargon]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-09-25&amp;diff=6456</id>
		<title>Minutes 2012-09-25</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-09-25&amp;diff=6456"/>
		<updated>2012-09-26T03:06:19Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=LUG Minutes September 25th, 2012=&lt;br /&gt;
&lt;br /&gt;
Attendance:&lt;br /&gt;
*Jacob Wiltse - President&lt;br /&gt;
*Mario Loria - Vice President&lt;br /&gt;
*Jared Ledvina - Secretary&lt;br /&gt;
*Jay Vana&lt;br /&gt;
*Tyler Adam&lt;br /&gt;
*Josh Marshall&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Peter will be gone for a while&lt;br /&gt;
Need to plan Installathon.&lt;br /&gt;
Speakers to talk at meetings&lt;br /&gt;
Website redo&lt;br /&gt;
We have the hard drive array, let&#039;s put it to use.&lt;br /&gt;
Where is the server documentation?&lt;br /&gt;
We need this done ASAP...still.&lt;br /&gt;
We need a new PR person.&lt;br /&gt;
Need date for Installathon&lt;br /&gt;
Need someone in CSLC to drag people here.&lt;br /&gt;
Have teachers offer extra credit to attend LUG presentations?&lt;br /&gt;
SUDO WARS!!!!&lt;br /&gt;
October 9th @ noon with pizza. In the round room in reiki.&lt;br /&gt;
November 10th will be installathon.&lt;br /&gt;
Need presentations&lt;br /&gt;
By official vote (100%) Peter Marheine is removed from his position as server administrator for not fulfilling necessary requirements for the position. &lt;br /&gt;
Constitution needs to be amended to change the server administrator position to a team of people.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Meeting Minutes]]&lt;br /&gt;
[[Category:12-13 School year]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-09-25&amp;diff=6455</id>
		<title>Minutes 2012-09-25</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-09-25&amp;diff=6455"/>
		<updated>2012-09-26T03:03:18Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Meeting Minutes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;LUG Minutes September 25th, 2012&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attendance:&lt;br /&gt;
Jacob Wiltse - President&lt;br /&gt;
Mario Loria - Vice President&lt;br /&gt;
Jared Ledvina - Secretary&lt;br /&gt;
Jay Vana&lt;br /&gt;
Tyler Adam&lt;br /&gt;
Josh Marshall&lt;br /&gt;
&lt;br /&gt;
Peter will be gone for a while&lt;br /&gt;
Need to plan Installathon.&lt;br /&gt;
Speakers to talk at meetings&lt;br /&gt;
Website redo&lt;br /&gt;
We have the hard drive array, let&#039;s put it to use.&lt;br /&gt;
Where is the server documentation?&lt;br /&gt;
We need this done ASAP...still.&lt;br /&gt;
We need a new PR person.&lt;br /&gt;
Need date for Installathon&lt;br /&gt;
Need someone in CSLC to drag people here.&lt;br /&gt;
Have teachers offer extra credit to attend LUG presentations?&lt;br /&gt;
SUDO WARS!!!!&lt;br /&gt;
October 9th @ noon with pizza. In the round room in reiki.&lt;br /&gt;
November 10th will be installathon.&lt;br /&gt;
Need presentations&lt;br /&gt;
By official vote (100%) Peter Marheine is removed from his position as server administrator for not fulfilling necessary requirements for the position. &lt;br /&gt;
Constitution needs to be amended to change the server administrator position to a team of people.&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-01-26&amp;diff=6435</id>
		<title>Minutes 2012-01-26</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-01-26&amp;diff=6435"/>
		<updated>2012-01-28T03:40:26Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Minutes2012126.pdf]]&lt;br /&gt;
[[Category:11-12 School year]] &lt;br /&gt;
[[Category:Meeting Minutes]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=Minutes_2012-01-26&amp;diff=6434</id>
		<title>Minutes 2012-01-26</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=Minutes_2012-01-26&amp;diff=6434"/>
		<updated>2012-01-28T03:39:13Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: Created page with &amp;quot;File:Minutes2012126.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Minutes2012126.pdf]]&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
	<entry>
		<id>https://lug.mtu.edu/w/index.php?title=File:Minutes2012126.pdf&amp;diff=6433</id>
		<title>File:Minutes2012126.pdf</title>
		<link rel="alternate" type="text/html" href="https://lug.mtu.edu/w/index.php?title=File:Minutes2012126.pdf&amp;diff=6433"/>
		<updated>2012-01-28T03:20:21Z</updated>

		<summary type="html">&lt;p&gt;Jfledvin: LUG Minutes 1/26/2012&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LUG Minutes 1/26/2012&lt;/div&gt;</summary>
		<author><name>Jfledvin</name></author>
	</entry>
</feed>