<?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>Thu, 09 Sep 2010 15:21:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 have it installed [...]


Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-install-pidgin-261-in-ubuntu' rel='bookmark' title='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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='Permanent Link: 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>7</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
Howto enable thinkpad hotkeys in Ubuntu 10
All manner of Shut down modes in Ubuntu Linux



Related posts:<ol><li><a href='http://ubuntuguide.net/how-to-install-lamp-server-in-ubuntu-904' rel='bookmark' title='Permanent Link: 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/howto-enable-thinkpad-hotkeys-in-ubuntu-10' rel='bookmark' title='Permanent Link: Howto enable thinkpad hotkeys in Ubuntu 10'>Howto enable thinkpad hotkeys in Ubuntu 10</a></li>
<li><a href='http://ubuntuguide.net/all-manner-of-shut-down-modes-in-ubuntu-linux' rel='bookmark' title='Permanent Link: All manner of Shut down modes in Ubuntu Linux'>All manner of Shut down modes in Ubuntu Linux</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='Permanent Link: 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/howto-enable-thinkpad-hotkeys-in-ubuntu-10' rel='bookmark' title='Permanent Link: Howto enable thinkpad hotkeys in Ubuntu 10'>Howto enable thinkpad hotkeys in Ubuntu 10</a></li>
<li><a href='http://ubuntuguide.net/all-manner-of-shut-down-modes-in-ubuntu-linux' rel='bookmark' title='Permanent Link: All manner of Shut down modes in Ubuntu Linux'>All manner of Shut down modes in Ubuntu Linux</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>