<?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>iKode &#187; Server</title>
	<atom:link href="http://www.ikode.net/category/server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ikode.net</link>
	<description>More then just geek talk</description>
	<lastBuildDate>Sun, 18 Sep 2011 01:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Monitor your server using your iPhone and iStat Server</title>
		<link>http://www.ikode.net/2010/06/14/monitor-your-server-using-your-iphone-and-istat-server/</link>
		<comments>http://www.ikode.net/2010/06/14/monitor-your-server-using-your-iphone-and-istat-server/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:37:57 +0000</pubDate>
		<dc:creator>iKode</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ikode.net/?p=259</guid>
		<description><![CDATA[Ever wanted to monitor your servers remotely using your iPhone? iStat for the iPhone is a great monitoring tool for your servers or Macs.  In order to use iStat you will need to install iStat server on the machines you would like to monitor.  This article will walk you through the fairly painless install process. [...]]]></description>
		<wfw:commentRss>http://www.ikode.net/2010/06/14/monitor-your-server-using-your-iphone-and-istat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding and Editing Mac OSX Host File</title>
		<link>http://www.ikode.net/2010/05/11/finding-and-editing-mac-osx-host-file/</link>
		<comments>http://www.ikode.net/2010/05/11/finding-and-editing-mac-osx-host-file/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:49:19 +0000</pubDate>
		<dc:creator>iKode</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.ikode.net/?p=234</guid>
		<description><![CDATA[Mac Host File The most popular reason to edit a host file is to test virtual host configurations. In order to edit and modify the mac host file you must edit it using terminal.  This is where the file is located. /private/etc/hosts In order to edit it open up terminal and enter the following command: [...]]]></description>
		<wfw:commentRss>http://www.ikode.net/2010/05/11/finding-and-editing-mac-osx-host-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess apache rewrite rules</title>
		<link>http://www.ikode.net/2010/04/30/htaccess-apache-rewrite-rules/</link>
		<comments>http://www.ikode.net/2010/04/30/htaccess-apache-rewrite-rules/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 00:58:56 +0000</pubDate>
		<dc:creator>iKode</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.ikode.net/?p=194</guid>
		<description><![CDATA[Apache web server is a very popular and capable server used for serving up webpages like the one you are viewing. Apache uses what&#8217;s called .htaccess files in order to make configuration changes per directory.  For example , you have a directory you want to keep all images hidden from public view you would do [...]]]></description>
		<wfw:commentRss>http://www.ikode.net/2010/04/30/htaccess-apache-rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to SSH without typing in a Password</title>
		<link>http://www.ikode.net/2010/04/29/how-to-ssh-without-typing-in-a-password/</link>
		<comments>http://www.ikode.net/2010/04/29/how-to-ssh-without-typing-in-a-password/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:59:54 +0000</pubDate>
		<dc:creator>shdowhawk</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.ikode.net/?p=185</guid>
		<description><![CDATA[Ever wanted to run a script where you use SSH?  Maybe you were SSH/SCP/SFTP'ing to multiple different servers and did not want to type in a password over and over again?  Maybe you wanted to run a script that was set up on a Cron, and could not make it run because it was asking for a password at 3:00am in the morning when no one was around...]]></description>
		<wfw:commentRss>http://www.ikode.net/2010/04/29/how-to-ssh-without-typing-in-a-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName</title>
		<link>http://www.ikode.net/2010/04/28/could-not-reliably-determine-the-server%e2%80%99s-fully-qualified-domain-name-using-127-0-1-1-for-servername/</link>
		<comments>http://www.ikode.net/2010/04/28/could-not-reliably-determine-the-server%e2%80%99s-fully-qualified-domain-name-using-127-0-1-1-for-servername/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 19:50:19 +0000</pubDate>
		<dc:creator>iKode</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ikode.net/?p=155</guid>
		<description><![CDATA[If you have Apache2 installed on a virtual server , you may have come across this.  You change your config and go to restart apache&#8230; # sudo /etc/init.d/apache2 restart * Restarting web server apache2 apache2: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.1.1 for ServerName &#8230; waiting apache2: Could not reliably [...]]]></description>
		<wfw:commentRss>http://www.ikode.net/2010/04/28/could-not-reliably-determine-the-server%e2%80%99s-fully-qualified-domain-name-using-127-0-1-1-for-servername/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

