<?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 &#187; Linux</title>
	<atom:link href="http://servermanuals.com/category/linux/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>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>
		<item>
		<title>How to add an FTP user</title>
		<link>http://servermanuals.com/linux/linux-helpful/how-to-add-an-ftp-user</link>
		<comments>http://servermanuals.com/linux/linux-helpful/how-to-add-an-ftp-user#comments</comments>
		<pubDate>Tue, 07 Sep 2010 02:06:12 +0000</pubDate>
		<dc:creator>Nick Kitmitto</dc:creator>
				<category><![CDATA[Helpful Tips / Tricks]]></category>

		<guid isPermaLink="false">http://servermanuals.com/?p=116</guid>
		<description><![CDATA[This article will teach you how to add an FTP user, using ProFTPD A running theme with most of the tutorials I write here is you need to login with a user who has root privileges (i.e. Sudo), so lets do so. Now, add a user as you normally would: adduser username Set a password&#8230;]]></description>
		<wfw:commentRss>http://servermanuals.com/linux/linux-helpful/how-to-add-an-ftp-user/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

