<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>vpsBible Forums &#187; Recent Posts</title>
		<link>http://vpsbible.com/forums/</link>
		<description>Setup Unmanaged VPS for Linux Noobs!</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Feb 2012 08:41:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://vpsbible.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://vpsbible.com/forums/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Marcus West on "Learn Javascript"</title>
			<link>http://vpsbible.com/forums/topic/learn-javascript#post-2781</link>
			<pubDate>Fri, 03 Feb 2012 22:57:18 +0000</pubDate>
			<dc:creator>Marcus West</dc:creator>
			<guid isPermaLink="false">2781@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.codecademy.com&#34; rel=&#34;nofollow&#34;&#62;http://www.codecademy.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Want to learn to program? &#60;/p&#62;
&#60;p&#62;This is pretty cool, and Ruby/Python/PHP are in the works&#60;/p&#62;
&#60;p&#62;Cop a look at this guvn'r...or some such argot
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Unable to import database"</title>
			<link>http://vpsbible.com/forums/topic/unable-to-import-database#post-2780</link>
			<pubDate>Tue, 31 Jan 2012 13:28:16 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2780@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;OK so the problem was actually down to me pasting the command in rather than typing it into the terminal - hence the split and and the resulting error
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Unable to import database"</title>
			<link>http://vpsbible.com/forums/topic/unable-to-import-database#post-2779</link>
			<pubDate>Tue, 31 Jan 2012 12:26:05 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2779@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I can log into mysql using:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;mysql -u root -p&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But if I try to import a database:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mysql -u root
 -p localhost example &#38;lt; example.sql&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I get kicked out with the following error (notice the split after 'root'):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$ mysql -u root
ERROR 1045 (28000): Access denied for user &#38;#039;root&#38;#039;@&#38;#039;localhost&#38;#039; (using password: NO)
$ -p exmple &#38;lt; example.sql&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>the_guv on "Connection Refused - LAMP Stack Lite: Noob-Friendly VPS 4 Ubuntu 32bit"</title>
			<link>http://vpsbible.com/forums/topic/connection-refused#post-2778</link>
			<pubDate>Sat, 28 Jan 2012 21:54:41 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2778@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Jason, the scripts are really not recommended for noobs for the simple reason that you won't learn much about your server setup, and therefore about security.&#60;/p&#62;
&#60;p&#62;Your ssh variables are wrong and that's why you're locked out ;)&#60;/p&#62;
&#60;p&#62;If you must go the script route then, as it suggests on the Stack's page, use the variable (on the script) &#34;PasswordAuthentication Yes&#34; ... meaning you need not rely on the authentication key. Then again, there are other reasons you could be locked out, quite possibly your &#34;ssh -p 54321 username@ip&#34; syntax.&#60;/p&#62;
&#60;p&#62;The &#34;Encrypt Data with OpenSSH &#38;amp; Auto-Login with PuTTY&#34; tutorial, adn the accompanying referenced guides, are what you need. This is really important so I'd suggest you scrap your setup (no big deal, that, so don't worry about overwriting with a new distro launch, it's how you learn) and practise setting up those keys in the tut I've mentioned ... here's the link:-&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vpsbible.com/security/encrypt-data-with-openssh-auto-login-with-putty/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/security/encrypt-data-with-openssh-auto-login-with-putty/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason Dunlop on "Connection Refused - LAMP Stack Lite: Noob-Friendly VPS 4 Ubuntu 32bit"</title>
			<link>http://vpsbible.com/forums/topic/connection-refused#post-2777</link>
			<pubDate>Sat, 28 Jan 2012 01:48:37 +0000</pubDate>
			<dc:creator>Jason Dunlop</dc:creator>
			<guid isPermaLink="false">2777@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I am having a problem to get the stack script to work.&#60;/p&#62;
