<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for chrisjohnston.org</title>
	<atom:link href="http://chrisjohnston.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://chrisjohnston.org</link>
	<description>a blog about whatever i feel like blogging about</description>
	<lastBuildDate>Mon, 31 Oct 2011 19:23:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Awesome Summit work during the UDS-O Cycle by Benjamin Kerensa</title>
		<link>http://chrisjohnston.org/ubuntu/awesome-summit-work-uds-o-cycle/comment-page-1#comment-32353</link>
		<dc:creator>Benjamin Kerensa</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=901#comment-32353</guid>
		<description>Unfortunately the Video Feeds http://video.ubuntu.com/live are not working and Icecast doesnt seem to work with Banshee which is the default shipped media player for Ubuntu ;)</description>
		<content:encoded><![CDATA[<p>Unfortunately the Video Feeds <a href="http://video.ubuntu.com/live" rel="nofollow">http://video.ubuntu.com/live</a> are not working and Icecast doesnt seem to work with Banshee which is the default shipped media player for Ubuntu <img src='http://chrisjohnston.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a WordPress Blog on Lighttpd with Pretty URLs by Oscar Gonzalez</title>
		<link>http://chrisjohnston.org/tech/setting-up-a-wordpress-blog-on-lighttpd/comment-page-1#comment-31876</link>
		<dc:creator>Oscar Gonzalez</dc:creator>
		<pubDate>Tue, 25 Oct 2011 07:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=352#comment-31876</guid>
		<description>Nah... it can&#039;t be that easy! -- Having serious problems with low resource vps and apache. Gonna give this a try. Thanks!</description>
		<content:encoded><![CDATA[<p>Nah&#8230; it can&#8217;t be that easy! &#8212; Having serious problems with low resource vps and apache. Gonna give this a try. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact Me by BALASUBRAHMANYAM</title>
		<link>http://chrisjohnston.org/contact/comment-page-1#comment-27207</link>
		<dc:creator>BALASUBRAHMANYAM</dc:creator>
		<pubDate>Sat, 30 Jul 2011 15:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?page_id=506#comment-27207</guid>
		<description>hi i am balu. i am very grateful to you guys for creating super super and excellent operating system. thank you very much........................</description>
		<content:encoded><![CDATA[<p>hi i am balu. i am very grateful to you guys for creating super super and excellent operating system. thank you very much&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring a lightweight Apache / MySQL install on Debian/Ubuntu by zwebx</title>
		<link>http://chrisjohnston.org/tech/configuring-a-lightweight-apache-mysql-install-on-debian-ubuntu/comment-page-1#comment-26996</link>
		<dc:creator>zwebx</dc:creator>
		<pubDate>Wed, 27 Jul 2011 13:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=5#comment-26996</guid>
		<description>&quot;Oh, forgot to ask has anybody experienced any issues with the settings in this article when the traffic of your site has increased ?&quot;
i know the owner of freevps.us (i think about 100k of hits per month)
he uses the mysql setting i posted above but he runs nginx and he keeps his server at under 55MB.</description>
		<content:encoded><![CDATA[<p>&#8220;Oh, forgot to ask has anybody experienced any issues with the settings in this article when the traffic of your site has increased ?&#8221;<br />
i know the owner of freevps.us (i think about 100k of hits per month)<br />
he uses the mysql setting i posted above but he runs nginx and he keeps his server at under 55MB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring a lightweight Apache / MySQL install on Debian/Ubuntu by zwebx</title>
		<link>http://chrisjohnston.org/tech/configuring-a-lightweight-apache-mysql-install-on-debian-ubuntu/comment-page-1#comment-26995</link>
		<dc:creator>zwebx</dc:creator>
		<pubDate>Wed, 27 Jul 2011 13:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=5#comment-26995</guid>
		<description>here is a copy of mine:

[mysqld]
default-storage-engine = myisam
key_buffer = 8M
query_cache_size = 8M
query_cache_limit = 4M
max_connections=25
thread_cache=1
skip-innodb
query_cache_min_res_unit=0
tmp_table_size = 4M
max_heap_table_size = 4M
table_cache=256
concurrent_insert=2

give it a go and ignore any errors you get during start up it still works for me... </description>
		<content:encoded><![CDATA[<p>here is a copy of mine:</p>
<p>[mysqld]<br />
default-storage-engine = myisam<br />
key_buffer = 8M<br />
query_cache_size = 8M<br />
query_cache_limit = 4M<br />
max_connections=25<br />
thread_cache=1<br />
skip-innodb<br />
query_cache_min_res_unit=0<br />
tmp_table_size = 4M<br />
max_heap_table_size = 4M<br />
table_cache=256<br />
concurrent_insert=2</p>
<p>give it a go and ignore any errors you get during start up it still works for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why (on Linux) am I seeing so much RAM usage? by alieblice</title>
		<link>http://chrisjohnston.org/ubuntu/why-on-linux-am-i-seeing-so-much-ram-usage/comment-page-1#comment-26841</link>
		<dc:creator>alieblice</dc:creator>
		<pubDate>Sun, 24 Jul 2011 17:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=358#comment-26841</guid>
		<description>nice story</description>
		<content:encoded><![CDATA[<p>nice story</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Squid Proxy using Webmin on Ubuntu Server 8.04.1 by moh26</title>
		<link>http://chrisjohnston.org/ubuntu-tutorials/installing-squid-proxy-using-webmin-on-ubuntu-server-8041/comment-page-1#comment-24556</link>
		<dc:creator>moh26</dc:creator>
		<pubDate>Sun, 29 May 2011 20:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=4#comment-24556</guid>
		<description>waw it work thx</description>
		<content:encoded><![CDATA[<p>waw it work thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Irssi Scripts by Roman</title>
		<link>http://chrisjohnston.org/tech/my-favorite-irssi-scripts/comment-page-1#comment-24418</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 25 May 2011 22:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=748#comment-24418</guid>
		<description>Nice list. 

I use prowlnotify.pl as well together with another script hooked to my iPhone to detect whether I&#039;m at my desk or not and set the away status accordingly:

http://qatoolbox.wordpress.com/2011/05/25/configuring-irssi-with-iphone-and-prowl/</description>
		<content:encoded><![CDATA[<p>Nice list. </p>
<p>I use prowlnotify.pl as well together with another script hooked to my iPhone to detect whether I&#8217;m at my desk or not and set the away status accordingly:</p>
<p><a href="http://qatoolbox.wordpress.com/2011/05/25/configuring-irssi-with-iphone-and-prowl/" rel="nofollow">http://qatoolbox.wordpress.com/2011/05/25/configuring-irssi-with-iphone-and-prowl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite Irssi Scripts by Theresa</title>
		<link>http://chrisjohnston.org/tech/my-favorite-irssi-scripts/comment-page-1#comment-23043</link>
		<dc:creator>Theresa</dc:creator>
		<pubDate>Wed, 20 Apr 2011 15:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=748#comment-23043</guid>
		<description>As someone who is *just* getting around to switching to Irssi from the hand-holding Colloquy, this list has been very useful. Thanks for posting!</description>
		<content:encoded><![CDATA[<p>As someone who is *just* getting around to switching to Irssi from the hand-holding Colloquy, this list has been very useful. Thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a WordPress Blog on Lighttpd with Pretty URLs by best祥</title>
		<link>http://chrisjohnston.org/tech/setting-up-a-wordpress-blog-on-lighttpd/comment-page-1#comment-18730</link>
		<dc:creator>best祥</dc:creator>
		<pubDate>Wed, 26 Jan 2011 09:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://chrisjohnston.org/?p=352#comment-18730</guid>
		<description>Thanks for the instructions,I&#039;ll try it.</description>
		<content:encoded><![CDATA[<p>Thanks for the instructions,I&#8217;ll try it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

