<?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>Minn Myat Soe :: His Notes &#187; Linux</title>
	<atom:link href="http://www.minnmyatsoe.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.minnmyatsoe.com</link>
	<description>Personal journal with a technical and computer focus.</description>
	<lastBuildDate>Tue, 05 Jul 2011 07:15:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Python: Pyql module to obtain stock quotes from Y! Finance</title>
		<link>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/</link>
		<comments>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:08:28 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[pyql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=148</guid>
		<description><![CDATA[I just made an initial attempt to fetch the stock quotes via YQL, and put the codes into a module. The method &#8220;lookup&#8221; will return a list of python dictionary item(s), based on the information decoded from Yahoo&#8217;s JSON data. The current snapshot is posted on Google Code. The code doesn&#8217;t work with Python 3. [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: Running WordPress with Nginx on ArchLinux</title>
		<link>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/</link>
		<comments>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 08:35:19 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache httpd]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[http basic authentication]]></category>
		<category><![CDATA[mod_redirect]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=145</guid>
		<description><![CDATA[After moving to nginx with php-cgi, as described in my previous post, I found that &#8220;php-cgi&#8221; script has become pretty much unstable, with a lot of segmentation faults. I switched to &#8220;spawn-cgi&#8221; and the result is much more satisfactory =)]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running WordPress with Nginx on ArchLinux</title>
		<link>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/</link>
		<comments>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:24:17 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache httpd]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[http basic authentication]]></category>
		<category><![CDATA[mod_redirect]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=136</guid>
		<description><![CDATA[I just moved this blog over to Nginx server from Apache httpd server. I&#8217;m pretty satisfied with the overall result. I had to take some time to convert my current httpd configuration over to Nginx, since the new server does not support .htaccess or mod_redirects. This is my current requirements for move over: The site [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL and HTTP Basic Authentication</title>
		<link>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/</link>
		<comments>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:26:14 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[http basic auth]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https redirect]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[uri rewrite]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=100</guid>
		<description><![CDATA[In general, when I want to force the browser to access certain part of my website via https if the request is made with http, I would put a .htaccess inside that web directory. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} But when I want to protect the directory with HTTP Basic Auth, it [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Walk in the Clouds</title>
		<link>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/</link>
		<comments>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:16:41 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[amazon ec]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[cloud servers]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[rackspace]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=91</guid>
		<description><![CDATA[I&#8217;ve moved this site over to the cloud servers, by Rackspace from my previous shared host. Actually I was looking for a cloud server and cloud space so that I can play with Hadoop. I found Amazon EC servers and S3, but their services charges are expensive for me. While searching for alternatives, CloudServers caught [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short notes on Linux Libraries</title>
		<link>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/</link>
		<comments>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 13:09:53 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dynamically loaded library]]></category>
		<category><![CDATA[shared library]]></category>
		<category><![CDATA[static library]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/?p=64</guid>
		<description><![CDATA[Libraries are the compiled code that is usually incorporated into a programer at a later time. Three types: Static Libraries, Shared Libraries, and Dynamically Loaded Libraries Static libraries are a collection of normal object files. They usually ends with &#8220;.a&#8221;. Collection is created with &#8220;ar&#8221; command. Shared libraries are loaded at program start-up and shared [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2009/02/short-notes-on-linux-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Processes and CPU Performance</title>
		<link>http://www.minnmyatsoe.com/2009/02/linux-processes-and-cpu-performance/</link>
		<comments>http://www.minnmyatsoe.com/2009/02/linux-processes-and-cpu-performance/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 12:56:01 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[scheduler]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[vmstat]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/?p=66</guid>
		<description><![CDATA[In Linux, a process can be either: runnable, or blocked (awaiting some events to complete) When it&#8217;s runnable, the process is in competition with other processes for CPU time. A runnable process may or may not be consuming CPU time. It is the CPU scheduler that decides which process to run next from the runnable [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2009/02/linux-processes-and-cpu-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Package Management</title>
		<link>http://www.minnmyatsoe.com/2008/10/linux-package-management/</link>
		<comments>http://www.minnmyatsoe.com/2008/10/linux-package-management/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 01:46:00 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[package management]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/?p=60</guid>
		<description><![CDATA[I always like to play around with new distros that I can find from distrowatch.com. Gentoo being my primary distribution, I have Arch as my second distribution. Arch also offers the flexible system. Almost every linux systems are the same in functionality and the features, and from as far as I can see, the only [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2008/10/linux-package-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Cannot find -lGl&#8221;</title>
		<link>http://www.minnmyatsoe.com/2008/06/cannot-find-lgl/</link>
		<comments>http://www.minnmyatsoe.com/2008/06/cannot-find-lgl/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 06:11:15 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[binary driver]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/?p=59</guid>
		<description><![CDATA[I&#8217;m setting up another Gentoo on my office desktop. My compiler on Gentoo stops at this error when compiling certain packages. I just noticed that as I tried to install binary drivers for ATI card (X1300). I tried to re-emerge GCC, but it didn&#8217;t help. But finally I noticed the cause as I searched through [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2008/06/cannot-find-lgl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gave My Gentoo A New Kernel</title>
		<link>http://www.minnmyatsoe.com/2007/06/gave-my-gentoo-a-new-kernel/</link>
		<comments>http://www.minnmyatsoe.com/2007/06/gave-my-gentoo-a-new-kernel/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 06:44:53 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://minnmyatsoe.com/56/gave-my-gentoo-a-new-kernel</guid>
		<description><![CDATA[My kernel has been upgraded to 2.6.21. The sound card driver provided by my previous kernel 2.6.18 did not properly support my sound card, and I had to use alsa-driver sound modules. Now I have compiled the driver that comes with 2.6.21 into the new kernel, and it works perfectly. I also decided to give [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2007/06/gave-my-gentoo-a-new-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