&#60;p&#62;I have got as far as Log In Post-Script, but i'm not able to log back in, it just says connection refused. Anyway to undo?&#60;/p&#62;
&#60;p&#62;Sorry i am a Newbie.&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;J
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marcus West on "Recursion"</title>
			<link>http://vpsbible.com/forums/topic/recursion#post-2776</link>
			<pubDate>Wed, 25 Jan 2012 11:24:20 +0000</pubDate>
			<dc:creator>Marcus West</dc:creator>
			<guid isPermaLink="false">2776@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;This is a pretty stupid question, but only because no-one actually seems to define recursive properly anywhere.&#60;/p&#62;
&#60;p&#62;when we chown -R (change ownership recursively) the ownership is referred down the chain, so .ssh and the authorized keys change ownership.&#60;/p&#62;
&#60;p&#62;But when you rm -r the action defers up the chain, and takes out the home file.&#60;/p&#62;
&#60;p&#62;Since recursion in Latin means going back, I assume the latter is a truer recursion. &#60;/p&#62;
&#60;p&#62;Does the direction of a recursion depend on the context?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marcus West on "Redirects - 301  etc"</title>
			<link>http://vpsbible.com/forums/topic/redirects-301-etc#post-2775</link>
			<pubDate>Mon, 23 Jan 2012 14:21:01 +0000</pubDate>
			<dc:creator>Marcus West</dc:creator>
			<guid isPermaLink="false">2775@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I really would like to get to the bottom of managing redirects in Nginx where there is no .htaccess file&#60;/p&#62;
&#60;p&#62;Enlightenment anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "High I/O rate on linode server"</title>
			<link>http://vpsbible.com/forums/topic/high-io-rate-on-linode-server#post-2774</link>
			<pubDate>Sat, 21 Jan 2012 07:20:00 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2774@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Did you install XCache or similar? You should, as explained here and with the recommended settings, and I recommend the WP-Super-Cache plugin alongside your build.&#60;/p&#62;
&#60;p&#62;... With those installed, then monitor the I/O and report back here.&#60;/p&#62;
&#60;p&#62;A good tool for diagnosing IO is Munin or, if you're prepared to pay, Scout (with some choice plugins such as Device Input/Output) ... &#60;/p&#62;
&#60;p&#62;... keep an eye on your swap, particularly, because if you're digging deep into that then there is an issue, hopefully one of genuine traffic, rather than DoS attacks!&#60;/p&#62;
&#60;p&#62;But the I/O rate, *in itself*, is not an issue, and it may be that you're receiving Linode alerts simply because your threshhold's set too low. What is it, the standard 1000? The correct threshhold depends on your needs but you could set this comfortably, generally, at 5000 and some sysmins would say twice that for this server spec.&#60;/p&#62;
&#60;p&#62;That's a start for correct setup and troubleshooting. Let me know how you get on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Mapping Domains in WordPress MU"</title>
			<link>http://vpsbible.com/forums/topic/mapping-domains-in-wordpress-mu#post-2773</link>
			<pubDate>Thu, 19 Jan 2012 17:31:57 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2773@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Sorry, the link failed but the URL is in there somewhere - assumed &#38;lt;a href etc... would work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Mapping Domains in WordPress MU"</title>
			<link>http://vpsbible.com/forums/topic/mapping-domains-in-wordpress-mu#post-2772</link>
			<pubDate>Thu, 19 Jan 2012 17:28:27 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2772@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Just a heads up: there is an old thread on here that asked about this, I think there is a solution there somewhere but it couldn't make head or tail of it.&#60;/p&#62;
&#60;p&#62;After digging around I finally found a solution that works for me - and obviously the starting point is the WP MU set up recommended by Olly's tutorial.&#60;/p&#62;
&#60;p&#62;Here is my tutorial on the topic. I haven't had any problems yet and adding new domains is a breeze.&#60;/p&#62;
&#60;p&#62;If anyone can see or has any issues with it please let me know.&#60;/p&#62;
&#60;p&#62;&#38;lt;href a=&#34;http://pointatthemoon.co.uk/2012/01/mapping-domains-in-wordpress-multi-user-with-nginx/&#34;&#38;gt;Mapping domains in WordPress Multi User with Nginx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "Upgrading Wordpress"</title>
			<link>http://vpsbible.com/forums/topic/upgrading-wordpress#post-2771</link>
			<pubDate>Thu, 19 Jan 2012 14:53:48 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2771@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;LOL (for all the wrong reasons!)&#60;/p&#62;
