<?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>tutorial | RedArray™ | Dedicated Servers Hosting</title>
	<atom:link href="https://redarray.net/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://redarray.net</link>
	<description>Equinix Dedicated Servers</description>
	<lastBuildDate>Wed, 20 May 2020 14:17:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://redarray.net/wp-content/uploads/2020/03/logo-icon.png</url>
	<title>tutorial | RedArray™ | Dedicated Servers Hosting</title>
	<link>https://redarray.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install XCache on a cPanel Server (Linux)</title>
		<link>https://redarray.net/install-xcache-cpanel-server-linux/</link>
		
		<dc:creator><![CDATA[redarray]]></dc:creator>
		<pubDate>Mon, 21 Apr 2014 01:36:44 +0000</pubDate>
				<category><![CDATA[Linux Server Hosting]]></category>
		<category><![CDATA[Server Hosting]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[xcache]]></category>
		<guid isPermaLink="false">http://redarray.net/blog/?p=123</guid>

					<description><![CDATA[We are frequently asked if it&#8217;s possible, and how, to install XCache on servers that are already running cPanel. On cPanel servers, web server modules are managed with a built-in tool called EasyApache, however this tool features EAccelerator and does not provide an easy option to install XCache. Nonetheless, it is possible to install XCache [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We are frequently asked if it&#8217;s possible, and how, to install XCache on servers that are already running cPanel. On cPanel servers, web server modules are managed with a built-in tool called EasyApache, however this tool features EAccelerator and does not provide an easy option to install XCache.</p>
<p>Nonetheless, it is possible to install XCache alongside cPanel. It is recommended <strong>not </strong>to install or enable any other caches or accelerators, such as EAccelerator or APC, with cPanel.</p>
<p>To begin, access your server as <strong>root </strong>and run the following commands:</p>
<blockquote><p>w<i></i>ge<i></i>t http://xcache.lighttpd.net/pub/Releases/1.2.2/xcache-1.2.2.tar.gz</p>
<p>tar -zxvf xcache-1.2.2.tar.gz</p>
<p>cd xcache-1.2.2</p>
<p>phpize<br />
.<i></i>/<i></i>configure –enable-xcache<br />
mak<i></i>e<br />
ma<i></i>ke install</p></blockquote>
<p>Locate your <strong>php.ini</strong> file, usually located at: <strong>/usr/local/lib/php.ini</strong></p>
<p>Add the following line to the end of the file, then save and close the file:</p>
<blockquote><p>extension=xcache.so</p></blockquote>
<p>Finally, restart the webserver with:</p>
<blockquote><p>service httpd restart</p></blockquote>
<p>All done. Enjoy your server&#8217;s (hopefully) improved performance!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Install UnixBench on Debian/Ubuntu Server</title>
		<link>https://redarray.net/how-to-install-unixbench-debianubuntu-server/</link>
		
		<dc:creator><![CDATA[redarray]]></dc:creator>
		<pubDate>Fri, 18 Apr 2014 01:22:44 +0000</pubDate>
				<category><![CDATA[Linux Server Hosting]]></category>
		<category><![CDATA[Server Hosting]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://redarray.net/blog/?p=121</guid>

					<description><![CDATA[UnixBench is a very useful utility for benchmarking Linux systems, and creating reports for recording and comparison to other systems. To install UnixBench, access your system as root, and run the following commands: apt-get install build-essential libx11-dev libgl1-mesa-dev libxext-dev wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz tar xvfz UnixBench5.1.3.tgz cd UnixBench ./Run]]></description>
										<content:encoded><![CDATA[<p>UnixBench is a very useful utility for benchmarking Linux systems, and creating reports for recording and comparison to other systems. </p>
<p>To install UnixBench, access your system as root, and run the following commands:</p>
<p>apt-get install build-essential libx11-dev libgl1-mesa-dev libxext-dev</p>
<p>wg<i></i>et http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz<br />
ta<i></i>r xvfz UnixBench5.1.3.tgz<br />
cd UnixBench<br />
.<i></i>/<i></i>Run</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Install PPTP VPN on CentOS Server</title>
		<link>https://redarray.net/how-to-install-pptp-vpn-centos-server-dedicated/</link>
		
		<dc:creator><![CDATA[redarray]]></dc:creator>
		<pubDate>Tue, 15 Apr 2014 01:17:55 +0000</pubDate>
				<category><![CDATA[Linux Server Hosting]]></category>
		<category><![CDATA[Server Hosting]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[pptp]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vpn]]></category>
		<guid isPermaLink="false">http://redarray.net/blog/?p=117</guid>

					<description><![CDATA[PTPP is a VPN protocol that shares many advantages with advanced, enterprise-ready VPN protocols. It is useful for securing point-to-point connections, whether between dedicated servers, clients, or servers and clients. Installing a PPTP VPN on a CentOS dedicated server, VPS, or other machine is a simple and fairly convenient process. To begin, access your server [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>PTPP is a VPN protocol that shares many advantages with advanced, enterprise-ready VPN protocols. It is useful for securing point-to-point connections, whether between dedicated servers, clients, or servers and clients.</p>
<p>Installing a PPTP VPN on a CentOS dedicated server, VPS, or other machine is a simple and fairly convenient process.</p>
<p>To begin, access your server as root. Then, run the following commands to download and run a one-click PPTP VPN install script:</p>
<blockquote><p><code>yum </code><code>install</code> <code>-y git</code></p>
<p><code>cd</code> <code>/opt</code> <code>&amp;&amp; git clone git:</code><code>//github</code><code>.com</code><code>/drewsymo/VPN</code><code>.git</code></p>
<p><code>cd</code> <code>VPN &amp;&amp; </code><code>bash</code> <code>vpn-setup-vanilla.sh</code></p></blockquote>
<p>The script will output a username and password that you can use to connect to the VPN network from any VPN-ready client, such as a PC, phone, or another server.</p>
<p>Source: <a href="https://redarray.net/portal/knowledgebase/40/How-to-Install-PPTP-VPN-on-CentOS-Server-Auto-Install-Script.html">How to Install PPTP VPN on CentOS Server (Auto-Install Script)</a></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
