<?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>MaisonBisson.com &#187; Centos</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing PHP APC On RHEL/CentOS</title>
		<link>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/</link>
		<comments>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 00:08:34 +0000</pubDate>
		<dc:creator>Casey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12589</guid>
		<description><![CDATA[

Yum up some packages:

yum install php-pear php-devel httpd-devel


Install APC using pear (the pear installer is smarter than the pecl installer):
When the installer asks about APXS, say &#8216;no&#8217;. 

pear install pecl/apc


Tell PHP to load APC:

echo extension=apc.so &#62; /etc/php.d/apc.ini


Restart Apache:

/sbin/service httpd graceful



]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12589"><!-- &nbsp; --></abbr>
<ol>
<li>Yum up some packages:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">yum install php-pear php-devel httpd-devel</pre></div></div>

</li>
<li>Install APC using pear (the pear installer is smarter than the pecl installer):<br />
When the installer asks about APXS, say &#8216;no&#8217;. </p>

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">pear install pecl/apc</pre></div></div>

</li>
<li>Tell PHP to load APC:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">echo extension=apc.so &gt; /etc/php.d/apc.ini</pre></div></div>

</li>
<li>Restart Apache:

<div class="wp_syntax"><div class="code"><pre class="csh" style="font-family:monospace;">/sbin/service httpd graceful</pre></div></div>

</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12589/installing-php-apc-on-rhel-centos/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Installing memcached On CentOS/RHEL</title>
		<link>http://maisonbisson.com/blog/post/12440/installing-memcached-on-centos/</link>
		<comments>http://maisonbisson.com/blog/post/12440/installing-memcached-on-centos/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 01:17:15 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=12440</guid>
		<description><![CDATA[
Using info from CentOS forums, Sunny Walia and Ryan Boren, here&#8217;s how I got memcached running on my Dotster VPS:
Install libevent:

wget http://www.monkey.org/~provos/libevent-1.3e.tar.gz
tar zxvf libevent-1.3e.tar.gz
cd libevent-1.3e
&#160;
./configure
make
make install

Install memcached

wget http://danga.com:80/memcached/dist/memcached-1.2.5.tar.gz
tar zxvf memcached-1.2.5.tar.gz
cd memcached-1.2.5
&#160;
./configure
make
make install

We will start the server to use 30 megs of ram (-m 30), listen on ip 127.0.0.1 (-l 127.0.0.1) and run on port 11211 [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-12440"><!-- &nbsp; --></abbr>
<p>Using info from <a title="www.centos.org - Forums - CentOS 4 - Server Support - MemCached" href="http://www.centos.org/modules/newbb/viewtopic.php?post_id=26551&amp;topic_id=7975">CentOS forums</a>, <a title="Learn and Share" href="http://crazytoon.com/2008/01/20/memcached-how-do-you-install-memcached-centos-64-bit-linux-redhat-fedora/">Sunny Walia</a> and <a title="Memcached Backend « Ryan on WordPress" href="http://ryan.wordpress.com/2005/12/23/memcached-backend/">Ryan Boren</a>, here&#8217;s how I got memcached running on my <a href="http://www.anrdoezrs.net/click-2406739-10447876">Dotster VPS</a>:</p>
<p>Install libevent:</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">wget http://www.monkey.org/~provos/libevent-1.3e.tar.gz
tar zxvf libevent-1.3e.tar.gz
cd libevent-1.3e
&nbsp;
./configure
make
make install</pre></div></div>

<p>Install memcached</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">wget http://danga.com:80/memcached/dist/memcached-1.2.5.tar.gz
tar zxvf memcached-1.2.5.tar.gz
cd memcached-1.2.5
&nbsp;
./configure
make
make install</pre></div></div>

<p>We will start the server to use 30 megs of ram (-m 30), listen on ip 127.0.0.1 (-l 127.0.0.1) and run on port 11211 (-p 11211) as user &#8216;nobody&#8217; (-u nobody):</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">memcached -u nobody -d -m 30 -l 127.0.0.1 -p 11211</pre></div></div>

<p>Get an error?</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">memcached: error while loading shared libraries: libevent-1.3e.so.1: cannot open shared object file: No such file or directory</pre></div></div>

<p>Show it the path to the library:</p>

<div class="wp_syntax"><div class="code"><pre class="sh" style="font-family:monospace;">LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/12440/installing-memcached-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5 Released</title>
		<link>http://maisonbisson.com/blog/post/11776/centos-5-released/</link>
		<comments>http://maisonbisson.com/blog/post/11776/centos-5-released/#comments</comments>
		<pubDate>Wed, 09 May 2007 16:12:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache 2.2]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11776/#centos-5-released</guid>
		<description><![CDATA[
At work I use Red Hat Enterprise Linux, but my personal stuff is served from machines running CentOS. Both distros were just bumped to version 5, bringing with them support for current components of the LAMP stack.
I care because I want Apache 2.2.4, and while it&#8217;s pretty easy to get MySQL &#038; PHP 5 on [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11776"><!-- &nbsp; --></abbr>
<p>At work I use <a href="http://www.redhat.com/">Red Hat Enterprise Linux</a>, but my personal stuff is served from machines running <a href="http://www.centos.org/">CentOS</a>. Both distros were just bumped to version 5, bringing with them support for current components of the LAMP stack.</p>
<p>I care because I want <a href="http://httpd.apache.org/">Apache 2.2.4</a>, and while it&#8217;s pretty easy to get <a href="http://nosheep.net/story/dotster-vps-upgrade-to-php-5-and-mysql-5/">MySQL &#038; PHP 5 on a CentOS/Plesk box</a>, Apache 2.2 is a bit <a href="http://ask.metafilter.com/59052/Help-finding-Apache-224-x8664">more of a struggle</a>.</p>
<p>Gary Sims at Linux.com calls the new CentOS release “<a href="http://distrocenter.linux.com/distrocenter/07/04/17/1551244.shtml?tid=127" title="Linux.com | CentOS 5 is a solid enterprise OS">a solid enterprise OS</a>,” and points out that it includes support for virtualization, <a href="http://sourceware.org/cluster/gfs/">GFS2</a> and other clustering technologies.</p>
<p>Upgrading looks easy &#8212; if you&#8217;ve got physical access to the machine &#8212; but <a href="http://lists.centos.org/pipermail/centos-announce/2007-April/013660.html">the release docs</a> include some alternative instructions for the daring:</p>
<p>The best way to move from CentOS-4 to CentOS-5 is via an installer  upgrade. However if you must do it online, here are some tips to help:</p>
<ol>
<li>Remove as many packages as you can, strip it right back to the  original OS if possible</li>
<li>Backup everything</li>
<li>Disable all repositories, except the centos-5 OS and Updates repos</li>
<li>init 3</li>
<li>shutdown as many services as possible</li>
<li>download and install the centos-release-5.x rpm, which will update your yum configs</li>
<li>run a yum upgade ( not update )</li>
</ol>
<p>Now the question is when will I try it&#8230;</p>
<p><tags>Centos, apache 2.2, linux, centos 5, release</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11776/centos-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>