<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Parufito &#187; Utils</title>
	<atom:link href="http://www.parufito.info/category/utils/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parufito.info</link>
	<description>el que mola ho aprofito</description>
	<lastBuildDate>Thu, 01 Jul 2010 10:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nautilus Script per afegir Marques d&#8217;aigua a les fotos</title>
		<link>http://www.parufito.info/01072010/nautilus-script-per-afegir-marques-daigua-a-les-fotos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nautilus-script-per-afegir-marques-daigua-a-les-fotos</link>
		<comments>http://www.parufito.info/01072010/nautilus-script-per-afegir-marques-daigua-a-les-fotos/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 10:00:27 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[marca d'aigua]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[watermark]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=401</guid>
		<description><![CDATA[Ep! per necessitats del nou projecte Catalufffuuu, m&#8217;ha sortit la &#8220;necessitat&#8221; de crear un script per afegir marques d&#8217;aigua a fotografies. El funcionament és molt senzill: Afegir un arxiu anomenar watermark.png (és el png que farà les marques d&#8217;aigua) al directori on tinguis les fotografies. Crear un fitxer anomenat watermark (per exemple) #!/bin/sh # # [...]]]></description>
			<content:encoded><![CDATA[<p>Ep! per necessitats del nou projecte Catalufffuuu, m&#8217;ha sortit la &#8220;necessitat&#8221; de crear un script per afegir marques d&#8217;aigua a fotografies.</p>
<p>El funcionament és molt senzill:</p>
<ul>
<li>Afegir un arxiu anomenar <strong>watermark.png</strong> (és el png que farà les marques d&#8217;aigua) al directori on tinguis les fotografies.</li>
</ul>
<ul>
<li>Crear un fitxer anomenat watermark (per exemple)</li>
</ul>
<pre>#!/bin/sh
#
# Watermarker Script 0.1
#
# Script to add a Watermark to image Files By nautilus.
# need a file called watermark.png with the correct transparencies to work
# http://www.parufito.info

fpaths=`echo "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | sort`

for file in $fpaths
do
 if [ -f "$file" ]; then
 base=${file%.*}
 ext=${file##*.}
 newname=${base}.wm.$ext
 composite -gravity SouthEast watermark.png $file $newname
 fi
done</pre>
<ul>
<li>instal·lar el fitxer <strong>watermark</strong> en qüestió al directori dels scripts de nautilus [~/.gnome2/nautilus-scripts] i donar permisos d&#8217;execució</li>
</ul>
<p>i ja està! després botó dret a les fotos i a córrer!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/01072010/nautilus-script-per-afegir-marques-daigua-a-les-fotos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Com desactivar el Buzz</title>
		<link>http://www.parufito.info/11022010/com-desactivar-el-buzz/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=com-desactivar-el-buzz</link>
		<comments>http://www.parufito.info/11022010/com-desactivar-el-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:37:10 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Utils]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=386</guid>
		<description><![CDATA[Tothom pendent de la &#8220;novetat&#8221; de Google, però a mi personalment no m&#8217;ha agradat gens, no segueixo el Facebook i no vull una interfície similar dins del gmail. Així, que m&#8217;he posat a buscar com desactivar-ho i es molt fàcil, aneu a baix de tot i allà ja veureu el Turn Off. Espero que després [...]]]></description>
			<content:encoded><![CDATA[<p>Tothom pendent de la &#8220;novetat&#8221; de Google, però a mi personalment no m&#8217;ha agradat gens, no segueixo el Facebook i no vull una interfície similar dins del gmail.</p>
<p>Així, que m&#8217;he posat a buscar com desactivar-ho i es molt fàcil, aneu a baix de tot i allà ja veureu el <strong>Turn Off</strong>.</p>
<p><a href="http://fotos.parufito.info/varis/trucs/howtoTurnOffBuzz.JPG.php?p=*full-image"><img class="ZenphotoPress_thumb " title="howtoTurnOffBuzz" src="http://fotos.parufito.info/zp-core/i.php?a=varis/trucs&amp;i=howtoTurnOffBuzz.JPG&amp;w=700&amp;h=" alt="howtoTurnOffBuzz" /></a></p>
<p>Espero que després d&#8217;això em deixi d&#8217;enviar els <em>comments </em>del Reader a Gmail, perquè es molt molest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/11022010/com-desactivar-el-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorteig Papyre 6.1</title>
		<link>http://www.parufito.info/02022010/sorteig-papyre-6-1/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sorteig-papyre-6-1</link>
		<comments>http://www.parufito.info/02022010/sorteig-papyre-6-1/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:56:46 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[Varis]]></category>
		<category><![CDATA[concurs]]></category>
		<category><![CDATA[entreblogs]]></category>
		<category><![CDATA[papyre]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=382</guid>
		<description><![CDATA[Entreblogs i Grammata Fan un sorteig del Papyre 6.1 mes informació a la pagina del concurs:]]></description>
			<content:encoded><![CDATA[<p>Entreblogs i Grammata Fan un sorteig del Papyre 6.1 mes informació a la pagina del concurs:<br />
<div class="wp-caption aligncenter" style="width: 540px"><a href="http://entreblogs.com/papyre/"><img title="Papyre 6.1" src="http://entreblogs.com/wp-content/uploads/2010/01/banner-grande.png" alt="Sorteig Papyre 6.1" width="530" height="276" /></a><p class="wp-caption-text">Sorteig Papyre 6.1</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/02022010/sorteig-papyre-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formats de video</title>
		<link>http://www.parufito.info/08052009/formats-de-video/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=formats-de-video</link>
		<comments>http://www.parufito.info/08052009/formats-de-video/#comments</comments>
		<pubDate>Fri, 08 May 2009 18:34:07 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[formats]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=311</guid>
		<description><![CDATA[Vols saber que significa: CAM, TS, TELESYNC, PDVD, WP, WORKPRINT, SCR, SCREENER, DVDSCR, DVD-SCREENER, VHS-SCREENER, R5, TC, TELECINE, BDRip, BRRip, DVDRip, DVDR image, TVRip, DSR, STV, PDTV, HDTV, DVBRip Doncs visita aquest article molt currat de Fabio.com.ar, que explica prou bé tots aquests formats i nomenclatures del vídeo per internet]]></description>
			<content:encoded><![CDATA[<p>Vols saber que significa:</p>
<blockquote><p>CAM, TS, TELESYNC, PDVD, WP, WORKPRINT, SCR, SCREENER, DVDSCR, DVD-SCREENER, VHS-SCREENER, R5, TC, TELECINE, BDRip, BRRip, DVDRip, DVDR image, TVRip, DSR, STV, PDTV, HDTV, DVBRip</p></blockquote>
<p>Doncs <a href="http://www.fabio.com.ar/verpost.php?id_noticia=3132">visita aquest article molt currat de Fabio.com.ar</a>, que explica prou bé tots aquests formats i nomenclatures del vídeo per internet</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/08052009/formats-de-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nautilus Browser Mode</title>
		<link>http://www.parufito.info/19022009/nautilus-browser-mode/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nautilus-browser-mode</link>
		<comments>http://www.parufito.info/19022009/nautilus-browser-mode/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 10:40:48 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[nautilus]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=293</guid>
		<description><![CDATA[Fart de que se t&#8217;obrin mil finestres mentre &#8220;navegues&#8221; per el teu sistema de fitxers en Gnome? activa el mode browser de Nautilus, per a mi es vital! :D Debian executar via terminal: gconf-editor o via Applications –&#62; System Tools –&#62; Configuration Editor Modifcar aquest valor: apps –&#62; nautilus –&#62; preferences –&#62; always_use_browser a TRUE! [...]]]></description>
			<content:encoded><![CDATA[<p>Fart de que se t&#8217;obrin mil finestres mentre &#8220;navegues&#8221; per el teu sistema de fitxers en <strong>Gnome</strong>? activa el <strong>mode browser de Nautilus</strong>, per a mi es vital! :D</p>
<p><img class="aligncenter" title="Nautilus Spatial View" src="http://fotos.parufito.info/zp-core/i.php?a=varis%2Fposts&amp;i=6naut_spatial_view1.png&amp;w=480" alt="" width="480" height="310" /></p>
<p><span style="text-decoration: underline;"><strong>Debian</strong></span></p>
<pre>executar via terminal:</pre>
<pre>
<pre style="padding-left: 30px;">gconf-editor</pre>
<p>o via Applications –&gt; System Tools –&gt; Configuration Editor Modifcar aquest valor:</pre>
<pre style="padding-left: 30px;">apps –&gt; nautilus –&gt; preferences –&gt; always_use_browser a <strong>TRUE!</strong></pre>
<p><span style="text-decoration: underline;"><strong>Fedora</strong></span></p>
<p>Executa això en un terminal:</p>
<pre style="padding-left: 30px;">gconftool-2 --type boolean --set /apps/nautilus/preferences/always_use_browser true</pre>
<p>i el resultat final:</p>
<p style="text-align: center;"><img class="aligncenter" title="Nautilus Browser mode" src="http://fotos.parufito.info/cache/varis/posts/Nautilus-Browser-Mode1.jpg_w480.jpg" alt="" width="480" height="306" /></p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://www.linux-archive.org/fedora-desktop/182837-browser-mode-nautilus.html">http://www.linux-archive.org/fedora-desktop/182837-browser-mode-nautilus.html</a></li>
<li><a href="http://linux.about.com/library/gnome/blgnome6n2a.htm">http://linux.about.com/library/gnome/blgnome6n2a.htm</a></li>
<li><a href="http://franciscoalecrim.com/blog/2007/07/27/debian-nautilus-browser-mode/">http://franciscoalecrim.com/blog/2007/07/27/debian-nautilus-browser-mode/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/19022009/nautilus-browser-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone + Google Calendar</title>
		<link>http://www.parufito.info/13022009/iphone-google-calendar/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=iphone-google-calendar</link>
		<comments>http://www.parufito.info/13022009/iphone-google-calendar/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:28:18 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Utils]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[echange]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[menussync]]></category>
		<category><![CDATA[nuevasync]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=270</guid>
		<description><![CDATA[L&#8217;article el tenia en draft i com sempre, vaig tant tard que quasi no serveix, ja que Google acaba d&#8217;anunciar el seu servei de Sync . Tot i així el servei encara esta nomes limitat a un sol calendar (el nostre principal), per tant parufito per acabar l&#8217;article i així quedar-me tranquil, i poder explicar [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;article el tenia en draft i com sempre, vaig tant tard que quasi no serveix, ja que <strong>Google </strong>acaba d&#8217;anunciar el seu servei de <strong><a href="http://www.google.com/mobile/default/sync.html">Sync</a></strong> . Tot i així el servei encara esta nomes limitat a un sol calendar (el nostre principal), per tant <em>parufito </em>per acabar l&#8217;article i així quedar-me tranquil, i poder explicar com faig actualment, per a sincronitzar els meus diversos calendaris de Google, tant personals, com els externs.</p>
<p style="text-align: center;"><img class="aligncenter" title="iPhone Cal" src="http://www.parufito.info/wp-content/uploads/2009/02/enterprise_calendar20081217-150x150.jpg" alt="" width="150" height="150" /></p>
<p><span id="more-270"></span>Primer de tot parlaré dels calendaris personals, als que ens interessa llegir i escriure des del propi <strong>calendari del iPhone</strong>, això (fins que Google no millori el seu servei) ho he resolt gracies a <strong><a href="http://www.nuevasync.com/">NuevaSync</a></strong>, aquest ens permet vincular una compta de Google i la converteix a una compta <strong><a href="http://es.wikipedia.org/wiki/Exchange">Exchange</a></strong>, la tecnologia de Moco$oft que permet pujar i baixar notes del calendari i que sempre estiguin sincronitzades.</p>
<p><img class="alignleft" title="GoogleSync" src="http://www.parufito.info/wp-content/uploads/2009/02/sync-48x48.gif" alt="" width="48" height="48" />El problema, es que aquest mètode, nomes ens permet sincronitzar calendaris dels que som propietaris.</p>
<p>Per a poder sincronitzar els calendaris externs, ja es mes complicat, primer de tot, necessitem tenir <strong>Jailbreak</strong>, cosa mes complicada ;)</p>
<p><img class="alignleft" title="NemusSync" src="http://www.parufito.info/wp-content/uploads/2009/02/images.jpg" alt="" width="60" height="60" />Llavors, ens baixem un programa, que es diu <strong><a href="http://www.nemustech.com/iPhone/NemusSync.html">NemusSync</a></strong> i que permet també la sincronització amb Google Calendar. El problema que te aquest, es que hem de fer les sincronitzacions manualment i no es fan automàticament com amb Exchange (per això barrejo els 2 mètodes).</p>
<p>Un cop instal·lat, en aquest, li configurem la nostra compta Google, però nomes escollirem els calendaris externs, deixant la gestió (escriptura/lectura) al calendari del iPhone i la &#8220;escriptura al calendari&#8221; a la sincronització manual de NemusSync.</p>
<p>Així amb aquests dos, tenim per un cantó la sincronització automàtica des del propi calendari, i d&#8217;una forma mes rudimentària, la sincronització de calendaris externs (com que no tenim permisos d&#8217;escriptura, no molesta tant).</p>
<p>Espero que us serveixi, mentrestant  esperem que Google acabi de millorar el seu Sync i que ens permeti directament agafar tots els calendaris que tenim a la nostra compta, això facilitara les coses i ens traurà maldecaps!</p>
<p><span style="text-decoration: underline;"><strong>Links d&#8217;interès:</strong></span></p>
<ul>
<li><a href="http://www.nuevasync.com/">http://www.nuevasync.com/</a></li>
<li><a href="http://www.google.com/mobile/default/sync.html">http://www.google.com/mobile/default/sync.html</a></li>
<li><a href="http://www.nemustech.com/iPhone/NemusSync.html">http://www.nemustech.com/iPhone/NemusSync.html</a></li>
<li><a href="http://www.appleiphoneschool.com/2008/05/16/nemussync-053-google-calendar-iphone-sync-wirelessly/">http://www.appleiphoneschool.com/2008/05/16/nemussync-053-google-calendar-iphone-sync-wirelessly/</a></li>
<li><a href="http://www.simonblog.com/2008/09/03/nemussync-also-sync-google-calendar-with-iphone-wirelessly/">http://www.simonblog.com/2008/09/03/nemussync-also-sync-google-calendar-with-iphone-wirelessly/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/13022009/iphone-google-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ref-cards</title>
		<link>http://www.parufito.info/26012009/ref-cards/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ref-cards</link>
		<comments>http://www.parufito.info/26012009/ref-cards/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 10:01:55 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[ref card]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[reference card]]></category>
		<category><![CDATA[targetes]]></category>
		<category><![CDATA[triptics]]></category>
		<category><![CDATA[vi mysql]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=245</guid>
		<description><![CDATA[L&#8217;altre dia vaig trobar en un pendrive una tarja de referència rapida de Debian, que tenia per imprimir feia temps, revisant un link que hi havia, vaig descobrir que hi havia una versió mes nova i en català! Ja posat en matèria, em vaig decidir a buscar-ne algunes més, en aquests links que copio a [...]]]></description>
			<content:encoded><![CDATA[<p>L&#8217;altre dia vaig trobar en un pendrive una <strong><a href="http://www.digilife.be/quickreferences/quickrefs.htm">tarja de referència rapida</a></strong> de <strong>Debian</strong>, que tenia per imprimir feia temps, revisant un link que hi havia, vaig descobrir que hi havia una <a href="http://xinocat.com/refcard/">versió mes nova i en <strong>català</strong></a>!</p>
<p>Ja posat en matèria, em vaig decidir a buscar-ne algunes més, en aquests links que copio a continuació, vaig trobar una del <strong><a href="http://en.wikipedia.org/wiki/Vi">Vi</a> </strong>i una de <strong><a href="http://ca.wikipedia.org/wiki/MySQL">MySql</a> </strong>força interessants, feu-li un cop d&#8217;ull perquè podeu trobar coses que us facin servei:</p>
<ul>
<li><a href="http://refcards.com/">http://refcards.com/</a></li>
<li><a href="http://www.digilife.be/quickreferences/quickrefs.htm">http://www.digilife.be/quickreferences/quickrefs.htm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/26012009/ref-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace de text en MySQL</title>
		<link>http://www.parufito.info/12122008/replace-de-text-en-mysql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=replace-de-text-en-mysql</link>
		<comments>http://www.parufito.info/12122008/replace-de-text-en-mysql/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:39:13 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[trucs]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=210</guid>
		<description><![CDATA[UPDATE nom_taula set camp_afectat = replace(camp_afectat,&#8217;cerca_aquest_text&#8216;,&#8217;canvial_per_aquest&#8216;);]]></description>
			<content:encoded><![CDATA[<blockquote><p>UPDATE <em>nom_taula</em> set <em>camp_afectat</em> = replace(<em>camp_afectat</em>,&#8217;<em>cerca_aquest_text</em>&#8216;,&#8217;<em>canvial_per_aquest</em>&#8216;);</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/12122008/replace-de-text-en-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jDownloader</title>
		<link>http://www.parufito.info/10122008/jdownloader/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jdownloader</link>
		<comments>http://www.parufito.info/10122008/jdownloader/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:37:54 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jdownloader]]></category>
		<category><![CDATA[megaupload]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=147</guid>
		<description><![CDATA[Coneixes rapget o USDownloader? Fas mil xapusses per a poder-los executar al teu Sistema operatiu? Doncs baixa&#8217;t ja el JDownloader que va de perles per a baixar de tot! amb captxa automàtic, multisistema&#8230; amb un munt de característiques que em fot pal d&#8217;escriure. Per executar-ho en linux, nomes cal: baixar el fitxer multi sistema (en [...]]]></description>
			<content:encoded><![CDATA[<p>Coneixes rapget o USDownloader? Fas mil xapusses per a poder-los executar al teu Sistema operatiu?</p>
<p>Doncs baixa&#8217;t ja el <a href="http://jdownloader.org">JDownloader</a> que va de perles per a baixar de tot! amb captxa automàtic, multisistema&#8230; amb un munt de <a href="http://www.jdownloader.org/home_features">característiques</a> que em fot pal d&#8217;escriure.</p>
<p><img class="aligncenter" title="Jdownloader" src="http://jdownloader.org/screenshots/20080624003540360.PNG" alt="" width="362" height="65" /></p>
<p>Per executar-ho en linux, nomes cal:</p>
<ul>
<li>baixar el fitxer multi sistema (en el meu cas: jDownloader_v0.2.888_multios.rar)</li>
<li>descomprimir</li>
<li>executar-lo així:</li>
</ul>
<blockquote><p>java -jar -Xmx512m /path_al_JAR/JDownloader.jar</p></blockquote>
<p>Espero que us agradi ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/10122008/jdownloader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VerTV</title>
		<link>http://www.parufito.info/23092008/vertv/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vertv</link>
		<comments>http://www.parufito.info/23092008/vertv/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 08:32:54 +0000</pubDate>
		<dc:creator>parufito</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[futbol]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[tv online]]></category>

		<guid isPermaLink="false">http://www.parufito.info/?p=149</guid>
		<description><![CDATA[T&#8217;interessa el tema de poder mirar partits de futbol en streaming via Linux, però et ralla mirar-ho directament des del navegador? Doncs ahir em van recomanar un programet, que permet veure canals de TV per Internet via streaming, mitjançant sopcast, es una especie de script, que ens permetrà obrir url&#8217;s de sopcast mitjançant el Totem, [...]]]></description>
			<content:encoded><![CDATA[<p>T&#8217;interessa el tema de poder mirar partits de futbol en streaming via Linux, però et ralla mirar-ho directament des del navegador? Doncs ahir em van recomanar un programet, que permet veure canals de TV per Internet via streaming, mitjançant sopcast, es una especie de script, que ens permetrà obrir url&#8217;s de <a href="http://www.sopcast.org">sopcast</a> mitjançant el Totem, el VLC o el mPlayer segons ens interessi i allà portar el streaming de la tele.</p>
<p>[youtube]http://www.youtube.com/watch?v=70s7LcFGX_4[/youtube]</p>
<p>Es molt practic per a partits de futbol de pago, ja que gracies a la pagina <a href="http://www.rojadirecta.com/">www.rojadirecta.com</a> aconseguirem els links de SopCast que emeten aquests partidets jeje.</p>
<p>L&#8217;autor ha empaquetat el script en <strong>.deb</strong> i <strong>.rpm</strong> per als gestors mes comuns de les nostres distribucions Linux, a la seva pagina trobareu el necessari i les instruccions a seguir.</p>
<p><a href="http://diariodeunlinux3ro.es/?p=348">Pagina de l&#8217;autor de VerTV</a></p>
<p>Però no nomes de futbol es viu, així que si us interessa aquí us adjunto també una llista de canals amb les respectives url sopcast &#8220;para bosaaal miamol&#8221;</p>
<p><a href="http://www.sopcast.com/channel/chlist.jsp">Channel List</a></p>
<p><strong>EDIT:</strong> Mireu sovint <a href="http://diariodeunlinux3ro.es/?tag=ver-la-tele">la pàgina de l&#8217;autor amb el tag Ver la Tele</a>, perquè està fent canvis constants!!<br />
<strong>EDIT2:</strong> Per no semblar un ranci <span style="text-decoration: line-through;">de merda</span>, he de dir que vaig conèixer de l&#8217;existència del programa gracies a l&#8217;<a href="http://www.orcast.net">Oriol Castellví</a>. Que si no em mata! jeje</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parufito.info/23092008/vertv/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
