<?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>Pedro Delgado &#187; Servidores</title>
	<atom:link href="http://www.pedrodelgado.es/category/servidores/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pedrodelgado.es</link>
	<description>Blog personal de Pedro :: Internet, Diseño web, Servidores, Blogging, SEO...</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:52:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reiniciar Plesk desde SSH o linea de comandos</title>
		<link>http://www.pedrodelgado.es/2011/03/reiniciar-plesk-desde-ssh-o-linea-de-comandos.html</link>
		<comments>http://www.pedrodelgado.es/2011/03/reiniciar-plesk-desde-ssh-o-linea-de-comandos.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:30:23 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=830</guid>
		<description><![CDATA[Cuando queramos reiniciar Plesk desde la linea de comandos o SSH, podemos usar los siguientes comandos: /etc/init.d/psa stop /etc/init.d/psa start]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/03/reiniciar-plesk-desde-ssh-o-linea-de-comandos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error al intentar actualizar Perl desde Yum</title>
		<link>http://www.pedrodelgado.es/2011/03/error-al-intentar-actualizar-perl-desde-yum.html</link>
		<comments>http://www.pedrodelgado.es/2011/03/error-al-intentar-actualizar-perl-desde-yum.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 20:29:56 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=832</guid>
		<description><![CDATA[Algunos usuarios al intentar actualizar el servidor Linux están obteniendo desde Yum el siguiente error: perl-IO-Compress-2.024-1.el5.rf.noarch from installed has depsolving problems &#8211;&#62; Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed by package perl-IO-Compress-2.024-1.el5.rf.noarch (installed) perl-IO-Compress-2.024-1.el5.rf.noarch from installed has depsolving problems &#8211;&#62; Missing Dependency: perl(Compress::Raw::Bzip2) = 2.024 is needed by package perl-IO-Compress-2.024-1.el5.rf.noarch (installed) perl-Module-Install-0.92-1.el5.rf.noarch from installed has [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/03/error-al-intentar-actualizar-perl-desde-yum.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instala el repositorio yum Atomic para CentOS y Plesk</title>
		<link>http://www.pedrodelgado.es/2011/02/instala-el-repositorio-yum-atomic-para-centos-y-plesk.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/instala-el-repositorio-yum-atomic-para-centos-y-plesk.html#comments</comments>
		<pubDate>Wed, 23 Feb 2011 15:19:28 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=417</guid>
		<description><![CDATA[Basicamente utilizamos para  instalar utilidades o actualizar el sistema CentOS la utilidad yum con el comando yum install y yum update. Pero a veces no esta todo en la actual base de datos de yum (repositorio), por lo cual necesitamos ampliarla y la mejor y más conocida es la de Atomic. Pero además si tenemos [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/instala-el-repositorio-yum-atomic-para-centos-y-plesk.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apagar o reiniciar CentOS</title>
		<link>http://www.pedrodelgado.es/2011/02/apagar-o-reinciar-centos.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/apagar-o-reinciar-centos.html#comments</comments>
		<pubDate>Sun, 20 Feb 2011 20:45:19 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=377</guid>
		<description><![CDATA[Para los usuarios de servidores CentOS que quieran facilmente reiniciar o apagar su servidor CentOS directamente desde SSH. Ejecutar uno de los siguientes comandos: Apagar: /sbin/shutdown -h now Reinciar: /sbin/shutdown -r now]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/apagar-o-reinciar-centos.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Desfragmentar las bases de datos MySQL</title>
		<link>http://www.pedrodelgado.es/2011/02/desfragmentar-las-bases-de-datos-mysql.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/desfragmentar-las-bases-de-datos-mysql.html#comments</comments>
		<pubDate>Fri, 18 Feb 2011 20:44:31 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=462</guid>
		<description><![CDATA[Las bases de datos en MySQL, le ocurren como a los discos duros, que se fragmentan y eso provoca un menor rendimiento. Por ello es recomendable desfragmentarlas 1 vez cada 48h al menos. Para eso debes programar una tarea crontab a cualquier usuario del sistema con el siguiente comando: mysqlcheck -u [usuario] -p[pass] &#8211;auto-repair &#8211;check [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/desfragmentar-las-bases-de-datos-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Añadir configuración adicional a un dominio de Plesk (vhost.conf)</title>
		<link>http://www.pedrodelgado.es/2011/02/anadir-configuracion-adicional-a-un-dominio-de-plesk-vhost-conf.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/anadir-configuracion-adicional-a-un-dominio-de-plesk-vhost-conf.html#comments</comments>
		<pubDate>Wed, 16 Feb 2011 20:43:58 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=471</guid>
		<description><![CDATA[Si accedemos a /var/www/vhosts/dominiopropio.com/conf/httpd.include nos encontramos IF YOU REQUIRE CUSTOM # MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE # FOLLOWING FILE(S): # /var/www/vhosts/dominiopropio.com/conf/vhost.conf Pero resulta que creamos ese archivo y añadimos la configuración pero no toma efecto. Eso es porque anteriormente hay que ejecutar en SSH el siguiente comando: /usr/local/psa/admin/sbin/websrvmng [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/anadir-configuracion-adicional-a-un-dominio-de-plesk-vhost-conf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar htop, la alternativa avanzada a top</title>
		<link>http://www.pedrodelgado.es/2011/02/instalar-htop-la-alternativa-avanzada-a-top.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/instalar-htop-la-alternativa-avanzada-a-top.html#comments</comments>
		<pubDate>Sat, 12 Feb 2011 14:43:45 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=473</guid>
		<description><![CDATA[Los que andamos entre servidores conocemos el comando top, que nos muestra la lista de procesos en ejecución, la memoria que consumen, procesador, archivos abiertos, etc. Pero es un poco simple y además esta como poco ordenado, por ello existe htop, una utilidad mucho más avanzada y que tiene una mejor interfaz que permite realizar [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/instalar-htop-la-alternativa-avanzada-a-top.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ver memoria utilizada en el servidor CentOS</title>
		<link>http://www.pedrodelgado.es/2011/02/ver-memoria-utilizada-en-el-servidor-centos.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/ver-memoria-utilizada-en-el-servidor-centos.html#comments</comments>
		<pubDate>Thu, 10 Feb 2011 14:43:22 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memoria]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=475</guid>
		<description><![CDATA[Para ver la memoria utilizada por el sistema CentOS (u otro sistema Linux) puedes utilizar el comando: free -m A continuación te explico que es cada tipo de memoria: -Total: Es la memoria RAM que tiene instalada el sistema. -Used: Es la memoria RAM total utilizada por el sistema. -Free: Es la memoria RAM total [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/ver-memoria-utilizada-en-el-servidor-centos.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalar y configurar XCache</title>
		<link>http://www.pedrodelgado.es/2011/02/instalar-y-configurar-xcache.html</link>
		<comments>http://www.pedrodelgado.es/2011/02/instalar-y-configurar-xcache.html#comments</comments>
		<pubDate>Sat, 05 Feb 2011 14:14:27 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=477</guid>
		<description><![CDATA[XCache es un sistema de cache para PHP, lo que aumenta la velocidad de carga del sitio web y ahorra trabajo al servidor.  Abre una consola de comandos SSH y ejecuta los siguientes comandos: 1. yum install php-devel 2.  yum install gcc 3. yum install php-zend-optimizer 4. yum install wget http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz (ver si hay alguna [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/02/instalar-y-configurar-xcache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como optimizar Apache para un servidor web</title>
		<link>http://www.pedrodelgado.es/2011/01/como-optimizar-apache-para-un-servidor-web.html</link>
		<comments>http://www.pedrodelgado.es/2011/01/como-optimizar-apache-para-un-servidor-web.html#comments</comments>
		<pubDate>Thu, 20 Jan 2011 15:59:24 +0000</pubDate>
		<dc:creator>PDD20</dc:creator>
				<category><![CDATA[Servidores]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[memoria]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pedrodelgado.es/?p=483</guid>
		<description><![CDATA[Pues en este articulo os voy a enseñar como optimizar bastante Apache para un servidor web que use PHP, MySQL y poco más, es decir, la mayoría. Configurar las siguientes variables de httpd.conf así: Timeout 45 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 2 La siguiente configuración depende de la capacidad del servidor (memoria, procesador&#8230;). Ten en [...]]]></description>
		<wfw:commentRss>http://www.pedrodelgado.es/2011/01/como-optimizar-apache-para-un-servidor-web.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.pedrodelgado.es @ 2012-02-07 05:28:32 by W3 Total Cache -->
