<?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>Trylinux.org &#187; reminder</title>
	<atom:link href="http://trylinux.org/category/reminder/feed/" rel="self" type="application/rss+xml" />
	<link>http://trylinux.org</link>
	<description>Linux tips and advocacy</description>
	<lastBuildDate>Thu, 27 May 2010 14:51:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Interesting tools.</title>
		<link>http://trylinux.org/2008/04/17/interesting-tools/</link>
		<comments>http://trylinux.org/2008/04/17/interesting-tools/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 14:14:31 +0000</pubDate>
		<dc:creator>tip</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reminder]]></category>

		<guid isPermaLink="false">http://trylinux.org/2008/04/17/interesting-tools/</guid>
		<description><![CDATA[Two things I ran across today that I need to look further into.
http://latencytop.org/   &#8211; This shows what processes are waiting on and looks very interesting.
The other is Group Scheduling in Linux 2.6.24 and above.  This allows you to put processes in a group so that one set of processes can share the same resources.  For [...]]]></description>
			<content:encoded><![CDATA[<p>Two things I ran across today that I need to look further into.</p>
<p>http://latencytop.org/   &#8211; This shows what processes are waiting on and looks very interesting.</p>
<p>The other is Group Scheduling in Linux 2.6.24 and above.  This allows you to put processes in a group so that one set of processes can share the same resources.  For example, you can assign two different users 50% of the processor and one use could be running 50 compiles but should not affect the performance of the second user.</p>
]]></content:encoded>
			<wfw:commentRss>http://trylinux.org/2008/04/17/interesting-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dumping a mysql table to SQL</title>
		<link>http://trylinux.org/2008/02/06/dumping-a-mysql-table-to-sql/</link>
		<comments>http://trylinux.org/2008/02/06/dumping-a-mysql-table-to-sql/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 18:52:57 +0000</pubDate>
		<dc:creator>tip</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://trylinux.org/2008/02/06/dumping-a-mysql-table-to-sql/</guid>
		<description><![CDATA[I usually use phpMyAdmin to dump my table to SQL, but sometimes it is easier to do it from the command line.  Use the following syntax to dump a table to SQL.
mysqldump -p -e -c --add-drop-table -r table.sql dbname table
Warning: The &#8211;add-drop-table will cause it to drop the existing table when you import.
You can [...]]]></description>
			<content:encoded><![CDATA[<p>I usually use phpMyAdmin to dump my table to SQL, but sometimes it is easier to do it from the command line.  Use the following syntax to dump a table to SQL.</p>
<p><code>mysqldump -p -e -c --add-drop-table -r table.sql dbname table</code></p>
<p><font color="#ff0000"><strong>Warning</strong></font>: The &#8211;add-drop-table will cause it to drop the existing table when you import.</p>
<p>You can import this with the command</p>
<p><code>mysql -p dbname &lt; table.sql</code></p>
]]></content:encoded>
			<wfw:commentRss>http://trylinux.org/2008/02/06/dumping-a-mysql-table-to-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check out Hyperic</title>
		<link>http://trylinux.org/2007/10/24/check-out-hyperic/</link>
		<comments>http://trylinux.org/2007/10/24/check-out-hyperic/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 20:16:02 +0000</pubDate>
		<dc:creator>tip</dc:creator>
				<category><![CDATA[reminder]]></category>

		<guid isPermaLink="false">http://trylinux.org/2007/10/24/check-out-hyperic/</guid>
		<description><![CDATA[This is just a reminder to myself to look into Hyperic
]]></description>
			<content:encoded><![CDATA[<p>This is just a reminder to myself to look into <a href="http://www.hyperic.com/downloads/dl-hq-oss.html" title="Hyperic">Hyperic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://trylinux.org/2007/10/24/check-out-hyperic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