&#60;p&#62;Sure Marcus, there ain't no recycle bin with Tux ;)&#60;/p&#62;
&#60;p&#62;For a dev box, I highly recommend a virtual machine such as with virtualbox. You can take &#34;snapshots&#34; of known good configurations, meaning you can revert to whatever snapshot when you, er &#34;sudo rm etc ...&#34;!!&#60;/p&#62;
&#60;p&#62;... and it's free, though you may be greedy like me and want a shedload of RAM for running a few at once, (f'rinstance, all hacking each other!!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marcus West on "Upgrading Wordpress"</title>
			<link>http://vpsbible.com/forums/topic/upgrading-wordpress#post-2770</link>
			<pubDate>Thu, 19 Jan 2012 14:01:52 +0000</pubDate>
			<dc:creator>Marcus West</dc:creator>
			<guid isPermaLink="false">2770@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi Guv,&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;Yes, I got there in the end with the help of my server team before I got to see your reply&#60;/p&#62;
&#60;p&#62;I definitely followed the guides carefully...(you know as well as I do that this is about the only valid Nginx resource out there...a lot of them are gobbledygook)&#60;/p&#62;
&#60;p&#62;I think my mistake was trying to change permissions in wp-content rather than public...pretty simple stuff really but after  a shell fork bomb and a server annhiliation, you get a bit jittery :)&#60;/p&#62;
&#60;p&#62;I wiped out a server the other day with  an rm command... I'm getting myself a test environment to play in
&#60;/p&#62;</description>
		</item>
		<item>
			<title>david jeters on "High I/O rate on linode server"</title>
			<link>http://vpsbible.com/forums/topic/high-io-rate-on-linode-server#post-2769</link>
			<pubDate>Thu, 19 Jan 2012 03:32:51 +0000</pubDate>
			<dc:creator>david jeters</dc:creator>
			<guid isPermaLink="false">2769@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hello Guvnr,&#60;/p&#62;
&#60;p&#62;I followed your setup for nginx, mysql, php5-fpm with wordpress on my linode 512 server. I get a high I/O rate on the server which I think means that server is hitting the hard disk pretty hard. It is noticeable on my wordpress site when I am creating or updating posts. I used to have WP cache installed on the webserver but that made it even slower. So I uninstalled it. What should I do to start  troubleshooting the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "Upgrading Wordpress"</title>
			<link>http://vpsbible.com/forums/topic/upgrading-wordpress#post-2768</link>
			<pubDate>Wed, 18 Jan 2012 14:32:10 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2768@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi Marcus, &#60;/p&#62;
&#60;p&#62;This topic is covered here, in these forums, in some detail. However, for the benefit of any doubt, *prior to upgrading from the WP Dashboard (the easiest way but always backup first)*, at the terminal, logged into your server of course:-&#60;/p&#62;
&#60;p&#62;sudo chown -R www-data:webmasters /path/to/public&#60;/p&#62;
&#60;p&#62;And to revert to stricter, safer permissions after the update:-&#60;/p&#62;
&#60;p&#62;sudo chown -R USERNAME:webmasters /path/to/public&#60;/p&#62;
&#60;p&#62;... This is assuming you followed the guides here and, therefore, have the &#34;webmasters&#34; group properly set up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Marcus West on "Upgrading Wordpress"</title>
			<link>http://vpsbible.com/forums/topic/upgrading-wordpress#post-2767</link>
			<pubDate>Sat, 14 Jan 2012 01:39:32 +0000</pubDate>
			<dc:creator>Marcus West</dc:creator>
			<guid isPermaLink="false">2767@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Can someone explain to me how to upgrade Wordpress?&#60;/p&#62;
