<?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's Weblog</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, 27 Sep 2009 14:45:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='gourgi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/a68fa49abc8e186bdb39761f44a78404?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Gourgi's Weblog</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&#8217;s Weblog" />
		<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 want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=60&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
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/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&blog=2465865&post=60&subd=gourgi&ref=&feed=1" /></div>]]></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>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>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 the &#8220;#!/bin/sh&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=56&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
Posted in English, 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/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&blog=2465865&post=56&subd=gourgi&ref=&feed=1" /></div>]]></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       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=52&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
Posted in English, 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/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&blog=2465865&post=52&subd=gourgi&ref=&feed=1" /></div>]]></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 it supported categories and tags.
Posted in Uncategorized [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=46&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
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/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&blog=2465865&post=46&subd=gourgi&ref=&feed=1" /></div>]]></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       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=39&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
Posted in Computing, 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/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&blog=2465865&post=39&subd=gourgi&ref=&feed=1" /></div>]]></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 banshee gnome-do-plugins
fusion-icon emerald compiz-fusion-plugins-unsupported [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=35&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
Posted in English, 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/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&blog=2465865&post=35&subd=gourgi&ref=&feed=1" /></div>]]></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&blog=2465865&post=29&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
<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/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&blog=2465865&post=29&subd=gourgi&ref=&feed=1" /></div>]]></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[Ubuntu]]></category>
		<category><![CDATA[Διάφορα]]></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&blog=2465865&post=18&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><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>
<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/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&blog=2465865&post=18&subd=gourgi&ref=&feed=1" /></div>]]></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>
		<item>
		<title>How to install showmouse plugin, Compiz Fusion</title>
		<link>http://gourgi.wordpress.com/2008/02/08/how-to-install-showmouse-plugin-compiz-fusion/</link>
		<comments>http://gourgi.wordpress.com/2008/02/08/how-to-install-showmouse-plugin-compiz-fusion/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 14:19:49 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz new plugins]]></category>
		<category><![CDATA[compiz plugins]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[cube]]></category>
		<category><![CDATA[eyecandy]]></category>
		<category><![CDATA[showmouse plugin]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>
		<category><![CDATA[ubuntu hardy]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=17</guid>
		<description><![CDATA[Fist of all , what this plugin is all about ??
It just displays the current mouse/cursor position a little more eyecandy.
Lets take  a look :

Nice !!! what to do now ??
Just continue reading .. ;)
i use ubuntu hardy alpha 4 and i already have installed master git
here is how i installed mousepoll and showmouse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=17&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Fist of all , what this plugin is all about ??</p>
<p>It just displays the current mouse/cursor position a little more eyecandy.</p>
<p>Lets take  a look :</p>
<p><span style="text-align:center; display: block;"><a href="http://gourgi.wordpress.com/2008/02/08/how-to-install-showmouse-plugin-compiz-fusion/"><img src="http://img.youtube.com/vi/rHRPTrnKiAI/2.jpg" alt="" /></a></span></p>
<p>Nice !!! what to do now ??</p>
<p>Just continue reading .. ;)</p>
<p>i use ubuntu hardy alpha 4 and i already have installed master git<br />
here is how i installed mousepoll and showmouse plugin:</p>
<p>1) run &#8220;<b>Alt+F2</b>&#8221; and type &#8220;<b><i>gksudo gnome-terminal</i></b>&#8220;<br />
this will open gnome-terminal with superuser priviledges<br />
2) type :</p>
<blockquote><p>mkdir compiz_plugins<br />
cd compiz_plugins</p></blockquote>
<p>3) clone both plugins through git :</p>
<blockquote><p>git clone git://anongit.compiz-fusion.org/fusion/plugins/mousepoll mousepoll<br />
git clone git://anongit.compiz-fusion.org/fusion/plugins/showmouse showmouse</p></blockquote>
<p>4 )</p>
<blockquote><p>cd mousepoll<br />
make<br />
BUILD_GLOBAL=true make install<br />
cd ..</p></blockquote>
<p>5)</p>
<blockquote><p>cd showmouse<br />
make<br />
BUILD_GLOBAL=true make install</p></blockquote>
<p>done <img src="http://forum.compiz-fusion.org/images/smilies/wink.gif" border="0" /></p>
<p>i hope this helps you</p>
<p><b>Important</b> : you need master git  for both plugins to work !!</p>
<p>Master git is the latest version of compiz.</p>
<p>If you are looking for a way to install compiz fusion from git take a look at <a href="http://gourgi.wordpress.com/2008/02/07/compiz-070-released/" title="here">this</a>  (look at Makefusion script)</p>
<p><font color="#ff6600">Note</font> : if you are going to use makefusion script to install compiz then you don&#8217;t need this , as both plugins are already in plugins-extra category</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gourgi.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gourgi.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=17&subd=gourgi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2008/02/08/how-to-install-showmouse-plugin-compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>2</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.youtube.com/vi/rHRPTrnKiAI/2.jpg" medium="image" />

		<media:content url="http://forum.compiz-fusion.org/images/smilies/wink.gif" medium="image" />
	</item>
		<item>
		<title>Compiz 0.7.0 Released !</title>
		<link>http://gourgi.wordpress.com/2008/02/07/compiz-070-released/</link>
		<comments>http://gourgi.wordpress.com/2008/02/07/compiz-070-released/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 17:55:13 +0000</pubDate>
		<dc:creator>gourgi</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz 0.7.0]]></category>
		<category><![CDATA[compiz-fusion]]></category>
		<category><![CDATA[compiz-fusion plugins]]></category>
		<category><![CDATA[compiz0.7.0]]></category>
		<category><![CDATA[compizfusion]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[makefusion]]></category>
		<category><![CDATA[Ubuntu Hardy Heron 8.04 Alpha4]]></category>

		<guid isPermaLink="false">http://gourgi.wordpress.com/?p=16</guid>
		<description><![CDATA[Opencompositing.org announced the release of Compiz 0.7.0
What&#8217;s new  :

1) Multi-display support.
2) A KDE4 port of the kde-window-decorator has been added
3) Frequent crashes of kde-window-decorator for some people have been fixed.
4) Middle and right click actions have been made configurable in gtk-window-decorator.
5) Gtk-window-decorator now optionally allows mouse wheel title bar actions, such as shading.


