<?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; Linux</title>
	<atom:link href="http://yorch.org/category/linux/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>Recursively copy from a FTP server</title>
		<link>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=recursively-copy-from-a-ftp-server</link>
		<comments>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:50:38 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=810</guid>
		<description><![CDATA[In Linux (and also in the World of Windows), there is a small great tool called wget (you probably already know it, it&#8217;s pretty popular). I have been using it for some years know as it is very convenient for downloading files (or even entire HTML websites) from the command line (specially when you manage [...]]]></description>
		<wfw:commentRss>http://yorch.org/2011/11/recursively-copy-from-a-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denyhost: Permanently whitelist a host</title>
		<link>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=denyhost-permanently-whitelist-a-host</link>
		<comments>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 00:29:14 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Denyhost]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=821</guid>
		<description><![CDATA[Thanks to this site, I found an easy way to whitelist a host when using denyhosts. Just need to create a file called allowed-hosts with the IP addressses you want to whitelist inside /var/lib/denyhosts (or the work directory in your box). In my case, I found very useful to whitelist the localhost address (127.0.0.1) to [...]]]></description>
		<wfw:commentRss>http://yorch.org/2011/09/denyhost-permanently-whitelist-a-host/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>Nginx and Munin</title>
		<link>http://yorch.org/2010/11/nginx-and-munin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nginx-and-munin</link>
		<comments>http://yorch.org/2010/11/nginx-and-munin/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 02:49:32 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Nginx]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=776</guid>
		<description><![CDATA[To be allowed to show Nginx graphs on the Munin report, it is required to enable nginx status and to listen on: http://127.0.0.1/nginx_status To do this, we just need to add the following code on /etc/nginx/sites-enabled/default or into any other site file (like create a new one /etc/nginx/sites-available/status and then make symbolic link to site-enabled [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/11/nginx-and-munin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No DEFAULT or UI configuration directive found</title>
		<link>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=no-default-or-ui-configuration-directive-found</link>
		<comments>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 02:33:36 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=768</guid>
		<description><![CDATA[When I tried to run the VMWare ESXi installer from a USB stick (after creating the installer on a USB from the ISO), I got the following error: SYSLINUX 3.85 2010-02-20 CBIOS Copyright (c) 1994-2010 H. Peter Anvin et al No DEFAULT or UI configuration directive found! boot: The solution was pretty simple thanks to [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/11/no-default-or-ui-configuration-directive-found/feed/</wfw:commentRss>
		<slash:comments>2</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>Resolving troubleshooting with Munin</title>
		<link>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolving-troubleshooting-with-munin</link>
		<comments>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:54:49 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Munin]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=596</guid>
		<description><![CDATA[This are some problems that you may encounter after installing Munin: Apache modules are not tracking, so they are not showing statistics, you may want to check Munin logs (specifically /var/log/munin/munin-node.log) to see what is going on. If you got something like Can&#8217;t locate object method &#8220;new&#8221; via package &#8220;LWP::UserAgent&#8221;, you need to install the [...]]]></description>
		<wfw:commentRss>http://yorch.org/2010/04/resolving-troubleshooting-with-munin/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>Quitar todos los directorios .svn de una copia de trabajo de Subversion</title>
		<link>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion</link>
		<comments>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:46:24 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=518</guid>
		<description><![CDATA[Hace un rato me vi en la necesidad de borrar todos los directorios .svn (aquellos que coloca Subversion en cada directorio de nuestra copia de trabajo para llevar el control de cambios). El problema era que esta copia de trabajo tiene una estructura de directorios bastante extensa, por lo que hacerlo manualmente no era una [...]]]></description>
		<wfw:commentRss>http://yorch.org/2009/10/quitar-todos-los-directorios-svn-de-una-copia-de-trabajo-de-subversion/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>for file in &#8220;*.tar.gz&#8221;; do tar -xzf $file; done</title>
		<link>http://yorch.org/2008/08/for-file-in-targz-do-tar-xzf-file-done/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=for-file-in-targz-do-tar-xzf-file-done</link>
		<comments>http://yorch.org/2008/08/for-file-in-targz-do-tar-xzf-file-done/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 01:01:11 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Tar]]></category>

		<guid isPermaLink="false">http://yorch.org/?p=52</guid>
		<description><![CDATA[Estaba tratando de hacer un extract de varios archivos .tar.gz en una sola linea, pero no me funcionó con el bucle. Aparecían errores como este: tar: &#123;nombre del archivo&#125;.tar.gz: Not found in archive Aún no encuentro el error :S. Al final lo hice con otro comando: find . -type f -name &#34;*.tar.gz&#34; -exec tar -xzf [...]]]></description>
		<wfw:commentRss>http://yorch.org/2008/08/for-file-in-targz-do-tar-xzf-file-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2 Virtual Hosts</title>
		<link>http://yorch.org/2006/03/apache2-virtual-hosts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache2-virtual-hosts</link>
		<comments>http://yorch.org/2006/03/apache2-virtual-hosts/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 00:26:59 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://yorch.graphium.net/blog/index.php/2006/03/06/apache2-virtual-hosts/</guid>
		<description><![CDATA[Algunos links interesantes: http://www.apacheweek.com/features/vhost http://www.math.ucla.edu/computing/docindex/suselinux-adminguide_en-html-201/ch23s09.html]]></description>
		<wfw:commentRss>http://yorch.org/2006/03/apache2-virtual-hosts/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>
		<item>
		<title>PuTTY congelado :S</title>
		<link>http://yorch.org/2005/11/putty-congelado-s/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=putty-congelado-s</link>
		<comments>http://yorch.org/2005/11/putty-congelado-s/#comments</comments>
		<pubDate>Mon, 07 Nov 2005 23:03:54 +0000</pubDate>
		<dc:creator>yorch</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://yorch.graphium.net/blog/?p=9</guid>
		<description><![CDATA[La vez pasada, usando el PuTTY, presione de casuela la combinación Ctrl+s y el programa aparentemente dejó de responder, no me quedó otra que cerrarlo y volver a conectarme. ¿Qué es lo que habí­a pasado? Simplemente que esta combinación de teclas era usada en la antigüedad para congelar el terminal cuando estaba recibiendo información más [...]]]></description>
		<wfw:commentRss>http://yorch.org/2005/11/putty-congelado-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