&#60;p&#62;I tried using subversion, but got nowhere.&#60;/p&#62;
&#60;p&#62;I tried using the bashr command and got a shell fork.&#60;/p&#62;
&#60;p&#62;I tried isolating the two commands in the bashr file, to permit me to upgrade, and it kept causing an error....&#60;/p&#62;
&#60;p&#62;Would really help to have a bit more clarity on this...cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Symlinks failing to work"</title>
			<link>http://vpsbible.com/forums/topic/symlinks-failing-to-work#post-2766</link>
			<pubDate>Fri, 13 Jan 2012 12:23:31 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2766@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;In classic style I discover the solution as soon as I have posted the question:&#60;/p&#62;
&#60;p&#62;In my example above I use a relative path - this does not work (even though I can swear that it worked this way the first time I modified the symlink!).&#60;/p&#62;
&#60;p&#62;You need to use the full path, eg:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ln -s /usr/local/nginx/sites-available/domain.com /usr/local/nginx/sites-enabled/domain.com&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;[Slaps forehead and goes back into box]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>perryb on "Symlinks failing to work"</title>
			<link>http://vpsbible.com/forums/topic/symlinks-failing-to-work#post-2765</link>
			<pubDate>Fri, 13 Jan 2012 12:01:58 +0000</pubDate>
			<dc:creator>perryb</dc:creator>
			<guid isPermaLink="false">2765@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I am really tearing my hair out here as I can't seem to find any precedent for this having Googled the problem:&#60;/p&#62;
&#60;p&#62;I modified my vhosts file, deleted the existing symlink then set it all up again the first time without any hitch at all:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;root@mail:/usr/local/nginx# ln -s sites-available/domain.com sites-enabled/domain.com&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Restart Nginx and off we go.&#60;/p&#62;
&#60;p&#62;Subsequently I have been going through the same process but the symlink always shows up highlighted red (indicating a broken symlink) if I list the contents of sites-enabled. &#60;/p&#62;
&#60;p&#62;I've checked and rechecked my syntax, zero spelling errors etc but the symlink refuses to work, the result being that my site is down.&#60;/p&#62;
&#60;p&#62;Any ideas anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "Best drupal performance instalation stack"</title>
			<link>http://vpsbible.com/forums/topic/best-drupal-performance-instalation-stack#post-2764</link>
			<pubDate>Fri, 13 Jan 2012 10:39:58 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2764@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;sorry Juan, is there something specific that I can help with ;)&#60;/p&#62;
&#60;p&#62;the LAMP stackscript is a great starting point though, you can tweak post-install to your heart's content
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "Configuring DNS for VPS - No Control Panel?"</title>
			<link>http://vpsbible.com/forums/topic/configuring-dns-for-vps-no-control-panel#post-2763</link>
			<pubDate>Fri, 13 Jan 2012 10:38:07 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2763@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Ian, you'd need to add Bind9 to manually manage domains from the command line ... this can be tricky and, misconfigured, can be a security risk, which is why it's not currently in these noobie docs.&#60;/p&#62;
&#60;p&#62;frankly, unless you are happy for the learning curve, and plenty of googling, i'd strongly recommend swapping to a provider that has DNS management built into their control panel (which is generally the case).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "virtual hosts: Site B redirects to Site A"</title>
			<link>http://vpsbible.com/forums/topic/virtual-hosts-site-b-redirects-to-site-a#post-2762</link>
			<pubDate>Fri, 13 Jan 2012 10:34:28 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2762@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;cheers Rolf and sorry for delay.&#60;/p&#62;
