<?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>Ubuntu Sharing &#187; ubuntu</title>
	<atom:link href="http://ubuntuguide.net/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 22 May 2012 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to install Fonomo plugin for Pidgin</title>
		<link>http://ubuntuguide.net/how-to-install-fonomo-plugin-for-pidgin</link>
		<comments>http://ubuntuguide.net/how-to-install-fonomo-plugin-for-pidgin#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:26:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=1071</guid>
		<description><![CDATA[Fonomo can extend the popular Pidgin instant messenge to support video, makes it easy to send video chat invitations through Pidgin conversationwindows. Your friends do not need to install any software. Simply click the webcam icon in your Pidgin conversation window, and they will receive an invitation link. Install Fonomo plugin First install Pidgin,ubuntu 9.04 [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-pidgin-261-in-ubuntu' rel='bookmark' title='How to install Pidgin 2.6.1 in ubuntu'>How to install Pidgin 2.6.1 in ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-facebook-chat-plugin-for-pidgin-in-ubuntu' rel='bookmark' title='Install Facebook Chat plugin for Pidgin in Ubuntu'>Install Facebook Chat plugin for Pidgin in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-skype-api-plugin-for-pidgin-on-ubuntu' rel='bookmark' title='Install Skype API plugin for Pidgin on ubuntu'>Install Skype API plugin for Pidgin on ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Fonomo can extend the popular Pidgin instant messenge to support video, makes it easy to send video chat invitations through Pidgin conversationwindows.<br />
Your friends do not need to install any software. Simply click the webcam icon in your Pidgin conversation window, and they will receive an invitation link.</p>
<p><strong><em>Install Fonomo plugin</em></strong></p>
<p>First <a href="http://ubuntuguide.net/how-to-install-pidgin-on-ubuntu">install <em>Pidgin</em></a>,ubuntu 9.04 have it installed by default.</p>
<p>You can <a href=" ftp://ftp.grokthis.net/pub/fonomo/pidgin-fonomobutton-0.1.6.tar.bz2">download the Fonomo plugin</a> from here,or <a href="http://www.fonomo.com/software/pidgin.html" target="_blank">go to this page.</a></p>
<p>Use this command to install pidgin-dev,in order to compile Pidgin plugins:</p>
<pre lang="bash">sudo apt-get install pidgin-dev</pre>
<p>Extract the <em>.tar.bz2 </em>file(right click on the package and select extract here).Then navigate to the file folder in terminal window,and run this command:</p>
<pre lang="bash">sudo make all install</pre>
<p>Now,restart Pidgin and Click to <em>Tools-&gt;Plugins</em>,enable it by check the <em>Fonomo Video Chat 0.1.5</em> checkbox.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2009/09/fonomo.png"><img class="alignnone size-medium wp-image-1072" title="fonomo" src="http://ubuntuguide.net/wp-content/uploads/2009/09/fonomo-308x360.png" alt="fonomo" width="308" height="360" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-pidgin-261-in-ubuntu' rel='bookmark' title='How to install Pidgin 2.6.1 in ubuntu'>How to install Pidgin 2.6.1 in ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-facebook-chat-plugin-for-pidgin-in-ubuntu' rel='bookmark' title='Install Facebook Chat plugin for Pidgin in Ubuntu'>Install Facebook Chat plugin for Pidgin in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/install-skype-api-plugin-for-pidgin-on-ubuntu' rel='bookmark' title='Install Skype API plugin for Pidgin on ubuntu'>Install Skype API plugin for Pidgin on ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-install-fonomo-plugin-for-pidgin/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Install PHP5 and Apache in ubuntu</title>
		<link>http://ubuntuguide.net/install-php5-and-apache-in-ubuntu</link>
		<comments>http://ubuntuguide.net/install-php5-and-apache-in-ubuntu#comments</comments>
		<pubDate>Sun, 28 Jun 2009 12:45:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=623</guid>
		<description><![CDATA[This short tutorial may help if you want to get PHP up and running in your computer Open up terminal window and run following commands： sudo apt-get install apache2 sudo apt-get install php5 sudo /etc/init.d/apache2 restart Related posts: How to install LAMP server in Ubuntu 9.04 Apache-Switch &#8211; Ubuntu panel indicator to Turn on/off/Restart Apache [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-lamp-server-in-ubuntu-904' rel='bookmark' title='How to install LAMP server in Ubuntu 9.04'>How to install LAMP server in Ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/apache-switch-ubuntu-panel-indicator-to-turn-onoffrestart-apache' rel='bookmark' title='Apache-Switch &#8211; Ubuntu panel indicator to Turn on/off/Restart Apache'>Apache-Switch &#8211; Ubuntu panel indicator to Turn on/off/Restart Apache</a></li>
<li><a href='http://ubuntuguide.net/fix-network-connection-icon-disappear-on-top-right-panel' rel='bookmark' title='Fix Network connection icon disappear on top-right panel'>Fix Network connection icon disappear on top-right panel</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This short tutorial may help if you want to get PHP up and running in your computer<br />
Open up terminal window and run following commands：</p>
<pre lang="bash">sudo apt-get install apache2

sudo apt-get install php5

sudo /etc/init.d/apache2 restart</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-install-lamp-server-in-ubuntu-904' rel='bookmark' title='How to install LAMP server in Ubuntu 9.04'>How to install LAMP server in Ubuntu 9.04</a></li>
<li><a href='http://ubuntuguide.net/apache-switch-ubuntu-panel-indicator-to-turn-onoffrestart-apache' rel='bookmark' title='Apache-Switch &#8211; Ubuntu panel indicator to Turn on/off/Restart Apache'>Apache-Switch &#8211; Ubuntu panel indicator to Turn on/off/Restart Apache</a></li>
<li><a href='http://ubuntuguide.net/fix-network-connection-icon-disappear-on-top-right-panel' rel='bookmark' title='Fix Network connection icon disappear on top-right panel'>Fix Network connection icon disappear on top-right panel</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-php5-and-apache-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

