<?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>Gourgi&#039;s web.log</title>
	<atom:link href="http://gourgi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gourgi.wordpress.com</link>
	<description>Γουργιώτης Γιώργος Blog &#38; More</description>
	<lastBuildDate>Sun, 23 Oct 2011 12:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gourgi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gourgi&#039;s web.log</title>
		<link>http://gourgi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gourgi.wordpress.com/osd.xml" title="Gourgi&#039;s web.log" />
	<atom:link rel='hub' href='http://gourgi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to install synapse, latest banshee and how to push banshee played songs to zeitgeist !</title>
		<link>http://gourgi.wordpress.com/2010/12/02/how-to-install-synapse-latest-banshee-and-how-to-push-banshee-played-songs-to-zeitgeist/</link>
		<comments>http://gourgi.wordpress.com/2010/12/02/how-to-install-synapse-latest-banshee-and-how-to-push-banshee-played-songs-to-zeitgeist/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 20:31:32 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Τεχνολογία]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[various]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=82</guid>
		<description><![CDATA[i&#8217;ve just installed latest banshee (v1.9) music player in my Ubuntu 10.10 from the unstable ppa. Here is a way to push banshee played song to zeitgeist and from there you can use synapse (a gnome-do like tool written in vala with zeitgeist super powers!) to find the played songs ! The method applying in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=82&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve just installed latest banshee (v1.9) music player in my Ubuntu 10.10 from the unstable ppa.</p>
<p>Here is a way to push banshee played song to zeitgeist and from there you can use synapse (a gnome-do like tool written in vala with zeitgeist super powers!) to find the played songs !</p>
<div class="wp-caption aligncenter" style="width: 654px"><img title="Banshee Zeitegeist Dataprovider" src="http://dl.dropbox.com/u/310829/tmp_photowall/banshee_geist.jpg" alt="Banshee-Zeitegeist Dataprovider" width="644" height="393" /><p class="wp-caption-text">Synapse using Banshee-Zeitegeist Dataprovider</p></div>
<p>The method applying in this post assumes you are familiar with ubuntu ppa&#8217;s, command line and git. Also use the details below at <strong>your OWN RISK !!!</strong></p>
<pre># get the required stuff
# latest banshee
sudo add-apt-repository ppa:banshee-team/banshee-unstable
sudo apt-get update &amp;&amp; sudo apt-get install banshee banshee-community-extensions
# if you have already banshee just use
# sudo apt-get upgrade !
# OPTIONAL : get synapse (gnome-do like application with zeitgeist support)
sudo add-apt-repository ppa:synapse-core/ppa
sudo apt-get update &amp;&amp; sudo apt-get install synapse
# get banshee development libs
sudo apt-get install git-core autoconf automake libtool intltool gcc make libgconf2.0-cil-dev libgconf2-dev &amp;&amp; sudo apt-get build-dep banshee
# don't forget the zeitgeist-sharp lib so that you can use banshee.zeitgeist provider
sudo add-apt-repository ppa:manishsinha/experimental
sudo apt-get install libzeitgeist-cil-dev

# make temporary folder and get the banshee community extensions from source
mkdir temp_BCE
cd temp_BCE/
# install git if you don't have it already
sudo apt-get install git
# clone the source files
git clone git://gitorious.org/banshee-community-extensions/banshee-community-extensions.git banshee-community-extensions
cd banshee-community-extensions
# enable only the zeitgeist provider, the others are already installed from the banshee-unstable-ppa
./autogen.sh --disable-alarmclock --disable-ampache --disable-appindicator --disable-awn --disable-clutterflow --disable-coverwallpaper --disable-jamendo --disable-lastfmfingerprint --disable-lcd --disable-lirc --disable-liveradio --disable-lyrics --disable-magnatune --disable-mirage --disable-openvp --disable-radiostationfetcher --disable-randombylastfm --disable-soundmenu --disable-streamrecorder --disable-telepathy --disable-ubuntuonemusicstore
# _make_ and ... pray for no errors
make
# then to use the Banshee.ZeitgeistDataprovider copy the dll to the extensions folder
sudo cp bin/Banshee.ZeitgeistDataprovider.dll /usr/lib/banshee-1/Extensions/
# enjoy!!
# start banshee, enable the extension (Edit-&gt; preferences -&gt; extensions -&gt; Zeitegeist Dataprovider)
# restart banshee, play a song, close banshee. activate Synapse, go to audio tab and hit down button and see the song you played before logged from zeitgeist!</pre>
<p>you can get the instructions also at pastebin :</p>
<p>http://pastebin.ca/2008871</p>
<br />Filed under: <a href='http://gourgi.wordpress.com/category/english/computing/'>Computing</a>, <a href='http://gourgi.wordpress.com/category/english/'>English</a>, <a href='http://gourgi.wordpress.com/category/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%ce%ac-greek/%cf%84%ce%b5%cf%87%ce%bd%ce%bf%ce%bb%ce%bf%ce%b3%ce%af%ce%b1/'>Τεχνολογία</a>, <a href='http://gourgi.wordpress.com/category/english/ubuntu/'>Ubuntu</a>, <a href='http://gourgi.wordpress.com/category/uncategorized/'>Uncategorized</a>, <a href='http://gourgi.wordpress.com/category/english/various/'>various</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=82&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2010/12/02/how-to-install-synapse-latest-banshee-and-how-to-push-banshee-played-songs-to-zeitgeist/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>

		<media:content url="http://dl.dropbox.com/u/310829/tmp_photowall/banshee_geist.jpg" medium="image">
			<media:title type="html">Banshee Zeitegeist Dataprovider</media:title>
		</media:content>
	</item>
		<item>
		<title>install flash player for x64 in ubuntu</title>
		<link>http://gourgi.wordpress.com/2009/12/30/install-flash-player-for-x64-in-ubuntu/</link>
		<comments>http://gourgi.wordpress.com/2009/12/30/install-flash-player-for-x64-in-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:53:11 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/2009/12/30/install-flash-player-for-x64-in-ubuntu/</guid>
		<description><![CDATA[1) download the tar.gz flash version from here http://labs.adobe.com/technologies/flashplayer10/64bit.html 2) purge existing flash : sudo apt-get purge flashplugin-installer flashplugin-nonfree nspluginwrapper 3) cd ~/Downloads 4) tar zxvf libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz 5) sudo cp libflashplayer.so /usr/lib/mozilla/plugins 6) restart firefox 7) done! :-D Posted in English, Ubuntu Tagged: Linux, Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=64&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1) download the tar.gz flash version from here</p>
<p>http://labs.adobe.com/technologies/flashplayer10/64bit.html</p>
<p>2) purge existing flash :</p>
<pre>sudo apt-get purge flashplugin-installer flashplugin-nonfree nspluginwrapper

3) cd ~/Downloads

4) tar zxvf libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz

