<?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>SysMonk</title>
	<atom:link href="http://sysmonk.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sysmonk.wordpress.com</link>
	<description>a name of System Admin</description>
	<lastBuildDate>Mon, 23 Jun 2008 13:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sysmonk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SysMonk</title>
		<link>http://sysmonk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sysmonk.wordpress.com/osd.xml" title="SysMonk" />
	<atom:link rel='hub' href='http://sysmonk.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Max Size/Number of SWAP partitions in RHEL.</title>
		<link>http://sysmonk.wordpress.com/2008/06/23/max-sizenumber-of-swap-partitions-in-rhel/</link>
		<comments>http://sysmonk.wordpress.com/2008/06/23/max-sizenumber-of-swap-partitions-in-rhel/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 13:34:13 +0000</pubDate>
		<dc:creator>sysmonk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sysmonk.wordpress.com/?p=8</guid>
		<description><![CDATA[  Until Red Hat Enterprise Linux 2.1 there was a limitation on the partition size of 2GB for each swap space. This was due to the mkswap command not supporting creation of a swap partition larger than 2GB. If the system requires more than 2GB of swap space, work around this limitation by creating multiple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=8&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p> </p>
<p>Until Red Hat Enterprise Linux 2.1 there was a limitation on the partition size of 2GB for each swap space. This was due to the mkswap command not supporting creation of a swap partition larger than 2GB. If the system requires more than 2GB of swap space, work around this limitation by creating multiple swap partitions.</p>
<p>In Red Hat Enterprise Linux 3 and above, the mkswap command allows the creation of a swap partition of a larger size than 2GB.</p>
<p>To summarize:</p>
<p>Red Hat Enterprise Linux 2.1 supports upto 32 swap partitions, each can be a maximum size of 2GB. Maximum total swap size is 64GB.</p>
<p>Red Hat Enterprise Linux 3 and higher supports larger swap partitions, each can be of maximum size set by the file size limit and the block device limit for swap partitions on that platform. Red Hat Enterprise Linux 3 has a 1TB limitation as maximum size of block devices, so it&#8217;s 1TB.</p>
<p>While larger swap partitions are permitted, one large swap partition could affect system performance. For better performance it is recommended to split swap space to multiple discs. Separating swap partitions to different disk could reduce the load on a single disk.</p>
<p>Red Hat is working to update this information in the installation guide.</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysmonk.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysmonk.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysmonk.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysmonk.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysmonk.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=8&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysmonk.wordpress.com/2008/06/23/max-sizenumber-of-swap-partitions-in-rhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sysmonk</media:title>
		</media:content>
	</item>
		<item>
		<title>Losing some ticks&#8230; checking if CPU frequency changed.</title>
		<link>http://sysmonk.wordpress.com/2008/06/23/losing-some-ticks-checking-if-cpu-frequency-changed/</link>
		<comments>http://sysmonk.wordpress.com/2008/06/23/losing-some-ticks-checking-if-cpu-frequency-changed/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 13:33:10 +0000</pubDate>
		<dc:creator>sysmonk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sysmonk.wordpress.com/?p=11</guid>
		<description><![CDATA[Its very common while you using Linux in the Dual core chips, if you check in dmesg, you can find many Losing some ticks&#8230; checking if CPU frequency changed. Losing some ticks&#8230; checking if CPU frequency changed. Losing some ticks&#8230; checking if CPU frequency changed. You can simply ignore this while you are using normal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=11&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Its very common while you using Linux in the Dual core chips, if you check in dmesg, you can find many</p>
<p>Losing some ticks&#8230; checking if CPU frequency changed.<br />
Losing some ticks&#8230; checking if CPU frequency changed.<br />
Losing some ticks&#8230; checking if CPU frequency changed.</p>
<p>You can simply ignore this while you are using normal applications.If you are running some mission critical application or testing some development activities &#8230;then,</p>
<p> Actually this is a bug in Linux, RedHat stating that the SMP-Kernel speeds up system clock under network load. check <a href="https://bugzilla.redhat.com/show_bug.cgi?id=55223">https://bugzilla.redhat.com/show_bug.cgi?id=55223</a></p>
<p>i got a suggestion like,</p>
<p>its due to poor ACPI implementation for CPU throttling. Change the clock source by changing your kernel boot options to clock=pmtmr or clock=pit</p>
<p>Disable Dynamic overclocking @BIOS</p>
<p>I hope this bug has been reseolved in kernel 2.6.21,</p>
<p><a href="http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&amp;a=search&amp;h=v2.6.21-rc1&amp;st=commit&amp;s=ticks">http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git&amp;a=search&amp;h=v2.6.21-rc1&amp;st=commit&amp;s=ticks</a></p>
<p> </p>
<p>But for me,</p>
<p>Before upgrade my kernel from 2.6.9 or try other options,We corrected our application. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysmonk.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysmonk.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysmonk.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysmonk.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysmonk.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=11&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysmonk.wordpress.com/2008/06/23/losing-some-ticks-checking-if-cpu-frequency-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sysmonk</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup a Mail Client [Evolution]</title>
		<link>http://sysmonk.wordpress.com/2008/06/18/backup-a-mail-client-evolution/</link>
		<comments>http://sysmonk.wordpress.com/2008/06/18/backup-a-mail-client-evolution/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:49:53 +0000</pubDate>
		<dc:creator>sysmonk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sysmonk.wordpress.com/?p=7</guid>
		<description><![CDATA[  Backup the data is one of the administrative task, and its a nice one also. (we don&#8217;t know the value of things until we miss that), Backup will be very useful and sometimes it will help us greatly. Here lets see about the Backup of mail, addresses and appointments from Evolution (a GNOME mail client tool) I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=7&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p> </p>
<p style="margin-bottom:0;">Backup the data is one of the administrative task, and its a nice one also. (we don&#8217;t know the value of things until we miss that), Backup will be very useful and sometimes it will help us greatly.</p>
<p style="margin-bottom:0;">Here lets see about the Backup of mail, addresses and appointments from Evolution (a GNOME mail client tool)</p>
<p style="margin-bottom:0;">I found that there is no built in provisions for taking backup or export the settings. and Evolution uses a mbox file format. So we can save messages to files.</p>
<p style="margin-bottom:0;">Evolution&#8217;s default directory is .evolution (a hidden directory in your home folder) , if you logged and using as a user called ravi, then the evolution&#8217;s directory is /home/ravi/.evolution, within this directory,it&#8217;ll maintain the separate folder for mail, calender, task and all of the different functions.</p>
<p style="margin-bottom:0;"> </p>
<p style="margin-bottom:0;">If you want to take a backup of your local inbox, that&#8217;ll be in the /mail/local/Inbox under the .evolution directory. or you can backup the whole .evolution directory.(copy in to somewhere) before that, Stop Evolution (if it is running).</p>
<p style="margin-bottom:0;"> </p>
<p style="margin-bottom:0;">Later you can import the files ( mail, address book, etc.) in to some other mail client like Outlook express (Windows), KMail (KDE), Thunderbird (Mozilla).</p>
<p style="margin-bottom:0;"> </p>
<p style="margin-bottom:0;">If you have a habit of taking a backup in regular basis, you wont be get afraid of a system crash or some other problems. You can safely get back everything as it is. Enjoy <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysmonk.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysmonk.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysmonk.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysmonk.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysmonk.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=7&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysmonk.wordpress.com/2008/06/18/backup-a-mail-client-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sysmonk</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoiding user shutdown and reboot</title>
		<link>http://sysmonk.wordpress.com/2008/06/18/avoiding-user-shutdown-and-reboot/</link>
		<comments>http://sysmonk.wordpress.com/2008/06/18/avoiding-user-shutdown-and-reboot/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 07:43:12 +0000</pubDate>
		<dc:creator>sysmonk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sysmonk.wordpress.com/?p=5</guid>
		<description><![CDATA[  To avoid user shutdown and reboot from the Action menu, the gdm screen, or from consoles, follow these tips: * To prevent these actions from occurring through the Action menu, run the gconf-editor program on the GNOME desktop, and check off the entry for /apps/gnome-session/options/logout_prompt. * To prevent these actions from occurring at the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=5&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p> </p>
<p>To avoid user shutdown and reboot from the Action menu, the gdm screen, or from consoles, follow these tips:</p>
<p>* To prevent these actions from occurring through the Action menu, run the gconf-editor program on the GNOME desktop, and check off the entry for /apps/gnome-session/options/logout_prompt.</p>
<p>* To prevent these actions from occurring at the gdm screen, edit the /etc/X11/gdm/gdm.conf file, and set the SystemMenu directive to false.</p>
<p>* To prevent these actions from occurring at the console, rename the reboot, poweroff, and halt files under the /etc/security/console.apps/ directory.<br />
In the directory /etc/security/console.apps/, delete the files reboot, poweroff, and halt.<br />
Remove the file /usr/bin/poweroff.</p>
<p>* In the file /etc/inittab, change the line that reads:</p>
<p>ca::ctrlaltdel:/sbin/shutdown -t3 -r now<br />
to<br />
ca::ctrlaltdel:echo (A message indicating rebooting is not possible)</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysmonk.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysmonk.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysmonk.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysmonk.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysmonk.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=5&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysmonk.wordpress.com/2008/06/18/avoiding-user-shutdown-and-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sysmonk</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome</title>
		<link>http://sysmonk.wordpress.com/2008/06/18/hello-world/</link>
		<comments>http://sysmonk.wordpress.com/2008/06/18/hello-world/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 05:13:27 +0000</pubDate>
		<dc:creator>sysmonk</dc:creator>
				<category><![CDATA[Common]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to sysmonk.WordPress.com. a Test post&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=1&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://sysmonk.WordPress.com" target="_blank">sysmonk.WordPress.com</a>.</p>
<p>a Test post&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sysmonk.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sysmonk.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sysmonk.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sysmonk.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sysmonk.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sysmonk.wordpress.com&amp;blog=4007723&amp;post=1&amp;subd=sysmonk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sysmonk.wordpress.com/2008/06/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sysmonk</media:title>
		</media:content>
	</item>
	</channel>
</rss>
