<?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>La Cofradía Digital &#187; Tips técnicos</title>
	<atom:link href="http://cofradia.org/category/tips-tecnicos/feed/" rel="self" type="application/rss+xml" />
	<link>http://cofradia.org</link>
	<description>Hermandad informática</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:36:54 +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>Curso html-php</title>
		<link>http://cofradia.org/2010/03/02/curso-html-php/</link>
		<comments>http://cofradia.org/2010/03/02/curso-html-php/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:07:59 +0000</pubDate>
		<dc:creator>danis</dc:creator>
				<category><![CDATA[Convocatorias]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tips técnicos]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2634</guid>
		<description><![CDATA[Saludos a la comunidad.
Estoy elaborando un curso de html y php básicos dirigido a desarrolladores y público en general.
Este curso es un curso tipo base o propedeutico para el siguiente que es desarrollo de aplicaciones AJAX (con php)
Comprende:

* HTML básico
* Javascript
* Estilos CSS
* Php
* Conexión con Mysql desde php
El curso es en linea (via e-mail) [...]]]></description>
			<content:encoded><![CDATA[<p>Saludos a la comunidad.</p>
<p>Estoy elaborando un curso de html y php básicos dirigido a desarrolladores y público en general.</p>
<p>Este curso es un curso tipo base o propedeutico para el siguiente que es desarrollo de aplicaciones AJAX (con php)</p>
<p>Comprende:<br />
<span id="more-2634"></span><br />
* HTML básico<br />
* Javascript<br />
* Estilos CSS<br />
* Php<br />
* Conexión con Mysql desde php</p>
<p>El curso es en linea (via e-mail) no presencial aproximadamente de 2 semanas x 1 hora diaria para este curso</p>
<p>el modulo es sin costo alguno para los usuarios de cofradia que deseen capacitarse.</p>
<p>El único requisito es dedicar de 1/2 a una hora diarias y contestar las actividades propias del curso que son muy simples.</p>
<p>Inicio 22 de marzo  de 2010</p>
<p>A los que deseen apuntarse les doy la dirección de correo electrónico para mas informes.</p>
<p>aprender.htmlphp@gmail.com</p>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/03/02/curso-html-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lo que debe aprender Sony y varios programadores sobre el año Bisiesto</title>
		<link>http://cofradia.org/2010/03/02/lo-que-debe-aprender-sony-y-varios-programadores-sobre-el-ano-bisiesto/</link>
		<comments>http://cofradia.org/2010/03/02/lo-que-debe-aprender-sony-y-varios-programadores-sobre-el-ano-bisiesto/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 06:41:30 +0000</pubDate>
		<dc:creator>El Pop</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tips técnicos]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2627</guid>
		<description><![CDATA[Bueno, hace tiempo hice una librería de calendarios y encontré un texto que escribió José Soares (jose at sferacarta.com) respecto a la historia, y el como, calcular el año bisiesto:

The Julian Day was invented by the French scholar Joseph Justus Scaliger (1540-1609) and probably takes its name from the Scaliger&#8217;s father, the Italian scholar Julius [...]]]></description>
			<content:encoded><![CDATA[<p>Bueno, hace tiempo hice una librería de calendarios y encontré un texto que escribió José Soares (jose at sferacarta.com) respecto a la historia, y el como, calcular el año bisiesto:<br />
<span id="more-2627"></span></p>
<blockquote><p>The Julian Day was invented by the French scholar Joseph Justus Scaliger (1540-1609) and probably takes its name from the Scaliger&#8217;s father, the Italian scholar Julius Caesar Scaliger (1484-1558). Astronomers have used the Julian period to assign a unique number to every day since 1 January 4713 BC. This is the so-called Julian Day (JD). JD 0 designates the 24 hours from noon UTC on 1 January 4713 BC to noon UTC on 2 January 4713 BC.</p>
<p>The &#8220;Julian Day&#8221; is different from the &#8220;Julian Date&#8221;. The Julian date refers to the Julian calendar, which was introduced by Julius Caesar in 45 BC. It was in common use until the 1582, when countries started changing to the Gregorian calendar. In the Julian calendar, the tropical year is approximated as 365 1/4 days = 365.25 days. This gives an error of about 1 day in 128 years.</p>
<p>The accumulating calendar error prompted Pope Gregory XIII to reform the calendar in accordance with instructions from the Council of Trent. In the Gregorian calendar, the tropical year is approximated as 365 + 97 / 400 days = 365.2425 days. Thus it takes approximately 3300 years for the tropical year to shift one day with respect to the Gregorian calendar.</p>
<p>The approximation 365+97/400 is achieved by having 97 leap years every 400 years, using the following rules:</p>
<p>Every year divisible by 4 is a leap year.<br />
However, every year divisible by 100 is not a leap year.<br />
However, every year divisible by 400 is a leap year after all.</p>
<p>So, 1700, 1800, 1900, 2100, and 2200 are not leap years. But 1600, 2000, and 2400 are leap years. By contrast, in the older Julian calendar only years divisible by 4 are leap years.</p>
<p>The papal bull of February 1582 decreed that 10 days should be dropped from October 1582 so that 15 October should follow immediately after 4 October. This was observed in Italy, Poland, Portugal, and Spain. Other Catholic countries followed shortly after, but Protestant countries were reluctant to change, and the Greek orthodox countries didn&#8217;t change until the start of the 20th century. The reform was observed by Great Britain and Dominions (including what is now the USA) in 1752. Thus 2 September 1752 was followed by 14 September 1752. This is why Unix systems have the cal program produce the following:</p>
<p>$ cal 9 1752<br />
September 1752<br />
S  M Tu  W Th  F  S<br />
1  2 14 15 16<br />
17 18 19 20 21 22 23<br />
24 25 26 27 28 29 30</p>
<p>Note: The SQL standard states that &#8220;Within the definition of a &#8216;datetime literal&#8217;, the &#8216;datetime value&#8217;s are constrained by the natural rules for dates and times according to the Gregorian calendar&#8221;. Dates between 1752-09-03 and 1752-09-13, although eliminated in some countries by Papal fiat, conform to &#8220;natural rules&#8221; and are hence valid dates.</p>
<p>Different calendars have been developed in various parts of the world, many predating the Gregorian system. For example, the beginnings of the Chinese calendar can be traced back to the 14th century BC. Legend has it that the Emperor Huangdi invented the calendar in 2637 BC. The People&#8217;s Republic of China uses the Gregorian calendar for civil purposes. The Chinese calendar is used for determining festivals.</p></blockquote>
<p>Que en Perl  se vería así:</p>

<div class="wp_syntax"><div class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/usr/bin/perl</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">sub</span> Leap_Year <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">my</span> <span style="color: #0000ff;">$year</span> <span style="color: #339933;">=</span> <span style="color: #000066;">shift</span><span style="color: #339933;">;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$year</span> <span style="color: #339933;">%</span> <span style="color: #cc66cc;">400</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span>  <span style="color: #009900;">&#123;</span>    <span style="color: #666666; font-style: italic;"># Todo año divisible entre 400 sin remanente</span>
        <span style="color: #000066;">return</span> <span style="color: #ff0000;">'Bisiesto'</span><span style="color: #339933;">;</span>      <span style="color: #666666; font-style: italic;"># es Bisiesto forzozamente</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">elsif</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$year</span> <span style="color: #339933;">%</span> <span style="color: #cc66cc;">100</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  <span style="color: #666666; font-style: italic;"># Todo año divisible entre 100 NO es bisiesto</span>
        <span style="color: #000066;">return</span> <span style="color: #ff0000;">'Normal'</span><span style="color: #339933;">;</span>        <span style="color: #666666; font-style: italic;"># a menos que sea divisible entre 400</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">elsif</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$year</span> <span style="color: #339933;">%</span> <span style="color: #cc66cc;">4</span> <span style="color: #339933;">==</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>    <span style="color: #666666; font-style: italic;"># Todo año divisible entre 4 es bisiesto a menos</span>
        <span style="color: #000066;">return</span> <span style="color: #ff0000;">'Bisiesto'</span><span style="color: #339933;">;</span>      <span style="color: #666666; font-style: italic;"># que sea divisible entre 100</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000066;">return</span> <span style="color: #ff0000;">'Normal'</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #000066;">print</span> Leap_Year<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$ARGV</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/03/02/lo-que-debe-aprender-sony-y-varios-programadores-sobre-el-ano-bisiesto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Unir&#8221; dos DSL de Infinitum&#8230;</title>
		<link>http://cofradia.org/2010/01/27/unir-dos-dsl-de-infinitum/</link>
		<comments>http://cofradia.org/2010/01/27/unir-dos-dsl-de-infinitum/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 23:04:57 +0000</pubDate>
		<dc:creator>garsan</dc:creator>
				<category><![CDATA[Pregúntale al gurú]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2428</guid>
		<description><![CDATA[Buenas tardes a todos, hace algunos ayeres hablaron sobre como unir dos lineas de Infinitum con un aparato especial, el problema es que ya busqué en la nueva cofradía y no lo encuentro, la anterior (en el subdominio de archive) ya no está disponible y en ese estaba el post.
Alguien recuerda la marca del aparato [...]]]></description>
			<content:encoded><![CDATA[<p>Buenas tardes a todos, hace algunos ayeres hablaron sobre como unir dos lineas de Infinitum con un aparato especial, el problema es que ya busqué en la nueva cofradía y no lo encuentro, la anterior (en el subdominio de archive) ya no está disponible y en ese estaba el post.</p>
<p>Alguien recuerda la marca del aparato en cuestión?<br />
Alguna otra alternativa para llegar al mismo fin?</p>
<p>Gracias!!</p>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/01/27/unir-dos-dsl-de-infinitum/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Consejos y trucos para el uso de Emacs</title>
		<link>http://cofradia.org/2009/12/06/consejos-y-trucos-para-el-uso-de-emacs/</link>
		<comments>http://cofradia.org/2009/12/06/consejos-y-trucos-para-el-uso-de-emacs/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:48:03 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2254</guid>
		<description><![CDATA[Nos mandan una serie de ligas con algunos consejos y trucos para el uso de Emacs, que como escuche alguna vez: &#8220;Es el único ambiente operativo para programador que lo único que necesita es un buen editor de texto&#8221; &#8230;  

Master the rich features of the Emacs editor. It&#8217;s unlike any other program you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Nos mandan una serie de ligas con algunos consejos y trucos para el uso de Emacs, que como escuche alguna vez: &#8220;Es el único ambiente operativo para programador que lo único que necesita es un buen editor de texto&#8221; &#8230; <img src='http://cofradia.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<blockquote><p>
Master the rich features of the Emacs editor. It&#8217;s unlike any other program you&#8217;re likely to have encountered. Delve into the depths of its most advanced editing commands that have made it famous. </p>
<ul>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs1-i.html?ca=dgr-lnxw13Emacs-P1dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 1: Learn the basics of Emacs</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs2-i.html?ca=dgr-lnxw13Emacs-P2dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 2: Learn the essential modes and editing features of Emacs</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs3-i.html?ca=dgr-lnxw13Emacs-P3dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 3: Advanced Emacs text operations</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs4-i.html?ca=dgr-lnxw13Emacs-P4dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 4: Options, registers, and bookmarks</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs5-i.html?ca=dgr-lnxw13Emacs-P5dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 5: Shape your Emacs view</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs6-i.html?ca=dgr-lnxw13Emacs-P6dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 6: Customize your Emacs world</a></li>
<li><a href="http://www.ibm.com/developerworks/edu/au-dw-au-emacs7-i.html?ca=dgr-lnxw13Emacs-P7dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">Part 7: Let Emacs help you out</a></li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/12/06/consejos-y-trucos-para-el-uso-de-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guía de seguridad para PostgreSQL</title>
		<link>http://cofradia.org/2009/11/24/guia-de-seguridad-para-postgresql/</link>
		<comments>http://cofradia.org/2009/11/24/guia-de-seguridad-para-postgresql/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 20:42:53 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Bases de Datos]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2182</guid>
		<description><![CDATA[Nos mandan una guía de consejos sobre seguridad en PostgreSQL:

Database security is the single biggest concern with today&#8217;s Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can take to protect your PostgreSQL database. Be sure to download [...]]]></description>
			<content:encoded><![CDATA[<p>Nos mandan una guía de consejos sobre seguridad en PostgreSQL:</p>
<blockquote><p>
Database security is the single biggest concern with today&#8217;s Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers. In this article, learn about security measures you can take to <a href="http://www.ibm.com/developerworks/opensource/library/os-postgresecurity/index.html?ca=dgr-lnxw13PostgreSQLdth-OS&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">protect your PostgreSQL database</a>. Be sure to download the sample code listings used in this article.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/11/24/guia-de-seguridad-para-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar Controlador de Red Inalámbrica para Laptop DELL Inspiron 1545 en Ubuntu 9.10</title>
		<link>http://cofradia.org/2009/11/21/instalar-controlador-de-red-inalambrica-para-laptop-dell-inspiron-1545-en-ubuntu-9-10/</link>
		<comments>http://cofradia.org/2009/11/21/instalar-controlador-de-red-inalambrica-para-laptop-dell-inspiron-1545-en-ubuntu-9-10/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 13:59:14 +0000</pubDate>
		<dc:creator>josuemb</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[inspiron 1545]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2177</guid>
		<description><![CDATA[Problema:
Al instalar Ubuntu 9.10 &#8211; Karmic Koala en una Laptop DELL Inspiron 1545, el adaptador de red no funciona (no se detecta en el administrador de conexiones de Ubuntu) y en el archivo &#8220;/var/log/messages&#8221; se muestra el siguiente error:

Nov 20 05:06:57 caleb-laptop kernel: [ 20.678140] b43-phy0: Broadcom 4312 WLAN found (core revision 15) Nov 20 [...]]]></description>
			<content:encoded><![CDATA[<p>Problema:</p>
<p>Al instalar Ubuntu 9.10 &#8211; Karmic Koala en una Laptop DELL Inspiron 1545, el adaptador de red no funciona (no se detecta en el administrador de conexiones de Ubuntu) y en el archivo &#8220;/var/log/messages&#8221; se muestra el siguiente error:</p>
<blockquote><p>
Nov 20 05:06:57 caleb-laptop kernel: [ 20.678140] b43-phy0: Broadcom 4312 WLAN found (core revision 15) Nov 20 05:06:57 caleb-laptop kernel: [ 20.724272] b43: probe of ssb0:0 failed with error -95 Nov 20 05:06:57 caleb-laptop kernel: [ 20.724301] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
</p></blockquote>
<p>El post completo con la descripción de la solución en mi <A HREF="http://josuemb-planet.blogspot.com/2009/11/ubuntu-910-karmic-koala-instalar.html">BLOG</A></p>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/11/21/instalar-controlador-de-red-inalambrica-para-laptop-dell-inspiron-1545-en-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Las 10 cosas que han impulsado el mundo de Linux</title>
		<link>http://cofradia.org/2009/09/29/las-10-cosas-que-han-impulsado-el-mundo-de-linux/</link>
		<comments>http://cofradia.org/2009/09/29/las-10-cosas-que-han-impulsado-el-mundo-de-linux/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 05:04:52 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[software libre]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2055</guid>
		<description><![CDATA[

La gente de IBM esta celebrando los 10 años de su portal de información DeveloperWorks y nos mandan una nota de los eventos que consideran trascendentales en el mundo de Linux (desde su punto de vista):


Much too much has happened with Linux in the last 10 years to do anything like a complete job of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cofradia.org/wp-content/uploads/2009/09/Picture-1-300x89.png" alt="Picture 1" title="Picture 1" width="300" height="89" class="alignleft size-medium wp-image-2059" /></p>
<p>
La gente de IBM esta celebrando los 10 años de su portal de información <A HREF="http://www.ibm.com/developerworks/aboutdw/birthday10/timeline.html?">DeveloperWorks</A> y nos mandan una nota de los eventos que consideran trascendentales en el mundo de Linux (desde su punto de vista):
</p>
<blockquote><p>
Much too much has happened with Linux in the last 10 years to do anything like a complete job of listing the important events and technological advances surrounding this operating system. But nevertheless here are <a href="http://www.ibm.com/developerworks/linux/library/l-linux-10th-anniversary/?ca=dgr-lnxw13104LinuxdwBDdth-LX&amp;S_TACT=105AGY83&amp;S_CMP=grlnxw13">10 important Linux developments that have rocked the world of Linux</a>. I&#8217;m sure you can add to this.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/09/29/las-10-cosas-que-han-impulsado-el-mundo-de-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manejo de texto y filtrado en la línea de comando</title>
		<link>http://cofradia.org/2009/09/07/learn-linux-101-text-streams-and-filters/</link>
		<comments>http://cofradia.org/2009/09/07/learn-linux-101-text-streams-and-filters/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 22:24:20 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=1969</guid>
		<description><![CDATA[
Nos mandan un artículo introductorio al uso de utilerías para el filtrado de texto en la línea de comando de Unix/Linux:


There&#8217;s a lot more to text manipulation than cut and paste, particularly when you aren&#8217;t using a GUI. This article introduces you to text manipulation on Linux using filters from the GNU textutils package. By [...]]]></description>
			<content:encoded><![CDATA[<p>
Nos mandan un artículo introductorio al uso de utilerías para el filtrado de texto en la línea de comando de Unix/Linux:
</p>
<blockquote><p>
There&#8217;s a lot more to text manipulation than cut and paste, particularly when you aren&#8217;t using a GUI. This article introduces you to <a href="http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-103-2/index.html?ca=dgr-lnxw13Linux-Text-Filters&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">text manipulation on Linux using filters from the GNU textutils package</a>. By the end of this article, you will be manipulating text like an expert.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/09/07/learn-linux-101-text-streams-and-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curso de Drupal mañana &#8211; Video en vivo en linea</title>
		<link>http://cofradia.org/2009/09/02/curso-de-drupal-manana-video-en-vivo-en-linea/</link>
		<comments>http://cofradia.org/2009/09/02/curso-de-drupal-manana-video-en-vivo-en-linea/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:46:51 +0000</pubDate>
		<dc:creator>gwolf</dc:creator>
				<category><![CDATA[Convocatorias]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software libre]]></category>
		<category><![CDATA[anuncio]]></category>
		<category><![CDATA[curso]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=1970</guid>
		<description><![CDATA[Hola,
Lamento no haber podido informar de esto antes, pero había muchas cosas que cuadrar antes. Como sea, espero esto se difunda aún a tiempo para que le saquen provecho. Reproduzco a continuación un anuncio interno que hice ante el personal de mi Instituto. Si bien _no_ me es posible invitar a mas personas a que [...]]]></description>
			<content:encoded><![CDATA[<p>Hola,</p>
<p>Lamento no haber podido informar de esto antes, pero había muchas cosas que cuadrar antes. Como sea, espero esto se difunda aún a tiempo para que le saquen provecho. Reproduzco a continuación un anuncio interno que hice ante el personal de mi Instituto. Si bien _no_ me es posible invitar a mas personas a que nos sigan en nuestras instalaciones, los invito a que sigan el stream en vivo en <a title="Video .ogg en vivo" href="http://www.iiec.unam.mx:18000/drupal.ogg">http://www.iiec.unam.mx:18000/drupal.ogg</a></p>
<p>Ademas, para la primer mitad de la semana entrante me comprometo a publicar los videos resultantes&#8230;<br />
<span id="more-1970"></span><br />
Como comenté ya en persona con varios de ustedes, a quienes he tenido la oportunidad de encontrarme por los pasillos, mi colega austriaco Josef Daberning, tras una estancia de un año trabajando en Nicaragua pasará por México en su camino de vuelta a casa. Le interesa dar<br />
varias pláticas relacionadas con Drupal, tanto para que más gente lo use como para que quienes ya lo usamos lo podamos aprovechar mejor.</p>
<p>Josef estuvo involucrado en una migración interesante de sitios a (especialmente el de la ONG donde laboró, la Casa de los Tres Mundos en la ciudad de Granada, Nicaragua) a la plataforma Drupal, y he de constatar que conoce muy bien ésta plataforma y cómo aprovecharla.</p>
<p>Para que no quede duda: Josef impartirá este curso en español.</p>
<p>Los temas que tiene disponibles están en su página de información:</p>
<p><a href="http://drupal-centroamerica.org/sites/default/files/drupal%20gira%20-%20workshops%20-centroamerica%2009.pdf">http://drupal-centroamerica.org/sites/default/files/drupal%20gira%20-%20workshops%20-centroamerica%2009.pdf</a></p>
<p>De estos temas, según lo que hemos platicado, me parece que los más importantes para el perfil de usuarios y grupos de necesidades que tenemos son:</p>
<p>Drupal Administración (02:00)</p>
<ul>
<li> Contenido</li>
<li> Configuración</li>
<li> Construcción</li>
<li> Usuarios</li>
</ul>
<p>Drupal Práctica / Módulos (03:00)</p>
<ul>
<li> CCK &amp; Views</li>
<li> Images</li>
<li> Date &amp; Calendar</li>
<li> Panels</li>
<li> WYSIWYG</li>
</ul>
<p>Drupal y vos  (03:30)</p>
<ul>
<li> Planificar un sitio</li>
<li> Construir un sitio</li>
<li> Analysar un sitio</li>
<li> Mejorar un sitio</li>
</ul>
<p>Crear plantillas (temas) avanzadas con Drupal</p>
<ul>
<li> Este último tema fue agregado a solicitud expresa, y no tengo la lista de sub-puntos ni la duración estimada, pero ocupará una sesión completa</li>
</ul>
<p>Esto nos daría un total cercano a las doce. De ésto, hay algunos pedacitos a eliminar, dada la manera en que les ahorro pedacitos de involucramiento por cómo administro los sitios en el Instituto.</p>
<p>En fin, sé que es dificil hermanar las agendas de tantas personas que trabajan en proyectos tan distintos en todo el Instituto, así que -tras consultar con los que pude, y claro está, muy especialmente con Josef- les ofrezco los siguientes horarios:</p>
<ul>
<li>Miércoles 2 de septiembre, de 10:00 a 14:00 y de 16:00 a 20:00</li>
<li>Jueves 3 de septiembre, de 10:00 a 14:00</li>
</ul>
<p>Los temas caerán aproximadamente como aparecen &#8211; En la sesión matutina del miércoles veremos Drupal Administración y parte de Drupal Práctica / Módulos; en la sesión vespertina concluiremos con ese módulo y veremos Drupal y vos (sí, en Nicaragua, donde vivió Josef, usan el «vos», por curioso que suene para nosotros), y el jueves 3 de septiembre veremos la creación de temas con Drupal.</p>
<p>Claro está, no es obligatorio que todos estén en todas las sesiones &#8211; Pero entre más puedan aprovechar, mejor. Para todos.</p>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/09/02/curso-de-drupal-manana-video-en-vivo-en-linea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducción a Bash</title>
		<link>http://cofradia.org/2009/08/28/introduccion-a-bash/</link>
		<comments>http://cofradia.org/2009/08/28/introduccion-a-bash/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:40:57 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LPI]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=1962</guid>
		<description><![CDATA[Nos mandan una guía de comandos básicos de Bash:

GUIs are fine, but to unlock the real power of Linux, there&#8217;s no substitute for the command line. Get to know some of the major features of the bash shell. By the end of this article, you will be comfortable using basic Linux commands like echo and [...]]]></description>
			<content:encoded><![CDATA[<p>Nos mandan una guía de comandos básicos de Bash:</p>
<blockquote><p>
GUIs are fine, but to <a href="http://www.ibm.com/developerworks/linux/library/l-lpic1-v3-103-1/index.html?ca=dgr-lnxw13Linux-CMD-Linedth-LX&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">unlock the real power of Linux</a>, there&#8217;s no substitute for the command line. Get to know some of the major features of the bash shell. By the end of this article, you will be comfortable using basic Linux commands like echo and exit, setting environment variables, and gathering system information.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/08/28/introduccion-a-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
