<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux Tales</title>
	<atom:link href="http://kornilioslinux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kornilioslinux.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 29 Oct 2010 06:46:22 +0000</lastBuildDate>
	<language>el</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kornilioslinux.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux Tales</title>
		<link>http://kornilioslinux.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kornilioslinux.wordpress.com/osd.xml" title="Linux Tales" />
	<atom:link rel='hub' href='http://kornilioslinux.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Scripts #1</title>
		<link>http://kornilioslinux.wordpress.com/2010/10/29/scripts-1/</link>
		<comments>http://kornilioslinux.wordpress.com/2010/10/29/scripts-1/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 06:46:22 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/?p=47</guid>
		<description><![CDATA[Things to remember / keep Backup tomboy notes: #!/bin/bash #backup tomboy notes tar -zcf /home/kostas/.backups/tomboy`date +%Y.%m.%d`.tar.gz /home/kostas/.tomboy .bin/.cue to .iso #!/bin/bash # convert .bin/.cue to .iso bchunk &#8220;$1&#8243;bin $1cue $1iso Blog downloader (possibly wrong?) #!/bin/bash echo &#8216;****Blog Downloader****&#8217; echo &#8216;w. WordPress Blog&#8217; echo &#8216;b. Google Blog&#8217; echo &#8216;l. Livejournal Blog&#8217; echo &#8216;***********************&#8217; echo mkdir ~/downloads/websites/$2; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=47&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Things to remember / keep</p>
<p><strong>Backup tomboy notes: </strong></p>
<blockquote><p>#!/bin/bash<br />
#backup tomboy notes<br />
tar -zcf /home/kostas/.backups/tomboy`date +%Y.%m.%d`.tar.gz /home/kostas/.tomboy</p></blockquote>
<p><strong>.bin/.cue to .iso</strong></p>
<blockquote><p>#!/bin/bash<br />
# convert .bin/.cue to .iso<br />
bchunk &#8220;$1&#8243;bin $1cue $1iso</p></blockquote>
<p><strong>Blog downloader (possibly wrong?)</strong></p>
<blockquote><p>#!/bin/bash<br />
echo &#8216;****Blog Downloader****&#8217;<br />
echo &#8216;w. WordPress Blog&#8217;<br />
echo &#8216;b. Google Blog&#8217;<br />
echo &#8216;l. Livejournal Blog&#8217;<br />
echo &#8216;***********************&#8217;<br />
echo</p>
<p>mkdir ~/downloads/websites/$2; cd ~/downloads/websites/$2;<br />
case $1 in<br />
w) # WordPress<br />
STR=&#8221;http://&#8221;$2&#8243;.wordpress.com&#8221;<br />
wget -rH -Dfiles.wordpress.com,wordpress.com $STR<br />
;;</p>
<p>b) # Blogspot<br />
STR=&#8221;http://&#8221;$2&#8243;.blogspot.com&#8221;<br />
wget -rH -Dblogspot.com -p $STR<br />
;;</p>
<p>l) # Livejournal<br />
STR=&#8221;http://&#8221;$2&#8243;.blogspot.com&#8221;<br />
wget -rH -Dblogspot.com -p $STR<br />
;;</p>
<p>esac<br />
# download a blogspot blog with images within blogspot<br />
#wget -rH -Dblogspot.com -p  http://blah.blogspot.com</p></blockquote>
<p><strong>Run multiple dropbox accounts</strong></p>
<blockquote><p>#!/bin/bash<br />
#Dropbox @ Office<br />
HOME=$HOME/.dropbox-office ~/.dropbox-dist/dropbox</p>
<p>### my version<br />
#!/bin/bash<br />
#Dropbox @ kostas<br />
HOME=$HOME/.dropbox-kostas ~/.dropbox-dist/dropbox</p></blockquote>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=47&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2010/10/29/scripts-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>
	</item>
		<item>
		<title>Best thing to ubuntu!</title>
		<link>http://kornilioslinux.wordpress.com/2010/10/29/best-thing-to-ubuntu/</link>
		<comments>http://kornilioslinux.wordpress.com/2010/10/29/best-thing-to-ubuntu/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 06:18:19 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[auto mount]]></category>
		<category><![CDATA[pysdm]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/?p=44</guid>
		<description><![CDATA[http://ubuntuforums.org/showthread.php?t=283131<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=44&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://ubuntuforums.org/showthread.php?t=283131<img alt="" src="http://pysdm.sourceforge.net/screenshots/fstab_04.png" title="pysdm" class="alignnone" width="619" height="426" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=44&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2010/10/29/best-thing-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="http://pysdm.sourceforge.net/screenshots/fstab_04.png" medium="image">
			<media:title type="html">pysdm</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux και rapidshare</title>
		<link>http://kornilioslinux.wordpress.com/2008/09/28/linux-%ce%ba%ce%b1%ce%b9-rapidshare/</link>
		<comments>http://kornilioslinux.wordpress.com/2008/09/28/linux-%ce%ba%ce%b1%ce%b9-rapidshare/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 12:28:53 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[downloader]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/?p=33</guid>
		<description><![CDATA[Το rapidshare (πιθανώς) το ξέρετε. Ό,τι πιο εύχρηστο για γρήγορη ανταλλαγή αρχείων. Ανεβάζεις το αρχείο που θες στους servers του rapidshar, μοιράζεις το link που σου δίνει και αυτό ήταν. Τι γίνεται όμως οταν θες να κατεβάσεις μαζικά links, και η ιδέα και μόνο του να το κάνεις από τον browser σε κάνει να βαριέσαι [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=33&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Το rapidshare (πιθανώς) το ξέρετε. Ό,τι πιο εύχρηστο για γρήγορη ανταλλαγή αρχείων. Ανεβάζεις το αρχείο που θες στους servers του rapidshar, μοιράζεις το link που σου δίνει και αυτό ήταν. Τι γίνεται όμως οταν θες να κατεβάσεις μαζικά links, και η ιδέα και μόνο του να το κάνεις από τον browser σε κάνει να βαριέσαι απίστευτα;</p>
<p style="text-align:left;">Βρήκα το aria, έναν (αρκετά λιτό σε interface) παντοδύναμο downloader για linux το οποίο υποστηρίζει rapidshare (και ίσως να υποστηρίζει και άλλες υπηρεσίες) authentication</p>
<div class="wp-caption aligncenter" style="width: 725px"><img title="aria" src="http://linux.softpedia.com/screenshots/Aria_3.png" alt="aria" width="715" height="558" /><p class="wp-caption-text">aria</p></div>
<blockquote><p>sudo apt-get install aria</p></blockquote>
<p>Alt-O, General, authentication, *insert rapidshare account info*, voila <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=33&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2008/09/28/linux-%ce%ba%ce%b1%ce%b9-rapidshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="http://linux.softpedia.com/screenshots/Aria_3.png" medium="image">
			<media:title type="html">aria</media:title>
		</media:content>
	</item>
		<item>
		<title>Logitech Fusion &amp; Ubuntu 7.10</title>
		<link>http://kornilioslinux.wordpress.com/2008/04/13/logitech-fusion-ubuntu-710/</link>
		<comments>http://kornilioslinux.wordpress.com/2008/04/13/logitech-fusion-ubuntu-710/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 16:52:40 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/?p=32</guid>
		<description><![CDATA[Μετά από άπειρο πειραματισμό κατέληξα στο συμπέρασμα οτι η εν λογω κάμερα ειναι γτπ και υπολειτουργεί. https://help.ubuntu.com/community/UVC &#8216; UVC Contents UVC Linux Driver UVC support in Ubuntu 7.10 and later 7.04 and earlier Installing UVC Checkout from SVN Build Install Insert Modules UVC Stands for &#8216;USB Video Class&#8217;. It defines video streaming functionality on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=32&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Μετά από άπειρο πειραματισμό κατέληξα στο συμπέρασμα οτι η εν λογω κάμερα ειναι γτπ και υπολειτουργεί.</p>
<p><a href="https://help.ubuntu.com/community/UVC">https://help.ubuntu.com/community/UVC</a></p>
<p>&#8216;</p>
<h1><a title="Click to do a full-text search for this title" href="https://help.ubuntu.com/community/UVC?action=fullsearch&amp;value=linkto%3A%22UVC%22&amp;context=180">UVC</a></h1>
<div id="content" dir="ltr" lang="en">
<div>
<table style="background:#f1f1ed none repeat scroll 0 50%;float:right;font-size:0.9em;width:40%;margin:0 0 1em 1em;" border="0">
<tbody>
<tr>
<td style="padding:0.5em;"><strong>Contents</strong></p>
<ol>
<li> <a href="https://help.ubuntu.com/community/UVC#head-7b975e48469a9311e6e4298b6e5b18cdf3f14d77">UVC Linux Driver</a></li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-c391470f93d29e0f3d9bf0ad50128ca5bcb5b4ff">UVC support in Ubuntu</a>
<ol>
<li> <a href="https://help.ubuntu.com/community/UVC#head-32aa73aff865296a9798668ed52a3bd28c1a3315">7.10 and later</a></li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-652e2de67fbff34fcd4da394fa0d027bea74b821">7.04 and earlier</a></li>
</ol>
</li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-5b809a5ceda87b4d0178626cf333c6865f975a60">Installing UVC</a>
<ol>
<li> <a href="https://help.ubuntu.com/community/UVC#head-5375c28728308705ef285643b80abfb03bf01f17">Checkout from SVN</a></li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-a31f1bca9e43f09a4828e2e1e9750b1d9293cc7f">Build</a></li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-7199923d165293117bd0133e06021abd4a8991fa">Install</a></li>
<li> <a href="https://help.ubuntu.com/community/UVC#head-2d5ac2793123d75b7406e3c94f91b6e0623e3a61">Insert Modules</a></li>
</ol>
</li>
</ol>
</td>
</tr>
</tbody>
</table>
</div>
<p>UVC Stands for &#8216;USB Video Class&#8217;. It defines video streaming functionality on the Universal Serial Bus. UVC compliant peripherals only need a generic driver; much like mass storage devices (USB flash disks, External disc enclosures, etc.) can be managed by a single driver because they conform to the USB Mass Storage specification.</p>
<h2>UVC Linux Driver</h2>
<p>The GNU/Linux UVC Driver page is at <a href="http://linux-uvc.berlios.de/"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]" width="16" height="16" /> http://linux-uvc.berlios.de/</a> and includes a list of supported devices</p>
<h2>UVC support in Ubuntu</h2>
<h3>7.10 and later</h3>
<p>In 7.10 the UVC module has been included which means that some webcams &#8216;just work&#8217; however UVC is still at an early stage and device support and bugfixes are being added all the time. It may well be necessary to update to the latest version to get your hardware to work, in particular Skype will only work properly if you have uvc version 166 or above, earlier driver versions freeze up after a minute or so with some cameras.</p>
<h3>7.04 and earlier</h3>
<p>UVC support is not included and you&#8217;ll have to install it yourself.</p>
<h2>Installing UVC</h2>
<p>UVC has not released any &#8216;snapshots&#8217; yet and has not been packaged and included in the Ubuntu repositories. There is a debian package located [url <a href="http://packages.debian.org/unstable/graphics/linux-uvc-source"><img src="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" alt="[WWW]&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /> http://packages.debian.org/unstable/graphics/linux-uvc-source</a> here] but the best way at the moment is to grab the latest build from the Subversion repository and compile it yourself.</p>
<h3>Checkout from SVN</h3>
<p>If you do not already have subversion installed get it with:</p>
<pre>sudo apt-get install subversion</pre>
<p>Then get that latest source from the repository with:</p>
<pre>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk</pre>
<p>This will make the directory &#8216;trunk&#8217; containing the source in your working directory</p>
<h3>Build</h3>
<p>Make sure you have kernel header files. In Ubuntu 7.10 and later, you need the header files package specific to your CPU architecture, for example, linux-headers-2.6.22-14-386 in addition to just linux-headers-2.6.22-14. You can do this with:</p>
<pre>sudo apt-get install linux-headers-`uname -r`</pre>
<p>Navigate to the &#8216;trunk&#8217; directory containing the source and run:</p>
<pre>make</pre>
<h3>Install</h3>
<p>Ubuntu keeps the kernel module for UVC in <strong>/lib/modules/<em></em></strong><em>your kernel</em><strong>/ubuntu/media/usbvideo</strong> and the makefile has to be altered slightly to install to the correct directory. Open the the makefile in a text editor and change :</p>
<pre>INSTALL_MOD_DIR := usb/media

to'

INSTALL_MOD_DIR := ubuntu/media/usbvideo</pre>
<p>then run</p>
<pre>sudo make install</pre>
<h3>Insert Modules</h3>
<pre>sudo modprobe uvcvideo</pre>
<p>If you&#8217;re running 7.10 this may complain that the module&#8217;s already loaded. In that case unplug your camera and remove the old module with :</p>
<pre>sudo modprobe -r uvcvideo</pre>
<p>then insert the new one again as above</p>
<hr /><a href="https://help.ubuntu.com/community/CategoryDocumentation">CategoryDocumentation</a> <a href="https://help.ubuntu.com/community/CategoryNeedsExpansion">CategoryNeedsExpansion</a></p>
</div>
<p class="info" dir="ltr" lang="en">last edited 2008-03-22 14:41:55 by <span title="howardjrice.plus.com">AlexanderRice</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=32&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2008/04/13/logitech-fusion-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" medium="image">
			<media:title type="html">[WWW]</media:title>
		</media:content>

		<media:content url="https://help.ubuntu.com/htdocs/ubuntu/img/u-www.png" medium="image">
			<media:title type="html">[WWW]</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu 8.04</title>
		<link>http://kornilioslinux.wordpress.com/2008/04/11/ubuntu-804/</link>
		<comments>http://kornilioslinux.wordpress.com/2008/04/11/ubuntu-804/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 08:43:15 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/?p=31</guid>
		<description><![CDATA[YARRRRRR<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=31&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ubuntu.com/files/countdown/804/ubuntu/804UbuntuCountdown_13days.jpg" alt="" width="217" height="170" /></p>
<p>YARRRRRR</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=31&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2008/04/11/ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="http://www.ubuntu.com/files/countdown/804/ubuntu/804UbuntuCountdown_13days.jpg" medium="image" />
	</item>
		<item>
		<title>Το Mac4Lin στην πράξη:</title>
		<link>http://kornilioslinux.wordpress.com/2007/11/14/%ce%a4%ce%bf-mac4lin-%cf%83%cf%84%ce%b7%ce%bd-%cf%80%cf%81%ce%ac%ce%be%ce%b7/</link>
		<comments>http://kornilioslinux.wordpress.com/2007/11/14/%ce%a4%ce%bf-mac4lin-%cf%83%cf%84%ce%b7%ce%bd-%cf%80%cf%81%ce%ac%ce%be%ce%b7/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 06:24:00 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/2007/11/14/%ce%a4%ce%bf-mac4lin-%cf%83%cf%84%ce%b7%ce%bd-%cf%80%cf%81%ce%ac%ce%be%ce%b7/</guid>
		<description><![CDATA[Νταξ&#8217;, είναι θεϊλα&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=30&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp2.blogger.com/_zBEsFld5wxc/RzqUztgoTxI/AAAAAAAAAho/i0c3bBVYO0Y/s1600-h/Screenshot1.png"><img style="float:left;cursor:pointer;margin:0 10px 10px 0;" src="http://bp2.blogger.com/_zBEsFld5wxc/RzqUztgoTxI/AAAAAAAAAho/i0c3bBVYO0Y/s320/Screenshot1.png" alt="" border="0" /></a><br /><a href="http://bp0.blogger.com/_zBEsFld5wxc/RzqU0NgoTyI/AAAAAAAAAhw/5e8OiT_bXa8/s1600-h/Screenshot2.png"><img style="float:left;cursor:pointer;margin:0 10px 10px 0;" src="http://bp0.blogger.com/_zBEsFld5wxc/RzqU0NgoTyI/AAAAAAAAAhw/5e8OiT_bXa8/s320/Screenshot2.png" alt="" border="0" /></a><br /><a href="http://bp2.blogger.com/_zBEsFld5wxc/RzqU0tgoTzI/AAAAAAAAAh4/eEw5oUqu1jk/s1600-h/Screenshot3.png"><img style="float:left;cursor:pointer;margin:0 10px 10px 0;" src="http://bp2.blogger.com/_zBEsFld5wxc/RzqU0tgoTzI/AAAAAAAAAh4/eEw5oUqu1jk/s320/Screenshot3.png" alt="" border="0" /></a><br />Νταξ&#8217;, είναι θεϊλα&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=30&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2007/11/14/%ce%a4%ce%bf-mac4lin-%cf%83%cf%84%ce%b7%ce%bd-%cf%80%cf%81%ce%ac%ce%be%ce%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="http://bp2.blogger.com/_zBEsFld5wxc/RzqUztgoTxI/AAAAAAAAAho/i0c3bBVYO0Y/s320/Screenshot1.png" medium="image" />

		<media:content url="http://bp0.blogger.com/_zBEsFld5wxc/RzqU0NgoTyI/AAAAAAAAAhw/5e8OiT_bXa8/s320/Screenshot2.png" medium="image" />

		<media:content url="http://bp2.blogger.com/_zBEsFld5wxc/RzqU0tgoTzI/AAAAAAAAAh4/eEw5oUqu1jk/s320/Screenshot3.png" medium="image" />
	</item>
		<item>
		<title>mac4lin!</title>
		<link>http://kornilioslinux.wordpress.com/2007/11/12/mac4lin/</link>
		<comments>http://kornilioslinux.wordpress.com/2007/11/12/mac4lin/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 10:11:00 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[ubuntu eye candy macosx]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/2007/11/12/mac4lin/</guid>
		<description><![CDATA[http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=29&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://images.howtoforge.com/images/mac4lin/Mac4Lin%20Documentation_html_m2ad3b0cf.jpg"><img style="float:left;cursor:pointer;width:367px;height:275px;margin:0 10px 10px 0;" src="http://images.howtoforge.com/images/mac4lin/Mac4Lin%20Documentation_html_m2ad3b0cf.jpg" alt="" border="0" /></a><br /><a href="http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac">http://www.howtoforge.com/mac4lin_make_linux_look_like_a_mac</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=29&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2007/11/12/mac4lin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>

		<media:content url="http://images.howtoforge.com/images/mac4lin/Mac4Lin%20Documentation_html_m2ad3b0cf.jpg" medium="image" />
	</item>
		<item>
		<title>Howto Check you external IP Address from the command line</title>
		<link>http://kornilioslinux.wordpress.com/2007/11/12/howto-check-you-external-ip-address-from-the-command-line/</link>
		<comments>http://kornilioslinux.wordpress.com/2007/11/12/howto-check-you-external-ip-address-from-the-command-line/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 10:10:00 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/2007/11/12/howto-check-you-external-ip-address-from-the-command-line/</guid>
		<description><![CDATA[από το ubuntugeek.com:http://www.ubuntugeek.com/howto-check-you-external-ip-address-from-the-command-line.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=28&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>από το ubuntugeek.com:<br /><a href="http://www.ubuntugeek.com/howto-check-you-external-ip-address-from-the-command-line.html">http://www.ubuntugeek.com/howto-check-you-external-ip-address-from-the-command-line.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=28&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2007/11/12/howto-check-you-external-ip-address-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>
	</item>
		<item>
		<title>mythbuntu</title>
		<link>http://kornilioslinux.wordpress.com/2007/11/05/mythbuntu/</link>
		<comments>http://kornilioslinux.wordpress.com/2007/11/05/mythbuntu/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 11:25:00 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[ubuntu multimedia mythbuntu]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/2007/11/05/mythbuntu/</guid>
		<description><![CDATA[http://www.mythbuntu.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=27&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mythbuntu.org/">http://www.mythbuntu.org/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=27&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2007/11/05/mythbuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Studio</title>
		<link>http://kornilioslinux.wordpress.com/2007/10/22/ubuntu-studio/</link>
		<comments>http://kornilioslinux.wordpress.com/2007/10/22/ubuntu-studio/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 07:35:00 +0000</pubDate>
		<dc:creator>kornilios</dc:creator>
				<category><![CDATA[ubuntu studio multimedia]]></category>

		<guid isPermaLink="false">http://kornilioslinux.wordpress.com/2007/10/22/ubuntu-studio/</guid>
		<description><![CDATA[http://ubuntustudio.org/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=25&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntustudio.org/">http://ubuntustudio.org/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kornilioslinux.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kornilioslinux.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kornilioslinux.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kornilioslinux.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kornilioslinux.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kornilioslinux.wordpress.com&amp;blog=2265620&amp;post=25&amp;subd=kornilioslinux&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kornilioslinux.wordpress.com/2007/10/22/ubuntu-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/222406ea01692e36b9ad00272f89155e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kornilios</media:title>
		</media:content>
	</item>
	</channel>
</rss>
