<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Un Bioinformatiquillo</title>
	
	<link>http://bioinformatiquillo.wordpress.com</link>
	<description>Anotaciones informáticas de un biólogo en ciernes</description>
	<lastBuildDate>Mon, 20 May 2013 08:58:00 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="bioinformatiquillo.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://0.gravatar.com/blavatar/83dd919c1ef0417b4f6b9c89aedc3c80?s=96&amp;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Un Bioinformatiquillo</title>
		<link>http://bioinformatiquillo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bioinformatiquillo.wordpress.com/osd.xml" title="Un Bioinformatiquillo" />
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/UnBioinformatiquillo" /><feedburner:info uri="unbioinformatiquillo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://bioinformatiquillo.wordpress.com/?pushpress=hub" /><feedburner:emailServiceId>UnBioinformatiquillo</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>f1lt: Live timing de la Formula1 para que no te pierdas detalle de los tiempos</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/eupX-Og7CME/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/16/f1lt-live-timing-de-la-formula1-para-que-no-te-pierdas-detalle-de-los-tiempos/#comments</comments>
		<pubDate>Sat, 16 Mar 2013 07:25:41 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu/Linux]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6071</guid>
		<description><![CDATA[Comienza la temporada de Formula1 2013. En estos momentos se está disputando la eterna clasificación del GP de Australia 2013, así que he aprovechado para escribir este post. Si no te quieres perder detalle de cómo transcurre un GP, especialmente de la carrera, recomiendo utilizar alguna aplicación para seguir el live timing. Es algo que he [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6071&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Comienza la temporada de Formula1 2013. En estos momentos se está disputando la eterna clasificación del GP de Australia 2013, así que he aprovechado para escribir este post. Si no te quieres perder detalle de cómo transcurre un GP, especialmente de la carrera, recomiendo utilizar alguna aplicación para seguir el live timing. Es algo que he descubierto gracias a podcast como <a href="http://gpcastblog.wordpress.com/">GPCast</a>, <a href="http://keeppushing.wordpress.com/">KeepPussing</a> o <a href="http://safetycast.wordpress.com/">SafetyCast</a>.</p>
<p>En concreto, os recomiendo utilizar <a href="http://f1lt.pl/">F1LT</a> porque además del live timing convencional, para todas las sesiones de un GP puedes seguir los tiempos de un piloto en concreto o realizar comparativas entre ambos. Además permite grabar los datos para disfrutarlos de nuevo en diferido. Para conocer más características, podéis visitar la <a href="http://f1lt.pl/index.php?id=2">web del proyecto</a>. Agradezco desde aquí al gran <a href="https://twitter.com/DPlazaV">@DPlazaV</a> por darme a conocer la aplicación vía Twitter.</p>
<p>Para instalarlo en primer lugar debes descargarte la fuente de F1TL desde <a href="https://f1lt.googlecode.com/files/f1lt-2.0.0-src.tar.gz">este enlace</a> o si prefieres instalar la última versión puedes clonar los repositorios de git:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ sudo apt-get install git # en caso de que no tengas instalado git

$ git clone https://pieczaro@code.google.com/p/f1lt/
</em></pre>
</div>
<p>Una vez tenemos el código fuente debemos instalar los paquetes para compilar y después instalar la aplicación:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ sudo aptitude install qmake libqt4-dev # en caso de que no tengas instalados los compildores

$ cd f1lt

$ qmake

$ make

$ sudo make install
</em></pre>
</div>
<p>Si durante el proceso no ha dado un error deberíamos tener F1LT instalado. Para arrancar ejecutamos:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ f1lt
</em></pre>
</div>
<p>Aparecerá la ventana de la aplicación pero solo podremos disfrutar de los timing antiguos que tiene archivados. Para poder utilizar del LIVE timing, es decir, de los tiempos en DIRECTO, debemos registrarnos en la página de <a href="http://www.formula1.com/live_timing/">Live Timing oficial de F1</a>, puesto que la aplicación descarga los datos que se ofrecen desde allí y nos lo presenta en la interfaz. Una vez registrados, debéis introducir vuestro usuario y contraseña en el menú File &gt;&gt; Login. Además, para que la aplicación conecte automáticamente cada vez que la iniciamos marcamos la casiila Tools &gt;&gt; Preferences &gt;&gt; Connect to LT server automatically after application start.</p>
<p>Con esto debería ser suficiente para tener el timing en directo cuando se esté disputando una sesión.</p>
<p>Nos leemos en el próximo post.</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/internet/'>Internet</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntulinux/'>Ubuntu/Linux</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6071/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6071&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/eupX-Og7CME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/16/f1lt-live-timing-de-la-formula1-para-que-no-te-pierdas-detalle-de-los-tiempos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/16/f1lt-live-timing-de-la-formula1-para-que-no-te-pierdas-detalle-de-los-tiempos/</feedburner:origLink></item>
		<item>
		<title>Instala WordPress en tu espacio de la UGR</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/5z6ZUrrkibo/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/13/instala-wordpress-en-tu-espacio-de-la-ugr/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 08:15:26 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Soluciones Ubuntu]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu-Linux]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6061</guid>
		<description><![CDATA[Gracias a Ángel conocí la posibilidad de poder instalar WordPress en el espacio web que ofrece la UGR a sus trabajadores. En primer lugar debes tener una cuenta de correo xxxx@ugr.es y después darte de alta en el servicio indicando tus datos en esta página. Suelen tardar menos de un día, pero mientras te dan [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6061&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Gracias a Ángel conocí la posibilidad de poder instalar WordPress en el espacio web que ofrece la UGR a sus trabajadores. En primer lugar debes tener una cuenta de correo xxxx@ugr.es y después darte de alta en el servicio indicando tus datos <a href="https://csirc.ugr.es/informatica/ServiciosCorporativos/PaginaWeb/WebDinamica">en esta página</a>. Suelen tardar menos de un día, pero mientras te dan de alta, puedes continuar con el tutorial para dejarlo todo preparado.</p>
<p>El CSIRC explica cómo instalar cierta aplicaciones entre las cuales se encuentra WordPress <a href="http://csirc.ugr.es/informatica/ServiciosCorporativos/PaginaWeb/WebDinamica/aplicaciones.html">desde esta página</a>. Sin embargo, a ratos resulta ambiguo para los poco hábiles en el tema y en otros erróneos por falta de actualización, por lo que considero necesario un manual que explique el procedimiento de forma algo más sencilla y detallada. Allá vamos:</p>
<ol>
<li>Descarga y descomprime la versión de <a href="http://es.wordpress.org/wordpress-3.0.5-es_ES.tar.gz">WordPress 3.0.5</a></li>
<li>Descarga la <a href="http://wordpress.org/extend/plugins/pdo-for-wordpress/">versión 2.7.o del plugin PDO</a> para acceder a bases de datos SQLite. Descomprime el plugin directamente dentro de la carpeta <em>worpress/wp-content</em>, que debe contener esta estructura de archivos:<br />
<code>db.php<br />
index.php<br />
languages<br />
pdo<br />
plugins<br />
readme.txt<br />
themes</code></li>
<li>Crea dentro de <em>wordpress/wp-content</em> el directorio <em>database</em></li>
<li>Copia el fichero wordpress/wp-config-sample.php y guárdalo con el nombre <em>wp-config.php</em> en esa misma carpeta. Ábrelo con un editor de ficheros (por ejemplo Vim o gEdit). Busca la línea <em>define(&#8216;DB_COLLATE&#8217;, &#8221;);</em> y en la siguiente añade la línea <em>define(&#8216;DB_TYPE&#8217;, &#8216;sqlite&#8217;);</em> . Si lo prefieres, puedes cambiar el nombre de tu base de datos, modificando la línea <em>define(&#8216;DB_NAME&#8217;, &#8216;nombredetubasededatos&#8217;);</em></li>
<li>Guarda este fichero (<a title="base de datos vacía" href="http://csirc.ugr.es/informatica/ServiciosCorporativos/PaginaWeb/WebDinamica/nombredetubasededatos.sqlite" target="_self">nombredetubasededatos.sqlite)</a> que es una base de datos vacía en el directorio <em>database</em> que anteriormente creaste. En el caso de que en el paso anterior hayas cambiado el nombre de tu base de datos, debes cambiar el nombre del fichero antes de la extensión por el nombre nuevo.</li>
<li>Ya tenemos preparada nuestra carpeta <em>wordpress</em> con todo el contenido necesario para para subirla a nuestro espaco wdb de la UGR en el caso de que nuestra solicitud de activación haya sido considerada. Para ello podemos utilizar un programa como Filezilla (puedes instalarlo desde repositorios). Lanza filezilla y edita cada campo con la información correspondiente (EN MAYÚSCULA, AQUELLO QUE DEBES CAMBIAR). Host: ftpwdb.ugr.es | Username: TUNOMBREDEUSUARIO | Password: TUCONTRASEÑA. Y después pulsa el botón &#8220;Quickconnect&#8221;.</li>
<li>Esto debería ser suficiente para conectar con el servidor. En el panel de la izquierda tenemos nuestro sistema de ficheros local, mientras que en el de la derecha veremos el sistema de ficheros del servido wdb. Abrimos a la derecha la carpeta <em>public_html</em> y a la izquierda seleccionamos la carpeta <em>wordpress </em>que hemos editado y hacemos clic con el botón derecho del ratón para subir la carpeta. En este caso tendrás WordPress en el dominio <a href="http://wdb.ugr.es/~usuario/wordpress" rel="nofollow">http://wdb.ugr.es/~usuario/wordpress</a>. Si alternativamente prefieres tener wordpress bajo el dominio <a href="http://wdb.ugr.es/~usuario/" rel="nofollow">http://wdb.ugr.es/~usuario/</a>, simplemente sube el contenido de la carpeta <em>wordpress </em>dentro de <em>public_html</em>.</li>
<li>Cambia los permisos de los ficheros o carpetas que acabas de subir al servidor wdb. Para conocer mejor cómo están codificados, visita <a href="http://ubunturoot.wordpress.com/2007/12/07/permisos-en-linux-con-chmod/">este enlace</a>. Primero da permisos 775 a todos los ficheros. Para ello selecciónalos y haciendo clic con el botón derecho selecciona &#8220;File permissions&#8230;&#8221;. En el cuadrante &#8220;Numeric Value&#8221; escribe 775 e indica que se aplique recursivamente en todos los directorios y ficheros. Del mismo modo da permisos 777 a todo el contenido de <em>wp-content/database</em> y permisos 666 al fichero *.sqlite</li>
<li>Abre tu navegador y abre la dirección <a href="http://wdb.ugr.es/~usuario/wordpress/wp-admin/install.php" rel="nofollow">http://wdb.ugr.es/~usuario/wordpress/wp-admin/install.php</a>. La página te dará las indicaciones para instalar WordPress.</li>
</ol>
<p>Y esto es todo. Accediendo a <a href="http://wdb.ugr.es/~usuario/wordpress" rel="nofollow">http://wdb.ugr.es/~usuario/wordpress</a>, podremos acceder a nuestro blog recién instalado.</p>
<p>Hasta el próximo tuto.</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/internet/'>Internet</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/soluciones-ubuntu/'>Soluciones Ubuntu</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntu-linux/'>Ubuntu-Linux</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/wordpress/'>Wordpress</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6061/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6061/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6061&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/5z6ZUrrkibo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/13/instala-wordpress-en-tu-espacio-de-la-ugr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/13/instala-wordpress-en-tu-espacio-de-la-ugr/</feedburner:origLink></item>
		<item>
		<title>Integrando hojas de cálculo en LyX</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/zULlEr-TZ9U/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/11/integrando-hojas-de-calculo-en-lyx/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 08:44:47 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[LaTeX y LyX]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu/Linux]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6051</guid>
		<description><![CDATA[Hace unos días recibí un correo de un lector del blog preguntado por cómo incluir en un fichero LyX los datos contenidos en una hoja de cálculo. De este modo, las modificaciones en la hoja de cálculo van a modificarse en el fichero LyX pertinentemente. Me ha parecido de gran utilidad y me ha parecido [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6051&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Hace unos días recibí un correo de un lector del blog preguntado por cómo incluir en un fichero LyX los datos contenidos en una hoja de cálculo. De este modo, las modificaciones en la hoja de cálculo van a modificarse en el fichero LyX pertinentemente. Me ha parecido de gran utilidad y me ha parecido tan sencillo que no he podido evitar escribir un post al respecto. Gracias <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Este manual sirve tanto para hojas de calculo *.gnumeric, *.ods y *.xls pero requiere del conversor ssconvert, que está distribuído con la genial hoja de cálculo Gnumeric. Así que lo primero es instalar Gnumeric.</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ sudo apt-get install gnumeric
</em></pre>
</div>
<p>Seguidamente, abrimos LyX y en Insertar &gt;&gt; Archivo &gt;&gt; Material externo y seleccionamos en el diálogo la plantilla &#8220;GnumericSpreadsheet&#8221;. Después sólo nos quedará añadir la ruta de nuestra hoja de cálculo y aceptar.</p>
<p>En el lugar del documento aparecerá un cuadro gris que corresponde a la hoja de cálculo y cuando compilemos el documento, quedará inclíuda una tabla en nuestro documento. Es cierto que presenta algunas limitaciones de formato, pero pienso que para tablas sencillas o también  preeliminares, puede venir genial. Para tener más libertad de formato, siempre podemos copiar las celdas en la hoja de cálculo y pegarlas dentro de una tabla creada con el pegado especial de LyX pulsando Ctrl + Mayus + v.</p>
<p>Interesante y útil tutorial. Con LyX, naturalmente.</p>
<p>Fuente | <a href="http://wiki.lyx.org/Examples/SpreadsheetExternalInset">WikiLyX</a></p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/latex-y-lyx/'>LaTeX y LyX</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntulinux/'>Ubuntu/Linux</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6051/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6051/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6051&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/zULlEr-TZ9U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/11/integrando-hojas-de-calculo-en-lyx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/11/integrando-hojas-de-calculo-en-lyx/</feedburner:origLink></item>
		<item>
		<title>Añadir partituras creadas con Musescore en documentos LyX</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/kix_K5ikp1o/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/08/anadir-partituras-creadas-con-musescore-en-documentos-lyx/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 08:47:24 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LaTeX y LyX]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu-Linux]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6054</guid>
		<description><![CDATA[Aquí os traigo un post que gustará a los más melómanos. Se trata un tutorial para añadir partituras creadas por un magnífico programa de escritura y notación musical llamado Musescore. Está basado en un tutorial más completo que podéis encontrar en AprenderLyX. A grandes rasgos, consiste en lo siguiente. En primer lugar editamos nuestra partitura [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6054&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Aquí os traigo un post que gustará a los más melómanos. Se trata un tutorial para añadir partituras creadas por un magnífico programa de escritura y notación musical llamado <a href="http://musescore.org/">Musescore</a>. Está basado en un tutorial más completo que podéis encontrar en <a href="http://aprenderlyx.com/programa-para-escribir-partituras-musescore-lyx/">AprenderLyX</a>.</p>
<p>A grandes rasgos, consiste en lo siguiente. En primer lugar editamos nuestra partitura con Musescore. Para instalarlo no deberías de tener ningún problema, pues lo puedes encontrar en los repositorios de las principales distribuciones GNU/Linux. Resulta bastante intuitivo su manejo, pero para opciones más avanzadas siempre viene bien echar mano de <a href="http://musescore.org/es/manual">su manual</a>.</p>
<p>Guardamos nuestra partitura en formato Lilypond y para importarla en LyX lo hacemos mediante el menú Insertar &gt;&gt; Archivo &gt;&gt; Material externo, seleccionando en el desplegable &#8220;Lilypond&#8221; y añadiendo el archivo que hemos creado.</p>
<p>Fuente | <a href="http://aprenderlyx.com/programa-para-escribir-partituras-musescore-lyx/">AprenderLyX</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/latex-y-lyx/'>LaTeX y LyX</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntu-linux/'>Ubuntu-Linux</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6054/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6054&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/kix_K5ikp1o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/08/anadir-partituras-creadas-con-musescore-en-documentos-lyx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/08/anadir-partituras-creadas-con-musescore-en-documentos-lyx/</feedburner:origLink></item>
		<item>
		<title>ClassicThesis: Instalación de esta clase de documento para tesis en GNU/Linux</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/K4Vslwq3LTc/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/07/classicthesis-instalacion-de-esta-clase-de-documento-para-tesis-en-gnulinux/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 08:34:21 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[LaTeX y LyX]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6046</guid>
		<description><![CDATA[En este tutorial explicaré cómo instalar en GNU/Linux la clase de documento para LaTeX y LyX  ClassicThesis., Esta está recomendada para hacerla funcionar en LyX 2.0 o superior, pero en LyX 1.6 también funciona. Primero debemos dirigir nos a los repotorios del proyecto ClassicThesis y nos descargamos la clase, que es un fichero comprimido llamado [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6046&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>En este tutorial explicaré cómo instalar en GNU/Linux la clase de documento para LaTeX y LyX  <a href="http://code.google.com/p/classicthesis/">ClassicThesis</a>., Esta está recomendada para hacerla funcionar en LyX 2.0 o superior, pero en LyX 1.6 también funciona.</p>
<p>Primero debemos dirigir nos a los repotorios del proyecto <a href="http://code.google.com/p/classicthesis/">ClassicThesis</a> y nos descargamos la clase, que es un fichero comprimido llamado <a href="http://code.google.com/p/classicthesis/downloads/detail?name=classicthesis.v4.1.zip&amp;can=2&amp;q= descarga/">classicthesis.v.4.1.zip</a>. Descomprimimos el fichero,  guardamos la carpete en /usr/share/texmf/tex/latex y actualizamos el índice de paquetes LaTeX con &#8220;sudo texhash&#8221;.</p>
<p>Descargamos la platilla para LyX en el fichero <a href="http://code.google.com/p/classicthesis/downloads/detail?name=ClassicThesis-LyX-v4.1.zip&amp;can=2&amp;q=">ClassicThesis-LyX-v4.1.zip</a>, lo descomprimimos,  movemos el fichero con extensión *.layout en /home/USUARIO/.lyx/layouts y reconfiguramos LyX (&#8220;lyx -x reconfigure&#8221;). Seguidamente, instalamos las fuentes que utiliza esta clase de documento &#8220;texlive-fonts-extra&#8221; (sudo apt-get install texlive-fonts-extra).</p>
<p>Para comprobar que está instalado, abrimos un documento nuevo y vemos si tenemos la clase &#8220;classicthesis&#8221; en el menú desplegable de Documento &gt;&gt; Configuración &gt;&gt; Clase de Documento.</p>
<p>Y ya debería estar funcionando. Puedes echar un vistazo al fichero de configuración que la clase trae para personalizarla.</p>
<p>Hasta la vista.</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/latex-y-lyx/'>LaTeX y LyX</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6046/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6046/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6046&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/K4Vslwq3LTc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/07/classicthesis-instalacion-de-esta-clase-de-documento-para-tesis-en-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/07/classicthesis-instalacion-de-esta-clase-de-documento-para-tesis-en-gnulinux/</feedburner:origLink></item>
		<item>
		<title>Bibliografía dividida por capítulos en LyX</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/yWKdOXZqn8Q/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/06/bibliografia-dividida-por-capitulos-en-lyx/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 08:02:49 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[LaTeX y LyX]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6043</guid>
		<description><![CDATA[Este es uno de los trucos que aprendí ayudando a maquetar una tesis con LyX. Si tenemos una tesis con una clase de documento que soporta capítulos (por ejemplo &#8220;book&#8221;) y después de cada uno de ellos añadimos la lista de referencias citadas, al compilar nos daremos cuenta que después de cada capítulo tenemos una [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6043&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Este es uno de los trucos que aprendí ayudando a maquetar una tesis con LyX.</p>
<p>Si tenemos una tesis con una clase de documento que soporta capítulos (por ejemplo &#8220;book&#8221;) y después de cada uno de ellos añadimos la lista de referencias citadas, al compilar nos daremos cuenta que después de cada capítulo tenemos una lista de referencias, sí, pero la lista de TODAS las referencias citadas en el documento. A continuación explico cómo configurar LyX para aparezcan después de cada capítulo únicamente las referencias citadas en el mismo.</p>
<p>En primer lugar debemos descargar <a href="http://wiki.lyx.org/uploads/BibTeX/bibtexall">este script</a>, lo hacemos ejecutable y lo guardamos en una de nuestras carpetas de binarios, es es:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ wget http://wiki.lyx.org/uploads/BibTeX/bibtexall

$ chmod +x bibtexall

$ sudo mv bibtexall /usr/local/bin
</em></pre>
</div>
<p>Una vez echo esto, abrimos LyX y en el menú Herramientas &gt;&gt; Preferencias &gt;&gt; Salidas &gt;&gt; LaTeX &gt;&gt; Comandos, sustituímos &#8220;bibtex&#8221; por &#8220;bibtexall&#8221;. Guardamos y aplicamos los cambios para que se mantenga la configuración cada vez que abramos un fichero nuevo.</p>
<p>Ahora en el preámbulo LaTeX cargamos el paquete chapterbib:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>\usepackage{chapterbib}
</em></pre>
</div>
<p>Reiniciamos LyX y debería funcionar.</p>
<p>Fuente | <a href="http://wiki.lyx.org/BibTeX/Tips#secbib">WikiLyX</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>ACTUALIZACIÓN 06/03/2013</p>
<p>Aquí debajo pongo el código del script por si por algún motivo el enlace que aporto no funciona.</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-

# \author Juergen Spitzmueller

# This file is a wrapper on bibtex to let LyX
# process every aux file in the temp directory
# this is needed if you use chapterbib with LyX.
# Place this file somewhere in your PATH , then
# open Tools-&gt;Preferences-&gt;LaTeX in LyX and change
# the "bibtex command" from "bibtex" to "bibtexall".

import sys, os
for filename in os.listdir("."):
	if filename.endswith('.aux'):
		f = os.path.splitext(filename)[0]
		os.popen('bibtex ' + f)
</em></pre>
</div>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/latex-y-lyx/'>LaTeX y LyX</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6043/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6043/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6043&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/yWKdOXZqn8Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/06/bibliografia-dividida-por-capitulos-en-lyx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/06/bibliografia-dividida-por-capitulos-en-lyx/</feedburner:origLink></item>
		<item>
		<title>Acceder a escritorio remoto VNC desde cualquier puerto</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/lwdtPeRGXRw/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/03/04/acceder-a-escritorio-remoto-vnc-desde-cualquier-puerto/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 07:50:32 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[Escritorios]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6037</guid>
		<description><![CDATA[Imaginad que queréis acceder a un servidor remoto por SSH a través de un puerto que no es el 22 (digamos, el 3000). El comando sería el siguiente: $ ssh direccion.del.servidor -p 3000 Fácil. Pero ¿qué pasaría si quisiéramos abrir un escritorio VNC desde un puerto distinto al que está por defecto? En el lado [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6037&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Imaginad que queréis acceder a un servidor remoto por SSH a través de un puerto que no es el 22 (digamos, el 3000). El comando sería el siguiente:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ ssh direccion.del.servidor -p 3000
</em></pre>
</div>
<p>Fácil. Pero ¿qué pasaría si quisiéramos abrir un escritorio VNC desde un puerto distinto al que está por defecto?</p>
<p>En el lado el cliente abrimos con un editor de texto el fichero ~/.bashrc y añadimos las siguientes dos líneas:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>VNC_VIA_CMD='/usr/bin/ssh -2 -c aes128-cbc -x -p 3000 -l USER_NAME -f -L %L:%H:%R %G sleep 20'
export VNC_VIA_CMD
</em></pre>
</div>
<p>Y para abrir el escritorio remoto hacemos en consola:</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ vncviewer -via direccion.del.servidor :NUMBER_VNC
</em></pre>
</div>
<p>Y listo. Hasta el próximo tip.</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/escritorios/'>Escritorios</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6037/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6037/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6037&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/lwdtPeRGXRw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/03/04/acceder-a-escritorio-remoto-vnc-desde-cualquier-puerto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/03/04/acceder-a-escritorio-remoto-vnc-desde-cualquier-puerto/</feedburner:origLink></item>
		<item>
		<title>Contar elementos en un fichero con fgrep + wc</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/VYKh4MGAcqM/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2013/02/27/contar-elementos-en-un-fichero-con-fgrep-wc/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 17:12:07 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bioinformática]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu-Linux]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6034</guid>
		<description><![CDATA[¡Ajá! Muchos pensábais que estaba acabado, pero no va a pasar un año sin que publique nada por aquí. Os presento un comando que sirve para contar cuántas veces se repite una cadena de caracteres en un fichero. $ fgrep -o "&#62;" file.fas &#124; wc -l Este ejemplo sirve para contar el número de secuencias [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6034&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>¡Ajá! Muchos pensábais que estaba acabado, pero no va a pasar un año sin que publique nada por aquí. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Os presento un comando que sirve para contar cuántas veces se repite una cadena de caracteres en un fichero.</p>
<div class="code">
<pre class="sh" style="font-family:monospace;"><em>$ fgrep -o "&gt;" file.fas | wc -l
</em></pre>
</div>
<p>Este ejemplo sirve para contar el número de secuencias de un fichero FASTA. fgrep imprime la cadena cada vez que la encuentra en el fichero y wc cuentra el número de veces que lo repite.</p>
<p>Hasta la próxima.</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/bioinformatica/'>Bioinformática</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntu-linux/'>Ubuntu-Linux</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6034/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6034/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6034&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/VYKh4MGAcqM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2013/02/27/contar-elementos-en-un-fichero-con-fgrep-wc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2013/02/27/contar-elementos-en-un-fichero-con-fgrep-wc/</feedburner:origLink></item>
		<item>
		<title>Comando para buscar carpetas o ficheros mayores de un tamaño determinado</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/MZLiFZsgXWA/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2012/03/02/comando-para-buscar-carpetas-o-ficheros-mayores-de-un-tamano-determinado/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 15:55:40 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[Soluciones Ubuntu]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6019</guid>
		<description><![CDATA[Pues eso. Un comando vale más que mil palabras find . -type f -size +50000k -exec ls -lh {} \; &#124; awk &#8216;{ print $9 &#8220;: &#8221; $5 }&#8217; &#124; less Tagged: Consola, Soluciones Ubuntu<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6019&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Pues eso. Un comando vale más que mil palabras</p>
<p>find . -type f -size +50000k -exec ls -lh {} \; |<br />
awk &#8216;{ print $9 &#8220;: &#8221; $5 }&#8217; | less</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/soluciones-ubuntu/'>Soluciones Ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6019/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6019/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6019&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/MZLiFZsgXWA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2012/03/02/comando-para-buscar-carpetas-o-ficheros-mayores-de-un-tamano-determinado/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2012/03/02/comando-para-buscar-carpetas-o-ficheros-mayores-de-un-tamano-determinado/</feedburner:origLink></item>
		<item>
		<title>Correr scripts en Perl como un ejecutable</title>
		<link>http://feedproxy.google.com/~r/UnBioinformatiquillo/~3/5LO8XSLg-ks/</link>
		<comments>http://bioinformatiquillo.wordpress.com/2012/02/12/correr-scripts-en-perl-como-un-ejecutable/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 22:41:36 +0000</pubDate>
		<dc:creator>Paquillo Dubois</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bioinformática]]></category>
		<category><![CDATA[Ciencia]]></category>
		<category><![CDATA[Consola]]></category>
		<category><![CDATA[Producción Propia]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tutoriales]]></category>
		<category><![CDATA[Ubuntu-Linux]]></category>

		<guid isPermaLink="false">http://bioinformatiquillo.wordpress.com/?p=6013</guid>
		<description><![CDATA[Un simple pero muy útil y eficiente truco es crear una carpeta ~/bin donde añadir binarios de programas y así ejecutarlos rápidamente sin tener que ir a la localización de los mismos como expliqué aquí. En el caso de que se trate de un script en perl tenemos que modificar el fichero. Si se encuentra [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6013&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Un simple pero muy útil y eficiente truco es crear una carpeta ~/bin donde añadir binarios de programas y así ejecutarlos rápidamente sin tener que ir a la localización de los mismos <a href="http://bioinformatiquillo.wordpress.com/2011/08/29/ejecutar-software-desde-homebin/">como expliqué aquí</a>.</p>
<p>En el caso de que se trate de un script en perl tenemos que modificar el fichero. Si se encuentra en la carpeta bin, debemos de comprobar que la primera línea resulta ser al como esto.</p>
<p>#! /usr/bin/perl</p>
<p>Puede ocurrir que no tenga permisos de ejecución, para dárselos bastaría con hacer en consola:</p>
<p>$ chmod +x script.pl</p>
<p>Así de fácil. Así de útil.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://bioinformatiquillo.wordpress.com/tag/bioinformatica/'>Bioinformática</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ciencia/'>Ciencia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/consola/'>Consola</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/produccion-propia/'>Producción Propia</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/python/'>Python</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/tutoriales/'>Tutoriales</a>, <a href='http://bioinformatiquillo.wordpress.com/tag/ubuntu-linux/'>Ubuntu-Linux</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bioinformatiquillo.wordpress.com/6013/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bioinformatiquillo.wordpress.com/6013/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bioinformatiquillo.wordpress.com&#038;blog=2387755&#038;post=6013&#038;subd=bioinformatiquillo&#038;ref=&#038;feed=1" width="1" height="1" /><img src="http://feeds.feedburner.com/~r/UnBioinformatiquillo/~4/5LO8XSLg-ks" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://bioinformatiquillo.wordpress.com/2012/02/12/correr-scripts-en-perl-como-un-ejecutable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/496e95d3390f2b389a2d9f6f23b859c7?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">Paquillo Dubois</media:title>
		</media:content>
	<feedburner:origLink>http://bioinformatiquillo.wordpress.com/2012/02/12/correr-scripts-en-perl-como-un-ejecutable/</feedburner:origLink></item>
	</channel>
</rss>