&#60;p&#62;did you follow the &#34;Add a Site&#34; cheatsheet?:-&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vpsbible.com/web-servers/nginx-add-domains/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/web-servers/nginx-add-domains/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;sounds like you've either omitted to create the symlink, your virtual host file points to the wrong site or that you haven't restarted nginx.&#60;/p&#62;
&#60;p&#62;as for the nginx.conf, no, all that's handled in the new site's own virtual host file.&#60;/p&#62;
&#60;p&#62;recap those three points and lemme know :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rolf Haug on "virtual hosts: Site B redirects to Site A"</title>
			<link>http://vpsbible.com/forums/topic/virtual-hosts-site-b-redirects-to-site-a#post-2761</link>
			<pubDate>Mon, 09 Jan 2012 08:45:02 +0000</pubDate>
			<dc:creator>Rolf Haug</dc:creator>
			<guid isPermaLink="false">2761@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First guv, this guide is amazing! It's a little hard to navigate through the jungle. But is all good when you have arrived at your destination.&#60;/p&#62;
&#60;p&#62;So, my question:&#60;/p&#62;
&#60;p&#62;I've followed your guide, and when I added a new vhost (Site B), it just links to Site A. I have tried 10 times so its obvious something I'm missing.&#60;/p&#62;
&#60;p&#62;When I remove the site-available/Site A, Site B redirects to nginx default.&#60;/p&#62;
&#60;p&#62;This is very frustrating and I would very much appreciate if you (or someone else) could help me sort this problem.&#60;/p&#62;
&#60;p&#62;Site A is a Codeigniter site, site B is a plain simple index.html&#60;/p&#62;
&#60;p&#62;My VPS is from a norwegian company and is running Ubuntu 10.4 LTS.&#60;/p&#62;
&#60;p&#62;Could it be something in the nginx config?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Ratcliffe on "Configuring DNS for VPS - No Control Panel?"</title>
			<link>http://vpsbible.com/forums/topic/configuring-dns-for-vps-no-control-panel#post-2760</link>
			<pubDate>Sun, 08 Jan 2012 17:23:19 +0000</pubDate>
			<dc:creator>Ian Ratcliffe</dc:creator>
			<guid isPermaLink="false">2760@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;HI All,&#60;/p&#62;
&#60;p&#62;I'm currently following the guides on this site and I've come to the part where I have to &#34;Add a Domain Zone&#34;.&#60;/p&#62;
&#60;p&#62;I have setup a new VPS with ChicagoVPS but in the Control Panel there is nowhere to add a new zone, etc. Do I need to used the control panel or can this be done via SSH? &#60;/p&#62;
&#60;p&#62;I have logged a support ticket but had no response.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Juan Miguel Arbelaez on "Best drupal performance instalation stack"</title>
			<link>http://vpsbible.com/forums/topic/best-drupal-performance-instalation-stack#post-2759</link>
			<pubDate>Sat, 07 Jan 2012 06:01:33 +0000</pubDate>
			<dc:creator>Juan Miguel Arbelaez</dc:creator>
			<guid isPermaLink="false">2759@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hello GUV&#60;br /&#62;
