<?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>Server Manuals</title>
	<atom:link href="http://servermanuals.com/feed" rel="self" type="application/rss+xml" />
	<link>http://servermanuals.com</link>
	<description>Your Place for Linux/Windows Tutorials</description>
	<lastBuildDate>Mon, 07 May 2012 22:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Install Zend and Ioncube in cPanel</title>
		<link>http://servermanuals.com/linux/linux-cps/linux-cpanel/how-to-install-zend-and-ioncube-in-cpanel</link>
		<comments>http://servermanuals.com/linux/linux-cps/linux-cpanel/how-to-install-zend-and-ioncube-in-cpanel#comments</comments>
		<pubDate>Sat, 11 Jun 2011 07:39:53 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=144</guid>
		<description><![CDATA[Login as root (in SSH), and run the following: /scripts/phpextensionmgr install IonCubeLoader /scripts/phpextensionmgr install Zendopt]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-cps/linux-cpanel/how-to-install-zend-and-ioncube-in-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Networking and Underage Children</title>
		<link>http://servermanuals.com/uncategorized/social-networking-and-underage-children</link>
		<comments>http://servermanuals.com/uncategorized/social-networking-and-underage-children#comments</comments>
		<pubDate>Mon, 04 Apr 2011 02:08:05 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=136</guid>
		<description><![CDATA[Many parents believe that social media is the basically the devil. There are predators online that can get to their child, and their child can fall victim to these predators. They also believe that there is no reason for social networking and there child has no reason to be on any social network. The truth&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/uncategorized/social-networking-and-underage-children/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Permanently Decrypt an Encyrpted VI File</title>
		<link>http://servermanuals.com/linux/linux-helpful/how-to-permanently-decrypt-an-encyrpted-vi-file</link>
		<comments>http://servermanuals.com/linux/linux-helpful/how-to-permanently-decrypt-an-encyrpted-vi-file#comments</comments>
		<pubDate>Wed, 05 Jan 2011 17:15:23 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Helpful Tips / Tricks]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=132</guid>
		<description><![CDATA[Say you accidently encrypted a file and want to decrypt it permanently. Or you have an encrypted file and you want to decrypt it permanently. The process is easier than you think. 1.) vim -x filename 2.) Enter passphrase 3.) While in VI, type &#8220;:X&#8221; (without the quotes) and hit enter 4.) Leave the passphrase&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-helpful/how-to-permanently-decrypt-an-encyrpted-vi-file/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cannot Connect to Host &#8220;hostname&#8221;</title>
		<link>http://servermanuals.com/linux/cannot-connect-to-host-hostname</link>
		<comments>http://servermanuals.com/linux/cannot-connect-to-host-hostname#comments</comments>
		<pubDate>Tue, 23 Nov 2010 17:52:47 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Helpful Tips / Tricks]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=125</guid>
		<description><![CDATA[When trying to run an application using X11 on a host, and getting &#8220;Cannot connect to host &#8220;hostname&#8221;", you should try using ssh host -X This enabled X11 forwarding, even if you have it enabled by default, still try it. If it doesn&#8217;t work, try ssh host -Y The error is caused by an Invalid&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/cannot-connect-to-host-hostname/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Reset MySQL Root Password</title>
		<link>http://servermanuals.com/linux/linux-helpful/how-to-reset-mysql-root-password</link>
		<comments>http://servermanuals.com/linux/linux-helpful/how-to-reset-mysql-root-password#comments</comments>
		<pubDate>Sun, 03 Oct 2010 11:55:29 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Helpful Tips / Tricks]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=121</guid>
		<description><![CDATA[As always, let&#8217;s login to the server with root privileges. Now, stop the Mysql daemon: service mysqld stop Then, run: mysqld_safe --skip-grant-tables This will start MySQLd in Safe mode and skip the grant tables, which is where the passwords are stored. Now, you should be able to login as root into MySQLd without being prompted&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-helpful/how-to-reset-mysql-root-password/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

