<?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>Politivi Blog</title>
	<atom:link href="http://www.politivi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.politivi.com</link>
	<description>The Personal Blog of Christopher Calvi</description>
	<lastBuildDate>Mon, 08 Nov 2010 12:55:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to remove cake-sql-log footer [CAKEPHP]</title>
		<link>http://www.politivi.com/2010/11/08/how-to-remove-cake-sql-log-footer-cakephp/</link>
		<comments>http://www.politivi.com/2010/11/08/how-to-remove-cake-sql-log-footer-cakephp/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 12:55:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=329</guid>
		<description><![CDATA[If you&#8217;re brand new to CakePHP web development framework, you may be asking yourself &#8220;How do I get rid of the cake-sql-log footer on my pages?&#8221;  The answer is that you are still in debug/dev mode, and can get rid of the footer by changing debug to 0 in your config/core.php file.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re brand new to CakePHP web development framework, you may be asking yourself &#8220;How do I get rid of the cake-sql-log footer on my pages?&#8221;  The answer is that you are still in debug/dev mode, and can get rid of the footer by changing debug to 0 in your <strong>config/core.php</strong> file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/11/08/how-to-remove-cake-sql-log-footer-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Certificate Installation with Ubuntu &amp; Apache &amp; PositiveSSL</title>
		<link>http://www.politivi.com/2010/10/21/ssl-certificate-installation-with-ubuntu-apache-positivessl/</link>
		<comments>http://www.politivi.com/2010/10/21/ssl-certificate-installation-with-ubuntu-apache-positivessl/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 04:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mod_ssl]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=326</guid>
		<description><![CDATA[This is a quick and dirty &#8220;how to&#8221; that will get you running commercially-verified, high grade encryption, HTTPS connections on your Apache server.  The process should be roughly the same across all Linux distributions (probably different filepaths), but it was tested with Ubuntu 10.04.  The basic assumption here is that you have the mod_ssl module [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick and dirty &#8220;how to&#8221; that will get you running commercially-verified, high grade encryption, HTTPS connections on your <a href="http://www.apache.org/">Apache</a> server.  The process should be roughly the same across all Linux distributions (probably different filepaths), but it was tested with <a title="Ubuntu" href="http://www.ubuntu.com/" target="_self">Ubuntu</a> 10.04.  The basic assumption here is that you have the <a title="mod_ssl Apache module" href="http://www.modssl.org/" target="_self">mod_ssl module</a> installed and enabled for Apache and a dedicated IP address for each each domain you wish to provide encryption for (multiple SSL certs will each require their own IP, so you&#8217;ll have to go with a <a title="Configuring Static IP (Linode)" href="http://library.linode.com/networking/configuring-static-ip-interfaces/" target="_self">static IP configuration</a>).  Okay?  Great, let&#8217;s get started.  One thing to note is that most of the time (if you buy a cheap certificate) you&#8217;ll only be able to verifiably encrypt either www.mysitesname.com or mysitesname.com, but not both, so choose one (or something like secure.mysitesname.com).</p>
<ol>
<li>First thing you&#8217;ll want to do is create a private key and public certificate signing request (CSR) for the domain, using the following command (replace www_yourdomain_com with www_example_com or example_com or secure_example_com&#8230; see above) :
<pre>openssl req -nodes -newkey rsa:2048 -keyout www_yourdomain_com.key -out www_yourdomain_com.csr
</pre>
</li>
<li>You&#8217;ll be prompted to fill out org info.  Please do so, but (if you&#8217;re using the cheap Comodo&#8217;s PositiveSSL from NameCheap) you&#8217;ll need to set COMMON NAME parameter to the domain (i.e.  www.yourdomain.com).  Skip the challenge password and optional company name.</li>
<li>Open your newly created www_yourdomain_com.csr and copy &amp; paste the entire certificate signing request into your registration of a new SSL cert (from PositiveSSL, for instance).</li>
<li>Follow the SSL company&#8217;s instructions.</li>
<li>You should receive from them something like the following:
<ol>
<li>www_yourdomain_com.crt</li>
<li>www_yourdomain_com.ca-bundle</li>
</ol>
</li>
<li>If you didn&#8217;t receive a bundle, you&#8217;ll need to <a title="create your own bundle" href="https://support.comodo.com/index.php?_m=knowledgebase&amp;_a=viewarticle&amp;kbarticleid=1209" target="_self">create your own bundle</a> from the files they do send over.</li>
<li>You might have &#8220;ssl.key&#8221; and &#8220;ssl.crt&#8221; sub-directories located at <strong>/etc/ssl</strong>.  If you do not, I recommend creating them (N.B. <strong>/etc/ssl/ssl.key</strong> and its contents should be set to visible only by Apache!).</li>
<li>Move the www_yourdomain_com.key file to <strong>/etc/ssl/ssl.key</strong></li>
<li>Move the CRT (www_yourdomain_com.crt) <span style="text-decoration: underline;">and</span> the bundle (www_yourdomain_com.ca-bundle) to<strong> /etc/ssl/ssl.crt<br />
</strong></li>
<li> Now go wild in the <strong>/etc/apache2/sites-enabled/</strong> directory by finding the domain for which you want to enable SSL and open them for editing.</li>
<li>Copy the entire &lt;VirtualHost XXX.XXX.XXX.XXX:PORT&gt;blah blah blah &lt;/VirtualHost&gt; and paste it into the same file, just immediately below its existing location.   Change the port number from :80 to :443 (SSL default).</li>
<li>Add the following entries inside of your new &lt;VirtualHost&gt; configuration:
<ul>
<li><strong>SSLEngine</strong> on</li>
<li><strong>SSLCertificateKeyFile</strong> /etc/ssl/ssl.key/www_yourdomain_com.key</li>
<li><strong>SSLCertificateFile</strong> /etc/ssl/ssl.crt/www_yourdomain_com.crt</li>
<li><strong>SSLCertificateChainFile</strong> /etc/ssl/ssl.crt/www_yourdomain_com.ca-bundle</li>
</ul>
</li>
<li>Save the file and give Apache the old restart:  <strong>/etc/init.d/apache2 restart</strong></li>
<li>Go to bed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/21/ssl-certificate-installation-with-ubuntu-apache-positivessl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove PHP Warning &#8220;Unable to load dynamic library&#8221; mhash after upgrading Ubuntu</title>
		<link>http://www.politivi.com/2010/10/19/remove-php-warning-unable-to-load-dynamic-library-mhash-ubuntu/</link>
		<comments>http://www.politivi.com/2010/10/19/remove-php-warning-unable-to-load-dynamic-library-mhash-ubuntu/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 21:45:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[mhash]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[php5-common]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=302</guid>
		<description><![CDATA[After upgrading Ubuntu to 10.04 (give or take a version), you might notice the following warning (or variant) thrown by PHP5: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mhash.so' - /usr/lib/php5/20090626/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0 This is the result of the latest [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading Ubuntu to 10.04 (give or take a version), you might notice the following warning (or variant) thrown by PHP5:</p>
<pre>PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mhash.so' - /usr/lib/php5/20090626/mhash.so: cannot open shared object file: No such file or directory in Unknown on line 0</pre>
<p>This is the result of the latest version of PHP already having mhash included in the php5-common package.   Even though php5-mhash got removed in the upgrade, the mhash.ini file still references it (and the warning gets thrown).</p>
<p>To fix this, you&#8217;ll need to comment out the following line in <strong>/etc/php5/cli/conf.d/mhash.ini</strong> :</p>
<pre>extension=mhash.so</pre>
<p>This is a hack, but it removes the tiresome warning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/19/remove-php-warning-unable-to-load-dynamic-library-mhash-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change WebCit&#8217;s Port Number</title>
		<link>http://www.politivi.com/2010/10/18/how-to-change-webcits-port-number/</link>
		<comments>http://www.politivi.com/2010/10/18/how-to-change-webcits-port-number/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 01:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[citadel]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[port 443]]></category>
		<category><![CDATA[port number]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=299</guid>
		<description><![CDATA[After installing Citadel mail server, you might find that its web frontend called WebCit occupies your https port 443.  If you want to run Apache (or another web server) with SSL enabled on the same IP, this isn&#8217;t going to float. Fortunately, changing WebCit&#8217;s port is as easy as editing the config file likely found [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Citadel mail server, you might find that its web frontend called WebCit occupies your https port 443.  If you want to run Apache (or another web server) with SSL enabled on the same IP, this isn&#8217;t going to float.</p>
<p>Fortunately, changing WebCit&#8217;s port is as easy as editing the config file likely found at <strong>/etc/default/webcit</strong>.  Just change the port number on the following line:</p>
<pre>export WEBCIT_CITADEL_PORT='443'</pre>
<p>Just make it something like 2000, which I believe should be its default port anyway.</p>
<p>After making the change, don&#8217;t forget to restart the service:</p>
<pre>/etc/init.d/webcit restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/18/how-to-change-webcits-port-number/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate System Updates in Ubuntu</title>
		<link>http://www.politivi.com/2010/10/15/automate-system-updated-in-ubuntu/</link>
		<comments>http://www.politivi.com/2010/10/15/automate-system-updated-in-ubuntu/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 20:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apt-cron]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=296</guid>
		<description><![CDATA[If you&#8217;re administering your server in Ubuntu, you might want to set up a cron to update and upgrade your software each night.  There&#8217;s an easy way to do this thanks to the convenient Ubuntu package cron-apt. To automate daily bug and security updates to your Linux system, first install cron-apt with the following command: [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re administering your server in Ubuntu, you might want to set up a cron to update and upgrade your software each night.  There&#8217;s an easy way to do this thanks to the convenient Ubuntu package <strong>cron-apt</strong>.</p>
<p>To automate daily bug and security updates to your Linux system, first install cron-apt with the following command:</p>
<pre>apt-get install cron-apt<strong>
</strong></pre>
<p>Then configure it to email you the results each time it runs, edit <strong>/etc/cron-apt/config </strong>to include the following lines:</p>
<pre>MAILTO="you@emailaddress.com"
MAILON="always"</pre>
<p>Lastly, link it to cron.daily by running the following command:</p>
<pre>
<pre><strong>sudo ln -s /usr/sbin/cron-apt /etc/cron.daily/</strong></pre>
</pre>
<p>This should keep your system nicely up-to-date.  If you&#8217;re feeling a little wild (and you&#8217;ve backed up everything), you might also want to <a title="Upgrade Ubuntu" href="http://www.ubuntu.com/desktop/get-ubuntu/upgrade" target="_self">upgrade to the latest version of Ubuntu</a> every once in a while (but this should never be automated).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/15/automate-system-updated-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Attributes: Set default in pull-down menu (hack)</title>
		<link>http://www.politivi.com/2010/10/13/magento-attributes-set-default-in-pull-down-menu-hack/</link>
		<comments>http://www.politivi.com/2010/10/13/magento-attributes-set-default-in-pull-down-menu-hack/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 21:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=291</guid>
		<description><![CDATA[In Magento, if you&#8217;re using a pull-down attribute that needs to be set to default instead of the &#8220;Choose option&#8230;&#8221; default automatically provided by Magento, you are theoretically supposed to be able to set it from within the Admin portal by using Catalog &#62; Attributes &#62; Manage Attributes.  Unfortunately, it looks like there is a [...]]]></description>
			<content:encoded><![CDATA[<p>In Magento, if you&#8217;re using a pull-down attribute that needs to be set to default instead of the &#8220;Choose option&#8230;&#8221; default automatically provided by Magento, you are theoretically supposed to be able to set it from within the Admin portal by using Catalog &gt; Attributes &gt; Manage Attributes.  Unfortunately, it looks like there is a bug that isn&#8217;t allowing you to do that.</p>
<p>To fix this, open up the JavaScript file /js/varien/product.js and change line 356 from <strong>var index=1;</strong> to  <strong>var index=0;</strong></p>
<p>This will force Magento to pay notice to your preferred default in the pull-down rather than displaying &#8220;Choose option&#8230;&#8221; and forcing the user to select something.</p>
<p><strong>Caveat:</strong> If you are using more than one custom pull-down/drop-down attribute, you&#8217;ll probably screw some stuff up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/13/magento-attributes-set-default-in-pull-down-menu-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live HTTP Headers Firefox Add-on. Download now.</title>
		<link>http://www.politivi.com/2010/10/05/live-http-headers-firefox-add-on-download-now/</link>
		<comments>http://www.politivi.com/2010/10/05/live-http-headers-firefox-add-on-download-now/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 17:32:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=287</guid>
		<description><![CDATA[The Live HTTP Headers Firefox Add-on is a really useful browser plugin that displays HTTP request headers in real-time. I don&#8217;t have time for a long post, but if you&#8217;re doing any development work that needs HTTP header data, this tool is indispensable.]]></description>
			<content:encoded><![CDATA[<p>The <a title="LiveHTTPHeaders Firefox Add-On" href="https://addons.mozilla.org/en-US/firefox/addon/3829/" target="_blank">Live HTTP Headers Firefox Add-on</a> is a really useful browser plugin that displays HTTP request headers in real-time.</p>
<p>I don&#8217;t have time for a long post, but if you&#8217;re doing any development work that needs HTTP header data, this tool is indispensable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/10/05/live-http-headers-firefox-add-on-download-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Auto Updates on WordPress</title>
		<link>http://www.politivi.com/2010/09/23/enabling-auto-updates-on-wordpress/</link>
		<comments>http://www.politivi.com/2010/09/23/enabling-auto-updates-on-wordpress/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:45:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[auto-update]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=285</guid>
		<description><![CDATA[If you&#8217;re hitting problems with having WordPress update itself (i.e. you&#8217;re seeing this error: &#8220;To perform the requested action, connection information is required.&#8221; ), chances are you need tofix file permissions and/or change the owner of them (likely from root). Please feel free to cry in the comments below about this not being a secure [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re hitting problems with having WordPress update itself (i.e. you&#8217;re seeing this error: &#8220;To perform the requested action, connection information is required.&#8221; ), chances are you need tofix file permissions and/or change the owner of them (likely from root).</p>
<p>Please feel free to cry in the comments below about this not being a secure solution, but it works.  In any case, if you&#8217;re using Ubuntu, you&#8217;ll need to make sure your <a title="WordPress File Permissions" href="http://codex.wordpress.org/Changing_File_Permissions" target="_blank">permissions are right</a>.  Once you&#8217;ve done this, change the owner of your public_html directory (and its children) by going to its parent directory and running the following command:</p>
<pre> chown -R www-data: public_html/</pre>
<p>This should do it.  If you&#8217;re not using Ubuntu you might not have &#8216;www-data&#8217; .. it might be something like &#8216;httpd&#8217; instead.  Additionally, if your WordPress installation isn&#8217;t in the public_html directory, you&#8217;ll need to change the command accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/09/23/enabling-auto-updates-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multidimensional Array Sorting in PHP (sorting arrays of arrays)</title>
		<link>http://www.politivi.com/2010/09/18/multidimensional-array-sorting-in-php-arrays-of-arrays/</link>
		<comments>http://www.politivi.com/2010/09/18/multidimensional-array-sorting-in-php-arrays-of-arrays/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 21:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=282</guid>
		<description><![CDATA[For today&#8217;s PHP coding trick, the function usort is your friend, though I found the PHP documentation wanting on this topic. Basically, you have an array of arrays (multidimensional) and you want to sort the first array by the values in the secondary arrays.  In my case, I had an array of 3 value associative [...]]]></description>
			<content:encoded><![CDATA[<p>For today&#8217;s PHP coding trick, the function <a title="Php Usort function" href="http://php.net/manual/en/function.usort.php" target="_self">usort</a> is your friend, though I found the PHP documentation wanting on this topic.</p>
<p>Basically, you have an array of arrays (multidimensional) and you want to sort the first array by the values in the secondary arrays.  In my case, I had an array of 3 value associative arrays (title, link, date).  I wanted to sort the primary array by the datetimes found in the 2nd array.  Turns out, this is incredibly easy using usort.</p>
<p>Just create a comparative function that will take two children arrays and compare two elements.  In my case, comparing articles (or more specifically, the dates):</p>
<pre>function compare_times($article_one, $article_two) {
 if ( $article_one['Date'] == $article_two['Date'] )
 return 0;
 else if ( $article_one['Date'] &lt; $article_two['Date'] )
 return 1;
 else
 return -1;
 }</pre>
<p>Then&#8230; just call that by giving usort two parameters: the master array and the compare function name as a string:</p>
<pre>usort($todays_stories[$section], 'compare_times');</pre>
<p>(N.B. In my case above, I was using a three dimensional array, but only sorting the 2nd dimension ($section) by the times (more specifically the &#8216;Date&#8217; key) in the third dimension.  The first dimension went unsorted/untouched.  This was inside of a foreach loop, so each $section was sorted independently from most recent article to oldest article).</p>
<p>Hope this helps &#8212; comment below if you have questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/09/18/multidimensional-array-sorting-in-php-arrays-of-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Linux Kernel Am I Running?</title>
		<link>http://www.politivi.com/2010/09/17/what-linux-kernel-am-i-running/</link>
		<comments>http://www.politivi.com/2010/09/17/what-linux-kernel-am-i-running/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 14:19:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux kernel]]></category>

		<guid isPermaLink="false">http://www.politivi.com/?p=278</guid>
		<description><![CDATA[To determine what Linux kernel you are using, from the command line type: uname -r And Happy Friday.]]></description>
			<content:encoded><![CDATA[<p>To determine what Linux kernel you are using, from the command line type:</p>
<pre> uname -r
</pre>
<p>And Happy Friday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.politivi.com/2010/09/17/what-linux-kernel-am-i-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

