<?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>Techstroke - Technology Gadgets  Blogging Softwares &#187; Ubuntu</title>
	<atom:link href="http://www.techstroke.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techstroke.com</link>
	<description>Technology News Tips &#38; Tricks Social Media Blogging Wordpress</description>
	<lastBuildDate>Sat, 31 Jul 2010 17:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing Software from  tar.gz Tarball Compressed Archive in Linux</title>
		<link>http://www.techstroke.com/installing-software-from-tar-gz-tarball-compressed-archive-in-linux.html</link>
		<comments>http://www.techstroke.com/installing-software-from-tar-gz-tarball-compressed-archive-in-linux.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 08:55:28 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.techstroke.com/installing-software-from-tar-gz-tarball-compressed-archive-in-linux.html</guid>
		<description><![CDATA[This is for newbies in Linux who are trying to learn Linux and in the meantime require to install several apps most of them are available in the repository ( Ubuntu,Suse,Fedora etc .) , installing from repository is very easy but if you download a tarball or a compressed archive of the software package source [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techstroke.com%2Finstalling-software-from-tar-gz-tarball-compressed-archive-in-linux.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techstroke.com%2Finstalling-software-from-tar-gz-tarball-compressed-archive-in-linux.html&amp;source=techstroke&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This is for newbies in Linux who are trying to learn Linux and in the meantime require to install several apps most of them are available in the repository ( Ubuntu,Suse,Fedora etc .) , installing from repository is very easy but if you download a tarball or a compressed archive of the software package source code then you can easily install it&#160; using these commands at your terminal ( command interpreter ) </p>
<p>Assuming ,</p>
<ul>
<li>You have downloaded a file named mytarball.gz(replace with whatever is your file name)</li>
<li>you are in the same directory as where the file resides </li>
</ul>
<blockquote><p>tar -zxvf mytarball.tar.gz </p>
<p>./configure </p>
<p>make </p>
<p>sudo make install</p>
</blockquote>
<p>assuming that you are in the directory where you downloaded the tar.gz file, for more details on this and how it works, you can read a well written article by Joshua Price <a href="http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25"  target="_blank" rel="nofollow">here,</a> I dont think it would be worthwhile to repeat the same steps and explanation here .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techstroke.com/installing-software-from-tar-gz-tarball-compressed-archive-in-linux.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Do Yahoo Webcam chat in Ubuntu Linux</title>
		<link>http://www.techstroke.com/how-to-do-yahoo-webcam-chat-in-ubuntu-linux.html</link>
		<comments>http://www.techstroke.com/how-to-do-yahoo-webcam-chat-in-ubuntu-linux.html#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:51:56 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips&Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[Webcam]]></category>

		<guid isPermaLink="false">http://www.techstroke.com/?p=304</guid>
		<description><![CDATA[Ever wished to have a Yahoo Webcam chat in your Linux but all you could get was a text chat using pidgin , well for those who did not knew this there is a special multi protocol IM client ( these are those that support multiple chat networks like aol,msn,yahoo,gtalk etc .) it&#8217;s name is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.techstroke.com%2Fhow-to-do-yahoo-webcam-chat-in-ubuntu-linux.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.techstroke.com%2Fhow-to-do-yahoo-webcam-chat-in-ubuntu-linux.html&amp;source=techstroke&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Ever wished to have a Yahoo Webcam chat in your Linux but all you could get was a text chat using pidgin , well for those who did not knew this there is a special multi protocol IM client ( these are those that support multiple chat networks like aol,msn,yahoo,gtalk etc .) it&#8217;s name is KOPETE and believe me it is a wonderful. It comes already installed with KDE version of  Ubuntu ie. Kubuntu  but you can get it installed on Ubuntu Gnome from your Synaptic package manager</p>
<p>Using Kopete, you can easily have a Webcam chat with your friends inside Linux .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techstroke.com/how-to-do-yahoo-webcam-chat-in-ubuntu-linux.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