For complete [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=16&subd=gourgi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>Opencompositing.org announced the release of Compiz 0.7.0</h3>
<h4 align="left">What&#8217;s new  :</h4>
<blockquote>
<div align="left">1) Multi-display support.<br />
2) A KDE4 port of the kde-window-decorator has been added<br />
3) Frequent crashes of kde-window-decorator for some people have been fixed.<br />
4) Middle and right click actions have been made configurable in gtk-window-decorator.<br />
5) Gtk-window-decorator now optionally allows mouse wheel title bar actions, such as shading.</div>
<div align="left"></div>
</blockquote>
<div align="left">For complete changelog about compiz 0.7.0 look at the official announce <a href="http://lists.freedesktop.org/archives/compiz/2008-February/003005.html" title="here" target="_blank">here.</a></div>
<blockquote></blockquote>
<ul></ul>
<h4 align="left"></h4>
<h4></h4>
<h4>How to install (Git) :</h4>
<blockquote><p><b><i>        git clone git://git.freedesktop.org/git/xorg/app/compiz compiz0.7.0</i></b></p></blockquote>
<p>of course you need git to be installed ;)</p>
<p>Also there is a script called &#8220;<b>Makefusion</b>&#8221; which you can use to install compiz and compiz-fusion plugins (main extra unsupported atlantis2 bs cubedbus filedebug freewins fireflies maximumize mousegestures photowheel rubik screensaver stars snowglobe shelf visualevent wallpaper).</p>
<p>This script is  for ubuntu users 7.10 and below.You can find the script and more instructions about it <a href="http://ubuntuforums.org/showthread.php?t=643485&amp;highlight=makefusion" title="here" target="_blank">here</a> and <a href="http://forum.compiz-fusion.org/showpost.php?p=35679&amp;postcount=2" title="here" target="_blank">here</a>.</p>
<p>If you have <b>Ubuntu Hardy Heron 8.04 Alpha4</b> installed there is already an update available!</p>
<blockquote><p>Just run the <i>update-manager</i> or run in terminal  &#8220;<i>sudo apt-get update</i>&#8221; and install the available updates :D</p></blockquote>
<p><a href="http://lists.freedesktop.org/archives/compiz/2008-February/003005.html" title="here" target="_blank"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gourgi.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gourgi.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gourgi.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gourgi.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gourgi.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gourgi.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gourgi.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gourgi.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gourgi.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gourgi.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gourgi.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gourgi.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gourgi.wordpress.com&blog=2465865&post=16&subd=gourgi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://gourgi.wordpress.com/2008/02/07/compiz-070-released/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>
	</item>
	</channel>
</rss>