<?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; AIX</title>
	<atom:link href="http://cofradia.org/tag/aix/feed/" rel="self" type="application/rss+xml" />
	<link>http://cofradia.org</link>
	<description>Hermandad informática</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:15:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Utilizando 3 capas de autentificación en SSH</title>
		<link>http://cofradia.org/2010/09/01/utilizando-3-capas-de-autentificacion-en-ssh/</link>
		<comments>http://cofradia.org/2010/09/01/utilizando-3-capas-de-autentificacion-en-ssh/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:32:44 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Paranoia Fan Club]]></category>
		<category><![CDATA[Seguridad Informática]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3694</guid>
		<description><![CDATA[Nos mandan un artículo de como crear un metodo de autentificación de varias capas usando SSH y PAM para hacer mas seguros los accesos a nuestros sistemas Security always requires a multi-layered scheme. SSH is a good example of this. Methods range from simple sshd configuration through the use of PAM to specify who can [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/09/01/utilizando-3-capas-de-autentificacion-en-ssh/"></g:plusone></div><p>Nos mandan un artículo de como crear un metodo de autentificación de varias capas usando SSH y PAM para hacer mas seguros los accesos a nuestros sistemas</p>
<blockquote><p>
Security always requires a multi-layered scheme. SSH is a good example of this. Methods range from simple sshd configuration through the use of PAM to specify who can use SSH, to application of port-knocking techniques, or to hide the fact that SSH access even exists. Applying <a href="http://www.ibm.com/developerworks/aix/library/au-sshlocks/index.html?cmp=dw&amp;cpb=dwaix&amp;ct=dwgra-3SSHlocks&amp;cr=lnxw13&amp;ccy=us">these techniques</a> can make life much harder for possible intruders, who will have to go past three unusual barriers.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/09/01/utilizando-3-capas-de-autentificacion-en-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducción a esquemas de Fail-Over usando PowerHA</title>
		<link>http://cofradia.org/2010/08/24/introduccion-a-esquemas-de-fail-over-usando-powerha/</link>
		<comments>http://cofradia.org/2010/08/24/introduccion-a-esquemas-de-fail-over-usando-powerha/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:05:30 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[PowerHA]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sysAdmin]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3629</guid>
		<description><![CDATA[Nos mandan un artículo sobre como implementar esquemas de Fail-over en sistemas AIX. Independientemente del operativo que menciona, se me hace una buena referencia introductoria a esquemas de Fail-over para cualquier sistema operativo: PowerHA for AIX is the new name for HACMP (High Availability Cluster Multiprocessing). HACMP is an application that makes system fault resilient [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/08/24/introduccion-a-esquemas-de-fail-over-usando-powerha/"></g:plusone></div><p>Nos mandan un artículo sobre como implementar esquemas de Fail-over en sistemas AIX. Independientemente del operativo que menciona, se me hace una buena referencia introductoria a esquemas de Fail-over para cualquier sistema operativo:</p>
<blockquote><p>
PowerHA for AIX is the new name for HACMP (High Availability Cluster Multiprocessing). HACMP is an application that makes system fault resilient and reduces downtime of applications. <a href="http://www.ibm.com/developerworks/aix/library/au-powerhaintro/index.html?ca=dgr-lnxw13POWER-HACMPdth-AIX">This article introduces PowerHA</a> and provides a detailed explanation of how to configure a two node cluster. This document is very useful for understanding PowerHA and setting up a two node cluster.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/08/24/introduccion-a-esquemas-de-fail-over-usando-powerha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bazaar: Un poderoso control de versiones para desarrolladores</title>
		<link>http://cofradia.org/2010/08/20/bazaar-un-poderoso-control-de-versiones-para-desarrolladores/</link>
		<comments>http://cofradia.org/2010/08/20/bazaar-un-poderoso-control-de-versiones-para-desarrolladores/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 15:54:24 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3619</guid>
		<description><![CDATA[Nosn mandan un artículo introductorio a Bazaar, que es un sistema controlador de versiones tipo CVS, Subversion, GIT, etc. Bazaar is used to produce the Ubuntu Linux distribution, which is an enormous software project with thousands of components. If you&#8217;re using a UNIX or Linux system, chances are that your distribution offers a pre-built Bazaar [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/08/20/bazaar-un-poderoso-control-de-versiones-para-desarrolladores/"></g:plusone></div><p>Nosn mandan un artículo introductorio a <A HREF="http://bazaar.canonical.com/en/">Bazaar</A>, que es un sistema controlador de versiones tipo CVS, Subversion, GIT, etc.</p>
<blockquote><p>
Bazaar is used to produce the Ubuntu Linux distribution, which is an enormous software project with thousands of components. If you&#8217;re using a UNIX or Linux system, chances are that your distribution offers a pre-built Bazaar package. Bazaar is flexible enough to accommodate Subversion &#8211; a centralized system and Git &#8211; a decentralized system. This article <a href="http://www.ibm.com/developerworks/aix/library/au-spunix_bazaar/index.html?ca=dgr-lnxw13Bazaardth-LX">introduces you to Bazaar</a>&#8216;s many appealing features.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/08/20/bazaar-un-poderoso-control-de-versiones-para-desarrolladores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actualizaciones en vivo del Kernel usando Ksplice</title>
		<link>http://cofradia.org/2010/08/04/actualizaciones-en-vivo-del-kernel-usando-ksplice/</link>
		<comments>http://cofradia.org/2010/08/04/actualizaciones-en-vivo-del-kernel-usando-ksplice/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 04:01:56 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3423</guid>
		<description><![CDATA[Nos mandan un artículo de como parchar el Kernel de Unix sin tener que detener operación, o al menos el menor tiempo posible: Ksplice applies kernel patches on-the-fly &#8211; no reboot required — in a fraction of a second. Here&#8217;s a hands-on guide to performing painless system updates. Learn how to patch a live kernel [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/08/04/actualizaciones-en-vivo-del-kernel-usando-ksplice/"></g:plusone></div><p>Nos mandan un artículo de como parchar el Kernel de Unix sin tener que detener operación, o al menos el menor tiempo posible:</p>
<blockquote><p>
Ksplice applies <a href="http://www.ibm.com/developerworks/aix/library/au-spunix_ksplice/index.html?ca=dgr-lnxw13Ksplicedth-AIX">kernel patches on-the-fly</a> &#8211; no reboot required — in a fraction of a second. Here&#8217;s a hands-on guide to performing painless system updates. Learn how to patch a live kernel and give reboots the boot.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/08/04/actualizaciones-en-vivo-del-kernel-usando-ksplice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Capturando las interacciones de programas en Unix/Linux</title>
		<link>http://cofradia.org/2010/06/23/capturando-las-interacciones-de-programas-en-unixlinux/</link>
		<comments>http://cofradia.org/2010/06/23/capturando-las-interacciones-de-programas-en-unixlinux/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:42:29 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3197</guid>
		<description><![CDATA[Nos mandan un artículo de como capturar las salidas y entradas de programas en Unix/Linux Modern UNIX systems provide a number of different tools to capture the text-oriented interaction between a user and a specific program and to capture graphical screens and single windows. This article focuses on different ways to keep a record of [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/06/23/capturando-las-interacciones-de-programas-en-unixlinux/"></g:plusone></div><p>Nos mandan un artículo de como capturar las salidas y entradas de programas en Unix/Linux</p>
<blockquote><p>
Modern UNIX systems provide a number of different tools to capture the text-oriented interaction between a user and a specific program and to capture graphical screens and single windows. This article focuses on different ways to keep a record of the <a href="http://www.ibm.com/developerworks/aix/library/au-screenshots1/index.html?ca=dgr-lnxw13LX-ScrnShotsdth-LX">interaction between a user and a command-line</a> application.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/06/23/capturando-las-interacciones-de-programas-en-unixlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Análisis de redes y protocolos en Unix</title>
		<link>http://cofradia.org/2010/06/09/analisis-de-redes-y-protocolos-en-unix/</link>
		<comments>http://cofradia.org/2010/06/09/analisis-de-redes-y-protocolos-en-unix/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 02:32:15 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3106</guid>
		<description><![CDATA[Nos mandan un artículo de como identificar protocolos y tráfico en la red para mejorar su rendimiento y vigilar su actividad&#8230; Some UNIX protocols need investigation to understand what they are doing and what information they are exchanging. In this article, we will take a look at techniques for performing detailed analysis of the protocols [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/06/09/analisis-de-redes-y-protocolos-en-unix/"></g:plusone></div><p>Nos mandan un artículo de como  identificar protocolos y tráfico en la red para mejorar su rendimiento y vigilar su actividad&#8230;<br />
</p>
<blockquote><p>
Some UNIX protocols need investigation to understand what they are doing and what information they are exchanging. In this article, we will take a look at <a href="http://www.ibm.com/developerworks/aix/library/au-deepprotocolanalysis/index.html?ca=dgr-lnxw13Protocol-Analysisdth-AIX">techniques for performing detailed analysis of the protocols</a> in use on your UNIX network.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/06/09/analisis-de-redes-y-protocolos-en-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consejos para usar variables ambientales y SSH</title>
		<link>http://cofradia.org/2010/05/28/consejos-para-usar-variables-ambientales-y-ssh/</link>
		<comments>http://cofradia.org/2010/05/28/consejos-para-usar-variables-ambientales-y-ssh/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:18:25 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Tips técnicos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HPUX]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sys admin]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=3025</guid>
		<description><![CDATA[Nos mandan unos consejos para uso de variables ambientales y SSH en Unix: You don&#8217;t have to break into a Watergate office to uncover the secrets of UNIX power users. There&#8217;s an informant, and he&#8217;s spilling the beans. Learn why Environment Variables, the dot file, and the Secure Shell (SSH) are very important.]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2010/05/28/consejos-para-usar-variables-ambientales-y-ssh/"></g:plusone></div><p>Nos mandan unos consejos para uso de variables ambientales y SSH en Unix:</p>
<blockquote><p>
You don&#8217;t have to break into a Watergate office to <a href="http://www.ibm.com/developerworks/aix/library/au-spunixpower.html?ca=dgr-lnxw13UNIX-Secretesdth-AIX">uncover the secrets of UNIX power users</a>. There&#8217;s an informant, and he&#8217;s spilling the beans. Learn why Environment Variables, the dot file, and the Secure Shell (SSH) are very important.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2010/05/28/consejos-para-usar-variables-ambientales-y-ssh/feed/</wfw:commentRss>
		<slash:comments>1</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 likely [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2009/12/06/consejos-y-trucos-para-el-uso-de-emacs/"></g:plusone></div><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>Unix cumple 40 años&#8230;¿Por qué sigue prosperando?</title>
		<link>http://cofradia.org/2009/12/06/unix-cumple-40-anos-%c2%bfpor-que-sigue-prosperando/</link>
		<comments>http://cofradia.org/2009/12/06/unix-cumple-40-anos-%c2%bfpor-que-sigue-prosperando/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:44:11 +0000</pubDate>
		<dc:creator>solrac</dc:creator>
				<category><![CDATA[Sistemas Operativos]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://cofradia.org/?p=2253</guid>
		<description><![CDATA[Nos manda la gente de IBM un breve recuento de la historia de Unix, con algo de tendencia hacia AIX (¿Por qué sera?)&#8230; The systems world will shortly be celebrating a major anniversary milestone. UNIX is turning 40 years old! Most of us know the story of how UNIX was born, but what about why? [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2009/12/06/unix-cumple-40-anos-%c2%bfpor-que-sigue-prosperando/"></g:plusone></div><p>Nos manda la gente de IBM un breve recuento de la historia de Unix, con algo de tendencia hacia AIX (¿Por qué sera?)&#8230;</p>
<blockquote><p>
The systems world will shortly be celebrating a major anniversary milestone. <a href="http://www.ibm.com/developerworks/aix/library/au-unix40/?ca=dgr-lnxw13UNIX40dth-A&amp;S_TACT=105AGX59&amp;S_CMP=grlnxw13">UNIX is turning 40 years old!</a> Most of us know the story of how UNIX was born, but what about why? Was it born strictly because its founders wanted to play a computer game on a different platform? And why does UNIX continue to thrive 15 years after an (in)famous Byte Magazine article that asked: Is UNIX dead?
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cofradia.org/2009/12/06/unix-cumple-40-anos-%c2%bfpor-que-sigue-prosperando/feed/</wfw:commentRss>
		<slash:comments>0</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. [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="tall" count="1" href="http://cofradia.org/2009/09/07/learn-linux-101-text-streams-and-filters/"></g:plusone></div><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>
	</channel>
</rss>