Thank you very much for your valuable help&#60;br /&#62;
would be wonderful to have your help in the installation of a lamp-server or Lemp server for drupal  with improved performance and that is very difficult for the novice so having help from someone as skilled as you would be wonderful. Since Drupal is so versatile but a bit slow, would be marvelous an easy instalation on-site like Linode with all the good practices of your driving installation&#60;br /&#62;
I leave here some link that illustrate the problem&#60;/p&#62;
&#60;p&#62;Here some links related&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gotdrupal.com/videos/drupal-performance-boost&#34; rel=&#34;nofollow&#34;&#62;http://gotdrupal.com/videos/drupal-performance-boost&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://cruncht.com/75/drupal-performance-scalability/&#34; rel=&#34;nofollow&#34;&#62;http://cruncht.com/75/drupal-performance-scalability/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://library.linode.com/application-stacks/project-mercury/ubuntu-10.04-lucid&#34; rel=&#34;nofollow&#34;&#62;http://library.linode.com/application-stacks/project-mercury/ubuntu-10.04-lucid&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://groups.drupal.org/node/50408&#34; rel=&#34;nofollow&#34;&#62;http://groups.drupal.org/node/50408&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.linode.com/stackscripts/view/?StackScriptID=353&#34; rel=&#34;nofollow&#34;&#62;http://www.linode.com/stackscripts/view/?StackScriptID=353&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Abdul Karim on "Really can not find out my way in the website"</title>
			<link>http://vpsbible.com/forums/topic/really-can-not-find-out-my-way-in-the-website#post-2758</link>
			<pubDate>Fri, 06 Jan 2012 02:58:08 +0000</pubDate>
			<dc:creator>Abdul Karim</dc:creator>
			<guid isPermaLink="false">2758@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Strongly advising Drupal CMS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shaun Evans on "Nginx download link .."</title>
			<link>http://vpsbible.com/forums/topic/nginx-download-link#post-2757</link>
			<pubDate>Thu, 05 Jan 2012 00:27:04 +0000</pubDate>
			<dc:creator>Shaun Evans</dc:creator>
			<guid isPermaLink="false">2757@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi gang ... &#60;/p&#62;
&#60;p&#62;First off BIG thanks to the Guv for all of this.  Great site and really fantastic material.&#60;/p&#62;
&#60;p&#62;I was trying out the LEMP stackscripts this morning for the first time and couldn't get Nginx to run after the install.  Looked back at the results and realized that the download link in the script was throwing a 404.  I changed line 292 to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;wget &#60;a href=&#34;http://nginx.org/download/nginx-$NGX_VER.tar.gz&#34; rel=&#34;nofollow&#34;&#62;http://nginx.org/download/nginx-$NGX_VER.tar.gz&#60;/a&#62; &#38;amp;&#38;amp; tar -zxvf nginx-$NGX_VER.tar.gz&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and all is well.  Thought I'd post that up for any other noobs running into the same problem&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Shaun
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "Really can not find out my way in the website"</title>
			<link>http://vpsbible.com/forums/topic/really-can-not-find-out-my-way-in-the-website#post-2756</link>
			<pubDate>Wed, 04 Jan 2012 20:29:53 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2756@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;hi Abdul,&#60;/p&#62;
&#60;p&#62;1. &#34;Set Up The Ultimate VPS&#34; - &#60;a href=&#34;http://vpsbible.com/vps-setup-guides/ubuntu-nginx-vps-setup-guide/&#34; rel=&#34;nofollow&#34;&#62;http://vpsbible.com/vps-setup-guides/ubuntu-nginx-vps-setup-guide/&#60;/a&#62;&#60;br /&#62;
2. Ubuntu is best for noobs because the docs are **by far** 1. the fullest, 2. the easiest to understand and 3. with the largest community. &#60;/p&#62;
&#60;p&#62;In terms of security, these systems are equal.&#60;/p&#62;
&#60;p&#62;Otherwise, thanks for the feedback ...&#60;/p&#62;
&#60;p&#62;I agree with you that this site's navigation is poor. I'm currently rebuilding the thing and this issue is a key focus.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Abdul Karim on "Really can not find out my way in the website"</title>
			<link>http://vpsbible.com/forums/topic/really-can-not-find-out-my-way-in-the-website#post-2755</link>
			<pubDate>Wed, 04 Jan 2012 12:59:57 +0000</pubDate>
			<dc:creator>Abdul Karim</dc:creator>
			<guid isPermaLink="false">2755@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Please I've two questions:&#60;br /&#62;
