<?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>The Tech Nation</title>
	<atom:link href="http://thetechnation.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetechnation.wordpress.com</link>
	<description>Your technology information headquaters.</description>
	<lastBuildDate>Tue, 04 Aug 2009 05:19:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thetechnation.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Tech Nation</title>
		<link>http://thetechnation.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thetechnation.wordpress.com/osd.xml" title="The Tech Nation" />
	<atom:link rel='hub' href='http://thetechnation.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Gunzip</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/gunzip/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/gunzip/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 05:19:19 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[gunzip]]></category>
		<category><![CDATA[tar.gz]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=70</guid>
		<description><![CDATA[This is how to extract a .tar.gz file using Gunzip: gunzip -c /path/to/folder/filename.tar.gz To view a list of files in an archive use: gunzip -c /path/to/folder/filename.tar.gz &#124; tar -tvf - To extract a single file use: gunzip -c /path/to/folder/filename.tar.gz &#124; tar -xvf &#8211; path/within archive/filename.php<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=70&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is how to extract a .tar.gz file using Gunzip:</p>
<p style="text-align:center;"><em>gunzip -c /path/to/folder/filename.tar.gz</em></p>
<p style="text-align:left;">To view a list of files in an archive use:</p>
<p style="text-align:center;"><em>gunzip -c /path/to/folder/filename.tar.gz | tar -tvf -</em></p>
<p style="text-align:left;">To extract a single file use:</p>
<p style="text-align:center;"><em>gunzip -c /path/to/folder/filename.tar.gz | tar -xvf &#8211; path/within archive/filename.php</em></p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=70&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/gunzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>how to get the contents of another file with php</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/how-to-get-the-contents-of-another-file-with-php/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/how-to-get-the-contents-of-another-file-with-php/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 05:03:44 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[fetch]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=66</guid>
		<description><![CDATA[There are many times when you may need to get the contents of another file on a server with php. Rather it is XML, html, or an RSS feed this is how to do it. The best way of doing this is to use this: function fetch_content($url) { $crl = curl_init(); $timeout = 5; curl_setopt [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=66&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many times when you may need to get the contents of another file on a server with php. Rather it is XML, html, or an RSS feed this is how to do it. The best way of doing this is to use this:</p>
<p style="text-align:center;"><em>function fetch_content($url) {</em></p>
<p style="text-align:center;"><em>$crl = curl_init();</em></p>
<p style="text-align:center;"><em>$timeout = 5;</em></p>
<p style="text-align:center;"><em>curl_setopt ($crl, CURLOPT_URL, $url);</em></p>
<p style="text-align:center;"><em>curl_setopt ($crl, CURLOPT_RETURNTRANSFER, 1);</em></p>
<p style="text-align:center;"><em>curl_setopt ($crl, CURLOPT_CONNECTTIMEOUT, $timeout);</em></p>
<p style="text-align:center;"><em>$ret = curl_exec($crl);</em></p>
<p style="text-align:center;"><em>curl_close($crl);</em></p>
<p style="text-align:center;"><em>return $ret;</em></p>
<p style="text-align:center;"><em>}</em></p>
<p style="text-align:left;">You should now have the content of the $url stored in a string calue. Note that this will not fetch any supporting files such as CSS of javascript. You will have to further parse these files to store their contents into a seperate string value.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=66&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/how-to-get-the-contents-of-another-file-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>how to install php5 and apache on Ubuntu</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/how-to-install-php5-and-apache-on-ubuntu/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/how-to-install-php5-and-apache-on-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:57:01 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[ubnut]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=64</guid>
		<description><![CDATA[To install PHP5 and apache on an ubuntu simply type the follwoing into the shell command line: sudo apt-get install apache2 sudo apt-get install php5 sudo apt-get install libapache2-mod-php5 sudo /etc/init.d/apache2 restart Your web files can now be found in /var/www that&#8217;s all there is to it!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=64&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To install PHP5 and apache on an ubuntu simply type the follwoing into the shell command line:</p>
<p style="text-align:center;"><em>sudo apt-get install apache2</em></p>
<p style="text-align:center;"><em>sudo apt-get install php5</em></p>
<p style="text-align:center;"><em>sudo apt-get install libapache2-mod-php5</em></p>
<p style="text-align:center;"><em>sudo /etc/init.d/apache2 restart</em></p>
<p style="text-align:left;">Your web files can now be found in /var/www</p>
<p style="text-align:left;">that&#8217;s all there is to it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=64&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/how-to-install-php5-and-apache-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>how to speed up firefox</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/how-to-speed-up-firefox/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/how-to-speed-up-firefox/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:43:52 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=53</guid>
		<description><![CDATA[This tutorial will tell you a few tips to tweak Firefox and make it run even faster! First off you need to type in the address about:config and hit go. You Will be confronted with a warning. Hit the button that says that you will be careful. Now in the filter box type in network.http.pipelining [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=53&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This tutorial will tell you a few tips to tweak Firefox and make it run even faster! First off you need to type in the address about:config and hit go.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-54" title="about_config" src="http://thetechnation.files.wordpress.com/2009/08/about_config.jpg?w=655&#038;h=23" alt="about_config" width="655" height="23" /></p>
<p style="text-align:center;">You Will be confronted with a warning. Hit the button that says that you will be careful.</p>
<p style="text-align:left;"><img class="aligncenter size-full wp-image-55" title="careful" src="http://thetechnation.files.wordpress.com/2009/08/careful.jpg?w=655&#038;h=258" alt="careful" width="655" height="258" />Now in the filter box type in network.http.pipelining and double click it until it ssa true</p>
<p style="text-align:center;"><img class="aligncenter size-medium wp-image-56" title="network.http.pipelineing" src="http://thetechnation.files.wordpress.com/2009/08/network-http-pipelineing.jpg?w=300&#038;h=37" alt="network.http.pipelineing" width="300" height="37" /></p>
<p style="text-align:center;">Do the same for <strong>network.http.pipelining.maxrequests</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-large wp-image-57" title="network.http.pipelineing.maxrequests" src="http://thetechnation.files.wordpress.com/2009/08/network-http-pipelineing-maxrequests.jpg?w=1024&#038;h=91" alt="network.http.pipelineing.maxrequests" width="1024" height="91" /></strong></p>
<p style="text-align:center;"><strong>Now change </strong><strong>network.http.proxy.pipelining to true</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-large wp-image-58" title="network.http.proxy.pipelining" src="http://thetechnation.files.wordpress.com/2009/08/network-http-proxy-pipelining.jpg?w=1024&#038;h=85" alt="network.http.proxy.pipelining" width="1024" height="85" /></strong></p>
<p style="text-align:center;"><strong>Next change </strong><strong>network.dns.disableIPv6 to true</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-large wp-image-59" title="network.dns.disableIPv6" src="http://thetechnation.files.wordpress.com/2009/08/network-dns-disableipv6.jpg?w=1024&#038;h=93" alt="network.dns.disableIPv6" width="1024" height="93" /></strong></p>
<p style="text-align:center;"><strong>Now create a new integer by right clicking and going to new-&gt;integer</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-full wp-image-60" title="new_integer" src="http://thetechnation.files.wordpress.com/2009/08/new_integer.jpg?w=423&#038;h=193" alt="new_integer" width="423" height="193" /></strong></p>
<p style="text-align:center;"><strong>Name this integer </strong><strong>nglayout.initialpaint.delay</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-full wp-image-61" title="nglayout.initialpaint.delay" src="http://thetechnation.files.wordpress.com/2009/08/nglayout-initialpaint-delay.jpg?w=396&#038;h=184" alt="nglayout.initialpaint.delay" width="396" height="184" /></strong></p>
<p style="text-align:center;"><strong>Set its value to 0</strong></p>
<p style="text-align:center;"><strong><img class="aligncenter size-full wp-image-62" title="nglayout.initialpaint.delay_0" src="http://thetechnation.files.wordpress.com/2009/08/nglayout-initialpaint-delay_0.jpg?w=394&#038;h=198" alt="nglayout.initialpaint.delay_0" width="394" height="198" /></strong></p>
<p style="text-align:center;"><strong>This should make your firefox 3-30 time faster!<br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=53&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/how-to-speed-up-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/about_config.jpg" medium="image">
			<media:title type="html">about_config</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/careful.jpg" medium="image">
			<media:title type="html">careful</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/network-http-pipelineing.jpg?w=300" medium="image">
			<media:title type="html">network.http.pipelineing</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/network-http-pipelineing-maxrequests.jpg?w=1024" medium="image">
			<media:title type="html">network.http.pipelineing.maxrequests</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/network-http-proxy-pipelining.jpg?w=1024" medium="image">
			<media:title type="html">network.http.proxy.pipelining</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/network-dns-disableipv6.jpg?w=1024" medium="image">
			<media:title type="html">network.dns.disableIPv6</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/new_integer.jpg" medium="image">
			<media:title type="html">new_integer</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/nglayout-initialpaint-delay.jpg" medium="image">
			<media:title type="html">nglayout.initialpaint.delay</media:title>
		</media:content>

		<media:content url="http://thetechnation.files.wordpress.com/2009/08/nglayout-initialpaint-delay_0.jpg" medium="image">
			<media:title type="html">nglayout.initialpaint.delay_0</media:title>
		</media:content>
	</item>
		<item>
		<title>Install a drop down konsole in Ubutnu</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/install-a-drop-down-konsole-in-ubutnu/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/install-a-drop-down-konsole-in-ubutnu/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:17:17 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[tilda]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=51</guid>
		<description><![CDATA[Tilda is a konsole that drops down from the top of ubuntu withh just the press of a key. To install it simply type the following into a konsole window: sudo apt-get install tilda<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=51&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tilda is a konsole that drops down from the top of ubuntu withh just the press of a key. To install it simply type the following into a konsole window:</p>
<p style="text-align:center;"><em>sudo apt-get install tilda</em></p>
<p style="text-align:center;"><em><br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=51&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/install-a-drop-down-konsole-in-ubutnu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>quickly restart the gnome interface in ubuntu</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/quickly-restart-the-gnome-interface-in-ubuntu/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/quickly-restart-the-gnome-interface-in-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:14:19 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=49</guid>
		<description><![CDATA[If you want to quickyly restart the X windows utility in Ubuntu the easiest way is to use the following key combination on your keyboard: Ctrl+Alt+Backspace<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=49&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to quickyly restart the X windows utility in Ubuntu the easiest way is to use the following key combination on your keyboard:</p>
<p style="text-align:center;"><em>Ctrl+Alt+Backspace</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=49&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/quickly-restart-the-gnome-interface-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>Add &#8220;Open with gedit&#8221; to the right click menu in Ubuntu</title>
		<link>http://thetechnation.wordpress.com/2009/08/04/add-open-with-gedit-to-the-right-click-menu-in-ubuntu/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/04/add-open-with-gedit-to-the-right-click-menu-in-ubuntu/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:11:46 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[right]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=47</guid>
		<description><![CDATA[The file browser in Ubuntu provides the ability to run scripts on a selected file. These scripts can be used to do anything from opening a file to zipping or uploading, or anything that you can do from the command line. To start this off open up a terminal window and type in: gedit ~/.gnome2/nautilus-scripts/Open\ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=47&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The file browser in Ubuntu provides the ability to run scripts on a selected file. These scripts can be used to do anything from opening a file to zipping or uploading, or anything that you can do from the command line.</p>
<p>To start this off open up a terminal window and type in:</p>
<p style="text-align:center;"><em>gedit ~/.gnome2/nautilus-scripts/Open\ with\ gedit</em></p>
<p style="text-align:left;">Just copy and paste in this script found on the <a href="http://g-scripts.sourceforge.net/">G Scripts</a> site.</p>
<p style="text-align:center;"><em>#!/bin/bash<br />
#<br />
# Nautilus script -&gt; open gedit<br />
#<br />
# Owner : Largey Patrick from Switzerland<br />
#     patrick.largey@nazeman.org<br />
# www.nazeman.org<br />
#<br />
# Licence : GNU GPL<br />
#<br />
# Copyright (C) Nazeman<br />
#<br />
# Ver. 0.9-1 Date: 16.02.2002<br />
# Add multiple file open in the same windows<br />
#<br />
# Ver: 0.9  Date: 27.10.2001<br />
# Initial release<br />
#<br />
# Dependence : Nautilus (of course)<br />
#   Gnome-utils (gdialog)<br />
#<br />
filesall=”&#8221;<br />
while [ $# -gt 0 ]<br />
do<br />
files=`echo “$1″ | sed ’s/ /\?/g’`<br />
filesall=”$files $filesall”<br />
shift<br />
done<br />
gedit $filesall&amp;</em></p>
<p style="text-align:left;">Save and close that Gedit window and execute this command to make the file executeable:</p>
<p style="text-align:center;"><em>chmod u+x ~/.gnome2/nautilus-scripts/Open\ with\ gedit</em></p>
<p style="text-align:left;">This should be the result when you right click a file:</p>
<p style="text-align:center;"><img class="alignnone" title="ubuntu-gedit-rightclick" src="http://i470.photobucket.com/albums/rr65/theufofiles/openwithgedit.png" alt="" width="446" height="224" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=47&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/04/add-open-with-gedit-to-the-right-click-menu-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>

		<media:content url="http://i470.photobucket.com/albums/rr65/theufofiles/openwithgedit.png" medium="image">
			<media:title type="html">ubuntu-gedit-rightclick</media:title>
		</media:content>
	</item>
		<item>
		<title>How to quickly block an IP address</title>
		<link>http://thetechnation.wordpress.com/2009/08/03/how-to-quickly-block-an-ip-address/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/03/how-to-quickly-block-an-ip-address/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:58:40 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=43</guid>
		<description><![CDATA[If you are looking for a way to quickly and easily block an IP from connecting to your server using the IPtables firewall then just use this script. First off you need to make yourself root. Then you type in: vi /usr/local/bin/blockip Then just paste in this code: #!/bin/sh if [ "$1" != "" ]; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=43&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a way to quickly and easily block an IP from connecting to your server using the IPtables firewall then just use this script.</p>
<p>First off you need to make yourself root. Then you type in:</p>
<p style="text-align:center;"><em>vi /usr/local/bin/blockip</em></p>
<p style="text-align:left;">Then just paste in this code:</p>
<p style="text-align:center;"><em>#!/bin/sh</em></p>
<p style="text-align:center;"><em>if [ "$1" != "" ]; then</em></p>
<p style="text-align:center;"><em> /sbin/iptables -I INPUT -s $1 -j DROP</em></p>
<p style="text-align:center;"><em>else</em></p>
<p style="text-align:center;"><em> echo &#8220;Type an IP&#8221;</em></p>
<p style="text-align:center;"><em>echo &#8220;Usage:&#8221;</em></p>
<p style="text-align:center;"><em>echo &#8221; Blockip &lt;ipaddress&gt;&#8221;</em></p>
<p style="text-align:center;"><em>echo &#8220;&#8221;</em></p>
<p style="text-align:center;"><em>fi</em></p>
<p style="text-align:left;">After you get that done you need to make the file executable, so just run this command:</p>
<p style="text-align:center;"><em>chmod u+x /usr/local/bin/blockip</em></p>
<p style="text-align:left;">Now all you need to do to block an ip is type in the command like this (remember to change the IP to the one that you want to block) :</p>
<p style="text-align:center;"><em>blcokip 20.2.2.20</em></p>
<p style="text-align:left;">That&#8217;s all there is to it! If you encounter any problems with this script please let me know, but I tested it and it should work.</p>
<pre style="text-align:left;"></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=43&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/03/how-to-quickly-block-an-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
		<item>
		<title>What is svchost.exe?</title>
		<link>http://thetechnation.wordpress.com/2009/08/03/what-is-svchost-exe/</link>
		<comments>http://thetechnation.wordpress.com/2009/08/03/what-is-svchost-exe/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:48:11 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Svchost.exe]]></category>
		<category><![CDATA[Windows service]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=39</guid>
		<description><![CDATA[The chances are that you are reading this because you are wondering what in the world svchost.exe is and why it is running on your system. What Is It? Microsoft&#8217;s explanation for what svchost.exe is is: svchost.exe is a generic host process name for services that run from dynamic-link libraries So what does this mean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=39&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The chances are that you are reading this because you are wondering what in the world svchost.exe is and why it is running on your system.</p>
<p style="text-align:center;"><strong> What Is It?</strong></p>
<p style="text-align:left;">Microsoft&#8217;s explanation for what svchost.exe is is:</p>
<p style="text-align:center;"><em>svchost.exe is a generic host process name for services that run from dynamic-link libraries</em></p>
<p style="text-align:left;">So what does this mean in human speak you may ask? Awhile back Microsoft decided to start moving its internal Windows services into .dll files instead of .exe files. This is how svchost.exe came to be. This is why if you ever take a look at your running processes you will notice that there are many svchost.exe instances running. This is because if all of the processes ran under just one instance all of Windows could be brought down by one failure. This is why they are spread out amongst many different processes.</p>
<p style="text-align:center;"><strong>What can I do about this?</strong></p>
<p style="text-align:left;">You may ask how you can trim this list of svchost.exe processes down to size. well, for starters you can disable process that you don&#8217;t absolutely need running. Also if one of the process seems to be taking an extensive amount of CPU cycles you can always try restarting the process. The hardest part is finding out what process is controlled by what svchost.exe instance. To check go to command prompt  and type:</p>
<p style="text-align:left;"><em>tasklist /SVC</em></p>
<p style="text-align:center;"><em><img class="alignnone" title="tasklist /SVC" src="http://i470.photobucket.com/albums/rr65/theufofiles/tasklistSVC.jpg" alt="" width="699" height="458" /></em></p>
<p style="text-align:left;">The only problem with using this method is that some of these names can be a little bit cryptic and hard to figure out. Another option is to right click on the process in the task manager and choose the &#8220;Go to service(s)&#8221; Option. This will cause all of the processes running under that svchost.exe to be highlighted.</p>
<p style="text-align:center;"><img class="alignnone" title="processrc" src="http://i470.photobucket.com/albums/rr65/theufofiles/processrc.png" alt="" width="504" height="315" /></p>
<p style="text-align:center;"><img class="alignnone" title="processlist" src="http://i470.photobucket.com/albums/rr65/theufofiles/processlist.png" alt="" width="607" height="556" /></p>
<p style="text-align:center;"><strong>Disabling Services</strong></p>
<p style="text-align:left;">Go to the administrative tools tab in the control panel and open up services or simply type <em>services.msc into run.</em></p>
<p>Find the process that you want to disable and just double click it.</p>
<p>I hope that this can be of help to somebody!</p>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=39&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/08/03/what-is-svchost-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>

		<media:content url="http://i470.photobucket.com/albums/rr65/theufofiles/tasklistSVC.jpg" medium="image">
			<media:title type="html">tasklist /SVC</media:title>
		</media:content>

		<media:content url="http://i470.photobucket.com/albums/rr65/theufofiles/processrc.png" medium="image">
			<media:title type="html">processrc</media:title>
		</media:content>

		<media:content url="http://i470.photobucket.com/albums/rr65/theufofiles/processlist.png" medium="image">
			<media:title type="html">processlist</media:title>
		</media:content>
	</item>
		<item>
		<title>Complete Ubuntu tutorials coming soon</title>
		<link>http://thetechnation.wordpress.com/2009/07/25/complete-ubuntu-tutorials-coming-soon/</link>
		<comments>http://thetechnation.wordpress.com/2009/07/25/complete-ubuntu-tutorials-coming-soon/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 05:16:46 +0000</pubDate>
		<dc:creator>mrmaj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thetechnation.wordpress.com/?p=36</guid>
		<description><![CDATA[As soon as I get the time to put them together I will be making some tutorials for Ubuntu Linux.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=36&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As soon as I get the time to put them together I will be making some tutorials for Ubuntu Linux.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thetechnation.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thetechnation.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thetechnation.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thetechnation.wordpress.com&amp;blog=7304422&amp;post=36&amp;subd=thetechnation&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thetechnation.wordpress.com/2009/07/25/complete-ubuntu-tutorials-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff7c6631c7d815d91ca60d1819cc9bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mrmaj</media:title>
		</media:content>
	</item>
	</channel>
</rss>
