<?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>HostOnNet.com &#187; Installation</title>
	<atom:link href="http://blog.hostonnet.com/category/installation/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostonnet.com</link>
	<description>Windows, Linux, Ubuntu, Web Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 08:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install APC Cache</title>
		<link>http://blog.hostonnet.com/install-apc-cache</link>
		<comments>http://blog.hostonnet.com/install-apc-cache#comments</comments>
		<pubDate>Sun, 24 May 2009 10:43:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[install apc cache]]></category>
		<category><![CDATA[php apc cache]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=41</guid>
		<description><![CDATA[APC Cache is PHP Object cache to speed up PHP scripts. http://pecl.php.net/package/APC The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Installing APC Cache is easy, just run pecl install APC [...]]]></description>
			<content:encoded><![CDATA[<p>APC Cache is PHP Object cache to speed up PHP scripts.</p>
<p><a href="http://pecl.php.net/package/APC">http://pecl.php.net/package/APC</a></p>
<p>The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. </p>
<p>Installing APC Cache is easy, just run</p>
<p><code>pecl install APC</code></p>
<p>For more details, see</p>
<p><a href="http://webhostingneeds.com/Apc">http://webhostingneeds.com/Apc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/install-apc-cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing yamdi from source</title>
		<link>http://blog.hostonnet.com/installing-yamdi-from-source</link>
		<comments>http://blog.hostonnet.com/installing-yamdi-from-source#comments</comments>
		<pubDate>Wed, 13 May 2009 17:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[insall yamdi]]></category>
		<category><![CDATA[insall yamdi from source]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=25</guid>
		<description><![CDATA[yamdi is a metadata injector for FLV files like flvtool2. To install yamdi, run cd /usr/local/src wget http://hivelocity.dl.sourceforge.net/sourceforge/yamdi/yamdi-1.4.tar.gz tar -zxvf yamdi-1.4.tar.gz cd yamdi-1.4 gcc yamdi.c -o yamdi -O2 -Wall mv yamdi /usr/bin/ yamdi 1.4 is latest version at the time of installation. You need to check if a newer version is available for download at [...]]]></description>
			<content:encoded><![CDATA[<p>yamdi is a metadata injector for FLV files like flvtool2.</p>
<p>To install yamdi, run</p>
<p><code><br />
cd /usr/local/src<br />
wget http://hivelocity.dl.sourceforge.net/sourceforge/yamdi/yamdi-1.4.tar.gz<br />
tar -zxvf yamdi-1.4.tar.gz<br />
cd yamdi-1.4<br />
gcc yamdi.c -o yamdi -O2 -Wall<br />
mv yamdi /usr/bin/<br />
</code></p>
<p>yamdi 1.4 is latest version at the time of installation. You need to check if a newer version is available for download at yamdi site <a href="http://yamdi.sourceforge.net/">http://yamdi.sourceforge.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/installing-yamdi-from-source/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing pecl uploadprogress</title>
		<link>http://blog.hostonnet.com/installing-pecl-uploadprogress</link>
		<comments>http://blog.hostonnet.com/installing-pecl-uploadprogress#comments</comments>
		<pubDate>Thu, 07 May 2009 17:19:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[upload progress bar]]></category>
		<category><![CDATA[uploadprogress]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=16</guid>
		<description><![CDATA[Download latest software from http://pecl.php.net/package/uploadprogress Install cd /usr/local/src wget http://pecl.php.net/get/uploadprogress tar -zxvf uploadprogress-*.tgz cd uploadprogress-* phpize ./configure make make install make install will show # make install Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ # There will be line with the above path in php.ini Edit php.ini file and add extension = &#34;uploadprogress.so&#34; Below the line extension_dir = [...]]]></description>
			<content:encoded><![CDATA[<p>Download latest software from</p>
<p><a href="http://pecl.php.net/package/uploadprogress">http://pecl.php.net/package/uploadprogress</a></p>
<p>Install</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>src
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>pecl.php.net<span style="color: #000000; font-weight: bold;">/</span>get<span style="color: #000000; font-weight: bold;">/</span>uploadprogress
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-zxvf</span> uploadprogress-<span style="color: #000000; font-weight: bold;">*</span>.tgz
<span style="color: #7a0874; font-weight: bold;">cd</span> uploadprogress-<span style="color: #000000; font-weight: bold;">*</span>
phpize
.<span style="color: #000000; font-weight: bold;">/</span>configure
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p>make install will show</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># make install</span>
Installing shared extensions:     <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>php<span style="color: #000000; font-weight: bold;">/</span>extensions<span style="color: #000000; font-weight: bold;">/</span>no-debug-non-zts-<span style="color: #000000;">20060613</span><span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>There will be line with the above path in php.ini</p>
<p>Edit php.ini file and add</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">extension = <span style="color: #7f007f;">&quot;uploadprogress.so&quot;</span></pre></div></div>

<p>Below the line</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">extension_dir = <span style="color: #7f007f;">&quot;/usr/local/lib/php/extensions/no-debug-non-zts-20060613&quot;</span></pre></div></div>

<p>Now php -m will list uploadprogressbar as a module</p>
<p>Now restart web server</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">service httpd restart</pre></div></div>

<p>You will see following in phpinfo page</p>
<p><a href="http://blog.hostonnet.com/wp-content/uploads/2009/05/pecl_uploadprogress.jpg"><br />
<img src="http://blog.hostonnet.com/wp-content/uploads/2009/05/pecl_uploadprogress.jpg" alt="pecl_uploadprogress" title="pecl_uploadprogress" width="784" height="276" class="alignnone size-full wp-image-17" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/installing-pecl-uploadprogress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
