<?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>JoinVPS hosting Blog</title>
	<atom:link href="http://www.blog.joinvps.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.joinvps.com</link>
	<description>join our community</description>
	<lastBuildDate>Wed, 18 Aug 2010 00:24:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing and customizing a SA-MP (San Andreas Multiplayer) server</title>
		<link>http://www.blog.joinvps.com/installing_sa-mp-server/</link>
		<comments>http://www.blog.joinvps.com/installing_sa-mp-server/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 01:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[San Andreas Multiplayer SA-MP computer game server]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=135</guid>
		<description><![CDATA[Description
San Andreas Multiplayer (abbreviated to SA:MP) is a third party multiplayer modification for the Grand Theft Auto: San Andreas computer game. San Andreas Multiplayer is developed by a team of dedicated fans of the Grand Theft Auto series of video games, who work on their own spare time developing SA:MP as a hobby.
 (more information [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/installing_sa-mp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 6 vs FreeBSD 8</title>
		<link>http://www.blog.joinvps.com/freebsd-6-vs-freebsd-8/</link>
		<comments>http://www.blog.joinvps.com/freebsd-6-vs-freebsd-8/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 07:48:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=124</guid>
		<description><![CDATA[

FreeBSD 8 was launched in November 2009. A new version was greatly modified, many bugs were fixed. This version has much more advantages in comparison with old ones.

It is an advanced solution for both FreeBSD users and developers. FreeBSD 8 provides you with a wide range of useful tools for hosting servers’ management.


Differents between FreeBSD6 [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/freebsd-6-vs-freebsd-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protection server SSH Dictionary Attacks</title>
		<link>http://www.blog.joinvps.com/protection-server-ssh-dictionary-attacks/</link>
		<comments>http://www.blog.joinvps.com/protection-server-ssh-dictionary-attacks/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 05:04:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=113</guid>
		<description><![CDATA[If you run a Linux VPS, you’ll notice that bots will try to gain illegitimate access to your server through ssh. While this unsettles a lot of people, there’s really nothing to worry about as long as you don’t permit root logins (Many Linux distributions allow direct root login via ssh by default) and have [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/protection-server-ssh-dictionary-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenVPN server on CentOS Linux (part3)</title>
		<link>http://www.blog.joinvps.com/installing-openvpn-server-centos-linux/</link>
		<comments>http://www.blog.joinvps.com/installing-openvpn-server-centos-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 06:48:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=104</guid>
		<description><![CDATA[The configuration is similar to the process used for Debian, except for the beginning of the installation process.
Since the package is not included into the CentOS repository, you need to enable RPMforge (http://rpmrepo.net/RPMforge) to install OpenVPN.

Run the commands:

wget -ivh http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
rpm -Uvh rpmforge-release-0.5.1-1.el5.rf.i386.rpm

The repository installs, and you may install OpenVPN by the command

yum -y install openvpn

Copy [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/installing-openvpn-server-centos-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenVPN on a Debian Linux (part2)</title>
		<link>http://www.blog.joinvps.com/installing-openvpn-debian-linux/</link>
		<comments>http://www.blog.joinvps.com/installing-openvpn-debian-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 06:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=99</guid>
		<description><![CDATA[Order a server with this operating system; submit a ticket to the technical support to enable the module (if necessary) and support the NAT.
With the server activated, log in using the SSH-protocol, for example a PuTTY SSH-client.

Run the command
apt-get install -y openvpn
If everything went well, you need to create a key for authorization on the [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/installing-openvpn-debian-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and configuring a VPN-server with OpenVPN (part1)</title>
		<link>http://www.blog.joinvps.com/installing-vpn-server-openvpn/</link>
		<comments>http://www.blog.joinvps.com/installing-vpn-server-openvpn/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 06:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=95</guid>
		<description><![CDATA[The following articles describes how to install an OpenVPN server on a Linux-based virtual private server VPS from JoinVPS and configure client connection from a computer that operates on Windows Vista.
OpenVPN is a virtual private network technology (VPN) for creating encoded tunnels between server and client computers. 
One of the advantages of this technology is [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/installing-vpn-server-openvpn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New feature in BILLmanager</title>
		<link>http://www.blog.joinvps.com/new-feature-in-billmanager/</link>
		<comments>http://www.blog.joinvps.com/new-feature-in-billmanager/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 08:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=85</guid>
		<description><![CDATA[In a new version of BILLmanager, that allows you to manage your account, there is a new feature called “User menu”.
This toolbar is located below the BILLmanager logo.

I would like to mention that the main advantage of the control panel is that it is easy-to-use due to a single vertical menu.
Now it will be easier [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/new-feature-in-billmanager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free IP&#8217;s for excellent start!</title>
		<link>http://www.blog.joinvps.com/free-ips-for-excellent-start-2/</link>
		<comments>http://www.blog.joinvps.com/free-ips-for-excellent-start-2/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 07:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Promo]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=57</guid>
		<description><![CDATA[
We congratulate all sport enthusiasts and those ones who are sticking to victory. We provide you with 5 IP-addresses for the VPS-6 package, and 3 IP-addresses for the VPS-5 package free of charge for 3 months. Now you can use more features at old price. You may use additional IP-addresses for various purposes.
]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/free-ips-for-excellent-start-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software installation from ports</title>
		<link>http://www.blog.joinvps.com/software-installation-from-ports/</link>
		<comments>http://www.blog.joinvps.com/software-installation-from-ports/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:37:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=54</guid>
		<description><![CDATA[
How to install the software on a virtual private server. General provisions
How to view the list of the software installed
How to install a program from the ports
How to delete the installed program

How to install the software on a virtual private server. General provisions
Every virtual private is provided with a rich collection of the pre-installed software. [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/software-installation-from-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compare operation modes of the PHP-scripts interpreter.</title>
		<link>http://www.blog.joinvps.com/php-modes/</link>
		<comments>http://www.blog.joinvps.com/php-modes/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 03:24:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.blog.joinvps.com/?p=25</guid>
		<description><![CDATA[
- PHP as  Apache module
- PHP as CGI
- PHP as FastCGI
You can set up PHP operation mode for a web-site via Domains &#8211; WWW domains- Properties- PHP, if all these modes are allowed for a www-domain owner.

PHP
as Apache module
In this case, apache mod_php of the web server is used for PHP operation.
Benefits:

The highest speed [...]]]></description>
		<wfw:commentRss>http://www.blog.joinvps.com/php-modes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
