<?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>Host Tools &#187; VPS</title>
	<atom:link href="http://www.hostools.com/topics/vps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hostools.com</link>
	<description>About Web Hosting,VPS,Shared Hosting!</description>
	<lastBuildDate>Tue, 24 Aug 2010 08:38:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Bootstraping WordPress/Nginx/PHP/MySQL on a  VPS Cheap VPS with lowendscript</title>
		<link>http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html</link>
		<comments>http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html#comments</comments>
		<pubDate>Mon, 23 Aug 2010 11:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[Bootstraping]]></category>
		<category><![CDATA[Cheap VPS]]></category>
		<category><![CDATA[lowendscript]]></category>
		<category><![CDATA[WordPress/Nginx/PHP/MySQL]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html</guid>
		<description><![CDATA[Here is a quick step by step on how to set up a WordPress blog running on Nginx, PHP/FastCGI and MySQL on a low end box. Let’s assume that you are going to set up a blog on hostname “blog.example.com“.Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript Make sure it is either a Debian or [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_67" class="cc_pp">
<p id='67_p_0'></p><p id='67_t_0' class='tclass'>Here is a quick step by step on how to set up a WordPress blog running on Nginx, PHP/FastCGI and MySQL on a low end box. Let’s assume that you are going to set up a blog on hostname “<tt>blog.example.com</tt>“.<span class='articlesource'><a href="http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html" title="Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript">Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript</a></span></p>
<ol>
<li>
<p id='67_p_1'></p><p id='67_t_2' class='tclass'>Make sure it is either a Debian or a Ubuntu distro though.</p>
<p id='67_p_2'></p><p id='67_t_15' class='tclass'>Memory Usage: <b>43.2MB</b>
</p>
</li>
</ol><p id='67_p_3'></p><p id='67_t_10' class='tclass'>I have to say that it is still “work in progress”, but if you want to figure out the internals please check the source code of that bash script.</p>
<ol>
<li>
</li>
<li>
<p id='67_p_4'></p><p id='67_t_1' class='tclass'>Go and buy a cheap VPS. Yes, you know where to find cheap virtual servers under $7/month, don’t you? <img src="http://www.hostools.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley">  I am using my 6 pound/year RackVM VPS with 128MB memory to test this script, and the performance turns out to be quite good. YMMV.</p>
<pre># <b>wget http://github.com/lowendbox/lowendscript/raw/master/setup-debian.sh</b>
...
# <b>bash setup-debian.sh system</b>
...
# <b>bash setup-debian.sh exim4</b>
...
# <b>bash setup-debian.sh nginx</b>
...
# <b>bash setup-debian.sh mysql</b>
...
# <b>bash setup-debian.sh php</b>
...
# <b>bash setup-debian.sh wordpress blog.example.com</b>
...</pre>
</li>
<li>
<p id='67_p_5'></p><p id='67_t_5' class='tclass'>Now altering your DNS entry to point <code>blog.example.com</code> to your new VPS (or alter your local <code>/etc/hosts</code> entry). Navigate to it from your browser, and you should be presented with WordPress set up page. Fill in your blog’s name, admin’s password and contact email, and your new WordPress is online!</p>
<p id='67_p_6'></p><p id='67_t_6' class='tclass'>Just repeat the last step (running <code>bash setup-debian.sh wordpress <em>&lt;hostname&gt;</em></code>) to set up more blogs on the same box.</p>
</li>
</ol><p id='67_p_7'></p><p id='67_t_9' class='tclass'>The lowendscript is also</p>
<h5>Software Stack</h5>
<p id='67_p_8'></p><p id='67_t_14' class='tclass'>Memory Usage: <b>59.6MB</b>
<span class='articlesource'><a href="http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html" title="Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript">Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript</a></span></p>
<ul>
<li>
<a href="http://www.hostools.com/index.php?s=dropbear" class="wpap_innerlink" id="wpap_a_2">dropbear</a> to replace openssh. Invoked from xinetd. </li>
<li>
<a href="http://www.hostools.com/index.php?s=inetutils-syslogd" class="wpap_innerlink" id="wpap_a_3">inetutils-syslogd</a> to replace rsyslog. </li>
<li>
<a href="http://www.hostools.com/index.php?s=exim4" class="wpap_innerlink" id="wpap_a_4">exim4</a> to replace sendmail (if installed). Re-configured to allow Internet delivery. </li>
<li><a href="http://www.hostools.com/index.php?s=cron" class="wpap_innerlink" id="wpap_a_5">cron</a></li>
<li><a href="http://www.hostools.com/index.php?s=nginx" class="wpap_innerlink" id="wpap_a_6">nginx</a></li>
<li>
<a href="http://www.hostools.com/index.php?s=mysql" class="wpap_innerlink" id="wpap_a_7">mysql</a>. Re-configured to remove innodb support, remove query cache and reduce key buffer size. </li>
<li>
<a href="http://www.hostools.com/index.php?s=php" class="wpap_innerlink" id="wpap_a_8">php</a> with built-in FastCGI interface. Running only 1 child process and respawn after 5,000 requests. </li>
</ul><p id='67_p_9'></p><p id='67_t_4' class='tclass'>After gaining root access to your VPS,</p>
<ul>
<li>Removing some commonly bundled applications that should not be there in the first place for a minimal distro (apache2, sendmail, bind9, samba, nscd, etc). </li>
<li>MySQL root is given a new password (which can be found in <code>~root/.my.cnf</code>) </li>
<li>Installing each WordPress site under /var/www/<em>&lt;hostname&gt;</em>. It will create appropriate database, users and password for the site. </li>
</ul><p id='67_p_10'></p><p id='67_t_8' class='tclass'>It’s pretty similar to my own stack that runs LowEndBox.com.</p>
<h5>Memory Usage</h5>
<p id='67_p_11'></p><p id='67_t_11' class='tclass'>I am testing the same script on the following 3 systems:</p>
<ul>
<li>Ubuntu 10.04 64bit (RackVM) </li>
<li>Debian 5 64bit (RackVM) </li>
<li>Debian 5 32bit (VPSGuy) </li>
</ul><p id='67_p_12'></p><p id='67_t_12' class='tclass'>They are all showing different memory usage. I am taking the snapshot of memory usage <b>AFTER</b> 10 page loads on the WordPress blog that has been created to ensure PHP process is fully loaded.</p>
<h6>Ubuntu 10.04 64bit</h6>
<pre>root@ubuntu64:~# <b>ps aux</b>
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.5  23300  1536 ?        Ss   06:58   0:00 init
root     10124  0.0  0.5  23576  1496 ?        Ss   07:34   0:00 dropbear -i
root     15742  0.0  0.7  17880  1944 pts/0    Ss   07:35   0:00 -bash
root     15754  0.0  0.4  14960  1084 pts/0    R+   07:35   0:00 ps aux
root     24290  0.0  0.3  12508   788 ?        S    07:22   0:00 /usr/sbin/syslo
root     24524  0.0  0.3  21064  1004 ?        Ss   07:22   0:00 cron
root     25689  0.0  0.3  19512   972 ?        Ss   07:22   0:00 /usr/sbin/xinet
mysql    26346  0.0  4.2  61812 11248 ?        Ssl  07:23   0:00 /usr/sbin/mysql
www-data 27920  0.0  2.6  87768  7048 ?        Ss   07:23   0:00 /usr/bin/php-cg
www-data 27922  0.5 15.0 122460 39432 ?        S    07:23   0:04 /usr/bin/php-cg
103      30162  0.0  0.3  44356  1000 ?        Ss   07:24   0:00 /usr/sbin/exim4
root     30267  0.0  0.3  28104   932 ?        Ss   07:24   0:00 nginx: master p
www-data 30268  0.0  0.8  28744  2196 ?        S    07:24   0:00 nginx: worker p

root@ubuntu64:~# <b>free</b>
             total       used       free     shared    buffers     cached
Mem:        262144     100500     161644          0          0          0
-/+ buffers/cache:     100500     161644
Swap:            0          0          0</pre>
<p id='67_p_13'></p><p id='67_t_13' class='tclass'>Memory Usage: <b>98.1MB</b>
</p>
<h6>Debian 5 64bit</h6>
<pre>debian64:~# <b>ps aux</b>
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.2  10304   740 ?        Ss   12:22   0:00 init [2]
106       1414  0.0  0.3  42708  1004 ?        Ss   12:26   0:00 /usr/sbin/exim4
www-data  1655  0.0  2.5  72028  6560 ?        Ss   12:26   0:00 /usr/bin/php-cg
www-data  1657  0.9 11.7  98500 30928 ?        S    12:26   0:03 /usr/bin/php-cg
www-data  3126  0.0  0.7  28380  1912 ?        S    12:29   0:00 nginx: worker p
root      7668  0.1  0.5  23340  1528 ?        Rs   12:31   0:00 dropbear -i
root      7831  0.0  0.6  17472  1716 pts/0    Ss   12:32   0:00 -bash
root      7836  0.0  0.3  14720   980 pts/0    R+   12:32   0:00 ps aux
root     20169  0.0  0.3  18540   936 ?        Ss   12:22   0:00 /usr/sbin/cron
root     24462  0.0  0.2  12236   732 ?        S    12:25   0:00 /usr/sbin/syslo
root     25637  0.0  0.3  19256   952 ?        Ss   12:25   0:00 /usr/sbin/xinet
root     25694  0.0  0.5  28380  1552 ?        Ss   12:25   0:00 nginx: master p
root     32427  0.0  0.2   3872   588 ?        S    12:26   0:00 /bin/sh /usr/bi
mysql    32466  0.0  3.0  50420  8124 ?        Sl   12:26   0:00 /usr/sbin/mysql
root     32468  0.0  0.2   3772   592 ?        S    12:26   0:00 logger -p daemo

debian64:~# <b>free</b>
             total       used       free     shared    buffers     cached
Mem:        262144      61008     201136          0          0          0
-/+ buffers/cache:      61008     201136
Swap:            0          0          0</pre>
<p id='67_p_14'></p><p id='67_t_7' class='tclass'>That’s it!</p>
<h6>Debian 5 32bit</h6>
<pre>debian32:~# <b>ps aux</b>
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1   1980   688 ?        Ss   23:34   0:00 init [2]
root     14064  0.0  0.1   1704   512 ?        S    23:52   0:00 /bin/sh /usr/bi
mysql    14119  0.0  1.7  20056  6968 ?        Sl   23:52   0:00 /usr/sbin/mysql
root     14120  0.0  0.1   1628   536 ?        S    23:52   0:00 logger -p daemo
www-data 15968  0.0  1.2  16352  4996 ?        Ss   23:53   0:00 /usr/bin/php-cg
www-data 15971  0.5  4.7  29436 18576 ?        S    23:53   0:01 /usr/bin/php-cg
root     16040  0.0  0.3   2700  1464 ?        Rs   23:53   0:00 dropbear -i
root     16119  0.0  0.1   1880   684 ?        S    23:44   0:00 /usr/sbin/syslo
root     16133  0.0  0.3   2780  1536 pts/0    Ss   23:54   0:00 -bash
root     17728  0.0  0.2   2352   896 ?        Ss   23:45   0:00 /usr/sbin/xinet
www-data 17758  0.0  0.3   5004  1488 ?        S    23:54   0:00 nginx: worker p
root     27834  0.0  0.3   4548  1236 ?        Ss   23:47   0:00 nginx: master p
root     28146  0.0  0.2   2296   896 pts/0    R+   23:57   0:00 ps aux
102      32065  0.0  0.2   6104   900 ?        Ss   23:49   0:00 /usr/sbin/exim4

debian32:~# <b>free</b>
             total       used       free     shared    buffers     cached
Mem:        262144      44272     217872          0          0          0
-/+ buffers/cache:      44272     217872
Swap:            0          0          0</pre>
<p id='67_p_15'></p><p id='67_t_3' class='tclass'> <span id="more-67"></span>
</p>
<p>Article Source : <a href="http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html" title="Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript">Bootstraping WordPress/Nginx/PHP/MySQL on a Cheap VPS with lowendscript</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/bootstraping-wordpress-nginx-php-mysql-on-a-cheap-vps-with-lowendscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPSWow!：$3.98 128MB OpenVZ VPS</title>
		<link>http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html</link>
		<comments>http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:09:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[$3.98]]></category>
		<category><![CDATA[128MB]]></category>
		<category><![CDATA[OpenVZ]]></category>
		<category><![CDATA[VPSWow!]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html</guid>
		<description><![CDATA[VPSWow! Is a British VPS provider, is now being done in February of discounted activities, according to the ad on WHT use Promo Code: Feb_50% _OFF half as long as the purchase of any VPS, and now his family has two VPS below 10 U.S. dollars after the discount, he Xen is also home of the [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_45" class="cc_pp">
<p id='45_p_0'></p><p id='45_t_0' class='tclass'>
<a href="http://www.hostools.com/index.php?s=VPSWow%21" class="wpap_innerlink" id="wpap_a_0">VPSWow!</a> Is a British VPS provider, is now being done in February of discounted activities, according to the ad on <a href="http://www.hostools.com/index.php?s=WHT" class="wpap_innerlink" id="wpap_a_1">WHT</a> use Promo Code: Feb_50% _OFF half as long as the purchase of any VPS, and now his family has two VPS below 10 U.S. dollars after the discount, he Xen is also home of the VPS, but Xen VPS is not within the scope of this concession. VPSWow! Domain name has been registered for almost two years, compared Kaopu, data centers in Dallas TX, renting is the Limestone Networks servers and equipment. VPSWow! Is OSHS Limited, a company sub-brands, in addition to VPSWow! Things OSHS also has hostgd, flyhigh.net, slip7.net, helpinghandhost.com and so on, these are also done hosting the.<span class='articlesource'><a href="http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html" title="VPSWow!：$3.98 128MB OpenVZ VPS">VPSWow!：$3.98 128MB OpenVZ VPS</a></span></p>
<p id='45_p_1'></p><p id='45_t_2' class='tclass'>Neon OpenVZ Argon OpenVZ<br>
128MB RAM/256Mb Burst 256MB RAM/512Mb Burst<br>
10GB hard drive 25GB hard drive<br>
50GB Bandwidth 100GB Bandwidth<br>
$ 3.98 $ 7.98<br>
Server configuration information:</p>
<p id='45_p_2'></p><p id='45_t_1' class='tclass'>
<span id="more-45"></span> VPS configuration is as follows:</p>
<p id='45_p_3'></p><p id='45_t_3' class='tclass'>All of our nodes have powerful dual or quad core processors with at least 4GB of RAM and located in Infomart, Dallas Texas to house our servers which are located on a premium bandwidth network blend of Level3, InterNAP, and Global Crossing.<span class='articlesource'><a href="http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html" title="VPSWow!：$3.98 128MB OpenVZ VPS">VPSWow!：$3.98 128MB OpenVZ VPS</a></span></p>
<p>Article Source : <a href="http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html" title="VPSWow!：$3.98 128MB OpenVZ VPS">VPSWow!：$3.98 128MB OpenVZ VPS</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/vpswow-3-98-128mb-openvz-vps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DareDevilHosting：$5 512MB OpenVZ VPS</title>
		<link>http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html</link>
		<comments>http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 02:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[$5]]></category>
		<category><![CDATA[512MB]]></category>
		<category><![CDATA[DareDevilHosting]]></category>
		<category><![CDATA[OpenVZ]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html</guid>
		<description><![CDATA[16 coresDareDevilHosting：$5 512MB OpenVZ VPS Olympic Special 1 Olympic Special 2 512MB RAM/1024Mb Burst 1024MB RAM/2048Mb Burst 30GB 60GB 750GB 1500GB $5 $10 Server configuration information: DareDevilHosting is a Canadian Hosting Provider, now is the Canadian Winter Olympic Games in full swing when, this provider also launched two models, “Winter” promotion, according to WHT advertising, [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_41" class="cc_pp">
<p id='41_p_0'></p><p id='41_t_2' class='tclass'>16 cores<span class='articlesource'><a href="http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html" title="DareDevilHosting：$5 512MB OpenVZ VPS">DareDevilHosting：$5 512MB OpenVZ VPS</a></span></p>
<table border="0" cellspacing="0" cellpadding="2">
<colgroup span="3"></colgroup>
<colgroup align="right" span="4"></colgroup>
<thead><tr>
<th>Olympic Special 1</th>
<th>Olympic Special 2</th>
</tr></thead>
<tbody>
<tr>
<td>512MB RAM/1024Mb Burst</td>
<td>1024MB RAM/2048Mb Burst</td>
</tr>
<tr>
<td>30GB</td>
<td>60GB</td>
</tr>
<tr>
<td>750GB</td>
<td>1500GB</td>
</tr>
<tr>
<td>$5</td>
<td>$10</td>
</tr>
</tbody>
</table><p id='41_p_1'></p><p id='41_t_1' class='tclass'>Server configuration information:<span class='articlesource'><a href="http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html" title="DareDevilHosting：$5 512MB OpenVZ VPS">DareDevilHosting：$5 512MB OpenVZ VPS</a></span></p>
<p id='41_p_2'></p><p id='41_t_0' class='tclass'>
<a href="http://www.hostools.com/index.php?s=DareDevilHosting" class="wpap_innerlink" id="wpap_a_2">DareDevilHosting</a> is a Canadian Hosting Provider, now is the Canadian Winter Olympic Games in full swing when, this provider also launched two models, “Winter” promotion, according to <a href="http://www.hostools.com/index.php?s=WHT" class="wpap_innerlink" id="wpap_a_3">WHT</a> advertising, this 512MB Open VZ VPS as long as five U.S. dollars per months. Whois shows this domain name was registered two months, the official Web site even has no specific VPS product prices and presentation, they use SolusVM control panel. VPS configuration is as follows.<span id="more-41"></span>
</p>
<p>Article Source : <a href="http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html" title="DareDevilHosting：$5 512MB OpenVZ VPS">DareDevilHosting：$5 512MB OpenVZ VPS</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/daredevilhosting-5-512mb-openvz-vps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Benefits of VPS Hosting</title>
		<link>http://www.hostools.com/archives/the-benefits-of-vps-hosting.html</link>
		<comments>http://www.hostools.com/archives/the-benefits-of-vps-hosting.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:16:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[DDoS attack]]></category>
		<category><![CDATA[dedicted server]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[root access]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[VPS Hosting]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/the-benefits-of-vps-hosting.html</guid>
		<description><![CDATA[Here are some of the benefits that come along with VPS hosting:The Benefits of VPS Hosting Multiple Domain Hosting: Although shared hosts offer multiple domain hosting, most of them do not provide enough resources for you to do so and still enjoy a smooth performance.   Many VPS providers offer plans that allow you to host [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_37" class="cc_pp">
<p id='37_p_0'></p><p id='37_t_1' class='tclass'>Here are some of the benefits that come along with VPS hosting:<span class='articlesource'><a href="http://www.hostools.com/archives/the-benefits-of-vps-hosting.html" title="The Benefits of VPS Hosting">The Benefits of VPS Hosting</a></span></p>
<p id='37_p_1'></p><p id='37_t_11' class='tclass'>
<strong>Multiple Domain Hosting:</strong> Although shared hosts offer  multiple domain hosting, most of them do not provide enough resources  for you to do so and still enjoy a smooth performance.   Many VPS  providers offer plans that allow you to host multiple websites without  suffering performance issues.  In most cases, you can set up separate  email accounts and allocate specific resources for each individual site.</p>
<p id='37_p_2'></p><p id='37_t_3' class='tclass'>
<strong>Performance </strong>- Having your own allotment of resources  allows you and your visitors to enjoy faster load times.</p>
<p id='37_p_3'></p><p id='37_t_12' class='tclass'>
<strong>Managed Data Backups: </strong>As with any hosting solution, a  VPS plan should offer a way to backup your data.  Because anything  could occur within the provider’s network, it is recommended that you  choose a service that allows you to manually backup your own data to  assure that it can be restored at any time.</p>
<p id='37_p_4'></p><p id='37_t_2' class='tclass'>
<strong>Stability</strong>: Unlike shared hosting, the traffic and  activities of other VPS customers will not adversely affect your  operation.</p>
<p id='37_p_5'></p><p id='37_t_10' class='tclass'>
<strong>Server Monitoring:</strong> A good VPS provider will actively  monitor its network and hardware your account relies on.  This ensures  the physical security of the server and also helps defend against  virtual threats such as hackers, malicious software and DDoS attacks.</p>
<p id='37_p_6'></p><p id='37_t_9' class='tclass'>
<strong>Management and Support:</strong> Similar to a dedicated  hosting account, VPS hosting calls for you to manage your own server .   However, there are many companies that provide support and management  services to assist with administrative tasks.  This feature is  invaluable if you lack technical savvy.</p>
<p id='37_p_7'></p><p id='37_t_6' class='tclass'><strong>VPS Features<span id="more-37"></span></strong></p>
<p id='37_p_8'></p><p id='37_t_7' class='tclass'>The features and services of VPS hosting vary depending on the  provider.  Although the ones you will need all depends on personal  requirements, here are a few you may want to look out for:</p>
<p id='37_p_9'></p><p id='37_t_4' class='tclass'>
<strong>Dedicated Resources </strong>- VPS hosting provides you with  more disk space, CPU and RAM.<span class='articlesource'><a href="http://www.hostools.com/archives/the-benefits-of-vps-hosting.html" title="The Benefits of VPS Hosting">The Benefits of VPS Hosting</a></span></p>
<p id='37_p_10'></p><p id='37_t_13' class='tclass'>VPS hosting offers an inexpensive way to get many of the features,  resources, control and flexibility of a more costly and complex  dedicated server.  With the technology increasing in popular, prices are  dropping rapidly, assuring that you can find a reliable VPS solution  that meets your hosting needs.</p>
<p id='37_p_11'></p><p id='37_t_8' class='tclass'>
<strong>Root Access:</strong> Root access will grant you with  complete control over your VPS account from configurations to software  installations.  All of the actions can be handled from the interface of  your control panel application.</p>
<p id='37_p_12'></p><p id='37_t_5' class='tclass'>
<strong>Flexibility </strong>- You have the freedom to choose the  operating system and software you want to install on the server.</p>
<p id='37_p_13'></p><p id='37_t_0' class='tclass'>Seemingly out of nowhere, VPS has become the preferred hosting  solution for small to medium sized businesses.  VPS stands for Virtual  Private Server, a solution that effectively bridges the gap between the  limitations of shared hosting and the flexibility of dedicated server  hosting.  A VPS is created by virtualization software which partitions a  single physical server to form multiple servers within it.  Each  virtual server is completely independent of its neighbors and functions  like an actual networked server.  What makes VPS hosting so popular is  that it provides control at a level similar to a dedicated server at a  price not to far removed from affordable shared hosting .</p>
<p>Article Source : <a href="http://www.hostools.com/archives/the-benefits-of-vps-hosting.html" title="The Benefits of VPS Hosting">The Benefits of VPS Hosting</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/the-benefits-of-vps-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Virtual Private Server Hosting?</title>
		<link>http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html</link>
		<comments>http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:11:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[virtual private server]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[vps host]]></category>
		<category><![CDATA[VPS Hosting]]></category>
		<category><![CDATA[vps web host]]></category>
		<category><![CDATA[vps web hosting]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html</guid>
		<description><![CDATA[Another concern is a drawback to remind you that VPS hosting is still a grade below the power of a dedicated server. While you have a guaranteed allotment of system resources, you are still required to share hardware assets with other VPS users hosting on the physical server. For this reason, a virtual private server [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_36" class="cc_pp">
<p id='36_p_0'></p><p id='36_t_10' class='tclass'>Another concern is a drawback to remind you that VPS hosting is still a  grade below the power of a dedicated server.  While you have a  guaranteed allotment of system resources, you are still required to  share hardware assets with other VPS users hosting on the physical  server.  For this reason, a virtual private server cannot achieve the  stability and optimal performance of the dedicated variety.<span class='articlesource'><a href="http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html" title="What is a Virtual Private Server Hosting?">What is a Virtual Private Server Hosting?</a></span></p>
<p id='36_p_1'></p><p id='36_t_5' class='tclass'>
<strong>•	Enhanced Protection</strong> – A virtual private server can  ensure far better security than what is provided on a shared hosting  platform.  With the server running in the comfort of its own isolated  environment, you are shielded from the stability and security issues  originated by other users.  Though a dedicated server offers the best  performance and security, VPS hosting is not too far behind.</p>
<p id='36_p_2'></p><p id='36_t_2' class='tclass'>Virtual private servers are designed to provide customers with a way to  save money without the sacrifice of performance, flexibility and  security.  VPS hosting can be viewed as the perfect compromise between a  shared and dedicated server, as it provides a great deal of freedom at  what is usually a very reasonable price.</p>
<p id='36_p_3'></p><p id='36_t_11' class='tclass'><strong>Do You Need a Virtual Private Server?</strong></p>
<p id='36_p_4'></p><p id='36_t_1' class='tclass'><strong>How You Can You Benefit from VPS Hosting </strong></p>
<p id='36_p_5'></p><p id='36_t_4' class='tclass'>
<strong>•	Incredible Value</strong> – A VPS hosting solution can provide  you with a tremendous value.  While a dedicated server could end up  costing you well over $100 per month, the price of a virtualized  platform is usually not too far removed from shared hosting.  The  distinct makeup of VPS technology allows the cost of the hardware,  software, network connectivity and maintenance to be efficiently  distributed without compromising your quality. <span id="more-36"></span>
<span class='articlesource'><a href="http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html" title="What is a Virtual Private Server Hosting?">What is a Virtual Private Server Hosting?</a></span></p>
<p id='36_p_6'></p><p id='36_t_12' class='tclass'>A VPS hosting plan can be the solution to all of your needs.  However,  due to the technical aspects and minor drawbacks involved, you need to  give this option careful consideration before making a final decision.   The best way to decide would be to access your needs and current hosting  predicament.  If your website is thriving on a shared server, then  virtualization is probably a technology you could do without.  However,  if you find that this environment can no longer deliver the performance  and level of security you require, VPS hosting could be the next step  towards expanding on your web presence.</p>
<p id='36_p_7'></p><p id='36_t_3' class='tclass'>Here are more specific details on how you can benefit from a virtual  private server:</p>
<p id='36_p_8'></p><p id='36_t_7' class='tclass'>
<strong>•	Guaranteed Power</strong> – Another major plus of VPS hosting  is that it provides you with guaranteed system resources.  Unlike in a  shared hosting environment, you do not have to compete for most  resources and have the luxury to receive accurately measured allotments  that fit your specific needs.  This, in turn, provides you with a  robust, scalable solution that gives your business the room it needs to  grow.</p>
<p id='36_p_9'></p><p id='36_t_0' class='tclass'>Virtual private server, or VPS, represents the next generation of web  hosting that revolves around partitioning a single computer to simulate  multiple servers.  The unique aspect is that each server has the look  and feel of a physical server, equipped with its own operating system  and the ability to be rebooted independently of others.  Similar  practices have actually been used in mainframe computers for some time,  but the emergence of virtualization technology has pushed VPS hosting  into the mainstream market as a cost efficient, high performance  solution.</p>
<p id='36_p_10'></p><p id='36_t_9' class='tclass'>VPS hosting offers many advantages over its shared counterpart, but  there are some disadvantages that warrant your attention.  First and  foremost, you should know that this solution is very much like a  dedicated server in the way it requires you to actively maintain the  server.  This usually includes applying security patches and system  updates, which could possibly take your time and focus away from other  critical aspects of the business.  When problems arise in your virtual  environment, it is your responsibility to resolve them via remote  administration.</p>
<p id='36_p_11'></p><p id='36_t_6' class='tclass'>
<strong>•	Freedom and Flexibility</strong> – What makes VPS hosting so  comparable to a dedicated server is the control and flexibility it  grants to you.  In most arrangements, you have the option of utilizing  various provided add-on scripts or installing your own custom  applications.  This is enabled by root access that allows you to  interact deeply with the server.  In terms of customization, you are  generally allowed to create applications in whatever programming  technologies installed on the server, be it PHP, ASP or Cold Fusion.</p>
<p id='36_p_12'></p><p id='36_t_8' class='tclass'><strong>VPS Hosting Concerns </strong></p>
<p>Article Source : <a href="http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html" title="What is a Virtual Private Server Hosting?">What is a Virtual Private Server Hosting?</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/what-is-a-virtual-private-server-hosting.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install OpenVPN on a Debian/Ubuntu VPS instantly</title>
		<link>http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html</link>
		<comments>http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenVPN]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html</guid>
		<description><![CDATA[chmod +x debian-openvpn.shHow to install OpenVPN on a Debian/Ubuntu VPS instantly /etc/init.d/openvpn start clear echo -e "\n\n\n\n\n\n\n" &#124; ./build-ca clear echo "####################################" echo "Feel free to accept default values" echo "Wouldn't recommend setting a password here" echo "Then you'd have to type in the password each time openVPN starts/restarts" echo "####################################" ./build-key-server server ./build-dh cp [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_35" class="cc_pp">
<p id='35_p_0'></p><p id='35_t_4' class='tclass'><code>chmod +x debian-openvpn.sh</code><span class='articlesource'><a href="http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html" title="How to install OpenVPN on a Debian/Ubuntu VPS instantly">How to install OpenVPN on a Debian/Ubuntu VPS instantly</a></span></p>
<p id='35_p_1'></p><p id='35_t_17' class='tclass'><code>/etc/init.d/openvpn start<br>
clear</code></p>
<p id='35_p_2'></p><p id='35_t_11' class='tclass'>
<code>echo -e "\n\n\n\n\n\n\n" | ./build-ca<br>
clear<br>
echo "####################################"<br>
echo "Feel free to accept default values"<br>
echo "Wouldn't recommend setting a password here"<br>
echo "Then you'd have to type in the password each time openVPN  starts/restarts"<br>
echo "####################################"<br>
./build-key-server server<br>
./build-dh<br>
cp keys/{ca.crt,ca.key,server.crt,server.key,dh1024.pem} /etc/openvpn/<br></code><br><code>clear<br>
echo "####################################"<br>
echo "Feel free to accept default values"<br>
echo "This is your client key, you may set a password here but it's not  required"<br>
echo "####################################"<br>
./build-key client1<br>
cd keys/</code>
</p>
<p id='35_p_3'></p><p id='35_t_13' class='tclass'><code>echo "$client" &gt; $HOSTNAME.ovpn</code></p>
<p id='35_p_4'></p><p id='35_t_12' class='tclass'><code>client="<br>
client<br>
remote $ip 1194<br>
dev tun<br>
comp-lzo<br>
ca ca.crt<br>
cert client1.crt<br>
key client1.key<br>
route-delay 2<br>
route-method exe<br>
redirect-gateway def1<br>
dhcp-option DNS 10.8.0.1<br>
verb 3"</code></p>
<p id='35_p_5'></p><p id='35_t_2' class='tclass'>To install issue the following commands logged in as root on your VPS.</p>
<p id='35_p_6'></p><p id='35_t_1' class='tclass'>Minor distribution specific changes were made on the previous CentOS  script to get it working under Debian and Ubuntu. We might create one  single script which will install OpenVPN on most distributions and  architectures in future.</p>
<p id='35_p_7'></p><p id='35_t_7' class='tclass'>You may use and modify this script however you see fit, provided that  you do not edit the original copyright.</p>
<p id='35_p_8'></p><p id='35_t_14' class='tclass'>
<code>tar czf keys.tgz ca.crt ca.key client1.crt client1.csr  client1.key $HOSTNAME.ovpn<br>
mv keys.tgz /root<br></code><br><code>opvpn='<br>
dev tun<br>
server 10.8.0.0 255.255.255.0<br>
ifconfig-pool-persist ipp.txt<br>
ca ca.crt<br>
cert server.crt<br>
key server.key<br>
dh dh1024.pem<br>
push "route 10.8.0.0 255.255.255.0"<br>
push "redirect-gateway"<br>
comp-lzo<br>
keepalive 10 60<br>
ping-timer-rem<br>
persist-tun<br>
persist-key<br>
group daemon<br>
daemon'</code>
</p>
<p id='35_p_9'></p><p id='35_t_0' class='tclass'>This is a follow up post to <a href="http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html" target="_blank">How  to setup a VPN server on a CentOS VPS instantly</a> same requirements  and instructions apply.</p>
<p id='35_p_10'></p><p id='35_t_8' class='tclass'><code>#!/bin/bash<br>
# Quick and dirty OpenVPN install script<br>
# Tested on debian 5.0 32bit, openvz minimal debian OS template<br>
# and Ubuntu 9.04 32 bit minimal, should work on 64bit images as well<br>
# Please submit feedback and questions at support@vpsnoc.com</code><span class='articlesource'><a href="http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html" title="How to install OpenVPN on a Debian/Ubuntu VPS instantly">How to install OpenVPN on a Debian/Ubuntu VPS instantly</a></span></p>
<p id='35_p_11'></p><p id='35_t_10' class='tclass'><code>ip=`grep address /etc/network/interfaces | grep -v 127.0.0.1  |  awk '{print $2}'`<br>
apt-get update<br>
apt-get install openvpn libssl-dev  openssl<br>
cd /etc/openvpn/<br>
cp -R /usr/share/doc/openvpn/examples/easy-rsa/ /etc/openvpn/<br>
cd /etc/openvpn/easy-rsa/2.0/<br>
chmod +rwx *<br>
. ./vars<br>
./clean-all<br>
source ./vars</code></p>
<p id='35_p_12'></p><p id='35_t_5' class='tclass'><code>./debian-openvpn.sh</code></p>
<p id='35_p_13'></p><p id='35_t_6' class='tclass'>For any other issues and feedback please e-mail us at  support@vpsnoc.com</p>
<p id='35_p_14'></p><p id='35_t_3' class='tclass'><code>wget http://vpsnoc.com/scripts/debian-openvpn.sh</code></p>
<p id='35_p_15'></p><p id='35_t_16' class='tclass'><code>echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br>
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE<br>
iptables-save &gt; /etc/iptables.conf<br>
echo "#!/bin/sh" &gt; /etc/network/if-up.d/iptables<br>
echo "iptables-restore &lt; /etc/iptables.conf" &gt;&gt;  /etc/network/if-up.d/iptables<br>
chmod +x /etc/network/if-up.d/iptables<br>
echo "net.ipv4.ip_forward=1" &gt;&gt; /etc/sysctl.conf</code></p>
<p id='35_p_16'></p><p id='35_t_18' class='tclass'><code>echo "OpenVPN has been installed<br>
Download /root/keys.tgz using winscp or other sftp/scp client such as  filezilla<br>
Create a directory named vpn at C:\Program Files\OpenVPN\config\ and  untar the content of keys.tgz there<br>
Start openvpn-gui, right click the tray icon go to vpn and click connect</code></p>
<p id='35_p_17'></p><p id='35_t_9' class='tclass'><code># John Malkowski vpsnoc.com 01/18/2010</code></p>
<p id='35_p_18'></p><p id='35_t_15' class='tclass'><code>echo "$opvpn" &gt; /etc/openvpn/openvpn.conf</code></p>
<p>Article Source : <a href="http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html" title="How to install OpenVPN on a Debian/Ubuntu VPS instantly">How to install OpenVPN on a Debian/Ubuntu VPS instantly</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/how-to-install-openvpn-on-a-debian-ubuntu-vps-instantly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup a VPN server on a CentOS VPS instantly</title>
		<link>http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html</link>
		<comments>http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VPN server]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html</guid>
		<description><![CDATA[client=" client remote $ip 1194 dev tun comp-lzo ca ca.crt cert client1.crt key client1.key route-delay 2 route-method exe redirect-gateway def1 dhcp-option DNS 10.8.0.1 verb 3"echo "$client" &#62; $HOSTNAME.ovpn How to setup a VPN server on a CentOS VPS instantly 1. CentOS 5 32bit minimal OS template # John Malkowski vpsnoc.com 01/04/2010 Login to your VPS [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_34" class="cc_pp">
<div>
<p id='34_p_0'></p><p id='34_t_18' class='tclass'>
<code>client="<br>
client<br>
remote $ip 1194<br>
dev tun<br>
comp-lzo<br>
ca ca.crt<br>
cert client1.crt<br>
key client1.key<br>
route-delay 2<br>
route-method exe<br>
redirect-gateway def1<br>
dhcp-option DNS 10.8.0.1<br>
verb 3"<br></code><br><code>echo "$client" &gt; $HOSTNAME.ovpn</code>
<span class='articlesource'><a href="http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html" title="How to setup a VPN server on a CentOS VPS instantly">How to setup a VPN server on a CentOS VPS instantly</a></span></p>
<p id='34_p_1'></p><p id='34_t_2' class='tclass'>1. CentOS 5 32bit minimal OS template</p>
<p id='34_p_2'></p><p id='34_t_12' class='tclass'><code># John Malkowski vpsnoc.com 01/04/2010</code></p>
<p id='34_p_3'></p><p id='34_t_6' class='tclass'>Login to your VPS as root and execute the following commands<br><code><br>
wget http://vpsnoc.com/scripts/install-openvpn.sh<br>
chmod +x install-openvpn.sh<br>
./install-openvpn.sh<br></code><br>
You will be prompted to enter values for your server and client  certificate, feel free to accept (hit enter) the default values. Its not  recommended to setup a password for your server certificate as you will  have to type in the password each time you wish to start/restart the <strong>openvpn  daemon</strong>.<br>
You can however set a password for your client’s certificate since it  offers extra level of protection in case your certificate and key files  are compromised. You will be prompted for that password each time you  connect on your <strong>VPS’s VPN</strong>.</p>
<p id='34_p_4'></p><p id='34_t_24' class='tclass'><code>echo "OpenVPN has been installed<br>
Download /root/keys.tgz using winscp or other sftp/scp client such as  filezilla<br>
Create a directory named vpn at C:\Program Files\OpenVPN\config\ and  untar the content of keys.tgz there<br>
Start openvpn-gui, right click the tray icon go to vpn and click connect<br></code></p>
<p id='34_p_5'></p><p id='34_t_13' class='tclass'><code>ip=`grep IPADDR /etc/sysconfig/network-scripts/ifcfg-venet0:0 |  awk -F= '{print $2}'`</code></p>
<p id='34_p_6'></p><p id='34_t_23' class='tclass'><code>/etc/init.d/openvpn start<br>
clear</code></p>
<p id='34_p_7'></p><p id='34_t_1' class='tclass'><strong> Requirements </strong></p>
<p id='34_p_8'></p><p id='34_t_4' class='tclass'>3. iptables NAT support</p>
<p id='34_p_9'></p><p id='34_t_14' class='tclass'><code>wget  http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br>
rpm -iv rpmforge-release-0.3.6-1.el5.rf.i386.rpm<br>
rm -rf rpmforge-release-0.3.6-1.el5.rf.i386.rpm</code></p>
<p id='34_p_10'></p><p id='34_t_17' class='tclass'><code>clear<br>
echo "####################################"<br>
echo "Feel free to accept default values"<br>
echo "This is your client key, you may set a password here but it's not  required"<br>
echo "####################################"<br>
./build-key client1<br>
cd keys/</code></p>
<p id='34_p_11'></p><p id='34_t_9' class='tclass'>If you’re facing issues make sure that your computer clock is  synchronized, if so make sure that your VPS’s clock is correct as well.  If it’s not you will have to ask your host to sync it.</p>
<p id='34_p_12'></p><p id='34_t_20' class='tclass'><code>opvpn='<br>
dev tun<br>
server 10.8.0.0 255.255.255.0<br>
ifconfig-pool-persist ipp.txt<br>
ca ca.crt<br>
cert server.crt<br>
key server.key<br>
dh dh1024.pem<br>
push "route 10.8.0.0 255.255.255.0"<br>
push "redirect-gateway"<br>
comp-lzo<br>
keepalive 10 60<br>
ping-timer-rem<br>
persist-tun<br>
persist-key<br>
group nobody<br>
daemon'</code></p>
<p id='34_p_13'></p><p id='34_t_21' class='tclass'><code>echo "$opvpn" &gt; /etc/openvpn/openvpn.conf</code></p>
<p id='34_p_14'></p><p id='34_t_22' class='tclass'><code>echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br>
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j MASQUERADE<br>
iptables-save &gt; /etc/sysconfig/iptables<br>
sed -i 's/eth0/venet0/g' /etc/sysconfig/iptables # dirty vz fix for  iptables-save<br>
echo "net.ipv4.ip_forward=1" &gt;&gt; /etc/sysctl.conf</code></p>
<p id='34_p_15'></p><p id='34_t_7' class='tclass'>After the script finished installing openvpn (should be very quick)  the client keys and the <strong>openvpn client </strong>configuration  file will be archived in /root/keys.tgz<br>
You may use a sftp/scp client such as <a href="http://www.hostools.com/index.php?s=winscp" class="wpap_innerlink" id="wpap_a_1">winscp</a> or <a href="http://www.hostools.com/index.php?s=filezilla+" class="wpap_innerlink" id="wpap_a_2">filezilla </a> to  download the archive on your computer.</p>
<p id='34_p_16'></p><p id='34_t_8' class='tclass'>If you already haven’t installed <a href="http://www.hostools.com/index.php?s=openvpn" class="wpap_innerlink" id="wpap_a_3">openvpn</a> for windows you may  do so now.<br>
You may use winrar or 7zip to extract the content of keys.tgz in  C:\Program Files\OpenVPN\config\VPN (create a folder named VPN there)<br>
After you have extracted the files from keys.tgz in the above folder,  you may start openvpn-gui from the start menu, right click the tray  icon, go to VPN and click connect. After the icon turns green all your  traffic will be forwarded through your VPS, no extra configuration on  your browser/IM client/email client is required.</p>
<p id='34_p_17'></p><p id='34_t_19' class='tclass'><code>tar czf keys.tgz ca.crt ca.key client1.crt client1.csr  client1.key $HOSTNAME.ovpn<br>
mv keys.tgz /root</code><span class='articlesource'><a href="http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html" title="How to setup a VPN server on a CentOS VPS instantly">How to setup a VPN server on a CentOS VPS instantly</a></span></p>
<p id='34_p_18'></p><p id='34_t_3' class='tclass'>2. TUN/TAP device enabled on your VPS</p>
<p id='34_p_19'></p><p id='34_t_0' class='tclass'>We have made a small and dirty bash script which installs and  configures <strong>OpenVPN on CentOS</strong> 5 32bit. The VPN server’s  primary (and only) use is for safe browsing i.e. <strong>tunneling all  your traffic through your VPS</strong>. The script also generates your  client configuration file along with the necessary keys for  authentication.</p>
<p id='34_p_20'></p><p id='34_t_11' class='tclass'>You may use and modify this script however you see fit, provided that  you do not edit the original copyright.<br><code><br>
#!/bin/bash<br>
# Quick and dirty OpenVPN install script<br>
# Tested on Centos 5.x 32bit, openvz minimal CentOS OS templates<br>
# Please submit feedback and questions at support@vpsnoc.com</code>
</p>
<p id='34_p_21'></p><p id='34_t_10' class='tclass'>For any other issues and feedback please e-mail us at  support@vpsnoc.com</p>
<p id='34_p_22'></p><p id='34_t_5' class='tclass'>You will have to open a ticket to request a TUN/TAP device to be  enabled on your VPS. If you’re not a customer of ours and your host’s  support staff doesn’t know how to do this, you may tell them to execute  the following commands on the hardware node where your VPS is hosted.<br><code><br>
vzctl stop YOUR_VEID<br>
vzctl set YOUR_VEID  --devices c:10:200:rw --save<br>
vzctl set YOUR_VEID  --capability net_admin:on --save<br>
vzctl start YOUR_VEID<br>
vzctl exec YOUR_VEID  "mkdir -p /dev/net; mknod /dev/net/tun c 10 200;  chmod 600 /dev/net/tun"<br>
# iptables support<br>
vzctl stop YOUR_VEID<br>
vzctl set YOUR_VEID  --iptables ipt_REJECT --iptables ipt_tos --iptables  ipt_TOS --iptables ipt_LOG --iptables ip_conntrack --iptables ipt_limit  --iptables ipt_multiport --iptables iptable_filter --iptables  iptable_mangle --iptables ipt_TCPMSS --iptables ipt_tcpmss --iptables  ipt_ttl --iptables ipt_length --iptables ipt_state --iptables  iptable_nat --iptables ip_nat_ftp --save<br>
vzctl start YOUR_VEID<br></code><br>
Make sure they will replace ‘YOUR_VEID’ with your VPS’s VEID and you  will be ready to roll</p>
<p id='34_p_23'></p><p id='34_t_15' class='tclass'><code>yum -y install openvpn openssl openssl-devel<br>
cd /etc/openvpn/<br>
cp -R /usr/share/doc/openvpn-2.0.9/easy-rsa/ /etc/openvpn/<br>
cd /etc/openvpn/easy-rsa/2.0/<br>
chmod +rwx *<br>
. ../vars<br>
./clean-all<br>
source ./vars</code></p>
<p id='34_p_24'></p><p id='34_t_16' class='tclass'><code>echo -e "\n\n\n\n\n\n\n" | ./build-ca<br>
clear<br>
echo "####################################"<br>
echo "Feel free to accept default values"<br>
echo "Wouldn't recommend setting a password here"<br>
echo "Then you'd have to type in the password each time openVPN  starts/restarts"<br>
echo "####################################"<br>
./build-key-server server<br>
./build-dh<br>
cp keys/{ca.crt,ca.key,server.crt,server.key,dh1024.pem} /etc/openvpn/</code></p>
</div>
<p>Article Source : <a href="http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html" title="How to setup a VPN server on a CentOS VPS instantly">How to setup a VPN server on a CentOS VPS instantly</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/how-to-setup-a-vpn-server-on-a-centos-vps-instantly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Guide for VPS Hosting Shoppers</title>
		<link>http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html</link>
		<comments>http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 06:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[Ultimate Guide]]></category>
		<category><![CDATA[VPS Hosting]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html</guid>
		<description><![CDATA[Before you move on, there is still one last thing you should know – Do you need a VPS hosting? This, question, unfortunately, can be only answered by you. You’ll have to justify if a VPS hosting is necessary (or sufficient) for your website. What’s your 12 months plan for the website? How busy do [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_33" class="cc_pp">
<div>
<div>
<div>
<div>
<div><img src="http://www.webhostingsecretrevealed.com/images/2010/0125-1.jpg" alt="VPS Hosting"></div>
<p id='33_p_0'></p><p id='33_t_34' class='tclass'>Before you move  on, there is still one last thing you should know –  Do you need a VPS hosting?  This, question, unfortunately, can be only  answered by you. You’ll have to justify if a VPS hosting is  necessary  (or sufficient) for your website. What’s your 12 months plan for the  website? How busy  do you estimate your website will be? What are the  custom applications to be  installed? These are some of the must-ask  questions and prevent yourself from  overspending.<span class='articlesource'><a href="http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html" title="Ultimate Guide for VPS Hosting Shoppers ">Ultimate Guide for VPS Hosting Shoppers </a></span></p>
<p id='33_p_1'></p><p id='33_t_28' class='tclass'>There are  tens of thousands of VPS hosting providers out there and  I am sure many of them  provide quality services. A quick Google search  should get you hundreds of VPS  hosting reviews and ratings and don’t  worry, I am not going to confuse you  further with another table or  comparison chart.</p>
<p id='33_p_2'></p><p id='33_t_11' class='tclass'><strong> 1. VPS Hosting Pricing </strong></p>
<h3><strong>What’s good about VPS hosting?</strong></h3>
<p id='33_p_3'></p><p id='33_t_0' class='tclass'><strong>What is VPS hosting?</strong></p>
<p id='33_p_4'></p><p id='33_t_18' class='tclass'>Generally for starter, a VPS plan with 512 MB RAM plus a burstable  RAM  of 1 GB should be more than enough.</p>
<p id='33_p_5'></p><p id='33_t_12' class='tclass'>Money is  always the main factor when we are purchasing something. <span style="text-decoration: underline;">When  comparing the  price of VPS hosting, do not aim for the cheapest deal,  go with those with a  reasonable price tag instead.</span> The reason  behind this is because we do not want  our host to run on a thin profit  margin. Yes I know it sounds crazy but it’s  true. Think about it – we  want stability when it comes to web hosting and  shifting web host is  certainly the last thing we want to do after settling  down. A hosting  company running on a thin profit margin is simply… instable  (the risk  of going out of business due to deficit accounts).</p>
<p id='33_p_6'></p><p id='33_t_1' class='tclass'>A Virtual Private  Server (VPS) is like a server in a bigger  server. I know the statment is  a little confusing but please don’t get  panic about it.</p>
<p id='33_p_7'></p><p id='33_t_22' class='tclass'><strong>4. Server Control  Panel</strong></p>
<p id='33_p_8'></p><p id='33_t_33' class='tclass'>There, I have  put down all the important points about VPS hosting  and I hope it helps you to understand  and to choose your right web  hosting.</p>
<table cellspacing="1" cellpadding="2" width="100%"><tbody>
<tr>
<td width="100" bgcolor="#dddddd"><strong>Web Host </strong></td>
<td colspan="4" align="center" bgcolor="#dddddd"><strong>Virtual Private  Server </strong></td>
<td colspan="4" align="center" bgcolor="#dddddd"><strong>Dedicated  Server </strong></td>
</tr>
<tr>
<td></td>
<td width="60" align="center"><span style="font-size: xx-small;">Storage</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">Bandwidth</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">RAM</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">Price/mo</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">Storage</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">Bandwidth</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">RAM</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">Price/mo</span></td>
</tr>
<tr>
<td>Inmotion</td>
<td width="60" align="center"><span style="font-size: xx-small;">40GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">500GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">256MB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$39.95</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">160GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">1,500GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">2GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$199.95</span></td>
</tr>
<tr>
<td>Hostgator</td>
<td width="60" align="center"><span style="font-size: xx-small;">30GB </span></td>
<td width="60" align="center"><span style="font-size: xx-small;">500GB </span></td>
<td width="60" align="center"><span style="font-size: xx-small;">786MB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$39.95</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">80GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">1,500GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">1GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$174.00</span></td>
</tr>
<tr>
<td>LiquidWeb</td>
<td width="60" align="center"><span style="font-size: xx-small;">40GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">350GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">768MB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$100</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">240GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">3,200GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">1GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$189.00</span></td>
</tr>
<tr>
<td>HostICan</td>
<td width="60" align="center"><span style="font-size: xx-small;">45GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">2,000GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">512MB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$44.95</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">250GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">3,000GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">1GB</span></td>
<td width="60" align="center"><span style="font-size: xx-small;">$59.95</span></td>
</tr>
</tbody></table><p id='33_p_9'></p><p id='33_t_19' class='tclass'><strong>3. Customer/Technical Supports</strong></p>
<h3><strong>What to look for when shopping for a VPS  hosting?</strong></h3>
<p id='33_p_10'></p><p id='33_t_26' class='tclass'>Do not go  with VPS provider that has limited sets of hosting  plans. As mentioned, VPS  hosting is unlike shared hosting – where most  of the operations are similar. Before  purchase, you should check if the  web host allows you to customize your VPS  hosting plans.</p>
<p id='33_p_11'></p><p id='33_t_4' class='tclass'><strong>Advantages of VPS over shared hosting</strong></p>
<p id='33_p_12'></p><p id='33_t_36' class='tclass'>(Via <a href="http://www.hostools.com/index.php?s=webhostingsecretrevealed.com" class="wpap_innerlink" id="wpap_a_1">webhostingsecretrevealed.com</a>)</p>
<p id='33_p_13'></p><p id='33_t_7' class='tclass'><strong>Advantage of VPS over dedicated hosting</strong></p>
<p id='33_p_14'></p><p id='33_t_13' class='tclass'>So again,  if you are serious with your website, go for those with a  reasonable pricing  but not the cheapest.</p>
<p id='33_p_15'></p><p id='33_t_16' class='tclass'>Here’s rough idea on how much RAM you need. In brief, for a single  website operation, you need at least 512 MB of  RAM in order to run  cPanel and Plesk on your VPS. Though cPanel states that it  only needs  256 MB but as it is with other applications, 512 MB will ensure   everything runs smooth. In case you are operating multiple websites on a  single  VPS, higher RAM is a must. Expect to go up to 2 GB if your  websites are heavy  trafficked.</p>
<p id='33_p_16'></p><p id='33_t_14' class='tclass'><strong> 2. Server Memory  Capacity (RAM)</strong></p>
<p id='33_p_17'></p><p id='33_t_27' class='tclass'>For example,  if you need 500 MB disk space and 5 GB monthly data  transfer (something  relative small), and 512 fixed RAM  – it really   makes no sense to sign up for a 80 GB disk space, 1000 GB monthly data  transfer,  and 512 fixed RAM for $74.95/mo. I mean, why settle with high  server specs that  you will never use when all you need is some extra  memory capacity?</p>
<p id='33_p_18'></p><p id='33_t_15' class='tclass'>In my opinion, memory capacity (RAM) is the most important features  in  a VPS hosting. In fact, how well (or bad) your VPS hosting performs  depends  greatly on how much RAM you have on hand. The memory capacity  simply influences  everything in your virtual server – from server  efficiency to speeds, and to  power consumption. It’s so important that  in many cases, RAM allocation actually  serves as price determiner of  the entire VPS hosting package.</p>
<p id='33_p_19'></p><p id='33_t_10' class='tclass'>Basically  there are five main consideration points when choosing  the right VPS hosting,  namely – pricing, RAM allocation, customer  supports, control panel, and hosting  plan flexibility. I’ll get into  the details one-by-one.</p>
<p id='33_p_20'></p><p id='33_t_25' class='tclass'><strong>5. Flexibility </strong></p>
<p id='33_p_21'></p><p id='33_t_2' class='tclass'>The actual concept behind VPS is very simple –  basically what VPS  hosting providers do is to split a server into multiple smaller  size  individual servers (using virtualization technology) and rent it out to   different customers. Each of these virtual servers looks and feels the  same  like a dedicated server except for one thing – they share the same  hardware  with one another.</p>
<p id='33_p_22'></p><p id='33_t_29' class='tclass'>However in  case you are looking for some recommendation, I’ll  refer you to Hostgator.</p>
<p id='33_p_23'></p><p id='33_t_8' class='tclass'>When compare with dedicated hosting, VPS has only one advantage –  it’s  cheaper. In fact, it’s much, much cheaper. In many cases, while  the features  are more or less the same, a VPS hosting is 30-40% cheaper  than a dedicated  hosting deal.</p>
<p id='33_p_24'></p><p id='33_t_6' class='tclass'>Another pro of VPS compare to shared hosting is flexibility. With  VPS  hosting, you will get access to the system root. This means you are  free to  install any custom software or to tweak your system files in  order to fulfill your  website needs.</p>
<p id='33_p_25'></p><p id='33_t_9' class='tclass'>For example, table above shows the price different between  dedicated  and VPS hosting.</p>
<p id='33_p_26'></p><p id='33_t_30' class='tclass'><strong> Why  Hostgator VPS hosting? </strong></p>
<p id='33_p_27'></p><p id='33_t_32' class='tclass'>To learn more about Hostgator VPS hosting plans: www.Hostgator.com/vps-hosting/</p>
<h3>VPS hosting  plan: My recommendation</h3>
<p id='33_p_28'></p><p id='33_t_24' class='tclass'>A user-friendly control panel as it makes day to day server  management  easier – tasks such as adding domains, debugging, and  setting up email accounts.</p>
<p id='33_p_29'></p><p id='33_t_5' class='tclass'>What’s best  about VPS is the isolated hosting environment that  secures your website’s  performance and safety. As mentioned, a  VPS-hosted website will operates independently  like a dedicated server –  you do not share disk space, RAM, processes, TCP/IP  stacks, operating  system, or whatsoever. What’s going on with your neighbors (other   private servers that run on the same machine), either it’s overloaded  with  heavy traffics or severely hacked, will not affect your website’s  performance.<span id="more-33"></span>
</p>
<p id='33_p_30'></p><p id='33_t_23' class='tclass'>VPS providers will normally offer you several options of control   panels where the normal ones are either Plesk or WHM/cPanel. These  control  panels offers similar functionality where they enable you to  edit files in the  server for a web interface rather than manually and  both are equally good.</p>
<p id='33_p_31'></p><p id='33_t_35' class='tclass'>With that,  I’ll end this article and good luck if you are shopping  for the new VPS  hosting!<span class='articlesource'><a href="http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html" title="Ultimate Guide for VPS Hosting Shoppers ">Ultimate Guide for VPS Hosting Shoppers </a></span></p>
<ul>
<li>
<strong>Topnotch  hosting services</strong> Based on my extremely  good experience with their other  hosting services – shared and  dedicated hosting (see my <a href="http://www.hostools.com/index.php?s=Hostgator++review" class="wpap_innerlink" id="wpap_a_3">Hostgator  review</a>).</li>
<li>
<strong>High  Flexibility</strong> Hostgator VPS hosting plans are  very flexible – 9 pre-set plans,  managed/unmanaged options, different  pre-installed operating systems, optional  IP addresses, wide in house  software supports, etc etc.</li>
<li>
<strong>Stability</strong> Hostgator is one of the fastest growing  companies in United States (Won Inc.  5000 Fastest Growing Companies  Awards for a couple times).</li>
<li>
<strong>Room  to expand</strong> As you might already knew,  Hostgator also provides reseller and  dedicated hosting plans – this  gives room to expand when your website grows.</li>
<li>
<strong>Eco-friendly</strong> Last but not least, Hostgator is  green. This means all servers are powered  with recyclable clean energy.</li>
</ul><p id='33_p_32'></p><p id='33_t_20' class='tclass'>You should  always communicate with the web host before making any  purchase (especially when  you are new). It’s not about checking which  web host provides the fastest response;  it’s about getting to know the  people working inside the hosting company and  check if you are  comfortable to deal with the support staffs.</p>
<h3>Final words  about VPS hosting</h3>
<p id='33_p_33'></p><p id='33_t_31' class='tclass'>There are a couple of reasons why Hostgator has been one of my top  picks for years. In quick, here’s why I think Hostgator’s VPS hosting is  a must-see.</p>
<p id='33_p_34'></p><p id='33_t_3' class='tclass'>From a  customer’s perceptive, a VPS hosting is the perfect  stepping stone between  shared and dedicated web hosting. When shared  web hosting is no longer sufficient  and  you are not ready to go with  dedicated – VPS hosting is your answer.</p>
<p id='33_p_35'></p><p id='33_t_21' class='tclass'>See, VPS  hosting is unlike shared hosting where 90% of the  operations are standard case.  In VPS hosting, most of the things are  ‘non-standard’ thus a technical support  department that really care  about their customers (and with the right knowledge)  is extremely  important.</p>
<p id='33_p_36'></p><p id='33_t_17' class='tclass'>Another term you should take heed of is the ‘Burstable RAM’, or in   certain cases, the backup RAM. Burstable RAM is the temporary backup  resources  over your standard memory quota. <span style="text-decoration: underline;">Burstable RAM is  extremely important to  protect your website from sudden traffic-surge  (for instance, a Digg- or  Stumble-effect).</span>
</p>
</div>
</div>
</div>
</div>
<p>Article Source : <a href="http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html" title="Ultimate Guide for VPS Hosting Shoppers ">Ultimate Guide for VPS Hosting Shoppers </a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_33_2" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span><span id="wpap_u_33_1" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/ultimate-guide-for-vps-hosting-shoppers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your website &#8220;IPv6 Ready&#8221; it?</title>
		<link>http://www.hostools.com/archives/your-website-ipv6-ready-it.html</link>
		<comments>http://www.hostools.com/archives/your-website-ipv6-ready-it.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>
		<category><![CDATA[Hurricane Electronics]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[IPv6 Ready]]></category>
		<category><![CDATA[IPv6 Tunnel Broker]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/your-website-ipv6-ready-it.html</guid>
		<description><![CDATA[… … … … … … )Your website "IPv6 Ready" it? This article written for the students using VPS, even if your VPS provider does not support IPv6, you can put your site made IPv6 Ready! If you have a lot of readers in the education network, it will be very worthwhile to do next, [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_31" class="cc_pp">
<p id='31_p_0'></p><p id='31_t_12' class='tclass'>… … … … … …<br>
)<span class='articlesource'><a href="http://www.hostools.com/archives/your-website-ipv6-ready-it.html" title="Your website "IPv6 Ready" it? ">Your website "IPv6 Ready" it? </a></span></p>
<p id='31_p_1'></p><p id='31_t_0' class='tclass'>This article written for  the students using VPS, even if your VPS provider does not support IPv6,  you can put your site made IPv6 Ready! If you have a lot of  readers in the education network, it will be very worthwhile to do next,  because the education network without international connections, but  there is a free IPv6. If your VPS provider to  support IPv6 then you can see from the first step 5 onwards, if not  support, then please look at starting from scratch. Is currently only in the  Diahosting experiment was a success on the VPS (independent server, of  course, there is no problem, as personal computers, must have a public  network IP address of the will; because of the need kernel support for  IPv6 and the tun / tap, it may be part of the Xen, OpenVZ does not  support the ). Ready, Let’s begin!<br>
1. The basic principles  of</p>
<p id='31_p_2'></p><p id='31_t_8' class='tclass'>wget  http://nginx.org/download/nginx-0.8.32.tar.gz<br>
tar-xvzf  nginx-0.8.32.tar.gz<br>
cd nginx-0.8.32<br>
. / configure – user =  www – group = www – prefix = / usr / local / nginx –  with-http_stub_status_module – with-http_ssl_module – with-ipv6<br>
make &amp; &amp; make  install</p>
<p id='31_p_3'></p><p id='31_t_4' class='tclass'>Back to the HE IPv6  Tunnel Broker’s home page, click on the newly established Tunnel, will  be such a Tunnel detailed information:<br><img class="alignnone" src="http://zimg.kang.pp.ru/wp-content/uploads/2010/01/image_thumb2.png" alt="" width="452" height="45"><br>
You can see, HE give you  the distribution of the / 64 IPv6 address, that is, the 64 th power you  have two addresses, both in this life could ever use, ha ha. In the detailed  information below, there is a method of setting up your VPS, click on  “Show Config” will come up with methods:<br><img class="alignnone" src="http://zimg.kang.pp.ru/wp-content/uploads/2010/01/image_thumb3.png" alt="" width="389" height="125"><br>
These commands in your  VPS on to the next. Under test is set to see  the success did not, ping6 he.net, if the following diagram with similar  illustrated configuration successful:<br><img class="alignnone" src="http://zimg.kang.pp.ru/wp-content/uploads/2010/01/image_thumb4.png" alt="" width="326" height="102"><br>
OK , your VPS also  supports IPv6 !<br>
5. Let IPv6 Ready site</p>
<p id='31_p_4'></p><p id='31_t_3' class='tclass'>Left side, click “Create  Regular Tunnel”:<br><img class="alignnone" src="http://zimg.kang.pp.ru/wp-content/uploads/2010/01/image_thumb.png" alt="" width="209" height="113"><br>
In the “IPv4 endpoint”  Fill in your VPS’s IP address, HE will be based on your browser’s IP  address to help you select the server, but not necessarily the best, you  have to VPS based on your location, select the server’s address, mine is the  western U.S. VPS, so I chose Fremont, CA, US server, click on “Override”  option server.<br><img class="alignnone" src="http://zimg.kang.pp.ru/wp-content/uploads/2010/01/image_thumb1.png" alt="" width="347" height="117"><br>
Then click “Submit”, you  can build a successful Tunnel.<br>
4. VPS settings on the</p>
<p id='31_p_5'></p><p id='31_t_7' class='tclass'>To re-compile Nginx to  make it support IPv6. Is not explained in  detail, drying orders, the most critical one is the “-with-ipv6″:<br>
? View Code BASH<span class='articlesource'><a href="http://www.hostools.com/archives/your-website-ipv6-ready-it.html" title="Your website "IPv6 Ready" it? ">Your website "IPv6 Ready" it? </a></span></p>
<p id='31_p_6'></p><p id='31_t_11' class='tclass'>server (<br>
listen 216.45.55.20:80;<br>
listen [2001:470:1 f04:  873:: 2]: 80;<br>
server_name kangzj.net;</p>
<p id='31_p_7'></p><p id='31_t_6' class='tclass'>My VPS bond coat is lnmp a  package: http://lnmp.org/, the following will explain the installation  path to install the path lnmp prevail.</p>
<p id='31_p_8'></p><p id='31_t_16' class='tclass'>This need your DNS  support for AAAA records, which is IPv6 records. Now basically all of the  domain registrar’s DNS support, if not support, you can use dnspod the  service is free, and support for AAAA records.</p>
<p id='31_p_9'></p><p id='31_t_1' class='tclass'>Although your VPS does  not support IPv6, but we can through the IPv6 Tunnel to solve, which is  usually said, IPv6 Over IPv4, can be interpreted as the IPv6 in IPv4 to  establish a small pipeline. We use the HE (Hurricane  Electronics) provides a free IPv6 Tunnel Broker, HE has the world’s  largest IPv6 backbone network in the world, are provided with IPv6  Tunnel Broker service.<br>
2. Register for a free HE  IPv6 Tunnel Broker <span id="more-31"></span>
</p>
<p id='31_p_10'></p><p id='31_t_19' class='tclass'>Originally thought that  only the Native, IPv6 can provide network services, I was wrong, take  the Tunnel should also be. Erupted in VPS provider  does not support IPv6 support does not matter, we can solve, DIY Viva!</p>
<p id='31_p_11'></p><p id='31_t_14' class='tclass'>killall nginx<br>
/ usr / local / nginx /  sbin / nginx</p>
<p id='31_p_12'></p><p id='31_t_10' class='tclass'>Your virtual machine  configuration file, listen 80; all replaced listen ip: 80; in the form  of, or not to start. And then you want to  support IPv6, virtual machine, Riga a listen [ipv6]: 80, configured  later, roughly as shown below:<br>
View Code BASH</p>
<p id='31_p_13'></p><p id='31_t_18' class='tclass'>So much, and so bar the  entry into force. After the entry into  force, if the user network supports IPv6, they would visit the IPv6  address. If only IPv4 addresses  IPv4 access network will 啦!<br>
7. Postscript</p>
<p id='31_p_14'></p><p id='31_t_2' class='tclass'>Registered Address:  http://tunnelbroker.net/, click the “Register” can be registered,  registration process is very simple, not more talk about it.<br>
3. Add Tunnel</p>
<p id='31_p_15'></p><p id='31_t_13' class='tclass'>Install configured. Turning off the old  nginx, start a new compiled nginx:<br>
View Code BASH</p>
<p id='31_p_16'></p><p id='31_t_5' class='tclass'>Not yet done them, have  to make your HTTP server supports IPv6. Apache 2.0 version of the  start to support IPv6, Nginx began after 0.7.36 support from the IPv6. We talk about Nginx  configuration methods and other can find their own way.</p>
<p id='31_p_17'></p><p id='31_t_17' class='tclass'>I was Name.com domain  name, in itself support, not trouble. After the increase, the  domain name will be two records, one A, and a AAAA follows.</p>
<p id='31_p_18'></p><p id='31_t_9' class='tclass'>In the end the  implementation of ifconfig, you can see your IPv6 address:</p>
<p id='31_p_19'></p><p id='31_t_15' class='tclass'>6. Increase the IPv6  address of DNS AAAA record</p>
<p>Article Source : <a href="http://www.hostools.com/archives/your-website-ipv6-ready-it.html" title="Your website "IPv6 Ready" it? ">Your website "IPv6 Ready" it? </a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_33_2" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span><span id="wpap_u_33_1" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/your-website-ipv6-ready-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is VPS?</title>
		<link>http://www.hostools.com/archives/what-is-vps.html</link>
		<comments>http://www.hostools.com/archives/what-is-vps.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 11:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.hostools.com/archives/what-is-vps.html</guid>
		<description><![CDATA[A virtual private server (VPS, also referred to as Virtual Dedicated Server or VDS) is a method of splitting a server. Each virtual server can run its own full-fledged operating system, and each server can be independently rebooted.(Via Wikipedia)What is VPS? Benefits of VPS (Via webhostingsecretrevealed.com) Affordable VPS is cheap. You’ll get features like dedicated [...]]]></description>
			<content:encoded><![CDATA[<span id="cc_30" class="cc_pp">
<p id='30_p_0'></p><p id='30_t_0' class='tclass'>A <strong>virtual private server</strong> (<strong>VPS</strong>, also  referred to as <strong>Virtual Dedicated Server</strong> or <strong>VDS</strong>)  is a method of splitting a server. Each virtual server can run its own  full-fledged operating system, and each server can be independently  rebooted.(Via <a href="http://www.hostools.com/index.php?s=Wikipedia" class="wpap_innerlink" id="wpap_a_0">Wikipedia</a>)<span class='articlesource'><a href="http://www.hostools.com/archives/what-is-vps.html" title="What is VPS?">What is VPS?</a></span></p>
<h3>Benefits  of VPS</h3>
<p id='30_p_1'></p><p id='30_t_8' class='tclass'>(Via <a href="http://www.hostools.com/index.php?s=webhostingsecretrevealed.com" class="wpap_innerlink" id="wpap_a_2">webhostingsecretrevealed.com</a>)</p>
<p id='30_p_2'></p><p id='30_t_4' class='tclass'>
<strong>Affordable</strong> VPS  is cheap. You’ll get features like dedicated servers but cost a lot more  cheaper (in most of the case, 50% less) than a dedicated hosting plan.  You can compare the pricing different between a dedicated server and VPS  hosting below.</p>
<p id='30_p_3'></p><p id='30_t_7' class='tclass'>When your website has outgrown your shared hosting plan  and you couldn’t afford the price of a dedicated server, then VPS is  your answer. Most webmasters see VPS as the stepping stone to dedicated  or self-managed private server.</p>
<p id='30_p_4'></p><p id='30_t_6' class='tclass'>Also, getting a  flexible VPS provider that allows hardware customization is very  important. Avoid web hosts who offer only ’standard’ plans as this will  creates troubles in your future upgrades. Each website has different  needs, maybe you need lower CPU speeds, or larger storage, or less  bandwidth, or more RAM – you’ll never know what kind of upgrades you  need in the future. Do you want to upgrade your entire hosting plan  everytime you need a minor upgrades? No, of course. If all you need is  just some extra RAM, why should you upgrade the entire hosting plan and  pay for all the unnecessary storage and bandwidth?</p>
<h3>What to look for when choosing a VPS?</h3>
<p id='30_p_5'></p><p id='30_t_2' class='tclass'>
<strong>Isolation</strong> Each  private server has its unique file system and gets a  guaranteed  fraction of the server’s disk space, CPU power, bandwidth, and memory.  Hence, a website hosted on a VPS runs on an isolated environment where  its performance will not be affected by other websites. Also, a VPS does  not share web application and services with other websites thus it  eliminates the risk of downtime or hacks due to other’s mistakes.<span class='articlesource'><a href="http://www.hostools.com/archives/what-is-vps.html" title="What is VPS?">What is VPS?</a></span></p>
<p id='30_p_6'></p><p id='30_t_1' class='tclass'>The best things about VPS are its dedicated-server-alike  features and affordable pricing.</p>
<h3>Is VPS right  for you?</h3>
<p id='30_p_7'></p><p id='30_t_3' class='tclass'>
<strong>Customization</strong> VPS users get full root access. This allows server customization – you  get to install your own software/application and manage your server as  you would on a dedicated server.</p>
<p id='30_p_8'></p><p id='30_t_5' class='tclass'>Besides  pricing, there are a few other important points that you should look at  when it comes to VPS shopping. Choosing a VPS provider that’s easy to  communicate is very important. A web host who’s willing to listen and  accommodate your specific needs is very important.</p>
<p>Article Source : <a href="http://www.hostools.com/archives/what-is-vps.html" title="What is VPS?">What is VPS?</a></p></span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_67_2" class="wpap_hide">http://matt.ucc.asn.au/dropbear/dropbear.html</span><span id="wpap_u_67_3" class="wpap_hide">http://packages.debian.org/inetutils-syslogd</span><span id="wpap_u_67_4" class="wpap_hide">http://www.exim.org/</span><span id="wpap_u_67_5" class="wpap_hide">http://packages.debian.org/cron</span><span id="wpap_u_67_6" class="wpap_hide">http://nginx.net/</span><span id="wpap_u_67_7" class="wpap_hide">http://www.mysql.com/</span><span id="wpap_u_67_8" class="wpap_hide">http://php.net/</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_45_0" class="wpap_hide">http://vpswow.com/</span><span id="wpap_u_45_1" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927939</span><span id="wpap_u_41_1" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_2" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_41_2" class="wpap_hide">http://daredevilhosting.com/</span><span id="wpap_u_41_3" class="wpap_hide">http://www.webhostingtalk.com/showthread.php?t=927445</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_34_1" class="wpap_hide">http://winscp.net/eng/download.php</span><span id="wpap_u_34_2" class="wpap_hide">http://filezilla-project.org/download.php</span><span id="wpap_u_34_3" class="wpap_hide">http://openvpn.se/download.html</span><span id="wpap_u_33_2" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span><span id="wpap_u_33_1" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/ultimate-guide-for-vps-hosting/</span><span id="wpap_u_33_3" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-review-hostgator/</span><span id="wpap_u_30_0" class="wpap_hide">http://en.wikipedia.org/wiki/Virtual_private_server</span><span id="wpap_u_30_2" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/what-is-vps-and-do-you-need-one/</span><span id="wpap_u_30_0" class="wpap_hide">http://en.wikipedia.org/wiki/Virtual_private_server</span><span id="wpap_u_30_2" class="wpap_hide">http://www.webhostingsecretrevealed.com/web-hosting-knowledge/what-is-vps-and-do-you-need-one/</span>]]></content:encoded>
			<wfw:commentRss>http://www.hostools.com/archives/what-is-vps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
