<?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>About Web Development by Activo &#187; Linux server</title>
	<atom:link href="http://www.activoinc.com/blog/tag/linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Wed, 24 Nov 2010 00:25:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS 5.3 Install Essentials</title>
		<link>http://www.activoinc.com/blog/2009/08/23/centos-5-3-install-essentials/</link>
		<comments>http://www.activoinc.com/blog/2009/08/23/centos-5-3-install-essentials/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 05:13:12 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[LAMP: Linux Apache MySQL PHP]]></category>
		<category><![CDATA[Web Application Hosting]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux server]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=300</guid>
		<description><![CDATA[When I setup a new server, I typically install it with nothing checked in the packages list of the installation process. I like using yum update first and then running yum install on the packages that I absolutely need. Clean and mean is my favorite way to run a Linux server. Two main reason are [...]]]></description>
			<content:encoded><![CDATA[<p>When I setup a new server, I typically install it with nothing checked in the packages list of the installation process. I like using yum update first and then running yum install on the packages that I absolutely need. Clean and mean is my favorite way to run a Linux server. Two main reason are behind this: one is performance, this is a bit obvious: the less you got on the HD and processes running in the background the faster the server. Two is security: the less software you have installed your vulnerability &#8220;surface area&#8221; is smaller.</p>
<p>While installing it clean is great, I do have a minimum set of tools that I usually need in any server. Most of these tools are small and do not require background services so I install them almost by default. You should check if they suite your needs and use it at your discretion. Hint: the goal here is to copy and paste once a new server is installed.</p>
<p><strong>(correction) Before I can use the next command I need to install wget:</strong></p>
<pre>yum install wget</pre>
<p><strong>Add the Atomic repository (newer versions of LAMP, some security packages):</strong></p>
<pre>wget -q -O - http://www.atomicorp.com/installers/atomic.sh | sh</pre>
<p><strong>Install basic packages:</strong></p>
<pre>yum install unzip sendmail ntsysv fail2ban logrotate pdns</pre>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>November 30, 2008 -- <a href="http://www.activoinc.com/blog/2008/11/30/centos-for-linux-servers-a-cut-above/" title="CentOS for Linux Servers: a cut above">CentOS for Linux Servers: a cut above</a> (0)</li><li>September 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/09/03/quick-way-to-update-fail2ban-jail-conf-file/" title="Quick Way to Update Fail2ban jail.conf file">Quick Way to Update Fail2ban jail.conf file</a> (0)</li><li>August 31, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/31/performance-optimized-httpd-conf-for-magento-ecommerce/" title="Performance Optimized httpd.conf for Magento eCommerce">Performance Optimized httpd.conf for Magento eCommerce</a> (0)</li><li>August 24, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/24/howto-setup-iptables-for-www-and-dbmysql-on-linux/" title="Howto setup iptables for www and db(mysql) on linux">Howto setup iptables for www and db(mysql) on linux</a> (0)</li><li>August 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/03/block-access-to-your-dedicated-server-automatically-if-more-than-3-failed-logins/" title="Block access to your dedicated server automatically if more than 3 failed logins">Block access to your dedicated server automatically if more than 3 failed logins</a> (0)</li><li>March 27, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/27/recommended-visual-svn-server-now-with-subversion-16/" title="Recommended: Visual SVN Server, now with Subversion 1.6">Recommended: Visual SVN Server, now with Subversion 1.6</a> (1)</li><li>March 25, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/25/tightening-up-iptables-for-a-dedicated-db-server-mysql-and-centos/" title="Tightening up iptables for a dedicated DB server (MySQL and CentOS)">Tightening up iptables for a dedicated DB server (MySQL and CentOS)</a> (1)</li><li>December 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/" title="pdnsd &#8211; Decrease DNS response time and save bandwidth">pdnsd &#8211; Decrease DNS response time and save bandwidth</a> (0)</li><li>April 13, 2008 -- <a href="http://www.activoinc.com/blog/2008/04/13/about-linux-distros-ubuntu-and-centos/" title="About Linux Distros: Ubuntu and CentOS">About Linux Distros: Ubuntu and CentOS</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2009/08/23/centos-5-3-install-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS for Linux Servers: a cut above</title>
		<link>http://www.activoinc.com/blog/2008/11/30/centos-for-linux-servers-a-cut-above/</link>
		<comments>http://www.activoinc.com/blog/2008/11/30/centos-for-linux-servers-a-cut-above/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 06:44:06 +0000</pubDate>
		<dc:creator>Ron Peled</dc:creator>
				<category><![CDATA[LAMP: Linux Apache MySQL PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=143</guid>
		<description><![CDATA[It has been almost a year that we are using CentOS for all of our new servers instead of Ubuntu Server, and it is a great success! This article describes the few reasons behind our transition from Ubuntu to CentOS. Of-course, there is always something here and there but 99% of the cases are resolved [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-144" title="centos-baby-penguin" src="http://www.activoinc.com/blog/wp-content/uploads/2008/11/centos-baby-penguin.jpg" alt="" width="308" height="320" />It has been almost a year that we are using <a title="CentOS" href="http://www.centos.org/">CentOS</a> for all of our new servers instead of Ubuntu Server, and it is a great success! <a href="http://www.activoinc.com/blog/2008/04/13/about-linux-distros-ubuntu-and-centos/">This article describes the few reasons behind our transition from Ubuntu to CentOS</a>. Of-course, there is always something here and there but 99% of the cases are resolved easily and actually have nothing to do with CentOS. If time will permit we will transition all of our existing Linux boxes to CentOS 5.2. Oh, and yes, if you are looking for a solid Linux server distro &#8211; it is CentOS hands down.</p>
<p>We noticed that more and more hosting companies offer CentOS as their default distro and recently <a href="http://www.top500.org/stats/list/32/os">CentOS can claim at least 1% of all world supercomputers</a>. The support that is offered for CentOS is abundant at this point and clearly targets the more advanced system administrators out there. All in all it seems like CentOS is maturing as a great distro for Linux server purposes.</p>
<p>If you are curious, we are using CentOS 5.2 64 bit by default with no software installed (at all). If needed we use the LAMP stack and the XEN virtualization software, all from the CentOS default repositories.</p>
<p>So, what is your experience with CentOS out there?</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>April 13, 2008 -- <a href="http://www.activoinc.com/blog/2008/04/13/about-linux-distros-ubuntu-and-centos/" title="About Linux Distros: Ubuntu and CentOS">About Linux Distros: Ubuntu and CentOS</a> (9)</li><li>August 23, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/23/centos-5-3-install-essentials/" title="CentOS 5.3 Install Essentials">CentOS 5.3 Install Essentials</a> (0)</li><li>August 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/03/block-access-to-your-dedicated-server-automatically-if-more-than-3-failed-logins/" title="Block access to your dedicated server automatically if more than 3 failed logins">Block access to your dedicated server automatically if more than 3 failed logins</a> (0)</li><li>March 27, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/27/recommended-visual-svn-server-now-with-subversion-16/" title="Recommended: Visual SVN Server, now with Subversion 1.6">Recommended: Visual SVN Server, now with Subversion 1.6</a> (1)</li><li>September 3, 2009 -- <a href="http://www.activoinc.com/blog/2009/09/03/quick-way-to-update-fail2ban-jail-conf-file/" title="Quick Way to Update Fail2ban jail.conf file">Quick Way to Update Fail2ban jail.conf file</a> (0)</li><li>August 31, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/31/performance-optimized-httpd-conf-for-magento-ecommerce/" title="Performance Optimized httpd.conf for Magento eCommerce">Performance Optimized httpd.conf for Magento eCommerce</a> (0)</li><li>August 24, 2009 -- <a href="http://www.activoinc.com/blog/2009/08/24/howto-setup-iptables-for-www-and-dbmysql-on-linux/" title="Howto setup iptables for www and db(mysql) on linux">Howto setup iptables for www and db(mysql) on linux</a> (0)</li><li>March 25, 2009 -- <a href="http://www.activoinc.com/blog/2009/03/25/tightening-up-iptables-for-a-dedicated-db-server-mysql-and-centos/" title="Tightening up iptables for a dedicated DB server (MySQL and CentOS)">Tightening up iptables for a dedicated DB server (MySQL and CentOS)</a> (1)</li><li>December 25, 2008 -- <a href="http://www.activoinc.com/blog/2008/12/25/pdnsd-decrease-dns-response-time-and-save-bandwidth/" title="pdnsd &#8211; Decrease DNS response time and save bandwidth">pdnsd &#8211; Decrease DNS response time and save bandwidth</a> (0)</li><li>September 5, 2008 -- <a href="http://www.activoinc.com/blog/2008/09/05/joomla-vs-ektron/" title="Joomla vs Ektron">Joomla vs Ektron</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.activoinc.com/blog/2008/11/30/centos-for-linux-servers-a-cut-above/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

