<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Tune Your Linux Server</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/04/04/tune-your-linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/04/04/tune-your-linux-server/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Fri, 05 Dec 2008 02:11:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Hinkey</title>
		<link>http://www.sitepoint.com/blogs/2004/04/04/tune-your-linux-server/#comment-4552</link>
		<dc:creator>Hinkey</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">968755708#comment-4552</guid>
		<description>&lt;p&gt;Is this some kind of sick joke? Someone running/admining there own linux server should have enough common sense to dissable unneeded application server and on that note should have the common sense to not install multiple SQL servers for no reason.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Is this some kind of sick joke? Someone running/admining there own linux server should have enough common sense to dissable unneeded application server and on that note should have the common sense to not install multiple SQL servers for no reason.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bwarrene</title>
		<link>http://www.sitepoint.com/blogs/2004/04/04/tune-your-linux-server/#comment-4553</link>
		<dc:creator>bwarrene</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">968755708#comment-4553</guid>
		<description>&lt;p&gt;The last 100 or so dedicated servers I have seen deployed from hosting firms have been pre-built with multiple database servers (minimum of MySQL and PostgreSQL) installed and a vast array of services loaded that may be unnecessary to many administrators.  &lt;/p&gt;

&lt;p&gt;This column seeks to cover open source for those of all experience levels - and from my experience in the sitepoint.com forums, there are many newcomers investigating Linux solutions who may find introductory information useful.  Everyone starts somewhere, and at one time at the beginning of my open source career I knew little of tuning a *nix server and had to be taught.&lt;/p&gt;

&lt;p&gt;Additionally, while in our case, we acquire and software-build (*nix os and apps) a majority of our servers from scratch, numerous web developers lease pre-built hardware from hosting firms and they may need modified to meet your performance and security standards.  If a server is inherited it also may need tuned.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The last 100 or so dedicated servers I have seen deployed from hosting firms have been pre-built with multiple database servers (minimum of MySQL and PostgreSQL) installed and a vast array of services loaded that may be unnecessary to many administrators.  </p>
<p>This column seeks to cover open source for those of all experience levels - and from my experience in the sitepoint.com forums, there are many newcomers investigating Linux solutions who may find introductory information useful.  Everyone starts somewhere, and at one time at the beginning of my open source career I knew little of tuning a *nix server and had to be taught.</p>
<p>Additionally, while in our case, we acquire and software-build (*nix os and apps) a majority of our servers from scratch, numerous web developers lease pre-built hardware from hosting firms and they may need modified to meet your performance and security standards.  If a server is inherited it also may need tuned.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Skunk</title>
		<link>http://www.sitepoint.com/blogs/2004/04/04/tune-your-linux-server/#comment-4554</link>
		<dc:creator>Skunk</dc:creator>
		<pubDate>Wed, 31 Dec 1969 19:00:00 +0000</pubDate>
		<guid isPermaLink="false">968755708#comment-4554</guid>
		<description>&lt;p&gt;A couple of useful commands for figuring out what's running on your box:&lt;/p&gt;

&lt;p&gt;ps -auxww &#124; more&lt;/p&gt;

&lt;p&gt;This lists all running processes along with the command line that launched them.&lt;/p&gt;

&lt;p&gt;netstat -l&lt;/p&gt;

&lt;p&gt;This shows all ports that the server is currently listening for connections on.&lt;/p&gt;

&lt;p&gt;If you are running Red Hat, a useful command for telling what services are running is this:&lt;/p&gt;

&lt;p&gt;chkconfig --list &#124; grep :on&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>A couple of useful commands for figuring out what&#8217;s running on your box:</p>
<p>ps -auxww | more</p>
<p>This lists all running processes along with the command line that launched them.</p>
<p>netstat -l</p>
<p>This shows all ports that the server is currently listening for connections on.</p>
<p>If you are running Red Hat, a useful command for telling what services are running is this:</p>
<p>chkconfig &#8211;list | grep :on</p>]]></content:encoded>
	</item>
</channel>
</rss>
