<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RyChannel.com &#187; Personal</title>
	<atom:link href="http://rychannel.com/category/personal/feed/" rel="self" type="application/rss+xml" />
	<link>http://rychannel.com</link>
	<description>Ryan Murphy&#039;s weblog</description>
	<lastBuildDate>Wed, 14 Dec 2011 01:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco Discovery Protocol and verifying ports on Enterasys K-Series</title>
		<link>http://rychannel.com/2011/07/28/cisco-discovery-protocol-and-verifying-ports-on-enterasys-k-series/</link>
		<comments>http://rychannel.com/2011/07/28/cisco-discovery-protocol-and-verifying-ports-on-enterasys-k-series/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 04:07:44 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=590</guid>
		<description><![CDATA[Over the past several weeks, the university that I work for has been upgrading their residential network. This process has involved pulling out all of the old switching equipment and replacing it with the brand new Enterasys K10 switches. Many days had been spent pulling out patch cables in all of the residence hall&#8217;s network [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past several weeks, the university that I work for has been upgrading their residential network. This process has involved pulling out all of the old switching equipment and replacing it with the brand new Enterasys K10 switches. Many days had been spent pulling out patch cables in all of the residence hall&#8217;s network closets. After installing the new switching hardware, a lot of time was spent repatching the closets and documenting which ports on the switch were connected to which jacks in each of the dorm rooms.</p>
<p>Documentation is a very important step in any IT project and this particular project was no different. Our first step in the documentation process involved writing down what jack was connected to what port as they were being connected to the switches.  An easy enough process but definitely not a perfect one, so we added a second step to verify the documentation in the first step. To do this I wrote a script and web application that would utilize the Cisco Discovery Protocol that Enterasys so kindly includes in their switches.</p>
<p>The Cisco Discovery Protocol (CDP) is a Data Link Layer protocol developed by, you guessed it, Cisco. If enabled, the CDP packets can be transmitted on every port of the switch. These packets contain useful information including, but not limited to, Device ID, Port ID, IP address, and even Location. By default, the K-Series will transmit those packets once every minute.  For our project we set them to transmit every five seconds, so that the student employees that would be going room to room, would have to spend as little time as possible in each room.</p>
<p>I tried to find a decent Python module to capture the CDP packet but it proved to a major pain to find a module that would work with the version of Python I was using, so I decided to use Tshark, which is the command-line version of Wireshark.  It can be installed when you install Wireshark. I have the Python program open a tshark process with the display filters set to display only CDP packets and dies after 7 seconds.. The script captures the output of that process once it dies and parses it.  From the output, the script pulls out the Device ID, which is the base mac-address of the devices, and the port number. Once the script has collected that data, it opens a web browser and passes the data to the web application.</p>
<p>The web application is a simple set of php scripts with a MySQL back end. When the first page receives the data, it searches the MySQL database for the room where the jack is located for that particular port and chassis. If the room number is in correct, they can hit submit, if its wrong, they simply can change the room number in that field and click submit.  Any ports with incorrect locations were loaded in to a separate database table.</p>
<p>So far the other students have made it through two of the residence halls with no errors in the documentation, except for that of ports that were added after we had visited those closets.  Hopefully this verification process continues to go smoothly.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2011/07/28/cisco-discovery-protocol-and-verifying-ports-on-enterasys-k-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Progress Begins with the Breakdown-mobile</title>
		<link>http://rychannel.com/2010/08/19/progress-begins-with-the-breakdown-mobile/</link>
		<comments>http://rychannel.com/2010/08/19/progress-begins-with-the-breakdown-mobile/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:54:35 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=493</guid>
		<description><![CDATA[So for a while now, I&#8217;ve been having issues with my car. One of those problems included the car having trouble starting. A previous mechanic made it obvious that they didn&#8217;t even want to try to fix it. So tomorrow, I will finally be getting some work done. The fuel pressure regulator is going to [...]]]></description>
			<content:encoded><![CDATA[<p>So for a while now, I&#8217;ve been having issues with my car.  One of those problems included the car having trouble starting.  A previous mechanic made it obvious that they didn&#8217;t even want to try to fix it.  So tomorrow, I will finally be getting some work done.  The fuel pressure regulator is going to be replaced.  Apparently it&#8217;s pushing fuel into the vacuum line rather than the fuel injectors.  Hopefully it fixes some of the issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2010/08/19/progress-begins-with-the-breakdown-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jerks you meet on facebook</title>
		<link>http://rychannel.com/2010/07/10/jerks-you-meet-on-facebook/</link>
		<comments>http://rychannel.com/2010/07/10/jerks-you-meet-on-facebook/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 05:26:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=490</guid>
		<description><![CDATA[The picture says enough.]]></description>
			<content:encoded><![CDATA[<p>The picture says enough.</p>
<p><a href="http://rychannel.com/wp-content/uploads/2010/07/jerkfb.jpg"><img src="http://rychannel.com/wp-content/uploads/2010/07/jerkfb.jpg" alt="" title="jerkfb" width="475" height="228" class="alignnone size-full wp-image-489" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2010/07/10/jerks-you-meet-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox freezes up after upgrading to Ubuntu 10.04</title>
		<link>http://rychannel.com/2010/05/22/firefox-freezes-up-after-upgrading-to-ubuntu-10-04/</link>
		<comments>http://rychannel.com/2010/05/22/firefox-freezes-up-after-upgrading-to-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 23 May 2010 01:57:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=477</guid>
		<description><![CDATA[Every time someone would attempt to send me an IM on facebook, Firefox would go gray and stop responding for a moment. I have discovered the quickest way to solve this problem, is to delete the .mozilla folder in my user profile. CAUTION: This will remove all settings, extensions, and bookmarks in firefox.]]></description>
			<content:encoded><![CDATA[<p>Every time someone would attempt to send me an IM on facebook, Firefox would go gray and stop responding for a moment.  I have discovered the quickest way to solve this problem, is to delete the .mozilla folder in my user profile.  </p>
<p>CAUTION:  This will remove all settings, extensions, and bookmarks in firefox. </p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2010/05/22/firefox-freezes-up-after-upgrading-to-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stolen Wisdom, Forums, and Some New Data Structures</title>
		<link>http://rychannel.com/2009/11/06/stolen-wisdom-forums-and-some-new-data-structures/</link>
		<comments>http://rychannel.com/2009/11/06/stolen-wisdom-forums-and-some-new-data-structures/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:15:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=382</guid>
		<description><![CDATA[It has been an extremely long time since my last post. In fact, way too long&#8230; So here&#8217;s whats been going on. First of all, I&#8217;ve had my wisdom stolen&#8230; Ok, not really, but I did have my Wisdom Teeth removed. It was a most interesting experience. I went to an oral surgeon and was [...]]]></description>
			<content:encoded><![CDATA[<p>It has been an extremely long time since my last post. In fact, way too long&#8230;  So here&#8217;s whats been going on.</p>
<p>First of all, I&#8217;ve had my wisdom stolen&#8230;  Ok, not really, but I did have my Wisdom Teeth removed. It was a most interesting experience.  I went to an oral surgeon and was put under.  I didn&#8217;t even really I was falling a sleep.  They had me on an IV to knock me out, and that&#8217;s exactly what it did, instantly. The next thing I knew, I was being woken up and moved to a different room.  I had several odd reactions to the anesthesia.  Every couple of hours, I would get really nauseated, hot, and start shaking. I was kind of scared.  I was in pain for two weeks, and it was an awful pain.  It surged up to my ears and they felt like they were on fire.  But eventually I got over it, and now I just dealing with the two holes in the back of my mouth.</p>
<p>I have setup a programming forum on my website.  It&#8217;s main goal is to help students and programmers a like.  The only problem is, I can&#8217;t seem to get enough publicity to get it rolling.  The forums can currently be accessed at http://www.rychannel.com/forums/programming . If you have any suggestions, I welcome them.</p>
<p>The last part of this post is Data Structures. It is my favorite class this semester and I am really learning a lot. What is a data structure you ask? According to Encyclopedia Britannica, In computer science, a data structure is a particular way of storing and organizing data in a computer so that it can be used efficiently. So far we&#8217;ve talked about lists, queues, and stacks. I find them extremely interesting, but currently we are working on tree&#8217;s and due to its need for recursion I find that I can not wrap my head around how they work.  I get the theory, I just don&#8217;t understand the programming behind it.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/11/06/stolen-wisdom-forums-and-some-new-data-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s time to make a difference&#8230;</title>
		<link>http://rychannel.com/2009/04/13/its-time-to-make-a-difference/</link>
		<comments>http://rychannel.com/2009/04/13/its-time-to-make-a-difference/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 03:03:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=346</guid>
		<description><![CDATA[For the last couple of years, I&#8217;ve been trying to find the job that would give me the opportunity to make a difference. I think that opportunity has finally come. A couple Friday&#8217;s ago I accepted a position with a credit union as their sole IT person. For the past week, I&#8217;ve been attempting to [...]]]></description>
			<content:encoded><![CDATA[<p>For the last couple of years, I&#8217;ve been trying to find the job that would give me the opportunity to make a difference.  I think that opportunity has finally come.  A couple Friday&#8217;s ago I accepted a position with a credit union as their sole IT person.</p>
<p>For the past week, I&#8217;ve been attempting to improve the conditions and figure out exactly what is going on when their computer systems.  So far I&#8217;ve been finding ways to save money on equipment and improve even the health of their system.  I know that I will finally be able to make a difference there and that will make me feel almost complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/04/13/its-time-to-make-a-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPTV is the future&#8230;</title>
		<link>http://rychannel.com/2009/03/27/iptv-is-the-future/</link>
		<comments>http://rychannel.com/2009/03/27/iptv-is-the-future/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:32:11 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Hak5]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=321</guid>
		<description><![CDATA[For the purpose of this blog, IPTV stands for Internet Protocol Television. For the past couple of years Internet media has been getting increasingly popular.  More and more people are watching television shows and movie via the Internet (both legally and illegally).  Some examples are Apple iTunes, Netflix, and xbox marketplace. There are so many [...]]]></description>
			<content:encoded><![CDATA[<p>For the purpose of this blog, IPTV stands for Internet Protocol Television.</p>
<p>For the past couple of years Internet media has been getting increasingly popular.  More and more people are watching television shows and movie via the Internet (both legally and illegally).  Some examples are Apple iTunes, Netflix, and xbox marketplace.</p>
<p>There are so many ways for companies to broadcast their media.  Netflix uses the xbox 360 and its own set-top box.  Apple has iTunes and Apple TV makes it extremely easy to access iTunes via the TV. Most television stations, like ABC, NBC, and Fox, allow you to watch episodes of shows that you may have missed.  There is one company that gets how popular Internet broadcasting has gotten and has invested a lot of money in distributing and creating programming just for Internet viewing. Revision3 uses several different mediums of distributing its content.  Not only do they distribute through their website, but they also use iTunes, Tivo, PyroTV, Bittorrent, and even more. Revision3 (aka rev3) has produced several IPTV shows including but not limited to:</p>
<ul>
<li>Tekzilla</li>
<li>Systm</li>
<li>Diggnation</li>
<li>The Digg Reel</li>
</ul>
<p>They have also signed a contract to distribute another popular IPTV show Hak.5.</p>
<p>I would highly reccomend checking out<a href="http://www.revision3.com" target="_blank"> Revision3</a> at their website, <a href="http://www.revision3.com" target="_blank">revision3.com.</a></p>
<p>Could internet broadcasting be bad news for Satellite and cable companies? Tell me what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/03/27/iptv-is-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve hit a whole new low&#8230; or high&#8230; Something like that&#8230;</title>
		<link>http://rychannel.com/2009/03/23/ive-hit-a-whole-new-low-or-high-something-like-that/</link>
		<comments>http://rychannel.com/2009/03/23/ive-hit-a-whole-new-low-or-high-something-like-that/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 00:44:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=308</guid>
		<description><![CDATA[I checked my weight today and it seems that I have accomplished the Sophomore 26. Yes, I have gained 26 pounds since coming to UNI. I know I need to work out more, but it doesn&#8217;t always fit into the schedule so I think I need to at least work on my eating habits. Last [...]]]></description>
			<content:encoded><![CDATA[<p>I checked my weight today and it seems that I have accomplished the Sophomore 26.  Yes, I have gained 26 pounds since coming to UNI.  I know I need to work out more, but it doesn&#8217;t always fit into the schedule so I think I need to at least work on my eating habits.</p>
<p>Last summer, I was doing Weight Watchers but stopped for some reason.  I&#8217;m still not quite sure why.  Perhaps lack of support, I don&#8217;t know.  I would go back to Weight Watchers, but I remember that their site was always buggy and it costs about 17 bucks a month and since I&#8217;m a college student, I really don&#8217;t need another monthly bill.  Am I right?</p>
<p>So I heard of a website called SparkPeople.com.  It is a free service to help manage the food that you eat but giving you a total amount of calories, fat, and carbs, that you can eat in one day.  It seems a little bit more complicated than WW but its free. So what do I have to lose?  My current weight goal is 177 but next March.  I think that means I have to lose about a pound per week.  I&#8217;m hoping that I can double that and reach my goal in half of the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/03/23/ive-hit-a-whole-new-low-or-high-something-like-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Break is Almost Over&#8230;</title>
		<link>http://rychannel.com/2009/03/21/spring-break-is-almost-over/</link>
		<comments>http://rychannel.com/2009/03/21/spring-break-is-almost-over/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 00:44:14 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=305</guid>
		<description><![CDATA[Break is almost over and it went way too fast. It seems like yesterday I was driving home from Cedar Falls. I didn&#8217;t get a whole lot done. I celebrated St Patricks Day in Des Moines and deployed the new Friendly Sons of St Patrick website. That was about it. Soon the semester will be [...]]]></description>
			<content:encoded><![CDATA[<p>Break is almost over and it went way too fast.  It seems like yesterday I was driving home from Cedar Falls.  I didn&#8217;t get a whole lot done. I celebrated St Patricks Day in Des Moines and deployed the new Friendly Sons of St Patrick website.  That was about it.  Soon the semester will be over and I will need to find a summer job&#8230;  I&#8217;ll probably end up being my current bosses network slave over the summer.  I think I could pull it off&#8230;  I would only need to drive to Cedar Falls twice a week.  Since I can only work at UNI a max of 20 hours per week.  I could work 2, 8 hour days and get enough money.  I&#8217;m kind of looking forward to returning to UNI tomorrow.  I don&#8217;t know why.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/03/21/spring-break-is-almost-over/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links</title>
		<link>http://rychannel.com/2009/03/18/links/</link>
		<comments>http://rychannel.com/2009/03/18/links/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 01:04:54 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site Development]]></category>

		<guid isPermaLink="false">http://rychannel.com/?p=301</guid>
		<description><![CDATA[I&#8217;ve had several comments regarding the use of the Course Links in the side bar. These are current classes that I am enrolled in at the University of Northern Iowa. The main reason for most of the links on this site are for my convenience. So all of the links in the side bar are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had several comments regarding the use of the Course Links in the side bar.  These are current classes that I am enrolled in at the University of Northern Iowa.  The main reason for most of the links on this site are for my convenience.</p>
<p>So all of the links in the side bar are there because I go to those sites a lot, need them for work, or need them for class.</p>
]]></content:encoded>
			<wfw:commentRss>http://rychannel.com/2009/03/18/links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

