<?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>Icaix.com</title>
	<atom:link href="http://icaix.com/front/feed/" rel="self" type="application/rss+xml" />
	<link>http://icaix.com/front</link>
	<description>Linux &#038;& Security</description>
	<lastBuildDate>Fri, 26 Feb 2010 11:59:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Extending C++ with Boost Python</title>
		<link>http://icaix.com/front/2010/02/26/extending-c-with-boost-python/</link>
		<comments>http://icaix.com/front/2010/02/26/extending-c-with-boost-python/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 11:56:32 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=114</guid>
		<description><![CDATA[Lately I have been messing around with the boost python library to extend c++ (Being able to instantiate C++ over python). Since I wanted to create my own Makefiles I wanted to avoid using bjam. To build shared objects you can do it as follows.

Boost Python Hello World

g++ -shared -fPIC -o hello_ext.so hello.cpp -I/usr/local/include/boost/python -I/usr/local/include/python2.6 [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been messing around with the boost python library to extend c++ (Being able to instantiate C++ over python). Since I wanted to create my own Makefiles I wanted to avoid using bjam. To build shared objects you can do it as follows.</p>
<blockquote class="sinIcono">
<h3>Boost Python Hello World</h3>
</blockquote>
<blockquote class="comments"><p>g++ -shared -fPIC -o hello_ext.so hello.cpp -I/usr/local/include/boost/python -I/usr/local/include/python2.6 -lboost_python</p></blockquote>
<blockquote class="sinIcono">
<h3>hello.cpp</h3>
</blockquote>
<blockquote class="sinIcono"><p>
//  Copyright Joel de Guzman 2002-2004. Distributed under the Boost<br />
//  Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt<br />
//  or copy at http://www.boost.org/LICENSE_1_0.txt)<br />
//  Hello World Example from the tutorial<br />
//  [Joel de Guzman 10/9/2002]</p>
<p>#include <boost/python/module.hpp><br />
#include <boost/python/def.hpp></p>
<p>char const* greet()<br />
{<br />
   return &#8220;hello, world&#8221;;<br />
}</p>
<p>BOOST_PYTHON_MODULE(hello_ext)<br />
{<br />
    using namespace boost::python;<br />
    def(&#8220;greet&#8221;, greet);<br />
}
</p></blockquote>
<blockquote class="sinIcono">
<h3>hello.py</h3>
</blockquote>
<blockquote class="sinIcono"><p>
#  Copyright Joel de Guzman 2002-2007. Distributed under the Boost<br />
#  Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt<br />
#  or copy at http://www.boost.org/LICENSE_1_0.txt)<br />
#  Hello World Example from the tutorial</p>
<p>import hello_ext<br />
print hello_ext.greet()
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2010/02/26/extending-c-with-boost-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby &amp; Ruby on Rails</title>
		<link>http://icaix.com/front/2009/06/03/ruby-ruby-on-rails/</link>
		<comments>http://icaix.com/front/2009/06/03/ruby-ruby-on-rails/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 23:14:01 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on rails]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video cast]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=107</guid>
		<description><![CDATA[Here are a some excelent video casts from U.C. Berkeley on Ruby and Ruby on Rails that should help you get started with such cool technology!

Ruby on Rails &#8211; Part 1: Hello World




Ruby on Rails &#8211; Part 2: Just Enough Ruby




Ruby on Rails &#8211; Part 3: Basic Rails




Ruby on Rails &#8211; Part 4: Advanced Active [...]]]></description>
			<content:encoded><![CDATA[<p>Here are a some excelent video casts from <a href="http://berkeley.edu/">U.C. Berkeley</a> on <a href="www.ruby-lang.org/">Ruby</a> and <a href="rubyonrails.org/">Ruby on Rails</a> that should help you get started with such cool technology!</p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 1: Hello World<br />
</h3>
</blockquote>
<p><object width="425" height="344" data="http://www.youtube.com/v/LADHwoN2LMM&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/LADHwoN2LMM&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 2: Just Enough Ruby<br />
</h3>
</blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UCB57Npj9U0&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UCB57Npj9U0&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 3: Basic Rails<br />
</h3>
</blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LuuKDyUYFTU&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LuuKDyUYFTU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 4: Advanced Active Record<br />
</h3>
</blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/FdeQmEY6phA&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FdeQmEY6phA&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 5: AJAX and Testing<br />
</h3>
</blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/fsuuw5q4UjE&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/fsuuw5q4UjE&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<blockquote class="sinIcono"><h3>
Ruby on Rails &#8211; Part 6: Configuration and Deploy<br />
</h3>
</blockquote>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/8WSf8FojTek&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8WSf8FojTek&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2009/06/03/ruby-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>Social Engineering: twitter</title>
		<link>http://icaix.com/front/2009/05/29/social-engineering-twitter/</link>
		<comments>http://icaix.com/front/2009/05/29/social-engineering-twitter/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:18:44 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[Comunidad Icaix]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fraud]]></category>
		<category><![CDATA[social engineering]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=105</guid>
		<description><![CDATA[Online identity is a fraud!
I joined twitter today and there is already 9 people following me &#8211; thank you &#8211; within the same day. I have noticed that many people tend to follow those who follow them&#8230; This is a perfect ground for fraud, fishing and scam chains which I am sure it is being [...]]]></description>
			<content:encoded><![CDATA[<p>Online identity is a fraud!</p>
<p>I joined twitter today and there is already 9 people following me &#8211; thank you &#8211; within the same day. I have noticed that many people tend to follow those who follow them&#8230; This is a perfect ground for fraud, fishing and scam chains which I am sure it is being used already!.</p>
<p>I am going to do a little weekend experiment. To start with, I need subscribers, lets see how many I can gather within the weekend.</p>
<p><a href="http://twitter.com/mangel12321">Here is my twitter</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2009/05/29/social-engineering-twitter/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Resume transfer with scp and rsync</title>
		<link>http://icaix.com/front/2009/05/14/104/</link>
		<comments>http://icaix.com/front/2009/05/14/104/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:42:56 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[rsyn]]></category>
		<category><![CDATA[scp resume]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=104</guid>
		<description><![CDATA[Today I feel like writing in English, but don&#8217;t worry, It wont be too much.
This trick becomes is very handy when transferring large files over the CLI and suddenly the connection is lost.

HOW-TO-RESUME-SCP-TRANSFER

scp does not support any kind of transfer recovery, so what can you use instead? rsync over ssh!
$ export RSYNC_RSH=&#8217;ssh [OPTIONS]&#8216;
$ rsync &#8211;partial [...]]]></description>
			<content:encoded><![CDATA[<p>Today I feel like writing in English, but don&#8217;t worry, It wont be too much.</p>
<p>This trick becomes is very handy when transferring large files over the CLI and suddenly the connection is lost.</p>
<blockquote class="sinIcono">
<h3>HOW-TO-RESUME-SCP-TRANSFER</h3>
</blockquote>
<p>scp does not support any kind of transfer recovery, so what can you use instead? rsync over ssh!</p>
<blockquote class="comments"><p>$ export RSYNC_RSH=&#8217;ssh [OPTIONS]&#8216;<br />
$ rsync &#8211;partial &#8211;progress &lt;source&gt; &lt;destination&gt;</p></blockquote>
<p>Done! That&#8217;s it for today.<br />
Cheers<br />
Miguel</p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2009/05/14/104/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daemon rtorrent</title>
		<link>http://icaix.com/front/2008/12/09/daemon-rtorrent/</link>
		<comments>http://icaix.com/front/2008/12/09/daemon-rtorrent/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 00:00:13 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[bugs&fixes]]></category>
		<category><![CDATA[arranque]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[rtorrent]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=103</guid>
		<description><![CDATA[En mi caso, la belleza del rtorrent ejecutarlo como demonio en mi servidor, accediendo a el mediante una interfaz web (rtgui). Inicialmente intente utilizar el script que proponen en la wiki oficial, pero después de varios intentos fallidos desistí y me hice mi propio script de arranque. Aquí os lo dejo:
# cat etc/init.drtorrentd
#!/bin/bash
cd &#8220;/home
$NOMBRE_USUARIO=&#8217;btorrent&#8217; #Ha [...]]]></description>
			<content:encoded><![CDATA[<p>En mi caso, la belleza del rtorrent ejecutarlo como demonio en mi servidor, accediendo a el mediante una interfaz web (<a href="http://www.google.es/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Fcode.google.com%2Fp%2Frtgui%2F&amp;ei=YJs9ScqCEYO40gXg_P2zBQ&amp;usg=AFQjCNGldMQnoxKkW__2PLxFPti4FpgkHg&amp;sig2=9nC2W0s47p_6k7wPwwzmNw" target="_blank">rtgui</a>). Inicialmente intente utilizar el <a href="http://libtorrent.rakshasa.no/attachment/wiki/RTorrentCommonTasks/rtorrentInit.sh" target="_blank">script que proponen en la wiki oficial</a>, pero después de varios intentos fallidos desistí y me hice mi propio script de arranque. Aquí os lo dejo:</p>
<blockquote class="comments"><p># cat etc/init.drtorrentd</p></blockquote>
<blockquote class="comments"><p>#!/bin/bash<br />
cd &#8220;/home<br />
$NOMBRE_USUARIO=&#8217;btorrent&#8217; #Ha de existir<br />
su $NOMBRE_USUARIO -c &#8220;screen -d -m -S &#8220;rtorrent&#8221; rtorrent&#8221;<br />
exit 0</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/12/09/daemon-rtorrent/feed/</wfw:commentRss>
		<slash:comments>151</slash:comments>
		</item>
		<item>
		<title>Compilando rtorrent 0.12.4, Debian 4.0</title>
		<link>http://icaix.com/front/2008/12/08/compilando-rtorrent-0124/</link>
		<comments>http://icaix.com/front/2008/12/08/compilando-rtorrent-0124/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:32:07 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[bugs&fixes]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=102</guid>
		<description><![CDATA[Una vez configurada e instalada libtorrent, es hora de instalar rtorrent. Aquí de nuevo me encontré con el siguiente error

No package &#8216;openssl&#8217; found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables OPENSSL_CFLAGS
and OPENSSL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for [...]]]></description>
			<content:encoded><![CDATA[<p>Una vez configurada e instalada libtorrent, es hora de instalar rtorrent. Aquí de nuevo me encontré con el siguiente error</p>
<blockquote class="comments"><p>
No package &#8216;openssl&#8217; found</p>
<p>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br />
installed software in a non-standard prefix.</p>
<p>Alternatively, you may set the environment variables OPENSSL_CFLAGS<br />
and OPENSSL_LIBS to avoid the need to call pkg-config.<br />
See the pkg-config man page for more details.
</p>
</blockquote>
<p>rtorrent depende de <strong>libssl-dev</strong>, así que primero asegúrate que lo tienes correctamente instalado</p>
<blockquote class="comments"><p>
# dpkg -l |grep libssl-dev
</p>
</blockquote>
<p>En caso de que no lo tengas, <strong>apt</strong> es tu amigo (también puedes bajarte los fuentes y compilarlos tu mismo). Parece ser, que en algunas ocasiones esto resuelve el problema. Como en mi caso no lo hizo, os recomiendo que hagáis caso al error y apuntéis la variable PKG_CONFIG_PATH a donde tengáis instalado el <strong>pkgconfig</strong>. En Debian:</p>
<blockquote class="comments"><p>
# export PKG_CONFIG_PATH=&#8221;/usr/lib/pkgconfig&#8221;
</p>
</blockquote>
<p>Ahora el <strong>./configure</strong>, <strong>make</strong> y <strong>make install</strong> deberian ir sin problemas</p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/12/08/compilando-rtorrent-0124/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>Compilando libtorrent 0.12.4 en Debian 4.0</title>
		<link>http://icaix.com/front/2008/12/08/compilando-libtorrent-0124-en-debian-40/</link>
		<comments>http://icaix.com/front/2008/12/08/compilando-libtorrent-0124-en-debian-40/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 14:03:12 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[bugs&fixes]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=101</guid>
		<description><![CDATA[Al intentar compilar desde los fuentes libtorrent, al ejecutar ./autogen.sh me devolvia lo siguiente

# ./autogen.sh
aclocal&#8230;
configure.ac:22: warning: macro `AM_DISABLE_STATIC&#8217; not found in library
configure.ac:23: warning: macro `AM_PROG_LIBTOOL&#8217; not found in library
autoheader&#8230;
libtoolize&#8230; using libtoolize
automake&#8230;
src/Makefile.am:11: Libtool library used but `LIBTOOL&#8217; is undefined
src/Makefile.am:11:   The usual way to define `LIBTOOL&#8217; is to add `AC_PROG_LIBTOOL&#8217;
src/Makefile.am:11:   to `configure.ac&#8217; and run `aclocal&#8217; and `autoconf&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Al intentar compilar desde los fuentes libtorrent, al ejecutar ./autogen.sh me devolvia lo siguiente</p>
<blockquote class="comments"><p>
# ./autogen.sh<br />
aclocal&#8230;<br />
configure.ac:22: warning: macro `AM_DISABLE_STATIC&#8217; not found in library<br />
configure.ac:23: warning: macro `AM_PROG_LIBTOOL&#8217; not found in library<br />
autoheader&#8230;<br />
libtoolize&#8230; using libtoolize<br />
automake&#8230;<br />
src/Makefile.am:11: Libtool library used but `LIBTOOL&#8217; is undefined<br />
src/Makefile.am:11:   The usual way to define `LIBTOOL&#8217; is to add `AC_PROG_LIBTOOL&#8217;<br />
src/Makefile.am:11:   to `configure.ac&#8217; and run `aclocal&#8217; and `autoconf&#8217; again.<br />
src/Makefile.am:11:   If `AC_PROG_LIBTOOL&#8217; is in `configure.ac&#8217;, make sure<br />
src/Makefile.am:11:   its definition is in aclocal&#8217;s search path.</p>
<p>[......]</p>
<p>autoconf&#8230;<br />
configure.ac:20: error: possibly undefined macro: AC_DISABLE_STATIC<br />
If this token and others are legitimate, please use m4_pattern_allow.<br />
See the Autoconf documentation.<br />
configure.ac:22: error: possibly undefined macro: AM_DISABLE_STATIC<br />
configure.ac:23: error: possibly undefined macro: AM_PROG_LIBTOOL<br />
ready to configure
</p>
</blockquote>
<p>Para arreglarlo asegúrate de tener instalado <strong>aclocal</strong> y exportar la siguiente variable de entorno</p>
<blockquote class="comments"><p>
# export ACLOCAL_FLAGS=&#8221;-I /usr/share/aclocal&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/12/08/compilando-libtorrent-0124-en-debian-40/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>setxkbmap: Cambiar layout del teclado</title>
		<link>http://icaix.com/front/2008/08/15/setxkbmap-cambiar-layout-del-teclado/</link>
		<comments>http://icaix.com/front/2008/08/15/setxkbmap-cambiar-layout-del-teclado/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:50:04 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[keyboard. linux. FreeBSD]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=100</guid>
		<description><![CDATA[setxkbmap sirve para cambiar el layout del teclado desde sesiones X. Muy útil, cuando uses ordenadores que no sean tuyos.

USO

Muy sencillo, lo de siempre
$ setxkbmap us # Cambia al layout de US.
$ setxkbmap es # Cambia al layout Español.
Recuerda al reiniciar sesión los cambios se perderán. Si quieres cambiarlo permanentemente, edita el xorg.conf
]]></description>
			<content:encoded><![CDATA[<p><em>setxkbmap</em> sirve para cambiar el layout del teclado desde sesiones X. Muy útil, cuando uses ordenadores que no sean tuyos.</p>
<blockquote class="sinIcono">
<h3>USO</h3>
</blockquote>
<p>Muy sencillo, lo de siempre</p>
<blockquote class="comments"><p>$ setxkbmap us # Cambia al layout de US.<br />
$ setxkbmap es # Cambia al layout Español.</p></blockquote>
<p>Recuerda al reiniciar sesión los cambios se perderán. Si quieres cambiarlo permanentemente, edita el <em>xorg.conf</em></p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/08/15/setxkbmap-cambiar-layout-del-teclado/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>SUSE Enterprise 10, updatedb y locate</title>
		<link>http://icaix.com/front/2008/07/22/suse-enterprise-10-updatedb-y-locate/</link>
		<comments>http://icaix.com/front/2008/07/22/suse-enterprise-10-updatedb-y-locate/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 10:00:23 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[findutils]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[Suse 10]]></category>
		<category><![CDATA[updatedb]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=99</guid>
		<description><![CDATA[Los de Suse Enterprise cada dia lo hacen peor, no hay duda&#8230; Si queréis contar con updatedb y locate os tendréis que bajar los fuentes e instalarlos vosotros mismos&#8230; El paquete se llama findutils y los podréis encontrar aqui o dentro de /gnu/findutils/ en vuestro repositorio favorito; ex: ftp://mirrors.kernel.org/gnu/findutils/

Instalacion

Muy sencillo, lo de siempre
$ wget ftp://mirrors.kernel.org/gnu/findutils/findutils-4.4.0.tar.gz
$ [...]]]></description>
			<content:encoded><![CDATA[<p>Los de <a href="http://www.novell.com/linux/" target="_blank">Suse Enterprise</a> cada dia lo hacen peor, no hay duda&#8230; Si queréis contar con <strong>updatedb</strong> y <strong>locate</strong> os tendréis que bajar los fuentes e instalarlos vosotros mismos&#8230; El paquete se llama findutils y los podréis encontrar <a title="Findutils" href="http://www.gnu.org/software/findutils/" target="_blank">aqui</a> o dentro de <em>/gnu/findutils/</em> en vuestro repositorio favorito; ex: <a title="ftp://mirrors.kernel.org/gnu/findutils/" href="ftp://mirrors.kernel.org/gnu/findutils/" target="_blank">ftp://mirrors.kernel.org/gnu/findutils/</a></p>
<blockquote class="sinIcono">
<h3>Instalacion</h3>
</blockquote>
<p>Muy sencillo, lo de siempre</p>
<blockquote class="comments"><p>$ wget ftp://mirrors.kernel.org/gnu/findutils/findutils-4.4.0.tar.gz<br />
$ tar -xvvf findutils-4.4.0.tar.gz<br />
$ cd findutils-4.4.0<br />
$ sudo ./configure<br />
$ sudo make<br />
$ sudo make install<br />
# Por ultimo<br />
$ sudo updatedb</p></blockquote>
<p>Ya podréis utilizar el locate como habéis echo siempre.</p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/07/22/suse-enterprise-10-updatedb-y-locate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>awk: elemento separador</title>
		<link>http://icaix.com/front/2008/07/01/awk-elemento-separador/</link>
		<comments>http://icaix.com/front/2008/07/01/awk-elemento-separador/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 10:07:50 +0000</pubDate>
		<dc:creator>Miggs</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[tutoriales]]></category>
		<category><![CDATA[-F]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://icaix.com/front/?p=98</guid>
		<description><![CDATA[Nota rápida pero quite handy. Como cambiar el símbolo separador de argumentos en awk (por defecto es el espacio)
# awk -F. &#8216;{&#8230;}&#8217;

Saludos
]]></description>
			<content:encoded><![CDATA[<p>Nota rápida pero quite handy. Como cambiar el símbolo separador de argumentos en awk (por defecto es el espacio)</p>
<blockquote class="comments"><p><em># awk -F. &#8216;{&#8230;}&#8217;</em>
</p></blockquote>
<p>Saludos</p>
]]></content:encoded>
			<wfw:commentRss>http://icaix.com/front/2008/07/01/awk-elemento-separador/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
