<?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>Bernaz's Weblog</title>
	<atom:link href="http://bernaz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bernaz.wordpress.com</link>
	<description>Tech and more</description>
	<lastBuildDate>Sat, 19 Jan 2008 17:20:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='bernaz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d6f779f4a49d1cc8467b8d7c93aa29e4?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Bernaz's Weblog</title>
		<link>http://bernaz.wordpress.com</link>
	</image>
			<item>
		<title>FlyBack: a &#8220;Time Machine&#8221; backup utility for Linux</title>
		<link>http://bernaz.wordpress.com/2008/01/19/flyback-a-time-machine-backup-utility-for-linux/</link>
		<comments>http://bernaz.wordpress.com/2008/01/19/flyback-a-time-machine-backup-utility-for-linux/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 17:04:44 +0000</pubDate>
		<dc:creator>bernaz</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://bernaz.wordpress.com/2008/01/19/flyback-a-time-machine-backup-utility-for-linux/</guid>
		<description><![CDATA[For all the linux users that saw the new OSx Leopard and the new backup utility called Time Machine and said &#8220;wow&#8221;! Now there is FlyBack. For who don&#8217;t know what I&#8217;m talking about:
Time Machine, like many backup utilities, creates incremental backups of files which can be restored at a later date. It also supports [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=8&subd=bernaz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FFlyBack_a_Time_Machine_backup_utility_for_Linux_2' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe>For all the linux users that saw the new OSx Leopard and the new backup utility called Time Machine and said &#8220;wow&#8221;! Now there is FlyBack. For who don&#8217;t know what I&#8217;m talking about:</p>
<p>Time Machine, like many backup utilities, creates incremental backups of files which can be restored at a later date. It also supports limited restoration of files within applications that are specifically programmed to use Time Machine&#8217;s functionality.  For  more information about Time Machine: <a href="http://en.wikipedia.org/wiki/Time_Machine_%28Apple_software%29" target="_blank">http://en.wikipedia.org/wiki/Time_Machine_(Apple_software)</a></p>
<p>Now, how flyback work? From the web site:</p>
<p>FlyBack is a snapshot-based backup tool based on <a href="http://en.wikipedia.org/wiki/Rsync" rel="nofollow">rsync</a> It creates successive backup directories mirroring the files you wish to backup, but hard-links unchanged files to the previous backup. This prevents wasting disk space while providing you with full access to all your files without any sort of recovery program. If your machine crashes, just move your external drive to your new machine and copy the latest backup using whatever file browser you normally use.</p>
<p>Note that this means you can selectively delete specific backups and still retain files stored in previous ones. (ie., you can delete Tuesday&#8217;s backup and keep Monday&#8217;s, without screwing up Wednesday&#8217;s)</p>
<p>Install flyback is very easy. You have to resolve some dependencies:</p>
<table>
<tr>
<td style="border:1px solid #aaaaaa;padding:5px;">Debian</td>
<td style="border:1px solid #aaaaaa;padding:5px;">$ sudo apt-get install python python-glade2 python-gnome2 python-sqlite rsync</td>
</tr>
<tr>
<td style="border:1px solid #aaaaaa;padding:5px;">Ubuntu</td>
<td style="border:1px solid #aaaaaa;padding:5px;">$ sudo apt-get install python python-glade2 python-gnome2 python-sqlite python-gconf rsync</td>
</tr>
<tr>
<td style="border:1px solid #aaaaaa;padding:5px;">Redhat/Fedora</td>
<td style="border:1px solid #aaaaaa;padding:5px;">$ yum install pygtk2 gnome-python2-gconf pygtk2-libglade python-sqlite</td>
</tr>
</table>
<p>After downloading flyback from <a href="http://code.google.com/p/flyback/" target="_blank">http://code.google.com/p/flyback</a> and unpacking the tar.gz with the command &#8220;tar -zxvf  flyback_0.4.0.tar.gz&#8221;, enter in the new flyback directory and launch it &#8220;python flyback.py&#8221;</p>
<p>Screenshot:</p>
<p><a href="http://bernaz.files.wordpress.com/2008/01/screenshot-flyback.png" title="Flyback"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/screenshot-flyback.png" title="Flyback"><img src="http://bernaz.files.wordpress.com/2008/01/screenshot-flyback.png" alt="Flyback" /></a></div>
<p>It is very simple to configure. You have to choose what folders to backup, how many time etc. Here a screenshot of my configuration<a href="http://bernaz.files.wordpress.com/2008/01/flybac_conf.jpg" title="Flyback"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/flybac_conf.jpg" title="Flyback"><img src="http://bernaz.files.wordpress.com/2008/01/flybac_conf.jpg" alt="Flyback" /></a></div>
<p>The * mean all the day, months and years. */2 mean to do the backup every 2 hours. For the storage location i use an external hard disk and i do the backup only of my my home folder</p>
<p><a href="http://bernaz.files.wordpress.com/2008/01/flyback_conf2.jpg" title="flyback"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/flyback_conf2.jpg" title="flyback"><img src="http://bernaz.files.wordpress.com/2008/01/flyback_conf2.jpg" alt="flyback" /></a></div>
<p><a href="http://bernaz.files.wordpress.com/2008/01/flyback_conf3.jpg" title="Flyback"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/flyback_conf3.jpg" title="Flyback"><br />
</a></div>
<p><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://bernaz.wordpress.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bernaz.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bernaz.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernaz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernaz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernaz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernaz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernaz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernaz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernaz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernaz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernaz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernaz.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=8&subd=bernaz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bernaz.wordpress.com/2008/01/19/flyback-a-time-machine-backup-utility-for-linux/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cfb4dc88a981c043c922de8e0c8dcf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bernaz</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/screenshot-flyback.png" medium="image">
			<media:title type="html">Flyback</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/flybac_conf.jpg" medium="image">
			<media:title type="html">Flyback</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/flyback_conf2.jpg" medium="image">
			<media:title type="html">flyback</media:title>
		</media:content>

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>Itunes alternatives for Linux</title>
		<link>http://bernaz.wordpress.com/2008/01/18/linux-alternatives-to-itunes/</link>
		<comments>http://bernaz.wordpress.com/2008/01/18/linux-alternatives-to-itunes/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 13:03:09 +0000</pubDate>
		<dc:creator>bernaz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ipod]]></category>
		<category><![CDATA[music manager]]></category>

		<guid isPermaLink="false">http://bernaz.wordpress.com/2008/01/18/linux-alternatives-to-itunes/</guid>
		<description><![CDATA[Some itunes alternatives for Linux (Ubuntu)
Banshee (i use it) : with it you can manage music, podcast, ipod, burn/rip Cd&#8217;s and has plugins etc. The interface is pretty good.


For the installation if you have ubuntu use the command &#8220;sudo apt-get install banshee&#8221; or use Synaptic and search for banshee package. Main page of the project: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=4&subd=bernaz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div align="left"><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FItunes_alternatives_for_Linux' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe>Some itunes alternatives for Linux (Ubuntu)</div>
<p>Banshee (i use it) : with it you can manage music, podcast, ipod, burn/rip Cd&#8217;s and has plugins etc. The interface is pretty good.</p>
<p><a href="http://bernaz.files.wordpress.com/2008/01/banshee-0110-release-library.png" title="Banshee"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/banshee-0110-release-library.png" title="Banshee"><img src="http://bernaz.files.wordpress.com/2008/01/banshee-0110-release-library.thumbnail.png?w=240&#038;h=156" alt="Banshee" height="156" width="240" /></a></div>
<p>For the installation if you have ubuntu use the command &#8220;sudo apt-get install banshee&#8221; or use Synaptic and search for banshee package. Main page of the project: <a href="http://banshee-project.org/Main_Page" target="_blank">http://banshee-project.org/Main_Page</a></p>
<p>Amarok: It makes use of core components from the <a href="http://en.wikipedia.org/wiki/KDE" title="KDE">K Desktop Environment</a>, but is released independently of the central KDE release cycle. It&#8217;s very powerful.</p>
<p><a href="http://bernaz.files.wordpress.com/2008/01/amarok_146-rc2-full.jpg" title="Amarock"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/amarok_146-rc2-full.jpg" title="Amarock"><img src="http://bernaz.files.wordpress.com/2008/01/amarok_146-rc2-full.thumbnail.jpg?w=240&#038;h=193" alt="Amarock" height="193" width="240" /></a></div>
<p>For the installation &#8220;sudo apt-get install amarok&#8221; or Synaptic .It require a lot of space because for working need kde packages. Web: <a href="http://amarok.kde.org/" target="_blank">http://amarok.kde.org/</a></p>
<p>Rhythmbox offers a growing number of features like<span class="editsection"></span> <span class="mw-headline">music importing</span><span class="editsection"></span><span class="editsection">, audio CD burning, </span><span class="editsection">album Cover display, </span><span class="editsection">song Lyrics display, </span><span class="mw-headline">Last.fm Support etc</span>. It&#8217;s include in a lots of Linux distribution (Gnome) .</p>
<p><a href="http://bernaz.files.wordpress.com/2008/01/rhythmbox_0112.png" title="Rhythmbox"></a></p>
<div style="text-align:center;"><a href="http://bernaz.files.wordpress.com/2008/01/rhythmbox_0112.png" title="Rhythmbox"><img src="http://bernaz.files.wordpress.com/2008/01/rhythmbox_0112.thumbnail.png?w=240&#038;h=175" alt="Rhythmbox" height="175" width="240" /></a></div>
<p>If Rhythmbox is already installed try it. Installation &#8220;sudo apt-get install rhythmbox&#8221; or Synaptic. Web:  <a href="http://www.gnome.org/projects/rhythmbox/" target="_blank">http://www.gnome.org/projects/rhythmbox</a></p>
<p>Also on Wikipedia I found these very interesting tables of Ipod managers</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_iPod_Managers" target="_blank">http://en.wikipedia.org/wiki/Comparison_of_iPod_Managers</a></p>
<p>And media players</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_media_players" target="_blank">http://en.wikipedia.org/wiki/Comparison_of_media_players</a></p>
<p><a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://bernaz.wordpress.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bernaz.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bernaz.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernaz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernaz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernaz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernaz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernaz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernaz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernaz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernaz.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernaz.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernaz.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=4&subd=bernaz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bernaz.wordpress.com/2008/01/18/linux-alternatives-to-itunes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cfb4dc88a981c043c922de8e0c8dcf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bernaz</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/banshee-0110-release-library.thumbnail.png" medium="image">
			<media:title type="html">Banshee</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/amarok_146-rc2-full.thumbnail.jpg" medium="image">
			<media:title type="html">Amarock</media:title>
		</media:content>

		<media:content url="http://bernaz.files.wordpress.com/2008/01/rhythmbox_0112.thumbnail.png" medium="image">
			<media:title type="html">Rhythmbox</media:title>
		</media:content>

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>First post: /etc/fstab configuration with hfsplus and other File System</title>
		<link>http://bernaz.wordpress.com/2008/01/16/first-post-etcfstab-configuration-with-hfsplus-and-other-file-system/</link>
		<comments>http://bernaz.wordpress.com/2008/01/16/first-post-etcfstab-configuration-with-hfsplus-and-other-file-system/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 23:42:40 +0000</pubDate>
		<dc:creator>bernaz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[hfs+]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://bernaz.wordpress.com/2008/01/16/first-post-etcfstab-configuration-with-hfsplus-and-other-file-system/</guid>
		<description><![CDATA[I have a laptop with ubuntu 7.10 installed on, and 2  usb hard disk: 1 formatted ext2 and the other hfs+ (because I&#8217;ve a mac). IF you plug the ext2 hard disk there are no problem and ubuntu will mount it automatically in read/write mode. But for the hfs+ there are much problems. First: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=3&subd=bernaz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have a laptop with ubuntu 7.10 installed on, and 2  usb hard disk: 1 formatted ext2 and the other hfs+ (because I&#8217;ve a mac). IF you plug the ext2 hard disk there are no problem and ubuntu will mount it automatically in read/write mode. But for the hfs+ there are much problems. First: you have to disable the journaling and set the privileges like &#8220;chmod 777&#8243; (from a mac).  Afer all this operation you can try to mount the disk with the command &#8220;pmount /dev/yourDiskPartition /media/Folder&#8221; if after this you can&#8217;t write on it try to compile fsck.hfsplus and run it. The guide for compile this command are:</p>
<p>http://ubuntuforums.org/showthread.php?t=314743</p>
<p>http://www.debian-administration.org/users/lee/weblog/21</p>
<p>After this you can read and write on your hfs+ hard disk.</p>
<p>The configuration of fstab is very simple. You only have to edit the file with the command &#8220;sudo gedit /etc/fstab&#8221;.</p>
<p>There is a very nice guide on the ubuntu forum:</p>
<p>http://ubuntuforums.org/showthread.php?t=283131</p>
<p>After all i will put the example of my fstab :</p>
<p># /etc/fstab: static file system information.<br />
#<br />
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;</p>
<p># /dev/sda2</p>
<p>UUID=0252bb8a-c404-41df-b34b-a838d3c012d0 /               ext3    defaults,errors=remount-ro 0       1</p>
<p># /dev/sda5</p>
<p>UUID=5b303261-4e1c-45cd-893b-4f986d6eb34d none            swap    sw              0       0</p>
<p>/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec 0       0</p>
<p>#Seagate 320</p>
<p>LABEL=Sega320 /media/Sega320 ext2 noauto,user,rw 0 0</p>
<p>#WD500</p>
<p>UUID=543DBDA103BB0038 /media/Wd500 hfsplus noauto,users,rw, 0 0</p>
<p>I will not responsible if you destroy you computer or yours hard disk.</p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2Fetc_fstab_configuration_with_hfsplus_and_other_File_System' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bernaz.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bernaz.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernaz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernaz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernaz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernaz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernaz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernaz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernaz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernaz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernaz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernaz.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=3&subd=bernaz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bernaz.wordpress.com/2008/01/16/first-post-etcfstab-configuration-with-hfsplus-and-other-file-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cfb4dc88a981c043c922de8e0c8dcf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bernaz</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://bernaz.wordpress.com/2008/01/16/hello-world/</link>
		<comments>http://bernaz.wordpress.com/2008/01/16/hello-world/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 22:15:07 +0000</pubDate>
		<dc:creator>bernaz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hello word!! my new blog. Now the firth thing: I&#8217;m so sorry that my English will be very bad   .In this blog i would like to speak about all my linux experience (configuration) and geek think (new tech product etc). I hope that all the will help you.
Thanks
Emanuele
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=1&subd=bernaz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>hello word!! my new blog. Now the firth thing: I&#8217;m so sorry that my English will be very bad <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .In this blog i would like to speak about all my linux experience (configuration) and geek think (new tech product etc). I hope that all the will help you.</p>
<p>Thanks</p>
<p>Emanuele</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bernaz.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bernaz.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bernaz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bernaz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bernaz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bernaz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bernaz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bernaz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bernaz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bernaz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bernaz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bernaz.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bernaz.wordpress.com&blog=2539581&post=1&subd=bernaz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bernaz.wordpress.com/2008/01/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5cfb4dc88a981c043c922de8e0c8dcf3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bernaz</media:title>
		</media:content>
	</item>
	</channel>
</rss>