<?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/tag/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>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>
	</channel>
</rss>

