<?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>The Power of Mind &#187; GNU/Linux</title>
	<atom:link href="http://draxus.org/weblog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://draxus.org/weblog</link>
	<description>El blog de DraXus</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visor de archivos MDB en Linux</title>
		<link>http://draxus.org/weblog/2011/03/28/visor-de-archivos-mdb-en-linux/</link>
		<comments>http://draxus.org/weblog/2011/03/28/visor-de-archivos-mdb-en-linux/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 10:00:58 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[mdb]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1406</guid>
		<description><![CDATA[Hace unos años escribí un post sobre cómo convertir un archivo MDB a ODB, pero desafortunadamente no funciona con la última versión de LibreOffice. Por suerte, existe un software para GNU/Linux llamado mdbtools, que contiene una serie de utilidades para consultar las bases de datos MDB (de Microsoft Access), así como exportación a CSV. La [...]]]></description>
			<content:encoded><![CDATA[<p>Hace unos años escribí un post sobre <a href="http://draxus.org/weblog/2008/12/16/conversor-de-access-a-openofficeorg/">cómo convertir un archivo MDB a ODB</a>, pero desafortunadamente no funciona con la última versión de LibreOffice.</p>
<p>Por suerte, existe un software para GNU/Linux llamado <strong><a href="http://mdbtools.sourceforge.net/">mdbtools</a></strong>, que contiene una serie de utilidades para consultar las bases de datos MDB (de Microsoft Access), así como exportación a CSV.</p>
<p>La instalación se puede hacer en Ubuntu/Debian y similares instalando el paquete mdbtools de los repositorios, que provee los siguientes ejecutables:</p>
<pre><code>mdb-array     mdb-header    mdb-parsecsv  mdb-schema    mdb-tables
mdb-export    mdb-hexdump   mdb-prop      mdb-sql       mdb-ver</code></pre>
<p>Si preferimos usar una interfaz gráfica, basta con instalar el paquete <strong>mdbtools-gmdb</strong> y luego ejecutar
<pre><code>gmdb2 fichero.mdb</code></pre>
<p><a href="http://draxus.org/weblog/wp-content/uploads/2011/03/gmdb2.png"><img src="http://draxus.org/weblog/wp-content/uploads/2011/03/gmdb2-300x201.png" alt="" title="gmdb2" width="300" height="201" class="size-medium wp-image-1407" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2011/03/28/visor-de-archivos-mdb-en-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>winetricks: utilidad imprescindible para wine</title>
		<link>http://draxus.org/weblog/2011/03/26/winetricks-utilidad-imprescindible-para-wine/</link>
		<comments>http://draxus.org/weblog/2011/03/26/winetricks-utilidad-imprescindible-para-wine/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 15:10:37 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[winetricks]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1398</guid>
		<description><![CDATA[Si habéis usado wine alguna vez para ejecutar alguna aplicación que sólo está disponible para Windows, es posible que no os haya funcionado a la primera. Esto es debido a que hay ciertas aplicaciones que necesitan otras librerías para ejecutarse correctamente. Si bien en la web oficial de wine, describen a winetricks como &#8220;un script [...]]]></description>
			<content:encoded><![CDATA[<p>Si habéis usado <strong><a href="http://wiki.winehq.org/">wine</a></strong> alguna vez para ejecutar alguna aplicación que sólo está disponible para Windows, es posible que no os haya funcionado a la primera. Esto es debido a que hay ciertas aplicaciones que necesitan otras librerías para ejecutarse correctamente.</p>
<p>Si bien en la <a href="http://wiki.winehq.org/winetricks">web oficial de wine</a>, describen a <strong><a href="http://code.google.com/p/winetricks/">winetricks</a></strong> como &#8220;un script rápido y sucio&#8221;, es bastante útil y sencillo de utilizar.</p>
<p>Para descargarlo, abrir un terminal y ejecutar:</p>
<pre><code>wget http://winetricks.org/winetricks </code></pre>
<p>Si tenéis Ubuntu, podéis descargarlo de un repositorio:</p>
<pre><code>sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo aptitude update
sudo aptitude install winetricks</code></pre>
<p>Una vez, descargado, ejecutadlo y os aparecerá una interfaz gráfica donde permite escoger qué aplicaciones o librerías queréis instalar. No sé porqué, pero a través de esta interfaz no aparecen todas las opciones disponibles. Para ver un listado completo, ejecutad en la terminal:
<pre><code>sh winetricks list-download</code></pre>
<p>Para instalar cualquier cosa, escribid simplemente el nombre de la aplicación. Por ejemplo, si queremos instalar Spotify y el framework .NET 3.5:
<pre><code>sh winetricks spotify dotnet35</code></pre>
<p>.</p>
<p><span id="more-1398"></span><br />
Listado de aplicaciones completo a día de hoy (26 de marzo de 2011):<br />
<small><br />
3dmark03<br />
3dmark05<br />
3dmark06<br />
3dmark2000<br />
3dmark2001<br />
7zip<br />
abiword<br />
adobeair<br />
algodoo_demo<br />
alienswarm_steam<br />
allcodecs<br />
allfonts<br />
amstream<br />
aoe3_demo<br />
aoe_demo<br />
art2kmin<br />
atmlib<br />
autohotkey<br />
baekmuk<br />
bioshock_demo<br />
bladekitten_demo<br />
borderlands_steam<br />
cjkfonts<br />
cmake<br />
cnc3_demo<br />
cod4mw_demo<br />
cod_demo<br />
cojbib_demo<br />
colorprofile<br />
comctl32<br />
comdlg32ocx<br />
controlpad<br />
corefonts<br />
crypt32<br />
crysis2_demo_mp<br />
cygwin<br />
d3dcompiler_43<br />
d3dx10<br />
d3dx11_43<br />
d3dx9<br />
d3dx9_26<br />
d3dx9_28<br />
d3dx9_31<br />
d3dx9_35<br />
d3dx9_36<br />
d3dx9_42<br />
d3dxof<br />
dc2ba_demo<br />
devenum<br />
dinput<br />
dinput8<br />
dirac<br />
directmusic<br />
directplay<br />
directx9<br />
dirt2_demo<br />
divinity2_demo<br />
dmsynth<br />
dotnet11<br />
dotnet11sp1<br />
dotnet20<br />
dotnet30<br />
dotnet35<br />
dragonage2_demo<br />
droid<br />
dsound<br />
dxdiag<br />
dxdiagn<br />
eufonts<br />
eve<br />
ffdshow<br />
fifa11_demo<br />
firefox<br />
firefox4<br />
flash<br />
fontfix<br />
fontxplorer<br />
gdiplus<br />
gecko110<br />
gecko120<br />
gfw<br />
glut<br />
gothic4_demo<br />
guildwars<br />
hegemony_demo<br />
hegemonygold_demo<br />
hon<br />
hordesoforcs2_demo<br />
hphbp_demo<br />
icodecs<br />
ie6<br />
ie7<br />
ie8<br />
imvu<br />
jet40<br />
kde<br />
l3codecx<br />
lhp_demo<br />
liberation<br />
lucida<br />
masseffect2_demo<br />
maxmagicmarker_demo<br />
mb_warband_demo<br />
mdac28<br />
mfc40<br />
mfc42<br />
mfsx_demo<br />
mingw<br />
mono210<br />
mono26<br />
mono28<br />
mozillabuild<br />
mpc<br />
msasn1<br />
mshflxgd<br />
msi2<br />
msls31<br />
msmask<br />
mspaint<br />
msscript<br />
msxml4<br />
msxml6<br />
nfsshift_demo<br />
ogg<br />
opensymbol<br />
openwatcom<br />
osmos_demo<br />
pdh<br />
penpenxmas<br />
physx<br />
plantsvszombies<br />
pngfilt<br />
psdk2003<br />
psdkwin7<br />
puzzleagent_demo<br />
python26<br />
python26_comtypes<br />
quartz<br />
quicktime72<br />
quicktime76<br />
rayman2_demo<br />
riched20<br />
riched30<br />
richtx32<br />
ruse_demo_steam<br />
safari<br />
sammax301_demo<br />
sammax304_demo<br />
secondlife<br />
secur32<br />
shockwave<br />
sketchup<br />
spotify<br />
steam<br />
supermeatboy_steam<br />
tahoma<br />
takao<br />
tmnationsforever<br />
uff<br />
unifont<br />
usp10<br />
utorrent<br />
vb2run<br />
vb3run<br />
vb4run<br />
vb5run<br />
vb6run<br />
vc2005express<br />
vc2005trial<br />
vcrun2003<br />
vcrun2005<br />
vcrun2008<br />
vcrun2010<br />
vcrun6<br />
vcrun6sp6<br />
vjrun20<br />
vlc<br />
wenquanyi<br />
wglgears<br />
windowscodecs<br />
winhttp<br />
wininet<br />
wme9<br />
wmi<br />
wmp10<br />
wmp9<br />
wog<br />
wormsreloaded_demo_steam<br />
wowtrial<br />
wsh56js<br />
wsh56vb<br />
wsh57<br />
xact<br />
xinput<br />
xmllite<br />
xvid<br />
zootycoon2_demo<br />
</small></p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2011/03/26/winetricks-utilidad-imprescindible-para-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configurar monitor Samsung SyncMaster 943NW en Ubuntu 10.10</title>
		<link>http://draxus.org/weblog/2011/02/26/configurar-monitor-samsung-syncmaster-943nw-en-ubuntu-10-10/</link>
		<comments>http://draxus.org/weblog/2011/02/26/configurar-monitor-samsung-syncmaster-943nw-en-ubuntu-10-10/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 14:38:10 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[resolucion]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1393</guid>
		<description><![CDATA[Mi monitor de 19&#8243; tiene una resolución un tanto peculiar, que no suele reconocer a priori el sistema operativo. Además, las instrucciones que he encontrado por internet se referían todas a usar el fichero xorg.conf y no he conseguido que ninguna me funcionase. Dejo aquí las instrucciones para futuras referencias. Si ejecutamos: $ cvt 1440 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://draxus.org/weblog/wp-content/uploads/2011/02/small.jpg" alt="" title="samsung syncmaster 943nw" width="120" height="120" class="alignright size-full wp-image-1394" />Mi monitor de 19&#8243; tiene una resolución un tanto peculiar, que no suele reconocer a priori el sistema operativo. Además, las instrucciones que he encontrado por internet se referían todas a usar el fichero xorg.conf y no he conseguido que ninguna me funcionase. Dejo aquí las instrucciones para futuras referencias.</p>
<p>Si ejecutamos:</p>
<pre><code>$ cvt 1440 900 75</code></pre>
<p>Nos debe dar una salida similar a:</p>
<pre><code>
# 1440x900 74.98 Hz (CVT 1.30MA) hsync: 70.64 kHz; pclk: 136.75 MHz
Modeline "1440x900_75.00"  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync
</code></pre>
<p>Ahora, usando lo que aparece a la derecha Modeline, ejecutamos:</p>
<pre><code>$ xrandr --newmode "1440x900_75.00"  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync</code></pre>
<p>A continuación, ejecuta xrandr para saber cómo está identificado tu monitor (puede ser VGA1, CRT1 o similar). Una vez localizado, ejecuta:</p>
<pre><code>$ xrandr --addmode CRT2 "1440x900_75.00"</code></pre>
<p>Para establecer esta resolución, accedemos a través del menú de Gnome: Sistema -> Preferencias -> Monitores (si no usas Gnome, debes ir a las propiedades del monitor). Elegimos la resolución <strong>1440&#215;900 (16:10)</strong> y tasa de refresco <strong>75 Hz</strong>. Para guardar la configuración, pulsamos en <strong>&#8220;Hacer predeterminado&#8221;</strong>. Nos pedirá la contraseña de administrador y finalmente hacemos click en &#8220;Aplicar&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2011/02/26/configurar-monitor-samsung-syncmaster-943nw-en-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mostrar metadatos de música, imágenes y pdf en Nautilus</title>
		<link>http://draxus.org/weblog/2011/01/05/mostrar-metadatos-de-musica-imagenes-y-pdf-en-nautilus/</link>
		<comments>http://draxus.org/weblog/2011/01/05/mostrar-metadatos-de-musica-imagenes-y-pdf-en-nautilus/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 12:45:46 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1368</guid>
		<description><![CDATA[Intentando organizar un poco los artículos en PDF que tengo, me he dado cuenta que sería útil poder visualizar el autor y el título del mismo en el navegador de archivos de Gnome (Nautilus). Buscando en Google he encontrado que ya existía algo similar, pero que solo servía para música e imágenes. Es una extensión [...]]]></description>
			<content:encoded><![CDATA[<p>Intentando organizar un poco los artículos en PDF que tengo, me he dado cuenta que sería útil poder visualizar el autor y el título del mismo en el navegador de archivos de Gnome (Nautilus).</p>
<p><a href="http://draxus.org/weblog/wp-content/uploads/2011/01/nautilus-music-columns1.png"><img src="http://draxus.org/weblog/wp-content/uploads/2011/01/nautilus-music-columns1.png" alt="" title="nautilus-music-columns" width="450" height="213" class="aligncenter size-full wp-image-1373" /></a></p>
<p>Buscando en Google he encontrado que ya existía algo similar, pero que solo servía para música e imágenes. Es una extensión que se llama <strong><a href="http://www.webupd8.org/2010/10/music-and-exif-metadata-information-in.html">nautilus-columns</a></strong> (<a href="http://ubuntuforums.org/showthread.php?t=878683">hebra en Ubuntu Forums</a>). Al ver que estaba hecha en python me he puesto a modificarla para añadirle soporte de PDFs. No ha resultado muy complicado gracias a la librería <a href="http://pybrary.net/pyPdf/">pyPdf</a>.</p>
<p>Podéis descargar el script en <a href="http://pastebin.com/WxspTtvL">http://pastebin.com/WxspTtvL</a></p>
<p>Son necesarias las siguientes dependencias: </p>
<pre><code># apt-get install python-nautilus python-mutagen python-pyexiv2 \
python-kaa-metadata libnautilus-extension1 python-pypdf</code></pre>
<p>Una vez instalado, tenéis que activar los campos Title y Artist, para mostrar el título y el autor, respectivamente.</p>
<p><strong>Editado:</strong> si usáis Ubuntu, podéis descargar la extensión con esta nueva modificación desde el repositorio oficial.</p>
<pre><code>
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install nautilus-columns
$ nautilus -q
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2011/01/05/mostrar-metadatos-de-musica-imagenes-y-pdf-en-nautilus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Uso del comando date en cron</title>
		<link>http://draxus.org/weblog/2010/03/16/uso-del-comando-date-en-cron/</link>
		<comments>http://draxus.org/weblog/2010/03/16/uso-del-comando-date-en-cron/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:17:19 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[logs]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1335</guid>
		<description><![CDATA[Si queremos crear un fichero de log con el resultado de un script que vamos a lanzar periódicamente usando cron, conviene tener en cuenta un detalle de sintaxis. $ crontab -e # m h dom mon dow command 00 03 * * * /ruta/script.sh &#62; /ruta/fichero_`date +\%y_\%m_\%d`.log Esto sería un ejemplo de la lista de [...]]]></description>
			<content:encoded><![CDATA[<p>Si queremos crear un fichero de log con el resultado de un script que vamos a lanzar periódicamente usando cron, conviene tener en cuenta un detalle de sintaxis.</p>
<pre><code>
$ crontab -e

# m h  dom mon dow   command
00 03  * * * /ruta/script.sh &gt; /ruta/fichero_`date +\%y_\%m_\%d`.log
</code></pre>
<p>Esto sería un ejemplo de la lista de tareas de cron, si os fijáis en el detalle de `date +\%d_\%m_\%y` se han escapado los símbolos de %. Esto se explica perfectamente en el man 5 crontab, pero lo escribo aquí para no olvidarme y por si de paso le sirve a alguien más.</p>
<blockquote><p>The  ‘‘sixth’’ field (the rest of the line) specifies the command to be run.  The entire command portion of the line, up  to  a  newline  or  % character, will be executed by /bin/sh or by the shell specified in the SHELL variable of the crontab file.  Percent-signs (%) in the  command, unless escaped with backslash (\), will be changed into newline characters, and all data after the first % will be sent  to  the  command  as standard  input.  There  is  no way to split a single command line onto multiple lines, like the shell’s trailing &#8220;\&#8221;.</p></blockquote>
<p><strong>Más información</strong>: <a href="http://en.wikipedia.org/wiki/Cron">cron</a> y <a href="http://en.wikipedia.org/wiki/Date_%28Unix%29">date</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2010/03/16/uso-del-comando-date-en-cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>acpi=off en Grub2 en Ubuntu 9.10</title>
		<link>http://draxus.org/weblog/2010/01/09/acpioff-en-grub2-en-ubuntu-9-10/</link>
		<comments>http://draxus.org/weblog/2010/01/09/acpioff-en-grub2-en-ubuntu-9-10/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 13:25:13 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[acpi]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[grub2]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1310</guid>
		<description><![CDATA[Con la última versión de Ubuntu viene por defecto el gestor de arranque Grub2, que en cuanto a configuración, difiere bastante de su predecesor. Si necesitáis desactivar el ACPI en el arranque de vuestro sistema por alguna razón, se hace de la siguiente manera: Editamos el archivo /etc/default/grub (es necesario tener permisos de administrador) y [...]]]></description>
			<content:encoded><![CDATA[<p>Con la última versión de Ubuntu viene por defecto el gestor de arranque Grub2, que en cuanto a configuración, difiere bastante de su predecesor. Si necesitáis desactivar el <a href="http://es.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface">ACPI</a> en el arranque de vuestro sistema por alguna razón, se hace de la siguiente manera:</p>
<p>Editamos el archivo /etc/default/grub (es necesario tener permisos de administrador) y buscamos las líneas siguientes:</p>
<pre><code>GRUB_CMDLINE_LINUX=""</code></pre>
<p>Y lo modificamos tal que así:</p>
<pre><code>GRUB_CMDLINE_LINUX="acpi=off noapic nolapic"</code></pre>
<p>Guardamos el archivo y ahora hay que actualizar el GRUB para que se cargue la nueva configuración, así que ejecutamos el siguiente comando:</p>
<pre><code>sudo update-grub</code></pre>
<p>La próxima vez que reiniciemos la máquina, debería arrancar con dichas opciones. <strong>Nota</strong>: en este ejemplo se han desactivado también <a href="http://es.wikipedia.org/wiki/APIC">APIC y LAPIC</a>.</p>
<p>Vía <a href="http://josernestodavila.blogspot.com/2009/11/grub2-terapia-de-contacto.html">El Camino del Exceso</a>.</p>
<p><strong>Bonus</strong>: <a href="http://ubuntulife.wordpress.com/2009/11/01/cambiar-la-imagen-de-grub-2/">cómo cambiar la imagen de fondo de Grub2</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2010/01/09/acpioff-en-grub2-en-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HP LaserJet 1020 en Fedora 10</title>
		<link>http://draxus.org/weblog/2009/04/14/hp-laserjet-1020-en-fedora-10/</link>
		<comments>http://draxus.org/weblog/2009/04/14/hp-laserjet-1020-en-fedora-10/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:16:57 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[hplj1020]]></category>
		<category><![CDATA[impresora]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1187</guid>
		<description><![CDATA[Desde hace unos días soy usuario de Fedora 10, por ahora bastante contento, y la otra forma que usaba en Ubuntu no me funcionó, así que os dejo con un nuevo how-to más sencillo: Enciende la impresora Si tienes una versión configurada de la misma en Impresoras, bórrala Ejecuta como root los siguientes comandos: # [...]]]></description>
			<content:encoded><![CDATA[<p>Desde hace unos días soy usuario de <a href="http://fedoraproject.org/">Fedora 10</a>, por ahora bastante contento, y la <a href="http://draxus.org/weblog/2005/07/29/hp-laserjet-1020-en-ubuntu/">otra forma que usaba en Ubuntu</a> no me funcionó, así que os dejo con un nuevo how-to más sencillo:</p>
<ol>
<li>Enciende la impresora</li>
<li>Si tienes una versión configurada de la misma en Impresoras, bórrala</li>
<li>Ejecuta como root los siguientes comandos:</li>
<li>
<pre><code># yum install hplip hplip-gui</code></pre>
</li>
<li>
<pre><code># hp-setup</code></pre>
</li>
<li>Sigue los pasos de la instalación gráfica</li>
<li>Apaga la impresora y vuelve a encenderla</li>
<li>Ya debe funcionar correctamente</li>
</ol>
<p>Vía <a href="http://tkjacobsen.wordpress.com/2008/12/15/hp-laserjet-1020-on-fedora-10/">Troels Kofoed Jacobsen’s blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2009/04/14/hp-laserjet-1020-en-fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentación del Taller de introducción a GNU/Linux en la ETSIIT</title>
		<link>http://draxus.org/weblog/2009/02/27/presentacion-del-taller-de-introduccion-a-gnulinux-en-la-etsiit/</link>
		<comments>http://draxus.org/weblog/2009/02/27/presentacion-del-taller-de-introduccion-a-gnulinux-en-la-etsiit/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 22:51:54 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Universidad]]></category>
		<category><![CDATA[etsiit]]></category>
		<category><![CDATA[gcubo]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[osl]]></category>
		<category><![CDATA[presentacion]]></category>
		<category><![CDATA[slideshare]]></category>
		<category><![CDATA[ugr]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1134</guid>
		<description><![CDATA[Taller de introducción al sistema operativo GNU/Linux View more presentations from Manuel Martín. (tags: osl gcubo) Aquí tenéis la presentación tanto para consulta, como para su uso y modificación bajo los términos de la licencia Creative Commons. Gracias JJ Merelo por presentarme y por la crónica en el blog de la OSL. También ha subido [...]]]></description>
			<content:encoded><![CDATA[<div align="center">
<div style="width:425px;text-align:left" id="__ss_1074904"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/draxus/taller-de-introduccin-al-sistema-operativo-gnulinux?type=powerpoint" title="Taller de introducción al sistema operativo GNU/Linux">Taller de introducción al sistema operativo GNU/Linux</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=introduccionlinux-090226144956-phpapp02&#038;stripped_title=taller-de-introduccin-al-sistema-operativo-gnulinux" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=introduccionlinux-090226144956-phpapp02&#038;stripped_title=taller-de-introduccin-al-sistema-operativo-gnulinux" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/draxus">Manuel Martín</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/osl">osl</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/gcubo">gcubo</a>)</div>
</div>
</div>
<p><a href="http://www.slideshare.net/draxus/taller-de-introduccin-al-sistema-operativo-gnulinux">Aquí</a> tenéis la presentación tanto para consulta, como para su uso y modificación bajo los términos de la licencia Creative Commons. Gracias <a href="http://atalaya.blogalia.com">JJ Merelo</a> por presentarme y por la <a href="http://osl.ugr.es/wordpress/?p=255"> crónica en el blog de la OSL</a>. También ha subido <a href="http://www.flickr.com/photos/atalaya/3311978180/">algunas fotillos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2009/02/27/presentacion-del-taller-de-introduccion-a-gnulinux-en-la-etsiit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Taller de introducción al sistema operativo GNU/Linux en la ETSIIT</title>
		<link>http://draxus.org/weblog/2009/02/24/taller-de-introduccion-al-sistema-operativo-gnulinux-en-la-etsiit/</link>
		<comments>http://draxus.org/weblog/2009/02/24/taller-de-introduccion-al-sistema-operativo-gnulinux-en-la-etsiit/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 11:01:19 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[Universidad]]></category>
		<category><![CDATA[etsiit]]></category>
		<category><![CDATA[gcubo]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[osl]]></category>
		<category><![CDATA[taller]]></category>
		<category><![CDATA[ugr]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1128</guid>
		<description><![CDATA[El próximo jueves 26 de febrero daré una breve introducción del sistema operativo libre GNU/Linux. Tendrá lugar a las 12 del mediodía en el Salón de Grados de la ETSIIT. Hablaré sobre qué son las distribuciones, los repositorios, los diferentes sistemas de escritorios, programas libres alternativos al software privativo, manejo básico de la línea de [...]]]></description>
			<content:encoded><![CDATA[<p>El próximo <strong>jueves 26 de febrero</strong> daré una breve <strong>introducción del sistema operativo libre GNU/Linux</strong>. Tendrá lugar a las 12 del mediodía en el Salón de Grados de la <a href="http://etsiit.ugr.es">ETSIIT</a>.</p>
<p>Hablaré sobre qué son las <em>distribuciones</em>, los <em>repositorios</em>, los diferentes sistemas de <em>escritorios</em>, programas libres <em>alternativos</em> al software privativo, manejo básico de la <em>línea de comandos</em>, entornos de <em>programación</em>, <em>sistemas de ficheros</em> y cualquier otra duda que surja sobre la marcha.</p>
<p>Este taller está englobado en el Ciclo de Software Libre de la <a href="http://osl.ugr.es">OSL</a> de la <a href="http://www.ugr.es">UGR</a> y lo impartiré en representación de <a href="http://gcubo.org">Gcubo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2009/02/24/taller-de-introduccion-al-sistema-operativo-gnulinux-en-la-etsiit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reproducir vídeos 3GP con sonido en Ubuntu</title>
		<link>http://draxus.org/weblog/2009/01/27/reproducir-videos-3gp-con-sonido-en-ubuntu/</link>
		<comments>http://draxus.org/weblog/2009/01/27/reproducir-videos-3gp-con-sonido-en-ubuntu/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 08:00:09 +0000</pubDate>
		<dc:creator>DraXus</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Software Libre]]></category>
		<category><![CDATA[3gp]]></category>
		<category><![CDATA[amr]]></category>
		<category><![CDATA[sonido]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://draxus.org/weblog/?p=1095</guid>
		<description><![CDATA[Hace un par de años ya hablé sobre este problema y me da vergüenza que siga sin resolverse en una distribución como Ubuntu que pretende ser amigable para el usuario. Y no me parece amigable que al intentar reproducir vídeos que grabamos con el móvil en formato 3GP, no se escuche el sonido. El problema [...]]]></description>
			<content:encoded><![CDATA[<p>Hace <strong>un par de años</strong> ya hablé sobre <a href="http://draxus.org/weblog/2007/04/11/reproducir-videos-3gp-en-linux/">este problema</a> y <strong>me da vergüenza</strong> que siga sin resolverse en una distribución como Ubuntu que pretende ser amigable para el usuario. Y no me parece amigable que al intentar reproducir vídeos que grabamos con el móvil en formato 3GP, no se escuche el sonido.</p>
<p>El problema sigue siendo que los binarios que nos ofrecen de la librería <em>libavcodec</em> no vienen compilados para soportar amr/3gp. La solución &#8220;complicada&#8221; es compilarlos a mano como explican <a href="http://www.cash-area.de/serendipity/archives/16-Getting-amr3gp-support-to-mplayer.html">aquí</a>. O bien, si queremos ahorrarnos problemas, instalar <strong><a href="http://www.real.com/linux">Real Player para Linux</a></strong> y en un <em>plisplás</em> podremos ver estos vídeos sin problemas.</p>
]]></content:encoded>
			<wfw:commentRss>http://draxus.org/weblog/2009/01/27/reproducir-videos-3gp-con-sonido-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

