<?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>yorch @ web [in] &#187; Ubuntu</title>
	<atom:link href="http://yorch.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://yorch.org</link>
	<description>foreach ($post in yorch) { echo $post }</description>
	<lastBuildDate>Wed, 28 Mar 2012 21:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Nginx newest version on Ubuntu Lucid 10.04 LTS</title>
		<link>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nginx-newest-version-on-ubuntu-lucid-10-04-lts</link>
		<comments>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 23:26:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Ubuntu 10.04]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=846</guid>
		<description><![CDATA[Some time ago I wrote a post regarding this same topic (installing an updated version of Nginx instead of the one that is on the official Ubuntu repositories) but for Hardy (8.04). Now, it is the turn of the latest Long-Term-Support version of this Linux distribution. In this case, we need to use this repository: [...]]]></description>
		<wfw:commentRss>http://yorch.org/2011/11/nginx-newest-version-on-ubuntu-lucid-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install updated version of nginx on Ubuntu Hardy 8.04LTS</title>
		<link>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts</link>
		<comments>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/#comments</comments>
		<pubDate>Thu, 26 May 2011 14:26:59 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Load Balancer]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Reverse Proxy]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[Ubuntu Hardy]]></category>
		<category><![CDATA[Web Server]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=813</guid>
		<description><![CDATA[Nginx is a great web server to handle tons of traffic with relative low resources, it beats Apache big time. I have started using  it as a Reverse Proxy, Load Balancer, Web Cache and static files web server (like images, javascript and CSS) in front of Apache (for PHP processing). I&#8217;m more than amazed with [...]]]></description>
		<wfw:commentRss>http://yorch.org/2011/05/install-updated-version-of-nginx-on-ubuntu-hardy-8-04lts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian/Ubuntu&#8217;s apt behind a proxy</title>
		<link>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debianubuntus-apt-behind-a-proxy</link>
		<comments>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 22:10:30 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=802</guid>
		<description><![CDATA[To allow the Advanced Packaging Tool, or just APT for friends to do its job when the box is behind a proxy, we can use one of the following options. From the command line (this will only work for the session we are working on): export http_proxy=http://username:password@server:port Or if the proxy does not require a username: [...]]]></description>
		<wfw:commentRss>http://yorch.org/2011/01/debianubuntus-apt-behind-a-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable cron log on syslog and enable cron.log</title>
		<link>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-cron-log-on-syslog-and-enable-cron-log</link>
		<comments>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 20:31:29 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[Syslog]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=743</guid>
		<description><![CDATA[By default, Ubuntu logs all cron activity directly to syslog (/var/log/syslog), instead to a dedicated file like /var/log/cron.log. In my opinion, it is best to keep them separate if you have several cron jobs running on your server. To enable this behavior, what we must do is edit the syslog configuration file /etc/syslog.conf, and modify the [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/10/disable-cron-log-on-syslog-and-enable-cron-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Munin on Ubuntu Server</title>
		<link>http://yorch.org/2010/04/install-munin-on-ubuntu-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-munin-on-ubuntu-server</link>
		<comments>http://yorch.org/2010/04/install-munin-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:35:11 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=587</guid>
		<description><![CDATA[Munin is a small tool for monitoring resources on servers. I think it is very useful, specially on small VPS, that needs to save resources. Reports are written as HTML files, so we will need a Web Server like Apache to see this reports. First, we install it and add some extra plugins: $ sudo [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/04/install-munin-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install VirtualBox Guest Additions on Ubuntu Server</title>
		<link>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-virtualbox-guest-additions-on-ubuntu-server</link>
		<comments>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:19:09 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=582</guid>
		<description><![CDATA[On my work, I have a box with WinXP, running Virtual Box as a host, and a Ubuntu Server 9.10 box as a guest. My problem is that the firewall on the corporate network does not allow Ubuntu to update the date and time against any NTP server (like pool.ntp.org or ntp.ubuntu.com). So, I need [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/04/install-virtualbox-guest-additions-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring a Linux Server &#8211; Part 1: Sudoer user and SSH</title>
		<link>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-a-linux-server-part-1-sudoer-user-and-ssh</link>
		<comments>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 00:34:36 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Sudo]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=575</guid>
		<description><![CDATA[This will be a series of posts about configuring a Linux server (I&#8217;m working with Ubuntu, but should work with minor changes with other distributions), mainly because I have done this several times now by reviewing different websites and blogs, so I wanted to do a guide that works for me (and maybe for others [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/03/configuring-a-linux-server-part-1-sudoer-user-and-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nullmailer keeps trying to send unsuccessful mails on Ubuntu</title>
		<link>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu</link>
		<comments>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 05:33:07 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=567</guid>
		<description><![CDATA[I have noticed that my Ubuntu box is lately always trying to reach a SMTP server (detected through Wireshark tool). After reviewing the list of running processes that contains the word mail (running ps aux &#124; grep mail on console), I found a couple of them called Nullmailer that seems the responsible of that and indeed, [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/02/nullmailer-keeps-trying-to-send-unsuccessful-mails-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar nuevos locales en Ubuntu</title>
		<link>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalar-nuevos-locales-en-ubuntu</link>
		<comments>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 18:52:45 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Locales]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=551</guid>
		<description><![CDATA[Durante la migración de la web de DeChalaca desde el servicio Grid-Service de MediaTemple hacia un nuevo VPS, el último punto que quedó por resolver fue que las fechas en la web se mostraban en inglés (aunque el Joomla estaba configurado para que lo hagan en español). El problema era que el servidor, un flamante [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/02/instalar-nuevos-locales-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalar Grub luego de instalar Windows</title>
		<link>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reinstalar-grub-luego-de-instalar-windows</link>
		<comments>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 02:15:19 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Grub2]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=528</guid>
		<description><![CDATA[Luego de haber instalado Windows 7 hace algunos meses, en un equipo donde tenía tanto el Windows XP como Ubuntu 9.04, quedó inaccesible este último. Esto debido a que el instalador de Windows no reconoce otro sistema operativo que no sea propio de Microsoft (a diferencia de Linux). Se debe tomar en cuenta NO utilizar [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/12/reinstalar-grub-luego-de-instalar-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar subversion 1.5 en Ubuntu Hardy</title>
		<link>http://yorch.org/2009/06/instalar-subversion-1-5-en-ubuntu-hardy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalar-subversion-1-5-en-ubuntu-hardy</link>
		<comments>http://yorch.org/2009/06/instalar-subversion-1-5-en-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 23:01:50 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[Ubuntu Hardy]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=388</guid>
		<description><![CDATA[En los repositorios de Ubuntu Hardy (la última versión LTS liberada hasta este momento) sólo se puede encontrar subversion 1.4 debido a que en este tipo de versiones de Ubuntu, las versiones de los paquetes no se actualizan tan a menudo (salvo por correcciones y bugs) como uno quisiera. Entonces, para poder instalar subversion 1.5, [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/06/instalar-subversion-1-5-en-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ver la versión de Ubuntu</title>
		<link>http://yorch.org/2009/06/ver-la-version-de-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ver-la-version-de-ubuntu</link>
		<comments>http://yorch.org/2009/06/ver-la-version-de-ubuntu/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:32:45 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[Ubuntu Hardy]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=383</guid>
		<description><![CDATA[Para ver la versión de Ubuntu que está corriendo mi server, hago lo siguiente: $ cat /etc/*-release El resultado en mi caso es: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu 8.04" Este procedimiento sirve también para otras distribuciones como Red Hat. Una forma alternativa de hacerlo es mediante: $ cat /etc/issue Que mostrará por ejemplo: Ubuntu 8.04 "Hardy [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/06/ver-la-version-de-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desinstalar kernels antiguos en Ubuntu</title>
		<link>http://yorch.org/2009/06/desinstalar-kernels-antiguos-en-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=desinstalar-kernels-antiguos-en-ubuntu</link>
		<comments>http://yorch.org/2009/06/desinstalar-kernels-antiguos-en-ubuntu/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:42:35 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Lilo]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=370</guid>
		<description><![CDATA[Tras cada actualización del kernel de Linux, los anteriores quedan como recuerdo en el disco duro. El inconveniente principal de esto es que cada vez que arranques tu máquina, el menú del Grub (o Lilo quizá, aunque si usas Ubuntu, es poco probable que lo tengas) será cada vez más largo y con opciones (kernels [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/06/desinstalar-kernels-antiguos-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usar una IP estática en Ubuntu Intrepid</title>
		<link>http://yorch.org/2009/02/usar-una-ip-estatica-en-ubuntu-intrepid/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=usar-una-ip-estatica-en-ubuntu-intrepid</link>
		<comments>http://yorch.org/2009/02/usar-una-ip-estatica-en-ubuntu-intrepid/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 05:56:54 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://yorch.org/2009/02/usar-una-ip-estatica-en-ubuntu-intrepid/</guid>
		<description><![CDATA[Luego de repetidos intentos de colocarle una IP estática a mi máquina utilizando el NetworkManager que viene por defecto, ésta es reseteada y establecida por DHCP en cada reinicio (no quería meterle mano directamente al archivo /etc/network/interfaces). Según lo que encontré, esto es un bug del dichoso programa. Algunos sugiren desinstarlo, pero yo no buscaba [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/02/usar-una-ip-estatica-en-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caracteres ASCII en Ubuntu</title>
		<link>http://yorch.org/2009/02/caracteres-ascii-en-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=caracteres-ascii-en-ubuntu</link>
		<comments>http://yorch.org/2009/02/caracteres-ascii-en-ubuntu/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 05:19:13 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ASCII]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=167</guid>
		<description><![CDATA[Mientras escribía el post anterior, me ví en la necesidad de utilizar un caracter ASCII que no se encontraba en mi teclado, hablo de ~, que en Linux representa el directorio home del usuario actual. En Windows, podría haber utilizado el Alt + 164 para colocarlo, pero esto no funciona en Ubuntu (ni en otras [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/02/caracteres-ascii-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convertir una clave PuTTY en una OpenSSH</title>
		<link>http://yorch.org/2009/02/convertir-una-clave-putty-en-una-openssh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convertir-una-clave-putty-en-una-openssh</link>
		<comments>http://yorch.org/2009/02/convertir-una-clave-putty-en-una-openssh/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 04:29:21 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://yorch.org/2009/02/convertir-una-clave-putty-en-una-openssh/</guid>
		<description><![CDATA[Si sabes que es PuTTY y lo utilizas con alguna regularidad, es probable que en algún momento necesites convertir una de sus claves privadas al formato OpenSSH para utilizarla en linux. ¿A que me refiero? a hacer algo como: ssh usuario@servidor desde una consola de linux y entrar directamente al servidor, sin tener que estar [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/02/convertir-una-clave-putty-en-una-openssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Editores de texto, más allá del Bloc de Notas</title>
		<link>http://yorch.org/2008/11/editores-de-texto-mas-alla-del-bloc-de-notas/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=editores-de-texto-mas-alla-del-bloc-de-notas</link>
		<comments>http://yorch.org/2008/11/editores-de-texto-mas-alla-del-bloc-de-notas/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:01:56 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bloc de Notas]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Notepad2]]></category>
		<category><![CDATA[Scintilla]]></category>
		<category><![CDATA[SciTE]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=121</guid>
		<description><![CDATA[El tristemente celebre Bloc de Notas (o Notepad) ha estado presente desde las épocas en que ejecutábamos el comando win desde aquella pantalla negra de DOS (versión 6.22 quizá) para abrir el Windows. Con el paso de los años, su funcionalidad, para bien o para mal, no ha cambiado en casi nada (corríjanme si me [...]]]></description>
		<wfw:commentRss>http://yorch.org/2008/11/editores-de-texto-mas-alla-del-bloc-de-notas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 (Intrepid Ibex) liberado</title>
		<link>http://yorch.org/2008/10/ubuntu-810-intrepid-ibex-liberado/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ubuntu-810-intrepid-ibex-liberado</link>
		<comments>http://yorch.org/2008/10/ubuntu-810-intrepid-ibex-liberado/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 23:22:03 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[JeOS]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=114</guid>
		<description><![CDATA[Hoy ha sido liberada la nueva versión de Ubuntu. Tanto la versión de escritorio como la de servidor trae mejoras muy interesantes. Algunas de las mejoras hechas en Desktop Edition: Soporte para la tecnología 3G (internet celular). Copiar Ubuntu desde USB. Sesión de invitado. Y algunas otras en Server Edition: Nuevos perfiles de instalación (Tomcat [...]]]></description>
		<wfw:commentRss>http://yorch.org/2008/10/ubuntu-810-intrepid-ibex-liberado/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gimp 2.6 liberado e instalado en Ubuntu 8.04</title>
		<link>http://yorch.org/2008/10/gimp-26-liberado-e-instalado-en-ubuntu-804/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gimp-26-liberado-e-instalado-en-ubuntu-804</link>
		<comments>http://yorch.org/2008/10/gimp-26-liberado-e-instalado-en-ubuntu-804/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:49:19 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gimp]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=93</guid>
		<description><![CDATA[Hace unos días salió la versión 2.6 de Gimp (un programa Open Source de edición de imágenes, similar al Photoshop) que incorporá muchos cambios. Aún no se encuentra en los repositorios oficiales de Ubuntu, pero ya es posible instalarlo de una manera sencilla tal como lo muestran acá, ya sea desde consola o desde el [...]]]></description>
		<wfw:commentRss>http://yorch.org/2008/10/gimp-26-liberado-e-instalado-en-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion sobre Apache2</title>
		<link>http://yorch.org/2006/03/subversion-sobre-apache2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=subversion-sobre-apache2</link>
		<comments>http://yorch.org/2006/03/subversion-sobre-apache2/#comments</comments>
		<pubDate>Sun, 05 Mar 2006 20:41:24 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yorch.graphium.net/blog/index.php/2006/03/05/subversion-sobre-apache2/</guid>
		<description><![CDATA[He encontrado estos dos Howto sobre el tema: Subversion over Apache 2 on Ubuntu Access Control for Subversion with Apache2 and Authz]]></description>
		<wfw:commentRss>http://yorch.org/2006/03/subversion-sobre-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuración de SSL en Apache2</title>
		<link>http://yorch.org/2006/03/configuracion-de-ssl-en-apache2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuracion-de-ssl-en-apache2</link>
		<comments>http://yorch.org/2006/03/configuracion-de-ssl-en-apache2/#comments</comments>
		<pubDate>Thu, 02 Mar 2006 20:12:14 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yorch.graphium.net/blog/index.php/2006/03/02/configuracion-de-ssl-en-apache2/</guid>
		<description><![CDATA[Instalar Apache2 (si aún no está instalado): $ aptitude install apache2 Generar un certificado: $ apache2-ssl-certificate (responder a las preguntas que aparecen) Habilitar SSL: $ a2enmod ssl Configura SSL: $ cp /etc/apache2/sites-available/default /etc/apache2/sites-available/ssl $ ln -s /etc/apache2/sites-available/ssl /etc/apache2/sites-enabled/001-ssl (el prefijo 001- sirve para que el Apache cargue la configuración de SSL justo despues de la [...]]]></description>
		<wfw:commentRss>http://yorch.org/2006/03/configuracion-de-ssl-en-apache2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalación de Awstats</title>
		<link>http://yorch.org/2005/11/instalacion-de-awstats/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=instalacion-de-awstats</link>
		<comments>http://yorch.org/2005/11/instalacion-de-awstats/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 14:54:55 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://yorch.graphium.net/blog/index.php/2005/11/12/instalacion-de-awstats/</guid>
		<description><![CDATA[Recientemente instalé y configuré el AWStats sobre Apache2 en un servidor Ubuntu Breezy. Acá voy a hacer una breve explicación de los pasos que utilicé para hacerlo funcionar. Las dos principales guí­as que usé fueron esta y esta. Primero descargamos e instalamos el programa: $ sudo aptitude update $ sudo aptitude install awstats Luego ejecutamos [...]]]></description>
		<wfw:commentRss>http://yorch.org/2005/11/instalacion-de-awstats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