1) Please advise how to really start?&#60;br /&#62;
2) I've goggled a lot about which distribution to use with the VPS, and found many reviews go towards CentOS and Debian.&#60;br /&#62;
But also found many are using Ubuntu and advise to use it and found more support for Ubuntu compared to other distributions.&#60;br /&#62;
So is it really better for security and stability and performance for the long run to use CentOS or Debian or I can go with Ubuntu with no doubt?&#60;br /&#62;
One last thing is that I do not have a previous background on Linux and just started a few days ago to look into it for the VPS hosting only.&#60;br /&#62;
So for my situation … what is your advice?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>the_guv on "How long will it take until my account is activated?"</title>
			<link>http://vpsbible.com/forums/topic/how-long-will-it-take-until-my-account-is-activated#post-2754</link>
			<pubDate>Mon, 02 Jan 2012 20:49:50 +0000</pubDate>
			<dc:creator>the_guv</dc:creator>
			<guid isPermaLink="false">2754@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;it tests fine, Jack ... had to reset your password so will send you that now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jack Kirsten on "How long will it take until my account is activated?"</title>
			<link>http://vpsbible.com/forums/topic/how-long-will-it-take-until-my-account-is-activated#post-2753</link>
			<pubDate>Mon, 02 Jan 2012 18:51:37 +0000</pubDate>
			<dc:creator>Jack Kirsten</dc:creator>
			<guid isPermaLink="false">2753@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I just signed up and I can't see the contents. I'm able to login but can't see the premium contents.&#60;/p&#62;
&#60;p&#62;Can you please fix this ASAP?  I just sent an email as well.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xere on "App always running"</title>
			<link>http://vpsbible.com/forums/topic/app-always-running#post-2752</link>
			<pubDate>Mon, 02 Jan 2012 12:06:54 +0000</pubDate>
			<dc:creator>xere</dc:creator>
			<guid isPermaLink="false">2752@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;Hi, I am new. First, my history: I have a Wndows VPS because I should keep running a trading windows application continuosly, auto-scanning the stock market and so on... But a Windows VPS is expensive, more than a Linux one. I have done some research with Virtual Box, creating an Ubuntu machine, installing some apps as a lightweight graphical environment, a VNC server, ssh server, wine and the trading app, with a minimal RAM consumption.&#60;br /&#62;
My question is: I need to keep running the VPS (adding the needed apps at the autostart) 24 hours/day and 365 days/year. But if I start a Putty session with an admin user (that is, a ssh session), when I close Putty, the session ends and the VPS stop?&#60;br /&#62;
Then, I thought that a solution maybe, that I arrange the VPS for autologin, and just share the desktop via VNC (tightvnc, by instance) when I would see what is happening. Is this idea right, or are there another ways to do it? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pooya k on "Varnish Tutorial"</title>
			<link>http://vpsbible.com/forums/topic/varnish-tutorial#post-2751</link>
			<pubDate>Sat, 31 Dec 2011 18:11:44 +0000</pubDate>
			<dc:creator>Pooya k</dc:creator>
			<guid isPermaLink="false">2751@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;1+ again... the_guv you are not active at all...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>od3n on "Varnish Tutorial"</title>
			<link>http://vpsbible.com/forums/topic/varnish-tutorial#post-2750</link>
			<pubDate>Sat, 31 Dec 2011 17:39:50 +0000</pubDate>
			<dc:creator>od3n</dc:creator>
			<guid isPermaLink="false">2750@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;+1 would be great if you add it later
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanasazi on "Wordpress Reinstall - Error Establishing Connection to Database"</title>
			<link>http://vpsbible.com/forums/topic/wordpress-reinstall-error-establishing-connection-to-database#post-2749</link>
			<pubDate>Wed, 28 Dec 2011 22:12:06 +0000</pubDate>
			<dc:creator>hanasazi</dc:creator>
			<guid isPermaLink="false">2749@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;And terrified to restart ANYthing!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanasazi on "Wordpress Reinstall - Error Establishing Connection to Database"</title>
			<link>http://vpsbible.com/forums/topic/wordpress-reinstall-error-establishing-connection-to-database#post-2748</link>
			<pubDate>Wed, 28 Dec 2011 22:10:31 +0000</pubDate>
			<dc:creator>hanasazi</dc:creator>
			<guid isPermaLink="false">2748@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;I'm having this problem and more! I'm a total noob to VPS and secure WP installations and losing hair by the minute with numerous re-installs. I got your book, Guv, WordPress Ultimate Security. And trying to catch up fast bc I'm working for a client and way behind schedule. I really need a hero right now, every instruction I try to implement results in database errors and/or 500 internal server errors. Can you, or someone, help me figure out what I'm doing wrong? host: ipower; unmanaged VPS with VHM and cPanel, RapidSSL Security Certificate.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carmine Iorio on "safe, secure and private surfing, e-mail, voip etc."</title>
			<link>http://vpsbible.com/forums/topic/safe-secure-and-private-surfing-e-mail-voip-etc#post-2747</link>
			<pubDate>Fri, 23 Dec 2011 21:28:52 +0000</pubDate>
			<dc:creator>Carmine Iorio</dc:creator>
			<guid isPermaLink="false">2747@http://vpsbible.com/forums/</guid>
			<description>&#60;p&#62;hi Guv,&#60;/p&#62;