5) sudo cp libflashplayer.so /usr/lib/mozilla/plugins</pre>
<p>6) restart firefox<br />
7) done!<br />
:-D</p>
<br />Posted in English, Ubuntu Tagged: Linux, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=64&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/12/30/install-flash-player-for-x64-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>Re-install ubuntu-desktop metapackage and reinstall its dependencies</title>
		<link>http://gourgi.wordpress.com/2009/09/27/re-install-ubuntu-desktop-metapackage-and-reinstall-its-dependencies/</link>
		<comments>http://gourgi.wordpress.com/2009/09/27/re-install-ubuntu-desktop-metapackage-and-reinstall-its-dependencies/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:43:16 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=60</guid>
		<description><![CDATA[Ubuntu-desktop is a meta-package in ubuntu that connects all the packages that are installed by default in a fresh ubuntu install. For that reason you can remove it without any damage to other packages or your system. It can be automatically removed if you remove ekiga or gnome-games. But what if at some point you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=60&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Ubuntu-desktop</strong> is a meta-package in ubuntu that connects all the packages that are installed by default in a fresh ubuntu install. For that reason you can remove it without any damage to other packages or your system. It can be automatically removed if you remove ekiga or gnome-games.</p>
<p>But what if at some point you want to revert all the changes so you have the default packages reinstalled again?</p>
<p>Running :</p>
<pre>sudo apt-get install --reinstall ubuntu-desktop</pre>
<p>does not reinstall its dependencies. So the solution is :</p>
<pre>sudo apt-cache depends ubuntu-desktop | awk -F ":" '{print $2}' | \
sed '/^$/d' | xargs sudo apt-get \
install --reinstall --install-recommends --yes</pre>
<p>(yes this is one line :))</p>
<p>Enjoy</p>
<br />Posted in English, Ubuntu  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=60&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/09/27/re-install-ubuntu-desktop-metapackage-and-reinstall-its-dependencies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>fix firefox 3.5 crash with full-screen flash</title>
		<link>http://gourgi.wordpress.com/2009/07/22/fix-firefox-3-5-crash-with-full-screen-flash/</link>
		<comments>http://gourgi.wordpress.com/2009/07/22/fix-firefox-3-5-crash-with-full-screen-flash/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 16:59:56 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/2009/07/22/fix-firefox-3-5-crash-with-full-screen-flash/</guid>
		<description><![CDATA[This is an annoying nvidia bug with the latest Firefox (Shiretoko) version 3.5. To fix it you need to load the flash plugin before firefox. To do this you have to find the firefox startup script (mine is in /usr/lib/firefox-3.5.1/firefox.sh) and add the following line at the beginning of it (be careful to not wipe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=56&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is an annoying nvidia bug with the latest Firefox (Shiretoko) version 3.5.<br />
To fix it you need to load the flash plugin before firefox.<br />
To do this you have to find the firefox startup script (mine is in /usr/lib/firefox-3.5.1/firefox.sh) and add the following line at the beginning of it (be careful to not wipe the &#8220;#!/bin/sh&#8221; line!):</p>
<pre>export LD_PRELOAD=/usr/lib/libGL.so.1

Now you can have full-screen videos again in youtube ;) 

Via:http://ubuntuforums.org/showpost.php?p=7487421&amp;postcount=14</pre>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=144b20c4-95f6-84ad-9ba4-a5ab97aa07e8" alt="" /></div>
<br />Posted in English, Ubuntu Tagged: Linux, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=56&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/07/22/fix-firefox-3-5-crash-with-full-screen-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>

		<media:content url="http://img.zemanta.com/pixy.gif?x-id=144b20c4-95f6-84ad-9ba4-a5ab97aa07e8" medium="image" />
	</item>
		<item>
		<title>Create a list of installed packages for automatic re-install</title>
		<link>http://gourgi.wordpress.com/2009/07/21/create-a-list-of-installed-packages-for-automatic-re-install/</link>
		<comments>http://gourgi.wordpress.com/2009/07/21/create-a-list-of-installed-packages-for-automatic-re-install/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:45:06 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/2009/07/21/create-a-list-of-installed-packages-for-automatic-re-install/</guid>
		<description><![CDATA[Here is how i create a package list with the current software installed : dpkg --get-selections &#62; package.list To restore the list after a new clean install and automatically re-install the packages : sudo dpkg --set-selections &#60; package.list sudo apt-get dselect-upgrade As simple as that! Posted in English, Ubuntu Tagged: Linux, Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=52&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="sans-serif">Here is how i create a package list with the current software</font> installed : 
<pre>dpkg --get-selections &gt; package.list</pre>
<p>To restore the list after a new clean install and automatically re-install the packages :
<pre>sudo dpkg --set-selections &lt; package.list</pre>
<pre> sudo apt-get dselect-upgrade</pre>
<p>As simple as that!</p>
<br />Posted in English, Ubuntu Tagged: Linux, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=52&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/07/21/create-a-list-of-installed-packages-for-automatic-re-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>Post to wordpress from my Ubuntu with gnome-blog!</title>
		<link>http://gourgi.wordpress.com/2009/07/14/post-to-wordpress-from-my-ubuntu-with-gnome-blog/</link>
		<comments>http://gourgi.wordpress.com/2009/07/14/post-to-wordpress-from-my-ubuntu-with-gnome-blog/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 20:30:27 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/2009/07/14/post-to-wordpress-from-my-ubuntu-with-gnome-blog/</guid>
		<description><![CDATA[This is the first post directly through my desktop! Really !! If you use gnome you can do it also. All you have to do is install gnome-blog package. For ubuntu users do : sudo apt-get install gnome-blog and then follow this instructions to blog. *editing from within wordpress now : Gnome-blog rocks! I wish [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=46&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first post directly through my desktop!</p>
<p>Really !!</p>
<p>If you use gnome you can do it also. All you have to do is install gnome-blog package.</p>
<p>For ubuntu users do :</p>
<p>sudo apt-get install gnome-blog</p>
<p>and then follow this instructions to <a title="blog" href="http://ullu.wordpress.com/2009/02/16/gnome-blog-for-wordpresscom-blogs/" target="_blank">blog</a>.</p>
<p>*editing from within wordpress now :</p>
<p>Gnome-blog rocks! I wish it supported categories and tags.</p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=46&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/07/14/post-to-wordpress-from-my-ubuntu-with-gnome-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox and middle click scroll</title>
		<link>http://gourgi.wordpress.com/2009/03/16/firefox-and-middle-click-scroll/</link>
		<comments>http://gourgi.wordpress.com/2009/03/16/firefox-and-middle-click-scroll/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 00:22:45 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=39</guid>
		<description><![CDATA[To enable scrolling with middle click all you have to do is : edit -&#62; preferences go to the advanced tab, and check &#8220;use autoscrolling&#8220; it is working under ubuntu linux 9.04 Posted in Computing, Ubuntu Tagged: firefox, geek, Linux, Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=39&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To enable scrolling with middle click all you have to do is :<br />
<strong>edit</strong> -&gt; <strong>preferences</strong><br />
go to the <strong>advanced</strong> tab, and check &#8220;<strong>use autoscrolling</strong>&#8220;</p>
<p>it is working under ubuntu linux 9.04</p>
<br />Posted in Computing, Ubuntu Tagged: firefox, geek, Linux, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=39&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/03/16/firefox-and-middle-click-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu: first things after install</title>
		<link>http://gourgi.wordpress.com/2009/03/16/ubuntu-things-after-first-install/</link>
		<comments>http://gourgi.wordpress.com/2009/03/16/ubuntu-things-after-first-install/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 00:18:21 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=35</guid>
		<description><![CDATA[I installed ubuntu, now what ? I asked myself the same question today, after a clean Ubuntu Jaunty 9.04 install So i&#8217;ve decided to keep a big one line install command (aka donwload the world!) just to make things easier Here it is sudo apt-get update &#38;&#38; sudo apt-get upgrade &#38;&#38; sudo apt-get install vim [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=35&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I installed ubuntu, now what ?</p>
<p>I asked myself the same question today, after a clean Ubuntu Jaunty 9.04 install</p>
<p>So i&#8217;ve decided to keep a big one line install command (aka donwload the world!) just to make things easier</p>
<p>Here it is</p>
<pre>sudo apt-get update &amp;&amp; sudo apt-get upgrade &amp;&amp; sudo apt-get install vim banshee gnome-do-plugins
fusion-icon emerald compiz-fusion-plugins-unsupported compizconfig-settings-manager openssh-server
flashplugin-nonfree padevchooser wallpaper-tray wine gparted</pre>
<p>i &#8216;ll updating the above one line command regularly</p>
<br />Posted in English, Ubuntu Tagged: Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=35&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2009/03/16/ubuntu-things-after-first-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>How to download multiple files from anywhere (including rapidshare) in Ubuntu Linux</title>
		<link>http://gourgi.wordpress.com/2008/06/08/how-to-download-multiple-files-from-anywhere-including-rapidshare-in-ubuntu-linux/</link>
		<comments>http://gourgi.wordpress.com/2008/06/08/how-to-download-multiple-files-from-anywhere-including-rapidshare-in-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 02:22:16 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rapidshare]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=29</guid>
		<description><![CDATA[How to download multiple files from rapishare (including premium accounts ) or from anywhere else using wget<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=29&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this is an easy way to download multiple file (batch download) from anywhere including rapidshare with or without premium accounts using command line.</p>
<p>Create a file named &#8220;down.txt&#8221; and paste the rapidshare links there, one link per line.</p>
<p>Next create a bash file named &#8220;multidown&#8221; and paste the following in it, replacing the &#8220;YourUsername&#8221; and &#8220;YourPassword&#8221; with your data :</p>
<pre style="padding-left:30px;">#!/bin/bash
for i in $(cat down.txt); do
wget   -nc  --user=YourUsername  --password=YourPassword "$i"
done</pre>
<p>then alter permissions for this fileto make it executable</p>
<blockquote>
<pre>chmod u+x multidown</pre>
</blockquote>
<p>and run it</p>
<blockquote>
<pre>./multidown</pre>
</blockquote>
<p>or you can also put a launcher in your desktop ;)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gourgi.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gourgi.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=29&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2008/06/08/how-to-download-multiple-files-from-anywhere-including-rapidshare-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
		<item>
		<title>Ελληνικό Forum για τα Ubuntu</title>
		<link>http://gourgi.wordpress.com/2008/06/02/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%cf%8c-forum-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b1-ubuntu/</link>
		<comments>http://gourgi.wordpress.com/2008/06/02/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%cf%8c-forum-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b1-ubuntu/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 12:14:35 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[Διάφορα]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu ellada]]></category>
		<category><![CDATA[ubuntu gr]]></category>
		<category><![CDATA[ubuntu greece]]></category>
		<category><![CDATA[ubuntu ελλάδα]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/2008/06/02/greek-ubuntu-forum/</guid>
		<description><![CDATA[Το ubuntu-gr forums είναι γεγονός !<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=18&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Δημιουργήθηκε το ubuntu &#8211; gr forum και ήδη υπάρχει αρκετό υλικό για διάβασμα.</p>
<p>Επισκευφθείτε το</p>
<p><a class="aligncenter" href="http://ubuntu.opengr.net/index.php" target="_blank">http://ubuntu.opengr.net/index.php</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gourgi.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gourgi.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&amp;blog=2465865&amp;post=18&amp;subd=gourgi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2008/06/02/%ce%b5%ce%bb%ce%bb%ce%b7%ce%bd%ce%b9%ce%ba%cf%8c-forum-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b1-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d9286f902a70621a1a24e4b1776846c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gourgi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
