<?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>Setup a Linux Server or VPS &#187; General</title>
	<atom:link href="http://setupalinuxserver.com/category/general/feed" rel="self" type="application/rss+xml" />
	<link>http://setupalinuxserver.com</link>
	<description>Tips, Tricks, and Howto&#039;s</description>
	<lastBuildDate>Thu, 27 Jan 2011 18:36:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Better Network Performance</title>
		<link>http://setupalinuxserver.com/better-network-performance</link>
		<comments>http://setupalinuxserver.com/better-network-performance#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:10:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dedicated Server]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://setupalinuxserver.com/?p=33</guid>
		<description><![CDATA[As we all know a basic install of any OS is never tweaked out for performance but setup for general use.  One of the biggest problems in the Linux (CentOS, Ubuntu, Fedora, I have not tested other OS&#8217;s) is the &#8230; <a href="http://setupalinuxserver.com/better-network-performance">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As we all know a basic install of any OS is never tweaked out for performance but setup for general use.  One of the biggest problems in the Linux (CentOS, Ubuntu, Fedora, I have not tested other OS&#8217;s) is the network is never really tweaked up.<span id="more-33"></span></p>
<p>However running a few simple commands and updating a single file can produce a massive increase in performance.</p>
<p>** Please note that there are other issues that can cause poor performance **</p>
<p>Example Bad Network Cable, Cheap Switch, Overloaded Router, and others.</p>
<p>Run the following commands from the prompt.</p>
<p>mv /etc/sysctl.conf sysctl.bak<br />
cd /etc<br />
wget <a href="http://www.setupalinuxserver.com/files/sysctl.conf.txt" target="_blank">http://www.setupalinuxserver.com/files/sysctl.conf.txt</a><br />
mv sysctl.conf.txt sysctl.conf<br />
/sbin/sysctl -p<br />
/sbin/sysctl -w net.ipv4.route.flush=1</p>
<p>You should see a performance increase right away.  Please let me know if this helps you out or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://setupalinuxserver.com/better-network-performance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPS Sale</title>
		<link>http://setupalinuxserver.com/vps-sale</link>
		<comments>http://setupalinuxserver.com/vps-sale#comments</comments>
		<pubDate>Mon, 13 Sep 2010 21:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://setupalinuxserver.com/?p=30</guid>
		<description><![CDATA[Over at Ruby Ring Technologies they have reduced there VPS prices to an almost insane level.  Check out the prices. All the VPS&#8217;s include 1IP Address, at least 2GHz of CPU Power, and 10Mbps Unmettered Bandwidth ! http://rubyringtech.com/vps_solutions.html VPS256 OpenVZ &#8230; <a href="http://setupalinuxserver.com/vps-sale">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://rubyringtech.com">Ruby Ring Technologies</a> they have reduced there VPS prices to an almost insane level.  Check out the prices.</p>
<p>All the VPS&#8217;s include 1IP Address, at least 2GHz of CPU Power, and 10Mbps Unmettered Bandwidth ! <a href="http://rubyringtech.com/vps_solutions.html">http://rubyringtech.com/vps_solutions.html</a></p>
<p>VPS256</p>
<ul>
<li>OpenVZ</li>
<li>10 GB&#8217;s Disk Space</li>
<li>256 MB&#8217;s RAM</li>
<li>512 MB&#8217;s Burstable</li>
<li>$4.49/Month</li>
</ul>
<p>VPS512</p>
<ul>
<li>OpenVZ</li>
<li>25 GB&#8217;s Disk Space</li>
<li>512 MB&#8217;s RAM</li>
<li>768 MB&#8217;s Burstable</li>
<li>$7.49/Month</li>
</ul>
<p>VPS1024</p>
<ul>
<li>OpenVZ</li>
<li>50 GB&#8217;s Disk Space</li>
<li>1024 MB&#8217;s RAM</li>
<li>1280 MB&#8217;s Burstable</li>
<li>$9.49/Month</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://setupalinuxserver.com/vps-sale/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Files Older Than x Days</title>
		<link>http://setupalinuxserver.com/delete-files-older-than-x-days</link>
		<comments>http://setupalinuxserver.com/delete-files-older-than-x-days#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:47:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://setupalinuxserver.com/?p=23</guid>
		<description><![CDATA[The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files are older than a certain number &#8230; <a href="http://setupalinuxserver.com/delete-files-older-than-x-days">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The find utility on linux allows you to pass in a bunch of  interesting arguments, including one to execute another command on each  file. We’ll use this in order to figure out what files are older than a  certain number of days, and then use the rm command to delete them.</p>
<p><strong>Command Syntax</strong></p>
<blockquote><p>find /path/to/files* -mtime +5 -exec rm {} \;</p></blockquote>
<p>Note that there are spaces between rm, {}, and \;</p>
<p><strong>Explanation</strong></p>
<ul>
<li>The first argument is the path to the files. This can be a path, a  directory, or a wildcard as in the example above. I would recommend  using the full path, and make sure that you run the command without the  exec rm to make sure you are getting the right results.</li>
<li>The second argument, -mtime, is used to specify the number of days  old that the file is. If you enter +5, it will find files older than 5  days.</li>
<li>The third argument, -exec, allows you to pass in a command such as rm. The {} \; at the end is required to end the command.</li>
</ul>
<p>This should work on Ubuntu, Suse, Redhat, or pretty much any version of linux.</p>
<p><em>Source: http://www.howtogeek.com/howto/ubuntu/delete-files-older-than-x-days-on-linux/</em></p>
]]></content:encoded>
			<wfw:commentRss>http://setupalinuxserver.com/delete-files-older-than-x-days/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to WordPress</title>
		<link>http://setupalinuxserver.com/switching-to-wordpress</link>
		<comments>http://setupalinuxserver.com/switching-to-wordpress#comments</comments>
		<pubDate>Fri, 23 Jul 2010 23:14:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://setupalinuxserver.com/?p=5</guid>
		<description><![CDATA[Good Evening, We are switching our site over to WordPress as our Joomla was very outdated, and our content was stale. Please check back over the next few days as we add fresh new and updated content.]]></description>
			<content:encoded><![CDATA[<p>Good Evening,</p>
<p>We are switching our site over to WordPress as our Joomla was very outdated, and our content was stale. Please check back over the next few days as we add fresh new and updated content.</p>
]]></content:encoded>
			<wfw:commentRss>http://setupalinuxserver.com/switching-to-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

