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

<channel>
	<title>a record of thoughts&#187; Linux</title>
	<atom:link href="http://www.nonoh.com/category/tutorials/linux-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nonoh.com</link>
	<description>think, implement, compile, execute</description>
	<lastBuildDate>Wed, 23 Jun 2010 02:41:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
			<div  style="padding:7px; float: right; padding-right: 0; margin: 3px;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-6411461642383867"; google_alternate_color = "FFFFFF";
		google_ad_width = 728; google_ad_height = 90;
		google_ad_format = "728x90_as"; google_ad_type = "text";
		google_ad_channel ="4999815757"; google_color_border = "CCCCCC";
		google_color_link = "000000"; google_color_bg = "CCCCCC";
		google_color_text = "333333"; google_color_url = "666666";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>Eee PC WiFi Woes</title>
		<link>http://www.nonoh.com/20080521/eee-pc-wifi-woes</link>
		<comments>http://www.nonoh.com/20080521/eee-pc-wifi-woes#comments</comments>
		<pubDate>Wed, 21 May 2008 14:44:33 +0000</pubDate>
		<dc:creator>fonse.</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[drivespace]]></category>
		<category><![CDATA[Eee PC]]></category>
		<category><![CDATA[guess]]></category>
		<category><![CDATA[hardware drivers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[searching the web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[woes]]></category>

		<guid isPermaLink="false">http://www.nonoh.com/?p=201</guid>
		<description><![CDATA[I noted here that I constantly encounter WiFi problems. After searching the web, many have said that Linux is not WiFi friendly. I guess it could be true, but I&#8217;m not converting my Eee PC to Windows. I agree that hardware drivers are very tricky when it comes to Linux and I suspect it&#8217;s causing [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I noted <a href="http://www.nonoh.com/20080502/mixed-recording">here</a> that I constantly encounter WiFi problems. After searching the web, many have said that Linux is not WiFi friendly. I guess it could be true, but I&#8217;m not converting my Eee PC to Windows. I agree that hardware drivers are very tricky when it comes to Linux and I suspect it&#8217;s causing my troubles (the connection status is forever stuck in PENDING). Well, <a href="http://www.nonoh.com/20080520/misc-updates">yesterday</a> I slightly  cleaned up my drivespace and my troubles seem to have went away. However, it&#8217;s still too early to conclude. If it really is true, maybe the system is unable to connect because it has no space to store data. I&#8217;ll be monitoring this in the next two weeks.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.nonoh.com/20080521/eee-pc-wifi-woes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icewm Preferences</title>
		<link>http://www.nonoh.com/20080521/icewm-preferences</link>
		<comments>http://www.nonoh.com/20080521/icewm-preferences#comments</comments>
		<pubDate>Wed, 21 May 2008 14:35:06 +0000</pubDate>
		<dc:creator>fonse.</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.nonoh.com/?p=200</guid>
		<description><![CDATA[Manipulation of IceWM for EeePC: nano /home/user/.icewm/preferences]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Manipulation of IceWM for EeePC:</p>
<pre>nano /home/user/.icewm/preferences</pre>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.nonoh.com/20080521/icewm-preferences/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux: Change FileName/FolderName</title>
		<link>http://www.nonoh.com/20080511/linux-change-filenamefoldername</link>
		<comments>http://www.nonoh.com/20080511/linux-change-filenamefoldername#comments</comments>
		<pubDate>Mon, 12 May 2008 02:05:06 +0000</pubDate>
		<dc:creator>fonse.</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.nonoh.com/?p=186</guid>
		<description><![CDATA[Changing file name or folder name in UNIX. mv OrigFileName NewFileName mv OrigFolderName NewFolderName]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>Changing file name or folder name in UNIX.</p>
<pre>mv OrigFileName NewFileName
mv OrigFolderName NewFolderName</pre>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.nonoh.com/20080511/linux-change-filenamefoldername/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
