<?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; install</title>
	<atom:link href="http://blog.hostonnet.com/tag/install/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 festival tts in ubuntu</title>
		<link>http://blog.hostonnet.com/install-festival-tts-in-ubuntu</link>
		<comments>http://blog.hostonnet.com/install-festival-tts-in-ubuntu#comments</comments>
		<pubDate>Sat, 12 Sep 2009 10:19:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[festival]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Text-to-Speech]]></category>
		<category><![CDATA[tts]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=134</guid>
		<description><![CDATA[festival is a tts (text-to-speech) software in ubuntu that offers several different voices. To install festival, run sudo apt-get install festival Now to use festival, in command line type echo &#34;Host On Net Provides Web Hosting&#34; &#124; festival --tts Or festival --tts file-name.txt]]></description>
			<content:encoded><![CDATA[<p>festival is a tts (text-to-speech) software in ubuntu that offers several different voices.</p>
<p>To install festival, run</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> festival</pre></div></div>

<p>Now to use festival, in command line type</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Host On Net Provides Web Hosting&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> festival <span style="color: #660033;">--tts</span></pre></div></div>

<p>Or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">festival <span style="color: #660033;">--tts</span> file-name.txt</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/install-festival-tts-in-ubuntu/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>
