<?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>Linux, Programming, Telephony, Asterisk, Apache, Tips &#38; Tricks &#187; open-source</title>
	<atom:link href="http://shahidz.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://shahidz.com</link>
	<description>Passionate About Technology</description>
	<lastBuildDate>Sun, 10 Jan 2010 17:38:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eucalyptus in Ubuntu Jaunty</title>
		<link>http://shahidz.com/eucalyptus-in-ubuntu-jaunty/</link>
		<comments>http://shahidz.com/eucalyptus-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:18:52 +0000</pubDate>
		<dc:creator>Shahid</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[elastic]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shahidz.com/?p=79</guid>
		<description><![CDATA[The Ubuntu 9.04 Server Edition beta includes Eucalyptus, an open source software infrastructure for implementing “cloud computing” on clusters, such as Amazon’s EC2 (Elastic Compute Cloud). Eucalyptus is provided as a technology preview to allow users “to experiment with cloud computing”.
EUCALYPTUS &#8212; Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems &#8212; is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Ubuntu 9.04 Server Edition beta includes Eucalyptus, an open source software infrastructure for implementing “cloud computing” on clusters, such as Amazon’s EC2 (Elastic Compute Cloud). Eucalyptus is provided as a technology preview to allow users “to experiment with cloud computing”.</p>
<p style="text-align: justify;"><strong>EUCALYPTUS</strong> &#8212; <strong>Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems</strong> &#8212; is an open-source software infrastructure for implementing Elastic/Utility/Cloud computing using computing clusters and/or workstation farms.  The current interface to EUCALYPTUS is interface-compatible with Amazon.com&#8217;s EC2 (arguably the most commercially successful Cloud computing service), but the infrastructure is designed to be modified and extended so that multiple client-side interfaces can be supported.  In addition, EUCALYPTUS is implemented using commonly-available Linux tools and basic web service technology making it easy to install and maintain. For more information click <a href="http://open.eucalyptus.com/wiki/EucalyptusOverview" target="_blank">here</a>.</p>
<p style="text-align: justify;">Get the User Guide from this link <a href="http://http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.4" target="_blank">http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.4</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fshahidz.com%2Feucalyptus-in-ubuntu-jaunty%2F&amp;linkname=Eucalyptus%20in%20Ubuntu%20Jaunty"><img src="http://shahidz.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://shahidz.com/eucalyptus-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eAccelerator</title>
		<link>http://shahidz.com/eaccelerator/</link>
		<comments>http://shahidz.com/eaccelerator/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 07:45:04 +0000</pubDate>
		<dc:creator>Shahid</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[accelerator]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[eAccelerator]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[optimizer]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://shahidz.com/eaccelerator/</guid>
		<description><![CDATA[
eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://shahidz.com/wp-content/uploads/2009/01/eaccelerator.png" alt="eAccelerator" /></p>
<p><a href="http://www.eaccelerator.net" title="www.eaccelerator.net" target="_blank">eAccelerator</a> is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.</p>
<p>eAccelerator stores compiled PHP scripts in shared memory and executes code directly from it. It creates locks only for a short time, while searching for a compiled PHP script in the cache, so one script can be executed simultaneously by several engines. Files that can&#8217;t fit in shared memory are cached on disk only.</p>
<p><strong>Installing From Source</strong></p>
<p>unpack it by ::</p>
<pre>$ sudo tar -xjvf eaccelerator-0.9.5.3.tar.bz2
$ cd eaccelerator-0.9.5.3/</pre>
<p>Linux User Read README file</p>
<p>Windows User Read README.win32</p>
<p>Compile and install it with ::</p>
<pre>./configure
make
sudo make install
make test</pre>
<p>Add the below line to php.ini file</p>
<pre>extension=eaccelerator.so</pre>
<p>Check phpinfo()  and conform the module eAccelerator is loaded</p>
<p><img src="http://shahidz.com/wp-content/uploads/2009/01/screenshot.png" alt="phpinfo" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fshahidz.com%2Feaccelerator%2F&amp;linkname=eAccelerator"><img src="http://shahidz.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://shahidz.com/eaccelerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
