<?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>how-to | RedArray™ | Dedicated Servers Hosting</title>
	<atom:link href="https://redarray.net/tag/how-to/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>how-to | 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>
		<item>
		<title>How to Change RDP Port from Default on Windows Server 2008,2012</title>
		<link>https://redarray.net/how-to-change-rdp-port-default-windows-server-2008-2012/</link>
		
		<dc:creator><![CDATA[redarray]]></dc:creator>
		<pubDate>Fri, 11 Apr 2014 18:10:48 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hosting]]></category>
		<category><![CDATA[Windows Server Hosting]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[rdp]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.redarray.net/blog/?p=102</guid>

					<description><![CDATA[As a security practice, it is recommended to update your Windows server&#8217;s RDP port (used for managing the server via Remote Desktop Conneciton). To update the RDP port from the default 3389, follow the steps below: Start the Registry Editor by navigating to Start &#62; Run &#62; regedit Locate the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber Click the subkey PortNumber, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>As a security practice, it is recommended to update your Windows server&#8217;s RDP port (used for managing the server via Remote Desktop Conneciton). To update the RDP port from the default 3389, follow the steps below:</p>
<ol>
<li>Start the Registry Editor by navigating to Start &gt; Run &gt; <strong>regedit</strong></li>
<li>Locate the registry key <strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber</strong></li>
<li>Click the subkey PortNumber, find the <strong>Edit</strong> menu, choose <strong>Modify</strong>, then select <strong>Decimal</strong>.</li>
<li>Type your desired port number. It should be xxxx or xxxxx, and should not conflict with another running service (choose a high port number).</li>
<li>Click <strong>OK</strong>. <strong>Exit</strong> Registry Editor. <strong>Restart</strong> the system.</li>
</ol>
<p>The port accepted by the server for RDP connections will now be updated.</p>
<p><strong>NOTE</strong>: To connect to the server on the new port, you will need to specify the port in Remote Desktop Connection or your RDP application of choice. This is usually done by entering the server&#8217;s IP address and port in the following format: 0<strong>.0.0.0:33994</strong> (Where &#8220;0.0.0.0&#8221; is the server&#8217;s IP address, and &#8220;33994&#8221; is the RDP port number.)</p>
<p>via RedArray Knowledgebase: <a href="https://www.redarray.net/portal/knowledgebase/23/How-to-ChangeorUpdate-RDP-Port-on-Windows-Server-2008.html">How to Change/Update RDP Port on Windows Server 2008</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Install htop on CentOS Linux Server via SSH (RHEL)</title>
		<link>https://redarray.net/how-to-install-htop-centos-linux-ssh-rhel/</link>
		
		<dc:creator><![CDATA[redarray]]></dc:creator>
		<pubDate>Tue, 08 Apr 2014 18:08:15 +0000</pubDate>
				<category><![CDATA[Linux Server Hosting]]></category>
		<category><![CDATA[Server Hosting]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sys admin]]></category>
		<category><![CDATA[utilities]]></category>
		<guid isPermaLink="false">http://www.redarray.net/blog/?p=100</guid>

					<description><![CDATA[To install htop, a command line &#8220;interactive process viewer&#8221; for Linux that is much like the top utility, follow the steps below: Log in to your server via SSH. Run the following command by copying and pasting the entire command into 1 entry in the terminal: wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm;rpm -Uhv rpmforge-release*.rf.x86_64.rpm;yum install -y htop via RedArray Knowledgebase: How to Install [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To install <strong>htop</strong>, a command line &#8220;interactive process viewer&#8221; for Linux that is much like the <strong>top</strong> utility, follow the steps below:</p>
<ol>
<li>Log in to your server via SSH.</li>
<li>Run the following command by copying and pasting the entire command into 1 entry in the terminal:</li>
</ol>
<blockquote><p>wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm;rpm -Uhv rpmforge-release*.rf.x86_64.rpm;yum install -y htop</p></blockquote>
<p>via RedArray Knowledgebase: <a href="https://www.redarray.net/portal/knowledgebase/38/How-to-Install-htop-via-SSH-on-Linux-Server-CentOS-Fedora-RHEL.html">How to Install htop via SSH on Linux Server (CentOS, Fedora, RHEL)</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
