<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daily Packet</title>
	<atom:link href="http://cisco.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisco.wordpress.com</link>
	<description>"Never let your work drive you. Master it and keep it in complete control." - Booker T. Washington</description>
	<lastBuildDate>Mon, 26 Nov 2007 07:05:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cisco.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daily Packet</title>
		<link>http://cisco.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cisco.wordpress.com/osd.xml" title="Daily Packet" />
	<atom:link rel='hub' href='http://cisco.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Randomize the order of slides in a presentation</title>
		<link>http://cisco.wordpress.com/2007/11/26/randomize-the-order-of-slides-in-a-presentation/</link>
		<comments>http://cisco.wordpress.com/2007/11/26/randomize-the-order-of-slides-in-a-presentation/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 07:04:51 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x50-rogram]]></category>
		<category><![CDATA[0x57-indows]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/11/26/randomize-the-order-of-slides-in-a-presentation/</guid>
		<description><![CDATA[This macro from PowerPoint MVP Brian Reilly will randomize the order of slides in a presentation: Sub sort_rand() Dim i As Integer Dim myvalue As Integer Dim islides As Integer islides = ActivePresentation.Slides.Count For i = 1 To ActivePresentation.Slides.Count myvalue = Int((i * Rnd) + 1) ActiveWindow.ViewType = ppViewSlideSorter ActivePresentation.Slides(myvalue).Select ActiveWindow.Selection.Cut ActivePresentation.Slides(islides - 1).Select ActiveWindow.View.Paste [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=32&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This macro from <a href="http://www.reillyand.com/" target="_brian">PowerPoint MVP Brian Reilly</a> will randomize the order of slides in a presentation:</p>
<pre>Sub sort_rand()

    Dim i As Integer    Dim myvalue As Integer    Dim islides As Integer    islides = ActivePresentation.Slides.Count    For i = 1 To ActivePresentation.Slides.Count        myvalue = Int((i * Rnd) + 1)        ActiveWindow.ViewType = ppViewSlideSorter        ActivePresentation.Slides(myvalue).Select        ActiveWindow.Selection.Cut        ActivePresentation.Slides(islides - 1).Select        ActiveWindow.View.Paste    Next

End Sub</pre>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Randomize" rel="tag">Randomize</a>, <a class="performancingtags" href="http://technorati.com/tag/Powerpoint" rel="tag">Powerpoint</a>, <a class="performancingtags" href="http://technorati.com/tag/FlashCard" rel="tag">FlashCard</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=32&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/11/26/randomize-the-order-of-slides-in-a-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Single DHCP server for multiple VLANs</title>
		<link>http://cisco.wordpress.com/2007/11/01/single-dhcp-server-for-multiple-vlans/</link>
		<comments>http://cisco.wordpress.com/2007/11/01/single-dhcp-server-for-multiple-vlans/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 12:21:39 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x4E-etwork]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/11/01/single-dhcp-server-for-multiple-vlans/</guid>
		<description><![CDATA[During lunch, a friend of mine ask me about how does one go about setting up 1 DHCP server to serve multiple VLANs. Generally the step listed below, involves router-on-a-stick method 1. Create VLANs on the router2. Assign IP addresses to the each VLAN on the router.3. Configure the router port connected to the switch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=31&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During lunch, a friend of mine ask me about how does one go about setting up 1 DHCP server to serve multiple VLANs.</p>
<p>Generally the step listed below, involves <font color="#ff9900">router-on-a-stick </font><font color="#000000">method</font></p>
<p>1. Create VLANs on the router<br />2. Assign IP addresses to the each VLAN on the router.<br />3. Configure the router port connected to the switch as a VLAN trunk port.<br />4. Define routes to each network.<br />5. Configure the router to relay DHCP requests.<br />6. Create the VLANs on the switch.<br />7. Configure the switch port connected to the router as a VLAN trunk.<br />8. Add switch access ports to the appropriate VLANs.</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/DHCP" rel="tag">DHCP</a>, <a class="performancingtags" href="http://technorati.com/tag/VLAN" rel="tag">VLAN</a>, <a class="performancingtags" href="http://technorati.com/tag/Router-On-A-Stick" rel="tag">Router-On-A-Stick</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=31&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/11/01/single-dhcp-server-for-multiple-vlans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Delete all hyperlinks on a sheet</title>
		<link>http://cisco.wordpress.com/2007/09/28/delete-all-hyperlinks-on-a-sheet/</link>
		<comments>http://cisco.wordpress.com/2007/09/28/delete-all-hyperlinks-on-a-sheet/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 04:45:48 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x50-rogram]]></category>
		<category><![CDATA[0x57-indows]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/09/28/delete-all-hyperlinks-on-a-sheet/</guid>
		<description><![CDATA[Open your Excel spreadsheet that you wish to remove the hyperlinks from. Press ALT-F11 to go to the Visual Basic editor. Create a new module. You can do this by selecting Module under the Insert menu. Paste the following code into your new module: Sub RemoveHyperlinks() &#8216;Remove allhyperlinks from the active sheet ActiveSheet.Hyperlinks.Delete End Sub [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=30&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:10pt;">Open your Excel spreadsheet that you wish to remove the hyperlinks from. Press <font color="#ff9900">ALT-F11 </font>to go to the Visual Basic editor. Create a new module. You can do this by selecting <font color="#ff9900"><i>Module</i></font> under the <font color="#ff9900"><i>Insert</i> </font>menu.</span>
<p><span style="font-size:10pt;">Paste the following code into your new module:</span></p>
<p><font color="#ff9900"><span style="font-size:10pt;">Sub RemoveHyperlinks()</span></font></p>
<p><font color="#ff9900"><span style="font-size:10pt;">&#8216;Remove all<br />hyperlinks from the active sheet</p>
<p>ActiveSheet.Hyperlinks.Delete</span></font></p>
<p><span style="font-size:10pt;"><font color="#ff9900">End Sub</font></span></p>
<p><span style="font-size:10pt;">Close the Visual Basic editor window by selecting &#8220;<font color="#ff9900">Close and Return to Microsoft Excel</font>&#8221; under the <font color="#ff9900"><i>File</i></font> menu.</span></p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/excel" rel="tag">excel</a>, <a class="performancingtags" href="http://technorati.com/tag/macro" rel="tag">macro</a>, <a class="performancingtags" href="http://technorati.com/tag/hyperlink" rel="tag">hyperlink</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=30&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/09/28/delete-all-hyperlinks-on-a-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>dhclient &#8211; Dynamic Host Configuration Protocol Client</title>
		<link>http://cisco.wordpress.com/2007/08/21/dhclient-dynamic-host-configuration-protocol-client/</link>
		<comments>http://cisco.wordpress.com/2007/08/21/dhclient-dynamic-host-configuration-protocol-client/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 01:03:08 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x55-nix]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/21/dhclient-dynamic-host-configuration-protocol-client/</guid>
		<description><![CDATA[The Internet Systems Consortium DHCP Client, dhclient, provides a means&#160;for configuring one or more network interfaces using the Dynamic Host Configuration&#160; Protocol, BOOTP protocol, or if these protocols fail, by&#160;statically assigning an address. [root-websrv-002 ]dhclient eth0 Internet Systems Consortium DHCP Client V3.0.5-RedHatCopyright 2004-2006 Internet Systems Consortium. All rights reserved.For info, please visit http://www.isc.org/sw/dhcp/Listening on LPFeth0/00:0c:29:63:b3:3f [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=29&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Internet Systems Consortium <font color="#ff6600">DHCP Client</font>, dhclient, provides a means&nbsp;for configuring one or more network interfaces using the Dynamic Host Configuration&nbsp; Protocol, BOOTP protocol, or if these protocols fail, by&nbsp;statically assigning an address.<br />
<blockquote>[root-websrv-002 ]<b><font color="#ff6600">dhclient eth0 </font></b><br />Internet Systems Consortium DHCP Client V3.0.5-RedHat<br />Copyright 2004-2006 Internet Systems Consortium. <br />All rights reserved.For info, please visit http://www.isc.org/sw/dhcp/<br />Listening on LPFeth0/00:0c:29:63:b3:3f <br />Sending on LPF/eth0/00 :0c :29:63 :b3 :3f <br />Sending on Socket/faliback<br />DHCP DISCOVER on eth0 to 255.255.255.255 port 67 interval 7 <br />DHCP OFFER from 10.0.1.10<br />DHCPREQUEST on eth0 to 255.255.255.255 port 67 <br />DHCPACK from 10.0.1.10bound to 10.0.1.116 &#8212; renewal in 13172 seconds.</p></blockquote>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/DHCP" rel="tag">DHCP</a>, <a class="performancingtags" href="http://technorati.com/tag/dhclient" rel="tag">dhclient</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=29&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/21/dhclient-dynamic-host-configuration-protocol-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Life Logger &#8211; Keeping track of your time</title>
		<link>http://cisco.wordpress.com/2007/08/15/life-logger-keeping-track-of-your-time/</link>
		<comments>http://cisco.wordpress.com/2007/08/15/life-logger-keeping-track-of-your-time/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 01:46:33 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x50-rogram]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/15/life-logger-keeping-track-of-your-time/</guid>
		<description><![CDATA[Came across an application that allow you to keep a log what you doing on a daily basis. [LINK] Technorati Tags: Time Management, Life Logger<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=28&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Came across an application that allow you to keep a log what you doing on a daily basis. [<a href="http://arvind.tumblr.com/post/7433638">LINK</a>]</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Time%20Management" rel="tag">Time Management</a>, <a class="performancingtags" href="http://technorati.com/tag/Life%20Logger" rel="tag">Life Logger</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=28&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/15/life-logger-keeping-track-of-your-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Reading BIOS information for Linux</title>
		<link>http://cisco.wordpress.com/2007/08/13/reading-bios-information-for-linux/</link>
		<comments>http://cisco.wordpress.com/2007/08/13/reading-bios-information-for-linux/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 06:40:08 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x55-nix]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/13/reading-bios-information-for-linux/</guid>
		<description><![CDATA[Under Linux there is a tool called &#8216;dmidecode&#8217; which is able to dump the system&#8217;s DMI (Desktop Management Interface) table contents in a human-readable format. The table contains information regarding system&#8217;s hardware components, as well as BIOS revisions etc. hostmachine#dmidecode Technorati Tags: Linux, BIOS, DMI<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=27&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Under Linux there is a tool called &#8216;dmidecode&#8217; which is able to dump the system&#8217;s DMI (Desktop Management Interface) table contents in a human-readable format. The table contains information regarding system&#8217;s hardware components, as well as BIOS revisions etc.<br />
<blockquote></blockquote>
<blockquote><p>hostmachine#<b><font color="#ff6600">dmidecode</font></b></p></blockquote>
<p><b></b><br />Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/BIOS" rel="tag">BIOS</a>, <a class="performancingtags" href="http://technorati.com/tag/DMI" rel="tag">DMI</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=27&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/13/reading-bios-information-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Grep MAC address from under Linux</title>
		<link>http://cisco.wordpress.com/2007/08/13/grep-mac-address-from-under-linux/</link>
		<comments>http://cisco.wordpress.com/2007/08/13/grep-mac-address-from-under-linux/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 06:11:13 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x4E-etwork]]></category>
		<category><![CDATA[0x55-nix]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/13/grep-mac-address-from-under-linux/</guid>
		<description><![CDATA[Linux command to grep out the MAC address &#160;linuxhost# ifconfig -a eth0 &#124; grep &#8216;HWaddr&#8217; &#160;&#160;eth0&#160;&#160;&#160;&#160;&#160; Link encap:Ethernet&#160; HWaddr 00:14:C2:5C:99:F1 Technorati Tags: Linux, MAC address<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=26&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Linux command to grep out the MAC address<br />
<blockquote></blockquote>
<blockquote><p>&nbsp;linuxhost# <b><font color="#ff6600">ifconfig -a eth0 | grep &#8216;HWaddr&#8217; </font></b><br />&nbsp;<font color="#ff6600"><br /><b>&nbsp;eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:14:C2:5C:99:F1</b></font></p></blockquote>
<p><font color="#ff6600"><br />
<blockquote></blockquote>
<p></font>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/Linux" rel="tag">Linux</a>, <a class="performancingtags" href="http://technorati.com/tag/MAC%20address" rel="tag">MAC address</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=26&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/13/grep-mac-address-from-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>3M Post-it Notes (Lite)</title>
		<link>http://cisco.wordpress.com/2007/08/12/3m-post-it-notes-lite/</link>
		<comments>http://cisco.wordpress.com/2007/08/12/3m-post-it-notes-lite/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 17:33:38 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x50-rogram]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/12/3m-post-it-notes-lite/</guid>
		<description><![CDATA[Those yellow sticky notes are life savers when it comes to remembering those important meeting and anniversary. There is also digital version of sticky notes for computer geeks. Who better than the original inventors to present you with 3M Post-it Notes lite. [LINK] Technorati Tags: 3M Post-it Notes, Sticky Notes<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=25&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Those yellow sticky notes are life savers when it comes to remembering those important meeting and anniversary. There is also digital version of sticky notes for computer geeks. Who better than the original inventors to present you with 3M Post-it Notes lite. [<font color="#ff6600"><a href="http://www.softsea.com/download.php?id=83048199">LINK</a></font>]</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/3M%20Post-it%20Notes" rel="tag">3M Post-it Notes</a>, <a class="performancingtags" href="http://technorati.com/tag/Sticky%20Notes" rel="tag">Sticky Notes</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=25&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/12/3m-post-it-notes-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>MPLS FAQ For Beginners</title>
		<link>http://cisco.wordpress.com/2007/08/12/mpls-faq-for-beginners/</link>
		<comments>http://cisco.wordpress.com/2007/08/12/mpls-faq-for-beginners/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 10:10:15 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x4E-etwork]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/12/mpls-faq-for-beginners/</guid>
		<description><![CDATA[Embarking on my personal journey into the topic of MPLS, I stumble upon this Cisco site which contain some common question that would be asked by a non MPLS user. &#8220;MPLS FAQ For Beginners&#8221; [LINK] Technorati Tags: MPLS, Cisco, Network<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=24&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Embarking on my personal journey into the topic of MPLS, I stumble upon this Cisco site which contain some common question that would be asked by a non MPLS user. &#8220;<b><font color="#ff9900">MPLS FAQ For Beginners</font></b>&#8221; [<a href="http://www.cisco.com/warp/public/105/mpls_faq_4649.shtml">LINK</a>]</p>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/MPLS" rel="tag">MPLS</a>, <a class="performancingtags" href="http://technorati.com/tag/Cisco" rel="tag">Cisco</a>, <a class="performancingtags" href="http://technorati.com/tag/Network" rel="tag">Network</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=24&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/12/mpls-faq-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
		<item>
		<title>Procedure to reset password on Cisco Catalyst 3550</title>
		<link>http://cisco.wordpress.com/2007/08/08/procedure-to-reset-password-on-cisco-catalyst-3550/</link>
		<comments>http://cisco.wordpress.com/2007/08/08/procedure-to-reset-password-on-cisco-catalyst-3550/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 02:53:26 +0000</pubDate>
		<dc:creator>cisco</dc:creator>
				<category><![CDATA[0x4E-etwork]]></category>

		<guid isPermaLink="false">http://cisco.wordpress.com/2007/08/08/procedure-to-reset-password-on-cisco-catalyst-3550/</guid>
		<description><![CDATA[On a 3550 release the mode button after the 1x port LED goes out. flash_init load_helper dir flash: rename flash:config.text flash:config.backup boot rename flash:config.backup config.text copy flash:config.text system:running-config config terminal no enable secret enable password password copy running-config startup-config Technorati Tags: reset password, catalyst 3550<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=23&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font color="#ff9900">
<ol>
<li>On a 3550 release the mode button after the 1x port LED goes out.</li>
<li>flash_init</li>
<li>load_helper</li>
<li>dir flash:</li>
<li>rename flash:config.text flash:config.backup</li>
<li>boot</li>
<li>rename flash:config.backup config.text</li>
<li>copy flash:config.text system:running-config</li>
<li>config terminal </li>
<li>no enable secret</li>
<li>enable password password</li>
<li>copy running-config startup-config</li>
</ol>
<p></font>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/reset%20password" rel="tag">reset password</a>, <a class="performancingtags" href="http://technorati.com/tag/catalyst%203550" rel="tag">catalyst 3550</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cisco.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cisco.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cisco.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cisco.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cisco.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cisco.wordpress.com&amp;blog=18647&amp;post=23&amp;subd=cisco&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cisco.wordpress.com/2007/08/08/procedure-to-reset-password-on-cisco-catalyst-3550/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdc493c6014a8b80bfbc8aa4a53d56f1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cisco</media:title>
		</media:content>
	</item>
	</channel>
</rss>
