<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.santiagoluna.com/~rluna/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.santiagoluna.com/~rluna/feed.php">
        <title>superman_ha_muerto</title>
        <description></description>
        <link>http://www.santiagoluna.com/~rluna/</link>
        <image rdf:resource="http://www.santiagoluna.com/~rluna/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-02-06T00:31:12+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=otros&amp;rev=1328316930&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=docbook:index&amp;rev=1328306265&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=java:durationtotext&amp;rev=1328279851&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=java:index&amp;rev=1328279546&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=linux:blackwindowineclipseonubuntu&amp;rev=1327699741&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=linux:ubuntu&amp;rev=1327699009&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.santiagoluna.com/~rluna/doku.php?id=linux:arrancandoservicios&amp;rev=1327693981&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.santiagoluna.com/~rluna/lib/tpl/default/images/favicon.ico">
        <title>superman_ha_muerto</title>
        <link>http://www.santiagoluna.com/~rluna/</link>
        <url>http://www.santiagoluna.com/~rluna/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=otros&amp;rev=1328316930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-04T01:55:30+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>otros</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=otros&amp;rev=1328316930&amp;do=diff</link>
        <description>&lt;http://dreamsteep.com/projects/&gt;

The “English Open Word List” (EOWL) was developed by Ken Loge, but is almost entirely derived from the “UK Advanced Cryptics Dictionary” (UKACD) Version 1.6, by J Ross Beresford. The original copyright document for the UKACD can be found here.</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=docbook:index&amp;rev=1328306265&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-03T22:57:45+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>docbook:index - [Starter kit] </title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=docbook:index&amp;rev=1328306265&amp;do=diff</link>
        <description>Cómo instalar Docbook en un sistema windows para generar documentos en html (una sóla página o varias páginas), chm, pdf y rtf (para Word).

Las presentes páginas las he creado para documentar mis progresos: cómo crear desde cero un sistema de procesado de documentos y también cómo conseguir el objetivo propuesto de obtener varios formatos. Además lo quiero en Windows y Linux y que me soporte Unicode (porque soportaré documentos en varios idiomas, no necesariamente Western European).</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=java:durationtotext&amp;rev=1328279851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-03T15:37:31+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>java:durationtotext</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=java:durationtotext&amp;rev=1328279851&amp;do=diff</link>
        <description>Output in Spanish. I think it would be translatable easily. 


durationToText -&gt;  21 minutos y 57,432 segundos
durationToText -&gt; 3 días, 14 horas, 19 minutos y 0,516 segundos




    private String durationToText( long start, long end )
    {
        NumberFormat format = new DecimalFormat( &quot;###&quot; );
        NumberFormat formatSeconds = new DecimalFormat( &quot;##.###&quot; ); 
        long milliseconds = end - start; 
        long months;
        long modMonths;
        long days; 
        long modDays;
 …</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=java:index&amp;rev=1328279546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-03T15:32:26+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>java:index</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=java:index&amp;rev=1328279546&amp;do=diff</link>
        <description>Varias notas sobre java. Al que quiera entender, que entienda. 

	*  &lt;http://wiki.metawerx.net/wiki/Web.xml&gt; - toda la documentación sobre “web.xml”
	*  JSP
	*  Struts
	*  Spring
	*  Java Beans
	*  JSF
	*  Junit4
	*  Jboss
	*  Tomcat
	*  Ayuda
	*  JDBC
	*  Ficheros
	*  MimeTypes
	*  Números Aleatorios
	*  Configurar modo desarrollo
	*  Web.xml
	*  Setting up an Infocenter -or help system- for a project
	*  Example of configuration of log4j
	*  Convert a time duration into a text</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=linux:blackwindowineclipseonubuntu&amp;rev=1327699741&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-27T22:29:01+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>linux:blackwindowineclipseonubuntu</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=linux:blackwindowineclipseonubuntu&amp;rev=1327699741&amp;do=diff</link>
        <description>Using eclipse on Ubuntu I discovered that appeared a black screen on eclipse like this: 



The solution comes by the installation of the program Gtk+2.0 Change Theme: it allows you to change to the Mist theme that resolves the problem.</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=linux:ubuntu&amp;rev=1327699009&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-27T22:16:49+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>linux:ubuntu</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=linux:ubuntu&amp;rev=1327699009&amp;do=diff</link>
        <description>*  Configurar actualizaciones desatendidas
	*  Cómo saber qué paquete me instala este fichero
	*  Cómo saber qué ficheros instala un paquete
	*  Arrancando y parando servicios
	*  The problem of the black window in eclipse on Ubuntu 11</description>
    </item>
    <item rdf:about="http://www.santiagoluna.com/~rluna/doku.php?id=linux:arrancandoservicios&amp;rev=1327693981&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-27T20:53:01+01:00</dc:date>
        <dc:creator>rlunaro</dc:creator>
        <title>linux:arrancandoservicios - creado</title>
        <link>http://www.santiagoluna.com/~rluna/doku.php?id=linux:arrancandoservicios&amp;rev=1327693981&amp;do=diff</link>
        <description>Una de las cosas que más me molestó cuando me pasé a Ubuntu es que arrancar y parar servicios no era tan sencillo como en SuSE con el yast. 

Buscando un poco por ahí he visto que este comando es update-rc.d. 

Para que apache arranque siempre


 update-rc.d apache2 enable 3</description>
    </item>
</rdf:RDF>