&#60;p&#62;I'm asking you to consider providing direction, support and access to a network that is safe, secure and private while i'm using the internet.&#60;br /&#62;
I know there is a huge global group of individuals who are feeling threatened with having no privacy while on the internet, e-mail, voip etc. for business, group and personal use, who have no one to turn to for trusted, competent and professional help, for folks like me who have the desire to learn, tech savy and understanding just living life consumes most of my time and it is unrealistic to believe i can and will do this on my own, its not going to happen.&#60;/p&#62;
&#60;p&#62;This is where The Guv comes in, as i don't know how, what or where i need to have safe, secure and private web access for my specific needs you could provide/direct someone like myself to/with resources specific to my needs and uses, software and network access:&#60;br /&#62;
i would surf to The Guv's web page where i would select options i require, so for myself it is safe, secure and private surfing, e-mail, voip etc., i'm not building a web site or hosting a ftp nothing beyond safe, secure and private surfing, e-mail, voip etc., would then be directed to Olly's text, images and vids that explain web security for my specific needs, software for my specific needs install, setup and access to the network infrastructure?! that will provide for my specific needs for safe, secure and private surfing, e-mail, voip etc. If i'm mobile would i use web access from a hotspot, web access card or could i get safe, secure and private web access by going through the infrastructure you helped me setup? imagine the bell tolling for this kind of secure and private internet interface.&#60;/p&#62;
&#60;p&#62;Realizing this is not simple to conceive, organize, present and maintain, this can also be done in steps like targeting everyday people like me who do not want to run a web site, ftp etc. but simply conduct my internet interface in a safe, secure and private manner. if the interest is there the business model will be refined/adjusted for smooth operations and minimum personal time, then consideration for targeting another group could be done etc …,&#60;/p&#62;
&#60;p&#62;Thinking of you often as your business model for a specific need &#34;VPN&#34; included text, step by step vids and support, i've seen from you and your offering: interaction, competence, professionalism, gift of teaching, explaining and understanding, have not seen anything as through as your VPN site!.&#60;/p&#62;
&#60;p&#62;&#34;ass, gas or grass nobody rides for free&#34;, i know this niche exists as i'm one of the needy (lol) and know many others who would also consider such a service, with an increase in business surely there would be incentives from software/ifrastructure etc. you would use/recommend/endorse, also thinking the whole key to any task is 99.9% preparation and organization to minimize personal time/support , don't want to spread Olly to thin, lol.&#60;/p&#62;
&#60;p&#62;hoping i have not stepped over the line with you simply seeing a serious need and trying to get help in resolution. I have nothing to sell or gain from you and simply an end user with specific needs that are not complicated but do require knowledge and guidance, heck i paid a sub for your website!&#60;/p&#62;
&#60;p&#62;thanks so much for your time and consideration&#60;br /&#62;
carmine iorio&#60;br /&#62;
fast1
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

