<?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>GreenGeeks Knowledgebase</title>
	<atom:link href="http://kb.greengeeks.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.greengeeks.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 16:34:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How do I Install Drush?</title>
		<link>http://kb.greengeeks.com/2874/how-do-i-install-drush/</link>
		<comments>http://kb.greengeeks.com/2874/how-do-i-install-drush/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:14:57 +0000</pubDate>
		<dc:creator>mlahn</dc:creator>
				<category><![CDATA[General Hosting]]></category>
		<category><![CDATA[Reseller Hosting]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2874</guid>
		<description><![CDATA[Drush is a command line utility for administering Drupal websites, For advanced users, drush makes managing your Drupal website more efficient. Version 5 of Drush can administer Drupal versions 6, 7 and 8.. Installing Drush is easy on GreenGeeks by following these steps: Step 1: Request SSH access for your account. You can request access for SSH by [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">Drush is a command line utility for administering <a title="Drupal Hosting" href="http://greengeeks.com/scripts/drupal-hosting.php">Drupal</a> websites, For advanced users, drush makes managing your Drupal website more efficient. Version 5 of Drush can administer Drupal versions 6, 7 and 8.. Installing Drush is easy on GreenGeeks by following these steps:</span></p>
<p><span style="font-size: small;"><strong>Step 1: Request SSH access for your account.</strong></span></p>
<p>You can request access for SSH by <a title="Request SSH Access" href="http://kb.greengeeks.com/1820/does-green-geeks-provide-shell-accessssh/" target="_blank">following our tutorial. </a></p>
<p><span style="font-size: small;"><strong>Step 2: SSH to your GreenGeeks Account</strong></span></p>
<p><span style="font-size: small;"><strong>Step 3: Go to the <a href="http://drupal.org/project/drush" target="_blank">Drush</a> page and copy the link address for the version you would like.</strong></span></p>
<p><span style="font-size: small;"><strong>Step 4: Run the following commands in order:</strong></span></p>
<p>Navigate to your home directory:</p>
<pre>cd</pre>
<p>Download the Drush tar:</p>
<pre>wget http://ftp.drupal.org/files/projects/drush-7.x-5.9.tar.gz</pre>
<p>Extract the tar:</p>
<pre><span style="font-size: small;">tar -zxvf drush-7.x-5.9.tar.gz</span></pre>
<p>Remove the file:</p>
<pre><span style="font-size: small;">rm drush-7.x-5.9.tar.gz </span></pre>
<p>Correct the permissions on the file:</p>
<pre><span style="font-size: small;">chmod u+x drush/drush</span></pre>
<p>Create the drush alias by editing your .bashrc file in your home directory:</p>
<pre><span style="font-size: small;">nano ~/.bashrc -or- vim ~/.bashrc</span></pre>
<p>add the following line to the bottom of your .bashrc file.</p>
<pre><span style="font-size: small;"><i>alias drush='~/drush/drush'</i></span></pre>
<p>Reload your profile:</p>
<pre><span style="font-size: small;">source ~/.bashrc</span></pre>
<p>Test to see if it works:</p>
<pre><span style="font-size: small;">drush core-status
</span></pre>
<p><b>I&#8217;m encountering errors installing Drush!</b></p>
<p>When you enter the last command, you should see Drush running properly. However, you may encounter shell_exec errors which our support team will need to address for you.</p>
<p><span style="font-size: 13px; line-height: 19px;">If you have any problems installing Drush including any shell_exec errors, please </span><a style="font-size: 13px; line-height: 19px;" title="GreenGeeks Helpdesk" href="http://www.greengeeks.com/support/main.php" target="_blank">contact our support team</a><span style="font-size: 13px; line-height: 19px;"> and we would be happy to help. Opening a support ticket in your </span><a style="font-size: 13px; line-height: 19px;" title="GreenGeeks Login" href="http://www.greengeeks.com/login" target="_blank">Account Manager</a><span style="font-size: 13px; line-height: 19px;"> is the best way to reach us.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2874/how-do-i-install-drush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Greengeeks support Git?</title>
		<link>http://kb.greengeeks.com/2848/does-greengeeks-support-git/</link>
		<comments>http://kb.greengeeks.com/2848/does-greengeeks-support-git/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:14:57 +0000</pubDate>
		<dc:creator>cracicot</dc:creator>
				<category><![CDATA[Features and Software]]></category>
		<category><![CDATA[Sales Questions]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2848</guid>
		<description><![CDATA[Yes! Greengeeks now supports GIT on our shared and reseller accounts. What is Git? Git is an open source version control system designed to make distribution of software and version control quick and easy. What Makes Git Secure at GreenGeeks? GreenGeeks uses special file system isolation tools as well as cloud linux technologies to protect [...]]]></description>
				<content:encoded><![CDATA[<p>Yes! Greengeeks now supports GIT on our shared and reseller accounts.</p>
<p><strong>What is Git?</strong></p>
<p>Git is an open source version control system designed to make distribution of software and version control quick and easy.</p>
<p><strong>What Makes Git Secure at GreenGeeks?</strong></p>
<p>GreenGeeks uses special file system isolation tools as well as cloud linux technologies to protect our customers data as much as we possibly can. Check out our blog post about <a title="What Makes Our Servers Different" href="http://blog.greengeeks.com/2012/03/29/what-makes-our-servers-different/" target="_blank">what makes our servers different</a> for more information about how GreenGeeks is unique when it comes to only the best servers and security.</p>
<p><strong>How do I use Git?</strong></p>
<p>The makers of git have released a <a title="Learn Git" href="http://try.github.io/levels/1/challenges/1">great tool for learning git.</a> For information on how to use git within the GreenGeeks environment, check out the <a title="GreenGeeks Knowledgebase" href="http://kb.greengeeks.com" target="_blank">GreenGeeks Knowledgebase</a>. As always, should you have any questions or concerns, please open up a support ticket within your <a title="Account Manager" href="https://www.greengeeks.com/login/login.php" target="_blank">Account Manager.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2848/does-greengeeks-support-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Git to manage software</title>
		<link>http://kb.greengeeks.com/2834/using-git-to-manage-software/</link>
		<comments>http://kb.greengeeks.com/2834/using-git-to-manage-software/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:14:57 +0000</pubDate>
		<dc:creator>cracicot</dc:creator>
				<category><![CDATA[General Hosting]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2834</guid>
		<description><![CDATA[GIT is a very popular and efficient open source Version Control System. It can track changes in content from external repositories such as github. To use the git commands, you will need to login to your hosting account using a SSH client such as PuTTY. You may need to request access to SSH on your [...]]]></description>
				<content:encoded><![CDATA[<p>GIT is a very popular and efficient open source Version Control System. It can track changes in content from external repositories such as github.</p>
<p>To use the git commands, you will need to login to your hosting account using a SSH client such as PuTTY. <i>You may need to request access to SSH on your account if you get a message that it is not yet enabled on connecting. Please see <a href="http://kb.greengeeks.com/1820/does-green-geeks-provide-shell-accessssh/" target="_blank">this</a> article on how to request access.</i></p>
<h4><strong>Cloning a Project.</strong></h4>
<p>To clone or copy a copy of a project, you will use the following command from your public_html directory. </p>
<pre>git clone <i>url directory</i></pre>
<p>An example of this, if we wanted to clone a copy of the <a href="http://forgetyourresume.org/" target="_blank">Forget Your Resume</a> script from github we would do the following.</p>
<pre>cd public_html
git clone https://github.com/ebinnion/Forget-Your-Resume.git resume
</pre>
<p>This will put the software in the resume folder of your public_html and initiate a local copy of the software. You will then follow the developers instructions on installing it manually.</p>
<h4><strong>Updating a Project.</strong></h4>
<p>To keep your software up to date, or if the developer of your software has committed changes to the repository. We need to tell your local copy to update itself. You would do the following. </p>
<pre>cd public_html/resume
git pull
</pre>
<p>This will poll the remote server that you set with the clone command and download and merge any changes. You may want to make a copy of any configuration files before doing this as they will be overwritten.</p>
<p>For more in-dept help regarding git and all of its commands you may want to read through the <a href="http://gitref.org/index.html" target="_blank">quick reference guide</a> or the <a href="http://git-scm.com/doc" target="_blank">official documentation.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2834/using-git-to-manage-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to whitelist Greengeeks in Outlook.com</title>
		<link>http://kb.greengeeks.com/2801/how-to-whitelist-greengeeks-in-outlook-com/</link>
		<comments>http://kb.greengeeks.com/2801/how-to-whitelist-greengeeks-in-outlook-com/#comments</comments>
		<pubDate>Sat, 04 May 2013 21:37:12 +0000</pubDate>
		<dc:creator>cracicot</dc:creator>
				<category><![CDATA[eMail & Mailing Lists]]></category>
		<category><![CDATA[General Hosting]]></category>
		<category><![CDATA[Sales Questions]]></category>
		<category><![CDATA[account manager]]></category>
		<category><![CDATA[greengeeks login]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2801</guid>
		<description><![CDATA[Hotmail and Outlook have very strict email standards. It is always best to white list our domain to ensure you are always receiving our emails. Step 1 &#8211; Login to your Outlook.com account. Step 2 &#8211; Click on the &#8220;More Email Settings&#8221; button. Step 3 &#8211; Click on the &#8220;Safe and blocked senders&#8221; under the preventing junk [...]]]></description>
				<content:encoded><![CDATA[<p>Hotmail and Outlook have very strict email standards. It is always best to white list our domain to ensure you are always receiving our emails.</p>
<h4><strong>Step 1 &#8211; Login to your Outlook.com account.</strong></h4>
<h4><strong>Step 2 &#8211; Click on the &#8220;More Email Settings&#8221; button.</strong></h4>
<p><img class="alignnone size-medium wp-image-2819" alt="Step1-Outlook" src="http://kb.greengeeks.com/wp-content/uploads/2013/05/Step1-Outlook-178x300.png" width="178" height="300" /></p>
<h4><strong>Step 3 &#8211; Click on the &#8220;Safe and blocked senders&#8221; under the preventing junk eMail header.</strong></h4>
<p><img class="alignnone size-medium wp-image-2820" alt="Step2-Outlook" src="http://kb.greengeeks.com/wp-content/uploads/2013/05/Step2-Outlook-239x300.png" width="239" height="300" /></p>
<h4><strong>Step 4 &#8211; Click on the &#8220;Safe senders&#8221; link.</strong></h4>
<p><img class="alignnone size-medium wp-image-2816" alt="Step3-Outlook" src="http://kb.greengeeks.com/wp-content/uploads/2013/05/Step3-Outlook-300x130.png" width="300" height="130" /></p>
<p>&nbsp;</p>
<h4><strong>Step 5 &#8211; Add both greengeeks.com and websitehostserver.net to the &#8220;Sender or Domain to mark as safe&#8221; input box and click &#8220;Add to List&#8221;.</strong></h4>
<p><img class="alignnone size-medium wp-image-2817" alt="Step4-Outlook" src="http://kb.greengeeks.com/wp-content/uploads/2013/05/Step4-Outlook-300x107.png" width="300" height="107" /></p>
<p>&nbsp;</p>
<p>You should now see the domain in your Safe senders and domains list. Any email sent from our domains will now reach your inbox!</p>
<p><img class="alignnone size-medium wp-image-2818" alt="Step5-Outlook" src="http://kb.greengeeks.com/wp-content/uploads/2013/05/Step5-Outlook-300x148.png" width="300" height="148" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2801/how-to-whitelist-greengeeks-in-outlook-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to log into the Account Manager</title>
		<link>http://kb.greengeeks.com/2622/how-to-log-into-the-account-manager/</link>
		<comments>http://kb.greengeeks.com/2622/how-to-log-into-the-account-manager/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 01:59:44 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
				<category><![CDATA[Account Manager]]></category>
		<category><![CDATA[account manager]]></category>
		<category><![CDATA[greengeeks login]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2622</guid>
		<description><![CDATA[Logging into your account manager will allow you to manage all aspects of your services with us. This includes billing, support and the individual web hosting services that you have with us. To log into the account manager, follow the steps below: #1. Click on the Client Login link at the top of our page. [...]]]></description>
				<content:encoded><![CDATA[<p>Logging into your account manager will allow you to manage all aspects of your services with us. This includes billing, support and the individual web hosting services that you have with us.</p>
<p>To log into the account manager, follow the steps below:</p>
<p>#1. Click on the Client Login link at the top of our page.</p>
<p><img class="alignnone size-full wp-image-2624" alt="Account Manager Login" src="http://kb.greengeeks.com/wp-content/uploads/2013/04/login-to-am-1.png" width="1056" height="391" /></p>
<p>#2. Enter in your Username and Password. The username will be your e-mail address of which you used to first sign up with us.</p>
<p><img class="alignnone size-full wp-image-2631" alt="Account Manager Login" src="http://kb.greengeeks.com/wp-content/uploads/2013/04/login-to-am-2.png" width="1165" height="701" /></p>
<p>You&#8217;ll then be taken into the account manager to manage your services with us. If you&#8217;ve forgot your password, you can click on the Forgot Password link at the bottom.</p>
<p><img class="alignnone size-full wp-image-2632" alt="Account Manager Forgot Password" src="http://kb.greengeeks.com/wp-content/uploads/2013/04/login-to-am-3.png" width="1165" height="701" /></p>
<p>If you need further help on resetting your account manager password, see the <a title="How to Update Account Manager Password" href="http://kb.greengeeks.com/2090/how-to-update-account-manager-password/">change your Account Manager password</a> article.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2622/how-to-log-into-the-account-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I’m seeing an error on my site and I think Railgun is causing it, what should I do?</title>
		<link>http://kb.greengeeks.com/2612/im-seeing-an-error-on-my-site-and-i-think-railgun-is-causing-it-what-should-i-do/</link>
		<comments>http://kb.greengeeks.com/2612/im-seeing-an-error-on-my-site-and-i-think-railgun-is-causing-it-what-should-i-do/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 17:56:38 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[General Hosting]]></category>
		<category><![CDATA[railgun]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2612</guid>
		<description><![CDATA[If you are using Railgun via cPanel, you can turn it off directly from your control panel. Otherwise, log into your CloudFlare account, go to Performance Settings and turn Railgun off from there. Please file a bug report with a detailed description here.]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">If you are using Railgun via cPanel, you can turn it off directly from your control panel. Otherwise, log into your CloudFlare account, go to Performance Settings and turn Railgun off from there. Please file a bug report with a detailed description <a href="https://support.cloudflare.com/anonymous_requests/new" target="_blank">here</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2612/im-seeing-an-error-on-my-site-and-i-think-railgun-is-causing-it-what-should-i-do/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I enable Railgun on my site?</title>
		<link>http://kb.greengeeks.com/2610/how-do-i-enable-railgun-on-my-site/</link>
		<comments>http://kb.greengeeks.com/2610/how-do-i-enable-railgun-on-my-site/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 17:54:16 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[General Hosting]]></category>
		<category><![CDATA[enable railgun]]></category>
		<category><![CDATA[railgun]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2610</guid>
		<description><![CDATA[Enabling Railgun is quick &#38; easy, simply follow the instructions below: Click on the Cloudflare Icon in cPanel under the  Software/Services section. Enter your email address and accept the EULA. Select the domain you want to enable cloudflare for on the box on the left. The interface will pull up a list of sub-domains you [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">Enabling Railgun is quick &amp; easy, simply follow the instructions below:</span></p>
<ol>
<li><span style="font-size: small;">Click on the Cloudflare Icon in cPanel under the  Software/Services section.</span></li>
<li><span style="font-size: small;">Enter your email address and accept the EULA.</span></li>
<li><span style="font-size: small;">Select the domain you want to enable cloudflare for on the box on the left.</span></li>
<li><span style="font-size: small;">The interface will pull up a list of sub-domains you can enable cloudflare protection on, click on the grey clouds for the sub-domains you want to enable and wait for them to turn orange.</span></li>
<li><span style="font-size: small;">Once CloudFlare is enabled, simply open a support ticket through your GreenGeeks Account Manager requesting Railgun services be enabled. Ensure you provide the Domain that should be enabled.</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2610/how-do-i-enable-railgun-on-my-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What much does Railgun cost?</title>
		<link>http://kb.greengeeks.com/2607/what-much-does-railgun-cost/</link>
		<comments>http://kb.greengeeks.com/2607/what-much-does-railgun-cost/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 17:48:55 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[General Hosting]]></category>
		<category><![CDATA[railgun]]></category>
		<category><![CDATA[railgun cost]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2607</guid>
		<description><![CDATA[We have partnered with CloudFlare to make Railgun both easy and affordable. If you purchase Railgun directly through CloudFlare, it costs $200/month. However, with our strategic partnership with CloudFlare we are able to offer this service for FREE.]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">We have partnered with CloudFlare to make Railgun both easy and affordable. If you purchase Railgun directly through CloudFlare, it costs $200/month. However, with our strategic partnership with CloudFlare we are able to offer this service for <strong><span style="text-decoration: underline;">FREE</span>.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2607/what-much-does-railgun-cost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What kind of sites can use Railgun?</title>
		<link>http://kb.greengeeks.com/2605/what-kind-of-sites-can-use-railgun/</link>
		<comments>http://kb.greengeeks.com/2605/what-kind-of-sites-can-use-railgun/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 17:48:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[General Hosting]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2605</guid>
		<description><![CDATA[Any website can benefit from the performance improvements Railgun offers, especially dynamic sites.]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">Any website can benefit from the performance improvements Railgun offers, especially dynamic sites.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2605/what-kind-of-sites-can-use-railgun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does Railgun work?</title>
		<link>http://kb.greengeeks.com/2603/how-does-railgun-work/</link>
		<comments>http://kb.greengeeks.com/2603/how-does-railgun-work/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 17:47:39 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[CloudFlare]]></category>
		<category><![CDATA[General Hosting]]></category>

		<guid isPermaLink="false">http://kb.greengeeks.com/?p=2603</guid>
		<description><![CDATA[Railgun opens a secure, tunneled connection between the CloudFlare network and your hosting account where the connection only sends differences from the last request. This is similar to how video encoding works. The markup of websites does not change that frequently from one request to the next. Instead of transferring the entire request between CloudFlare [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size: small;">Railgun opens a secure, tunneled connection between the CloudFlare network and your hosting account where the connection only sends differences from the last request. This is similar to how video encoding works.</span></p>
<p><span style="font-size: small;">The markup of websites does not change that frequently from one request to the next. Instead of transferring the entire request between CloudFlare and the origin server, Railgun will transfer only the changes in markup from one request to the next. This cuts down on bandwidth, transfer time, and overall page load times. Railgun caches these differences in memory to make page processing as fast as possible</span></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.greengeeks.com/2603/how-does-railgun-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
