<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Secret Journey</title>
	<atom:link href="http://secretjourney.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://secretjourney.wordpress.com</link>
	<description>A journey to achieve my dreams</description>
	<lastBuildDate>Thu, 24 Jan 2008 05:14:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='secretjourney.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8b9186be091052cbea6c726f932c4b0f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Secret Journey</title>
		<link>http://secretjourney.wordpress.com</link>
	</image>
			<item>
		<title>Waiting</title>
		<link>http://secretjourney.wordpress.com/2008/01/24/waiting/</link>
		<comments>http://secretjourney.wordpress.com/2008/01/24/waiting/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 05:14:51 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2008/01/24/waiting/</guid>
		<description><![CDATA[Waiting is something that I don&#8217;t really like so much. I can still be able to handle it if I know how long I have to wait. This time, I was told to wait, but he could not tell me the time frame. So I have to wait, wait and wait like Victor Navorsky on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=44&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Waiting is something that I don&#8217;t really like so much. I can still be able to handle it if I know how long I have to wait. This time, I was told to wait, but he could not tell me the time frame. So I have to wait, wait and wait like Victor Navorsky on &#8220;the terminal&#8221;.</p>
<p>Arrrgh, should I wait a little longer? Or just forget it?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=44&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2008/01/24/waiting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>GMail IMAP</title>
		<link>http://secretjourney.wordpress.com/2008/01/01/gmail-imap/</link>
		<comments>http://secretjourney.wordpress.com/2008/01/01/gmail-imap/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 12:33:24 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2008/01/01/gmail-imap/</guid>
		<description><![CDATA[I have been looking for a way to scan my folder on GMail, parse it, and process information on the folder. I&#8217;ve wrote several lines of code in perl, but still have some issues on retrieving several mails.
I have dig the  /usr/local/share/perl/5.8.8/Mail/IMAPClient.pm :

found that message_string called fetch
tried to download using fetch, also timed out
follow up: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=43&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have been looking for a way to scan my folder on GMail, parse it, and process information on the folder. I&#8217;ve wrote several lines of code in perl, but still have some issues on retrieving several mails.</p>
<p>I have dig the  /usr/local/share/perl/5.8.8/Mail/IMAPClient.pm :</p>
<ul>
<li>found that message_string called fetch</li>
<li>tried to download using fetch, also timed out</li>
<li>follow up: need to see why fetch timed out</li>
</ul>
<p>Found a website of IMAP protocol. It may be useful later. Here is the site:</p>
<ul>
<li>http://networking.ringofsaturn.com/Protocols/imap.php</li>
</ul>
<p>Time to go, will continue tomorrow.</p>
<p style="margin-left:120px;text-align:left;">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=43&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2008/01/01/gmail-imap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>IMAP::SSL on perl</title>
		<link>http://secretjourney.wordpress.com/2007/12/22/imapssl-on-perl/</link>
		<comments>http://secretjourney.wordpress.com/2007/12/22/imapssl-on-perl/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 13:38:09 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/12/22/imapssl-on-perl/</guid>
		<description><![CDATA[I have an idea to create a script to automate some job on my GMail IMAP folder. However, I was stuck for several days on installing SSLeay modul on my ubuntu. I tried to install either using cpan or compiling it from source. Unfortunately none of them successful.
Finally I found an easy way by just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=42&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have an idea to create a script to automate some job on my GMail IMAP folder. However, I was stuck for several days on installing SSLeay modul on my ubuntu. I tried to install either using cpan or compiling it from source. Unfortunately none of them successful.</p>
<p>Finally I found an easy way by just using apt-get to install it. Now I have the module installed, and I can start to write my script</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=42&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/12/22/imapssl-on-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the best exam test preparation?</title>
		<link>http://secretjourney.wordpress.com/2007/10/29/what-is-the-best-exam-test-preparation/</link>
		<comments>http://secretjourney.wordpress.com/2007/10/29/what-is-the-best-exam-test-preparation/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 03:44:37 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/10/29/what-is-the-best-exam-test-preparation/</guid>
		<description><![CDATA[Like wrote previously, I&#8217;m now intensively doing a research to find out which exam test preparation is the best to help me on the CCIE journey. Doing some search on google, but still unable to draw a conclusion.
Some folks on several forum said that boson is a good one. Unfortunately, I&#8217;ve never found any testimonial [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=41&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Like wrote previously, I&#8217;m now intensively doing a research to find out which exam test preparation is the best to help me on the CCIE journey. Doing some search on google, but still unable to draw a conclusion.</p>
<p>Some folks on several forum said that boson is a good one. Unfortunately, I&#8217;ve never found any testimonial that somebody passed the CCIE by helping of boson. It&#8217;s really weird, it is really good why nobody admit that they are using boson to help their CCIE journey? Some guys just tell don&#8217;t use testking, don&#8217;t use bla bla bla, but they don&#8217;t tell which one is good. It leaves me with no clue, and makes me thinking that they are just showing their power but not sharing anything to the forum.</p>
<p>Finally, I&#8217;m still sitting here without any decision yet. May be I&#8217;ll try NetMasterClass just to see how good it is.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=41&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/10/29/what-is-the-best-exam-test-preparation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>Palm Utility</title>
		<link>http://secretjourney.wordpress.com/2007/10/22/palm-utility/</link>
		<comments>http://secretjourney.wordpress.com/2007/10/22/palm-utility/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 03:18:48 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/10/22/palm-utility/</guid>
		<description><![CDATA[I found this utility for Palm. Got this sites when I had a problem of replying SMS that caused my handheld to reboot. Haven&#8217;t tried the tool yet, but I need to record this just for reminder:
The Tool
The Article
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=40&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I found this utility for Palm. Got this sites when I had a problem of replying SMS that caused my handheld to reboot. Haven&#8217;t tried the tool yet, but I need to record this just for reminder:</p>
<blockquote><p><a href="http://www.palmgear.com/index.cfm?fuseaction=software.showsoftware&amp;prodid=9992">The Tool</a></p>
<p><a href="http://www.chaddickerson.com/blog/2006/05/19/what-to-do-when-sending-an-sms-makes-your-treo-650-reboot/">The Article</a></p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=40&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/10/22/palm-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>Time to start CCIE journey</title>
		<link>http://secretjourney.wordpress.com/2007/10/21/time-to-start-ccie-journey/</link>
		<comments>http://secretjourney.wordpress.com/2007/10/21/time-to-start-ccie-journey/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 14:47:02 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/10/21/time-to-start-ccie-journey/</guid>
		<description><![CDATA[It&#8217;s the time to start my CCIE journey. So far, I&#8217;m still not sure where to start yet. I have done several browsing and still not found a light yet.  I need to find a good book (if there is any), and exam preparation test to measure my understanding. None of them assured me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=39&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s the time to start my CCIE journey. So far, I&#8217;m still not sure where to start yet. I have done several browsing and still not found a light yet.  I need to find a good book (if there is any), and exam preparation test to measure my understanding. None of them assured me yet.</p>
<p>However,  to make me feel not too disappointed, I think that the two blogs below taught me several lessons. I&#8217;ll put both of them here so I can find it easily in the future:</p>
<blockquote><p><a href="http://www.ethanbanks.net/?page_id=85">http://brokenpipes.blogspot.com/</a></p>
<p><a href="http://www.ethanbanks.net/?page_id=85">http://www.ethanbanks.net</a></p></blockquote>
<p>I&#8217;m still digging if the books offered by the <a href="http://www.ccbootcamp.com/ccierswrittenbook.html">ccbootcamp</a> and  preparation test offered by <a href="http://www.netmasterclass.net/CCIE/Self-Paced-Program/Written/">netmasterclass.ne</a>t is useful. Anyone has experience with both of the materials ?</p>
<p>Now I need to take s rest&#8230;..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=39&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/10/21/time-to-start-ccie-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>Passed ONT</title>
		<link>http://secretjourney.wordpress.com/2007/10/10/passed-ont/</link>
		<comments>http://secretjourney.wordpress.com/2007/10/10/passed-ont/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 16:41:58 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/10/10/passed-ont/</guid>
		<description><![CDATA[Ups, forgot to record that I passed ONT on 2 Oct 2007. It was the last CCNP exam that I took and passed. What next ? Unfortunately I have to redo my CCNA, it is expired already.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=38&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ups, forgot to record that I passed ONT on 2 Oct 2007. It was the last CCNP exam that I took and passed. What next ? Unfortunately I have to redo my CCNA, it is expired already.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=38&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/10/10/passed-ont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Packaging Tools</title>
		<link>http://secretjourney.wordpress.com/2007/09/24/advanced-packaging-tools/</link>
		<comments>http://secretjourney.wordpress.com/2007/09/24/advanced-packaging-tools/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 23:55:26 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/09/24/advanced-packaging-tools/</guid>
		<description><![CDATA[Advanced Packaging Tool, or APT, is a front-end for the package management system used by Debian GNU/Linux and its derivatives (quoted from wikipedia). This tool should be very familiar for ubuntu/debian users as we need it to install application by using the command below:
$ sudo apt-get install package
When we run the command, debian will look [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=37&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Advanced Packaging Tool</strong>, or <strong>APT</strong>, is a <a href="http://en.wikipedia.org/wiki/Front-end" title="Front-end">front-end</a> for the <a href="http://en.wikipedia.org/wiki/Package_management_system" title="Package management system">package management system</a> used by <a href="http://en.wikipedia.org/wiki/Debian_GNU/Linux" title="Debian GNU/Linux">Debian GNU/Linux</a> and its derivatives (quoted from <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool" target="_blank">wikipedia</a>). This tool should be very familiar for ubuntu/debian users as we need it to install application by using the command below:</p>
<blockquote><p>$ sudo apt-get install <em>package</em></p></blockquote>
<p>When we run the command, debian will look for the package from the <a href="http://en.wikipedia.org/wiki/Linux_repository">repositories</a>. And the sources of the repositories can be found on  <strong>/etc/apt/sources.list</strong>. We can edit this file to the closest server from our workstation or any server that we prefer.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=37&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/09/24/advanced-packaging-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>My Ubuntu doesn&#8217;t compile</title>
		<link>http://secretjourney.wordpress.com/2007/09/24/my-ubuntu-doesnt-compile/</link>
		<comments>http://secretjourney.wordpress.com/2007/09/24/my-ubuntu-doesnt-compile/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 23:09:51 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[System]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/09/24/my-ubuntu-doesnt-compile/</guid>
		<description><![CDATA[I&#8217;m quite new with Ubuntu and used to work with RedHat before. Using this new distro,  made experiencing a lot of new thins such as what I got today. I was unable to compile several application from source code. The C compiler is installed, but not the essential headers. Therefore, I got the error [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=36&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m quite new with Ubuntu and used to work with RedHat before. Using this new distro,  made experiencing a lot of new thins such as what I got today. I was unable to compile several application from source code. The C compiler is installed, but not the essential headers. Therefore, I got the error message below whenever I compiled an application:</p>
<blockquote><p>C compiler cannot create executables</p></blockquote>
<p>To allow me compiling the source, here what I need to do:</p>
<blockquote><p>#sudo apt-get install build-essential</p></blockquote>
<p>Voila, I&#8217;m now able to compile the sources</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=36&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/09/24/my-ubuntu-doesnt-compile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
		<item>
		<title>Network troubleshooting on ubuntu</title>
		<link>http://secretjourney.wordpress.com/2007/09/19/network-troubleshooting-on-ubuntu/</link>
		<comments>http://secretjourney.wordpress.com/2007/09/19/network-troubleshooting-on-ubuntu/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 18:03:05 +0000</pubDate>
		<dc:creator>bank_al</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://secretjourney.wordpress.com/2007/09/19/network-troubleshooting-on-ubuntu/</guid>
		<description><![CDATA[# ifconfig &#60;&#8211; to see the network interface
# ethtool ethX &#60;&#8211; to see if the NIC is disconnected or not
# ethtool -S ethX &#60;&#8211; any error on NIC ?
More ? Click here
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=35&subd=secretjourney&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p># ifconfig &lt;&#8211; to see the network interface</p>
<p># ethtool ethX &lt;&#8211; to see if the NIC is disconnected or not</p>
<p># ethtool -S ethX &lt;&#8211; any error on NIC ?</p>
<p>More ? Click <a href="http://wiki.ubuntu.org.cn/Quick_HOWTO_:_Ch04_:_Simple_Network_Troubleshooting#Viewing_Your_Activated_Interfaces" target="_blank">here</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/secretjourney.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/secretjourney.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/secretjourney.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/secretjourney.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/secretjourney.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/secretjourney.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/secretjourney.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/secretjourney.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/secretjourney.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/secretjourney.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/secretjourney.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/secretjourney.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=secretjourney.wordpress.com&blog=441848&post=35&subd=secretjourney&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://secretjourney.wordpress.com/2007/09/19/network-troubleshooting-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/27ac4f96647e15d56fea5171adfff1fa?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bank_al</media:title>
		</media:content>
	</item>
	</channel>
</rss>