<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Sergio Sainz</title>
	
	<link>http://www.sergiosainz.com</link>
	<description>Apuntes técnicos de un administrador de sistemas</description>
	<lastBuildDate>Sat, 26 Jun 2010 17:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SergioSainz" /><feedburner:info uri="sergiosainz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Nagios 3 with Centreon 2.1 on Debian based Distributions (Eng)</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/nuW4oeU5ils/</link>
		<comments>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 17:37:13 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/?p=368</guid>
		<description><![CDATA[Hago un C&#38;P completo de un post de Mundonix, que me ha pasado un compi y no quiero perder About Nagios (http://www.nagios.org) Nagios is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>Hago un C&amp;P completo de un <a href="http://mundonix.wordpress.com/2010/04/28/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/" target="_blank">post de Mundonix</a>, que me ha pasado un compi y no quiero perder <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </div>
<div></div>
<div><strong>About Nagios  (http://www.nagios.org)</strong></div>
<div>Nagios is a host and service monitor designed to inform you of network  problems before your clients, end-users or managers do. It has been designed to  run under the Linux operating system, but works fine under most *NIX variants as  well. The monitoring daemon runs intermittent checks on hosts and services you  specify using external “plugins” which return status information to Nagios. When  problems are encountered, the daemon can send notifications out to  administrative contacts in a variety of different ways (email, instant message,  SMS, etc.). Current status information, historical logs, and reports can all be  accessed via a web browser.</div>
<div></div>
<div><strong>About Centreon  (http://www.centreon.com)</strong></div>
<div>Centreon is a network, system, applicative supervision and monitoring tool,  it is based upon the most effective Open Source monitoring engine: Nagios.  Centreon provides a new frontend and new functionalities to Nagios.</div>
<div></div>
</div>
<div>
<div><strong>Prerequisites that not covered in  this guide:</strong></div>
<div>- You will need some knowledge of basic Linux administration, in case you  will need to do troubleshooting.</div>
<div>- You will need to be familiar with Nagios architecture, and know how to  solve errors that comes from nagios config validation.</div>
<div>- You will need an MTA daemon installed &amp; configured, so nagios will  able to send notifications, good examples are sendmail, postfix,  exim.</div>
<div></div>
</div>
<div>
<div><strong>Notes before we  begin:</strong></div>
<div>- This guide is intended for Debian/Ubuntu based distributions. It was  tested on Debian 5.0 64-bit, and Ubuntu 8.10/9.04 Server 64-bit</div>
<div>- Centreon version 2.1.x is required for this gude to work, version 2.0.x  of Centreon won’t work with this article.</div>
<div>- It’s recommended to use a clean install of Debian/Ubuntu.</div>
<div>- All commands in this article must be run as root user, in Ubuntu you can  become a root user by using command “sudo -s”.</div>
<div></div>
</div>
<div>
<div><strong>Install required Ubuntu/Debian packages</strong>:</div>
<div><strong>Debian only:</strong></div>
<div># apt-get install sudo lsb-release</div>
<div></div>
<div><strong>dos2unix, Converts DOS &lt;-&gt; Unix text files, alias  tofromdos:</strong></div>
<div># apt-get install tofrodos</div>
<div></div>
<div><strong>MTA (exim by default) and mail utilities:</strong></div>
<div># apt-get install mailx</div>
<div></div>
<div><strong>Apache web server and PHP5:</strong></div>
<div># apt-get install apache2 php5 php-pear php5-mysql php5-ldap php5-snmp  php5-gd</div>
<div></div>
<div><strong>MySQL-Server:</strong></div>
<div># apt-get install mysql-server-5.0</div>
<div><em>You will be asked to specify a new password for the MySQL “root” user.  Remember it, we will use it later.</em></div>
<div><em><br />
</em></div>
<div><strong>RRDTool:</strong></div>
<div># apt-get install rrdtool librrds-perl</div>
<div></div>
<div><strong>Required Perl modules:</strong></div>
<div># apt-get install libconfig-inifiles-perl libcrypt-des-perl  libdigest-hmac-perl libdigest-sha1-perl libgd-gd2-perl</div>
<div></div>
<div><strong>SNMP daemon:</strong></div>
<div># apt-get install snmp snmpd libnet-snmp-perl libsnmp-perl</div>
<div></div>
</div>
<div><strong>Install Nagios 3 and NDOutils for MySQL:</strong></div>
<div>
<div>Type:</div>
<div># apt-get install nagios3 nagios-nrpe-plugin ndoutils-nagios3-mysql</div>
<div>When asked for “Configure database for ndoutils-mysql with  dbconfig-common?”, answer <strong>NO</strong>, Centreon installation script will  deal with it.</div>
<div>Now let’s move/backup the original Nagios configuration directory, as  Centreon will use its own structure for Nagios configuration files:</div>
<div># mv /etc/nagios3 /etc/nagios3.orig</div>
<div># mkdir /etc/nagios3</div>
<div># cp -Rt /etc/nagios3 /etc/nagios3.orig/nagios.cfg  /etc/nagios3.orig/apache2.conf /etc/nagios3.orig/stylesheets/</div>
<div># chown nagios:www-data /etc/nagios3</div>
<div># chmod ug+w /etc/nagios3</div>
<div></div>
</div>
<div>
<div><strong>Install optional packages (not required):</strong></div>
<div><strong>OpenSSH server (Every linux server must have it!):</strong></div>
<div># apt-get install ssh</div>
<div></div>
<div><strong>PHPMyAdmin – web based Mysql console:</strong></div>
<div># apt-get install phpmyadmin</div>
<div></div>
</div>
<div>
<div><strong>Install Centreon:</strong></div>
<div><strong>Note:</strong> Before beginning the  installation make sure you have an internet connection!</div>
<div>Now download the latest Centreon distribution (by the time of writing  latest version was 2.1.1):</div>
<div># cd; wget  http://download.centreon.com/centreon/centreon-2.1.1.tar.gz</div>
<div>Centreon installation script will update PEAR modules (if required). If you  are behind proxy, use following command for PEAR proxy configuration:</div>
<div># pear config-set http_proxy http://&lt;my_proxy&gt;:&lt;port&gt;/</div>
<div>Replace “&lt;my_proxy&gt;” with to your proxy address and “&lt;port&gt;”  with your proxy port.</div>
<div>Next, type following commands (remember to replace the names to Centreon  version you use):</div>
<div># tar xzf centreon-2.1.1.tar.gz</div>
<div># cd centreon-2.1.1</div>
<div># ./install.sh -i</div>
<div></div>
</div>
<div>
<div><strong>Let’s follow the installation script questions:</strong></div>
<div>Press “Enter” to read the Centreon License, then type “y” to accept  it.</div>
<div>Do you want to install : Centreon Web Front</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon CentCore</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Nagios Plugins</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to install : Centreon Snmp Traps process</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Do you want me to create this directory ? [/usr/local/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon log directory</div>
<div>default to [/usr/local/centreon/log]: /usr/local/centreon/log</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/log]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon etc directory</div>
<div>default to [/etc/centreon]: /etc/centreon</div>
<div>Do you want me to create this directory ? [/etc/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your Centreon generation_files directory?</div>
<div>default to [/usr/local/centreon]: /usr/local/centreon</div>
<div>Where is your Centreon variable library directory?</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to create this directory ? [/var/lib/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins Traps binary</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to create this directory ? [/usr/local/centreon/bin]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is the RRD perl module installed [RRDs.pm]</div>
<div>default to [/usr/lib/perl5/RRDs.pm]: /usr/lib/perl5/RRDs.pm</div>
<div>Where is PEAR [PEAR.php]</div>
<div>default to [/usr/share/php/PEAR.php]: /usr/share/php/PEAR.php</div>
<div>Where is installed Nagios ?</div>
<div>default to [/usr/local/nagios]: /usr/lib/cgi-bin/nagios3</div>
<div>Where is your nagios config directory</div>
<div>default to [/usr/local/nagios/etc]: /etc/nagios3</div>
<div>Where is your Nagios var directory ?</div>
<div>default to [/usr/local/nagios/var]: /var/lib/nagios3</div>
<div>Where is your Nagios plugins (libexec) directory ?</div>
<div>default to [/usr/local/nagios/libexec]: /usr/lib/nagios/plugins</div>
<div>Where is your Nagios image directory ?</div>
<div>default to [/usr/local/nagios/share/images/logos]:  /usr/share/nagios/htdocs/images/logos</div>
<div>Where is your NDO ndomod binary ?</div>
<div>default to [/usr/sbin/ndomod.o]: /usr/lib/ndoutils/ndomod-mysql-3x.o</div>
<div>Where is sudo configuration file</div>
<div>default to [/etc/sudoers]: /etc/sudoers</div>
<div>Do you want me to configure your sudo ? (WARNING)</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to add Centreon Apache sub configuration file ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want to reload your Apache ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install/upgrade your PEAR modules</div>
<div>[y/n], default to [y]: y</div>
<div>Where is your Centreon Run Dir directory?</div>
<div>default to [/var/run/centreon]: /var/run/centreon</div>
<div>Do you want me to create this directory ? [/var/run/centreon]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentStorage binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Where is your CentStorage RRD directory</div>
<div>default to [/var/lib/centreon]: /var/lib/centreon</div>
<div>Do you want me to install CentStorage init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentStorage run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentCore binary directory</div>
<div>default to [/usr/local/centreon/bin]: /usr/local/centreon/bin</div>
<div>Do you want me to install CentCore init script ?</div>
<div>[y/n], default to [n]: y</div>
<div>Do you want me to install CentCore run level ?</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your CentPlugins lib directory</div>
<div>default to [/var/lib/centreon/centplugins]:  /var/lib/centreon/centplugins</div>
<div>Do you want me to create this directory ?  [/var/lib/centreon/centplugins]</div>
<div>[y/n], default to [n]: y</div>
<div>Where is your SNMP configuration directory</div>
<div>default to [/etc/snmp]: /etc/snmp</div>
<div>Where is your SNMPTT binaries directory</div>
<div>default to [/usr/local/centreon/bin/]: /usr/local/centreon/bin/</div>
<div></div>
</div>
<div>
<div><strong>Continue the installation with the Centreon Web  interface:</strong></div>
<div>Open in web browser: “http://&lt;yourserverip&gt;/centreon/” replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Follow Centreon Setup instructions:</div>
<div>- Press Start</div>
<div>- Check “I Accept” and press Next</div>
<div>- Make sure that selected “Nagios Version” is “3.x”, then press Next</div>
<div>- On next screen, make sure that all components status is “OK”, then press  Next</div>
<div>- If all components are “OK”, then press Next again</div>
<div>- Fill required DB info as follows, then press Next</div>
<div>· Root Password for MySQL: [MySQL root password which you entered during  MySQL installation]</div>
<div>· Centreon Database Name: centreon</div>
<div>· Centreon Data Storage Database Name: centstorage</div>
<div>· Database Password: centreon</div>
<div>· Confirm it: centreon</div>
<div>· MySQL Client version (Password Haching Changes): &gt;=4.1 –  PASSWORD()</div>
<div>- Press Next in the screen of DataBase Verification</div>
<div>- Fill required Admin user info, then press next (make sure that a username  is Admin)</div>
<div>- Check “No” in “LDAP Authentication” screen, then press Next</div>
<div>- Press Next again</div>
<div>- Press Next in “Creating Database” screen</div>
</div>
<div>- Press on “Click here to complete your install”</div>
<div></div>
<div>
<div><strong>NDOUtils configuration (from command line):</strong></div>
<div>In Centreon version 2.1 and newer, NDO database is configured as part of  the Centreon installation. We don’t need to configure manually. We only need to  enable NDO, in “/usr/default/ndoutils”.</div>
<div>Edit the “/usr/default/ndoutils” by typing:</div>
<div># vi /etc/default/ndoutils</div>
<div>Change “ENABLE_NDOUTILS=0″ to “ENABLE_NDOUTILS=1″</div>
<div></div>
</div>
<div>
<div><strong>Finalize Centreon configuration:</strong></div>
<div>Open in webrowser: “http://&lt;yourserverip&gt;/centreon/”, replace  “&lt;yourserverip&gt;” with your Centreon server ip address or hostname.</div>
<div>Go to: Configuration -&gt; Nagios -&gt; cgi (in sidebar), Press on  “CGI.cfg” link</div>
<div>Change settings to some options, as writed below:</div>
<div>- Physical HTML Path: /usr/share/nagios3/htdocs</div>
<div>- URL HTML Path     : /nagios3</div>
<div>- Nagios Process Check Command: /usr/lib/nagios/plugins/check_nagios  /var/cache/nagios3/status.dat 5 ‘/usr/sbin/nagios3′</div>
<div>Press Save</div>
<div>Go to: Configuration -&gt; Nagios -&gt; nagios.cfg (in sidebar), Press on  “Nagios CFG 1″ link, you should be in “Files” section of the configuration  screen.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log File              : /var/log/nagios3/nagios.log</div>
<div>- Downtime File         : /var/lib/nagios3/downtime.dat</div>
<div>- Comment File          : /var/lib/nagios3/comment.dat</div>
<div>- Temp File             : /var/cache/nagios3/nagios.tmp</div>
<div>- P1 File               : /usr/lib/nagios3/p1.pl</div>
<div>- Lock File             : /var/run/nagios3/nagios3.pid</div>
<div>- Object Cache File     : /var/cache/nagios3/objects.cache</div>
<div>- Status File           : /var/cache/nagios3/status.dat</div>
<div>- External Command File : /var/lib/nagios3/rw/nagios.cmd</div>
<div>Now Press on “Logs Options” tab to go to “Logs Options” section.</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Log Archive Path     : /var/log/nagios3/archives/</div>
<div>- State Retention File : /var/lib/nagios3/retention.dat</div>
<div>Press Save</div>
<div>Go to: Administration -&gt; Options -&gt; CentStorage (in sidebar)</div>
<div>Make sure to set folowing configuration values:</div>
<div>- Nagios current log file to parse: /var/log/nagios3/nagios.log</div>
<div>Press Save</div>
<div>Now let’s apply our changes, go to: Configuration -&gt; Nagios</div>
<div>Select as below:</div>
<div>- Generate Configuration Files</div>
<div>- Include Comments</div>
<div>- Run Nagios debug (-v)</div>
<div>- Move Export Files</div>
<div>- Restart Nagios</div>
<div>- Method: “External Command”</div>
<div>Press Export</div>
<div>This will restart Nagios &amp; apply all changes you made in Web  Interface.</div>
<div>You will do it every time you make changes, e.g. adding/modifying of hosts,  commands, contacts, services…etc…</div>
<div>The installation of Centreon is completed.</div>
<div></div>
</div>
<div>
<div><strong>Final fixes (very important):</strong></div>
<div>Go to terminal console, then…</div>
<div>In Debian/Ubuntu the user “nagios” is set to “/bin/false” shell. Because of  it “centcore” and “centstorage” daemons won’t start. A reason for that is  because those daemons use “su -c” command which requires a real shell, so the  shell for “nagios” user must be set to “/bin/sh”:</div>
<div># usermod -s /bin/sh nagios</div>
<div>Apply permissions for Web interface to be able to send “External Commands”,  perform the following commands to change directory permissions and to make the  changes permanent:</div>
<div># invoke-rc.d nagios3 stop</div>
<div># dpkg-statoverride –update –add nagios www-data 2710  /var/lib/nagios3/rw</div>
<div># dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3</div>
<div>Add htaccess user with password “P@ssw0rd” for nagios CGI:</div>
<div># htpasswd -bc /etc/nagios3/htpasswd.users nagiosadmin P@ssw0rd</div>
<div>Allow SNMP readonly access:</div>
<div># echo “rocommunity public” &gt; /etc/snmp/snmpd.conf</div>
<div>If you want to allow SNMP access only for localhost then use this  instead:</div>
<div># echo “rocommunity public 127.0.0.1″ &gt; /etc/snmp/snmpd.conf</div>
<div>Now, restart the server</div>
<div># sync;sync;init 6</div>
<div>That’s it, after reboot, you will have a fully functional Nagios &amp;  Centreon environment.</div>
<div>Feel free to add comments/suggestions.</div>
</div>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/nuW4oeU5ils" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2010/06/26/nagios-3-with-centreon-2-1-on-debian-based-distributions-eng/</feedburner:origLink></item>
		<item>
		<title>Restaurar un backup de Plesk 8 en Plesk 9.*</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/y0_suRNUYCo/</link>
		<comments>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 01:34:39 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskLinux]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/</guid>
		<description><![CDATA[En Plesk 9 se ha modificado la forma de realizar los backups que se usaba desde Plesk 7.5 y se ha sustituido el formato en el que se almacenaban. Por tanto, para poder restaurar un backup de una versión antigua de Plesk, antes es necesario convertirlo a un formato que la nueva versión pueda manejar. [...]]]></description>
			<content:encoded><![CDATA[<p>En Plesk 9 se ha modificado la forma de realizar los backups que se usaba desde Plesk 7.5 y se ha sustituido el formato en el que se almacenaban.</p>
<p>Por tanto, para poder restaurar un backup de una versión antigua de Plesk, antes es necesario convertirlo a un formato que la nueva versión pueda manejar. Vamos a ello:</p>
<p>1. Sino tenemos aún el backup creado, en el servidor de origen, ejecutamos:</p>
<blockquote><p><code># /usr/local/psa/bin/pleskbackup all mibackup.psa</code></p></blockquote>
<p>En caso de no encontrarse pleskbackup instalado, hay que entrar al panel de control y en <strong><em>SERVIDOR –&gt; ACTUALIZADOR</em></strong> e instalar <strong><em>PLESK BACKUP MANAGER.</em></strong></p>
<p>2. Una vez tenemos el archivo de backup generado, lo movemos al servidor de destino y convertimos el archivo a formato Plesk 9.</p>
<blockquote><p><code># /usr/local/psa/bin/pre9-backup-convert -v convert -d /var/lib/psa/dumps/ mibackup.psa</code></p></blockquote>
<p><span style="font-family: Arial;">El directorio <code><em>/var/lib/psa/dumps </em></code>es la ubicación por defecto para almacenar los backups con Plesk 9. Ahí se creará un archivo .xml con los metadatos del backup.</span></p>
<p><code><code><span style="font-family: Arial;">3. En el panel de control, accedemos a</span></code><em><code><span style="font-family: Arial;"> <em>SERVIDOR –&gt; ADMINISTRADOR DE BACKUPS –&gt; REPOSITORIO DEL SERVIDOR.</em></span></code></em></code></p>
<p><code><code><span style="font-family: Arial;">Ahora veremos un listado de los backups disponibles, entre ellos debería aparecer el que hemos convertido, pinchamos en él y veremos las opciones y podemos empezar el proceso de restauración.</span></code></code></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/y0_suRNUYCo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/12/22/restaurar-un-backup-de-plesk-8-en-plesk-9/</feedburner:origLink></item>
		<item>
		<title>TIP: Resolver psa-firewall: service is disabled</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/GMfNdKUoT60/</link>
		<comments>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 14:52:19 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[PleskLinux]]></category>
		<category><![CDATA[Sistemas]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/</guid>
		<description><![CDATA[Si se da este problema al intentar levantar el firewall de Plesk /etc/init.d/psa-firewall start psa-firewall: service is disabled Prueba con esto para solucionarlo: touch /usr/local/psa/var/modules/firewall/active.flag Resultado: # /etc/init.d/psa-firewall start psa-firewall: firewall configuration successfully applied]]></description>
			<content:encoded><![CDATA[<p>Si se da este problema al intentar levantar el firewall de Plesk</p>
<blockquote><p>/etc/init.d/psa-firewall start      <br />psa-firewall: service is disabled </p>
</blockquote>
<p>Prueba con esto para solucionarlo:</p>
<blockquote><p>touch /usr/local/psa/var/modules/firewall/active.flag</p>
</blockquote>
<p><em><font color="#555555"></font></em></p>
<p><strong><font color="#555555">Resultado:</font></strong></p>
<blockquote><p># /etc/init.d/psa-firewall start      <br />psa-firewall: firewall configuration successfully applied</p>
</blockquote>
<p><em><font color="#555555"> <img src='http://www.sergiosainz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </font></em></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/GMfNdKUoT60" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/11/22/tip-resolver-psa-firewall-service-is-disabled/</feedburner:origLink></item>
		<item>
		<title>Upgrade existing Parallels Virtuozzo Containers 4.0 installations from Windows 2003 Service Pack 1 to Service Pack 2</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/X-27sG0i0Xo/</link>
		<comments>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 18:28:05 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[PleskWindows]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/</guid>
		<description><![CDATA[SYMPTOMS I update two nodes to Windows 2003 Server SP2 and Virtuozzo containers doesn´t start. C:\&#62;vzlist -a &#160;&#160;&#160; VEID&#160; NPROC&#160; STATUS&#160;&#160; IP_ADDR&#160;&#160;&#160;&#160;&#160;&#160;&#160; HOSTNAME &#160;&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; 10.89.222.125&#160; SERVICECT &#160;&#160;&#160;&#160;&#160; 101&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps1 &#160;&#160;&#160;&#160;&#160; 102&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps2 &#160;&#160;&#160;&#160;&#160; 103&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps3 &#160;&#160;&#160;&#160;&#160; 104&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps4 &#160;&#160;&#160;&#160;&#160; 105&#160;&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><em>SYMPTOMS</em></p>
<p>I update two nodes to Windows 2003 Server SP2 and Virtuozzo containers doesn´t start.</p>
<blockquote><p>C:\&gt;vzlist -a</p>
<p>&#160;&#160;&#160; VEID&#160; NPROC&#160; STATUS&#160;&#160; IP_ADDR&#160;&#160;&#160;&#160;&#160;&#160;&#160; HOSTNAME     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; 1&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; 10.89.222.125&#160; SERVICECT      <br />&#160;&#160;&#160;&#160;&#160; 101&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps1      <br />&#160;&#160;&#160;&#160;&#160; 102&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160;&#160; vps2      <br />&#160;&#160;&#160;&#160;&#160; 103&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps3      <br />&#160;&#160;&#160;&#160;&#160; 104&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps4      <br />&#160;&#160;&#160;&#160;&#160; 105&#160;&#160;&#160;&#160; &#8211;&#160; stopped&#160; X.X.X.X&#160;&#160;&#160;&#160; vps5</p>
</blockquote>
<p>I get an error when we try to start a CT:</p>
<blockquote><p>C:\&gt;vzctl &#8211;verbose start 1     <br />Starting container &#8230;      <br />INFO:&#160; Notify container 1: stopped starting      <br />INFO:&#160; start_vps_locked: container 1      <br />INFO:&#160; VpsVolumeMount() DISK_TYPE = 3 : 2      <br />INFO:&#160; VpsVolumeMount() DISK_TYPE = 3 : 2      <br />INFO: Completed successfully VzhiveMount: &quot;C:\vz\Private\1\root\vzquota&quot; &quot;C:\vz\      <br />Templates&quot; &quot;w2k3&quot;      <br />INFO: Applying patch to C:\vz\Private\1\root\WINDOWS\system32\win32k.sys&#8230;      <br />INFO: Patching security database&#8230;      <br />INFO: Done!      <br />ERROR: Error 0&#215;1 while executing script &#8216;on_vps_startup.cmd 1&#8242;      <br />INFO:&#160; Notify container 1: stopped none</p>
</blockquote>
<p>The log file shows this error:</p>
<blockquote><p>VPS 1: ISMIGRATED=      <br />VPS 1:&#160; starting gateway:&#160; nodetype: 2       <br />VPS 1:&#160;&#160; starting with gateway:&#160; domain: dnsservers:&#160; nodetype: 2&#160;&#160; <br />VPS 1: sp1_sp2 upgrade failed&#160; </p>
</blockquote>
<p>&#160;</p>
<p><strong>RESOLUTION</strong></p>
<p>1. Backup all containers for emergency.   <br />2. Run Virtuozzo autoinstaller <em>vzinstall.exe</em>, choose <em>Download only </em>mode. Once components list is fetched, please choose architecture and language you have installed on this node, click OK. Autoinstaller will download both SP1 and SP2 templates.    <br /><strong>Note:</strong> If you run <em>vzinstall.exe </em>on SP1 server it does not download SP2 template, because the tool checks SP level of the server and downloads corresponding templates only.    <br />3. Go to download folder specified on step 2 and find downloaded OS template archive: e.g. <em>w2k3en_SP2_x86.ex_     <br /></em>3. Rename it to <em>w2k3en_SP2_x86.exe </em>and run to extracte template <em>.efd</em> file. E.g. it would be <em>w2k3sp2_std_20070911_en_x86.efd     <br /></em>4. Copy extracted <em>w2k3sp2_std_20070911_en_x86.efd </em>to<em> \vz\Templates\__cache </em>folder next to the old SP1 template.    <br />5. Stop all containers, including the Service Container:</p>
<blockquote><p><code>for /F &quot;skip=2 usebackq tokens=*&quot; %i in (`cmd /c &quot;vzlist -o veid&quot;`) do vzctl stop %i</code></p>
</blockquote>
<p>6. Ensure that all containers are stopped using &quot;vzlist -a&quot; command.&#160; <br />7. Uninstall current w2k3 OS template: </p>
<blockquote><p><code>vzpkgdeploy -u w2k3 </code></p>
</blockquote>
<p>8. Ensure that <em>\vz\Templates\w2k3</em> folder is removed.    <br />9. Install w2k3 sp2 OS template: </p>
<blockquote><p><code>vzpkgdeploy -i w2k3sp2_std_20070911_en_x86</code></p>
</blockquote>
<p>Independently of complex template name it will be unpacked in <em>\vz\Templates\w2k3 </em>folder.    <br />10. Install <a href="http://technet2.microsoft.com/windowsserver/en/library/ed5382af-e819-4d33-ace0-225d31b7ab751033.mspx?mfr=true">Microsoft Windows 2003 Service Pack 2</a> on the Node.     <br />11. Reboot the Node.     <br /><strong><strong>IMPORTANT</strong>: Do not reboot the Hardware Node any time between steps 5 and 10.</strong></p>
<p><a href="http://kb.parallels.com/en/3596">http://kb.parallels.com/en/3596</a></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/X-27sG0i0Xo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/07/11/upgrade-existing-parallels-virtuozzo-containers-4-0-installations-from-windows-2003-service-pack-1-to-service-pack-2/</feedburner:origLink></item>
		<item>
		<title>Android – Configurando Eclipse</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/XFizKEeCuoQ/</link>
		<comments>http://www.sergiosainz.com/2009/06/10/android-configurando-eclipse/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:26:39 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/06/10/android-configurando-eclipse/</guid>
		<description><![CDATA[Hace unos días ha caído en mis manos un HTC Magic y no quiero dejar pasar la oportunidad para empezar a cacharrear con este juguete. La primera “traba” que me he encontrado es que por el momento no existe un plugin que permita desarrollar desde Visual Studio por lo que he tenido que descargarme Eclipse. [...]]]></description>
			<content:encoded><![CDATA[<p>Hace unos días ha caído en mis manos un HTC Magic y no quiero dejar pasar la oportunidad para empezar a cacharrear con este juguete. La primera “traba” que me he encontrado es que por el momento no existe un plugin que permita desarrollar desde Visual Studio por lo que he tenido que descargarme Eclipse.</p>
<p><strong>Descargar Eclipse</strong></p>
<p>Podéis descargaros Eclipse desde <a title="http://www.eclipse.org/downloads/" href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p>
<p>Yo he utilizado la versión para “Java Developers”</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/06/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/06/image-thumb.png" width="364" height="48" /></a> </p>
<p><strong>Descargar Android SDK</strong></p>
<p>El SDK de Android, en estos momentos por su versión 1.5 R2. Se encuentra en:<a title="http://developer.android.com/sdk/1.5_r2/index.html" href="http://developer.android.com/sdk/1.5_r2/index.html"> http://developer.android.com/sdk/1.5_r2/index.html</a></p>
<p><strong>Instalar plugin de Android para Eclipse</strong></p>
<p>Ejecutamos Eclipse, vamos a “Help…&gt; Software Update” y en la pestaña “Available software” pinchamos en “Add Site…” la dirección que tenemos que indicar es: <a href="https://dl-ssl.google.com/android/eclipse/">https://dl-ssl.google.com/android/eclipse/</a></p>
<p>Tan pronto como termine de descargarse los componentes lo marcamos todo y le damos a “Install…”</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/06/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/06/image-thumb1.png" width="364" height="251" /></a> </p>
<p>Una vez se haya instalado el plugin hay que reiniciar Eclipse.</p>
<p><strong>Indicar a Eclipse la localización del SDK de Android</strong></p>
<p>Basta con ejecutar nuevamente Eclipse, ir a “Windos &gt; Preferences” y en la opción Android podremos especificar la ubicación en la que hemos descargado (y descomprimido) Android SDK.</p>
<p>Con esto ya podemos empezar a crear nuestros proyectos para Android!!!.</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/XFizKEeCuoQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/06/10/android-configurando-eclipse/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/06/10/android-configurando-eclipse/</feedburner:origLink></item>
		<item>
		<title>Listado de lenguajes para .NET Framework</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/CZcIT5Ja05Y/</link>
		<comments>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:35:25 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/</guid>
		<description><![CDATA[Interesante y completo listado de todos los lenguajes en los que se puede programar para .NET Framework: Ada A# (Dr. Martin C. Carlisle) Port of Ada to .NET APL Dyalog APL (Dyalog Ltd) AsmL Abstract State Machine Language (MS Research) Assembly ASM to IL (bjarke) Basic Visual Basic.NET (Microsoft) mbas (Novell (Mono Project)) bmcs (Jambunathan) [...]]]></description>
			<content:encoded><![CDATA[<p>Interesante y <strong>completo </strong>listado de todos los lenguajes en los que se puede programar para .NET Framework:</p>
<ul>
<li>Ada
<ul>
<li><a href="http://www.usafa.af.mil/dfcs/bios/mcc_html/a_sharp.html">A#</a> (Dr. Martin C. Carlisle)           <br />Port of Ada to .NET</li>
</ul>
</li>
<li>APL
<ul>
<li><a href="http://www.dyalog.com/">Dyalog APL</a> (Dyalog Ltd) </li>
</ul>
</li>
<li>AsmL
<ul>
<li><a href="http://research.microsoft.com/fse/asml/">Abstract State Machine Language </a>(MS Research) </li>
</ul>
</li>
<li>Assembly
<ul>
<li><a href="http://www.viksoe.dk/code/asmil.htm">ASM to IL</a> (bjarke) </li>
</ul>
</li>
<li>Basic
<ul>
<li><a href="http://msdn.microsoft.com/vbasic/">Visual Basic.NET</a> (Microsoft) </li>
<li><a href="http://www.go-mono.com/mbas.html">mbas</a> (Novell (Mono Project)) </li>
<li><a href="http://kjambunathan.blogspot.com/2005/01/hello-vbnet-world.html">bmcs</a> (Jambunathan) </li>
</ul>
</li>
<li>Basic Variants
<ul>
<li><a href="http://www.kidsprogramminglanguage.com/">KPL</a> (Morrison Schwartz)           <br />Kid&#8217;s Programming Language</li>
</ul>
</li>
<li>BETA
<ul>
<li><a href="http://www.daimi.au.dk/~beta/ooli/">BETA.Net</a> (University of Aarhus, Denmark) </li>
</ul>
</li>
<li>BF
<ul>
<li><a href="http://www.soulsphere.org/stuffage/bf.net/">BF.NET</a> (Simon Howard) </li>
</ul>
</li>
<li>Boo (Python inspired syntax)
<ul>
<li><a href="http://boo.sourceforge.net/">boo</a> (Rodrigo B. de Oliveira &amp;Georges Benatti) </li>
</ul>
</li>
<li>C
<ul>
<li><a href="http://www.cs.princeton.edu/software/lcc/">lcc</a> (Princeton)           <br />ANSI C</li>
<li><a href="http://www.gnu.org/projects/dotgnu/pnet.html">cscc</a> (Portable.NET)           <br />ANSI C</li>
</ul>
</li>
<li>C#
<ul>
<li><a href="http://msdn.microsoft.com/vcsharp/">C#</a> (Microsoft) </li>
<li><a href="http://www.go-mono.com/c-sharp.html">mcs</a> (Mono/Novell) </li>
<li><a href="http://www.southern-storm.com.au/portable_net.html">cscc</a> (DotGNU Portable.NET) </li>
</ul>
</li>
<li>C# Variants
<ul>
<li><a href="http://www.codeproject.com/csharp/csi.asp">CSI</a> (Steve Donovan)           <br />A Simple C# Interpreter</li>
<li><a href="http://research.microsoft.com/Comega/">Cω</a> (MS Research)           <br />Comega</li>
<li><a href="http://www.resolvecorp.com/">eXtensible C#</a> (ResolveCorp)           <br />Language Extension</li>
<li><a href="http://research.microsoft.com/SpecSharp/">Spec#</a> (MS Research) </li>
<li><a href="http://research.microsoft.com/~nick/polyphony/">Polymorphic C#</a> (MS Research)           <br />Language has merged with Comega</li>
<li><a href="http://u-pereslavl.botik.ru/~vadim/MCSharp/">MC#</a> (Yury P. Serdyuk, Vadim B.Guzev)           <br />Multiprocessor C#</li>
<li><a href="http://sky.fit.qut.edu.au/~neverov/metaphor/">Metaphor</a> (Gregory Neverov @ Queensland University of Technology) </li>
<li><a href="http://www.paxscript.net/">paxScript.NET</a> (VIRT Laboratory) </li>
<li><a href="http://www.parallelcsharp.com/">Parallel C#</a> (Parallel Language Research Project) </li>
<li><a href="http://www.knowledge-net.ru/en/index.htm">Knowledge.Net</a> (Knowledge .NET Project Team) </li>
</ul>
</li>
<li>C++
<ul>
<li><a href="http://msdn.microsoft.com/vstudio/techinfo/articles/upgrade/managedext.asp">Managed Extensions for C++</a> (Microsoft) </li>
</ul>
</li>
<li>Caml
<ul>
<li><a href="http://research.microsoft.com/projects/ilx/fsharp.aspx">F#</a> (MS Research)           <br />(ML and Caml), Abstract IL, ILX</li>
<li><a href="http://www.pps.jussieu.fr/~montela/ocamil/documentation.html">OCAMIL</a> (Emmanuel Chailloux &amp; Raphael.Montelatici) </li>
</ul>
</li>
<li>CAT
<ul>
<li><a href="http://www.artima.com/weblogs/viewpost.jsp?thread=166952">CAT</a> (Christopher Diggins) </li>
</ul>
</li>
<li>CFML
<ul>
<li><a href="http://www.newatlanta.com/products/bluedragon/index.cfm">BlueDragon</a> (New Atlanta Communications, LLC.) </li>
</ul>
</li>
<li>Clarion#
<ul>
<li><a href="http://clarionsoftware.com/ClarionNet/ClarionNET.htm">Clarion#</a> (SoftVelocity) </li>
</ul>
</li>
<li>Cobol
<ul>
<li><a href="http://www.netcobol.com/products/windows/netcobol.html">NetCOBOL</a> (Fujitsu)           <br />COBOL for .NET</li>
<li><a href="http://www.netcobol.com/products/windows/neokicks.html">NeoKicks</a> (Fujitsu) </li>
<li><a href="http://www.microfocus.com/products/netexpress/">Net Express</a> (Micro Focus) </li>
<li><a href="http://www.intensitysoftware.com/Products/KICKSforNET8482/tabid/59/Default.aspx">KICKS for .NET™</a> (Intensity Software) </li>
</ul>
</li>
<li>Cobra
<ul>
<li><a href="http://cobra-language.com/">The Cobra Programming Language</a> (Cobra Language LLC) </li>
</ul>
</li>
<li>CULE
<ul>
<li><a href="http://www.softwareperspectives.com/CULEPlace/">CULE.Net</a> (Software Perspectives) </li>
</ul>
</li>
<li>E#
<ul>
<li><a href="http://code.google.com/p/nbusiness/">E#</a> (Justin Chase) </li>
</ul>
</li>
<li>Eiffel
<ul>
<li><a href="http://www.eiffel.com/">Eiffel ENViSioN!</a> (Eiffel Software) </li>
</ul>
</li>
<li>Flash
<ul>
<li><a href="http://www.dotnetpowered.com/">csswf</a> (Robin Debreuil) </li>
</ul>
</li>
<li>Forth
<ul>
<li><a href="http://www.dataman.ro/dforth/">Delta Forth .NET</a> (Valer BOCAN) </li>
<li><a href="http://sourceforge.net/projects/mrlooseforth/">MrLoose.Forth</a> (MrLoose) </li>
</ul>
</li>
<li>Fortran
<ul>
<li><a href="http://www.lahey.com/dotnet.htm">Lahey/Fujitsu Fortran for .NET</a> (Lahey Computer Systems, Inc.) </li>
<li><a href="http://www.salfordsoftware.co.uk/compilers/ftn95/dotnet.shtml">FTN95</a> (Salford Software Ltd.)           <br />Fortran for Microsoft .NET</li>
</ul>
</li>
<li>G#
<ul>
<li><a href="http://erniebooth.name/archive/2004/12/01/162.aspx">G#</a> (Ernest Booth) </li>
</ul>
</li>
<li>Haskell
<ul>
<li><a href="http://galois.com/~sof/hugs98.net/">Hugs98 for .NET</a> (Unspecified) </li>
<li><a href="http://www.mondrian-script.org/">Haskell for .NET</a> (Nigel Perry)           <br />using Mondrain for .NET</li>
<li><a href="http://php.cin.ufpe.br/~haskell/haskelldotnet/">Haskell.net Project</a> (Unspecified) </li>
</ul>
</li>
<li>IL/MSIL
<ul>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconmicrosoftintermediatelanguagemsil.asp">MSIL</a> (Microsoft) </li>
<li><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpconmsilassemblerilasmexe.asp">ilasm</a> (Microsoft)           <br />IL Assembler</li>
<li><a href="http://go-mono.com/tutorial/html/en/tools/assembler.html">Mono Assembler</a> (Novell (Mono Project)) </li>
<li><a href="http://www.southern-storm.com.au/docs/pnettools_4.html">Portable.NET Assembler</a> (dotGNU) </li>
</ul>
</li>
<li>Java
<ul>
<li><a href="http://msdn.microsoft.com/vjsharp/">Visual J# .NET</a> (Microsoft) </li>
<li><a href="http://www.ikvm.net/">IKVM.NET</a> (Jeroen Frijters)           <br />Java VM for .NET</li>
</ul>
</li>
<li>JavaScript
<ul>
<li><a href="http://www.gotdotnet.com/team/jscript/">JScript .NET </a>(GotDotNet) </li>
<li><a href="http://janet-js.sourceforge.net/">JANET</a> (Unspecified)           <br />JavaScript-compatible language</li>
<li><a href="http://savannah.gnu.org/cgi-bin/viewcvs/dotgnu-pnet/pnetlib/JScript/">DotGnu JScript</a> (dotGNU) </li>
</ul>
</li>
<li>Lexico
<ul>
<li><a href="http://riosur.net/">Lexico </a>(Unspecified)           <br />Spanish</li>
</ul>
</li>
<li>LISP
<ul>
<li><a href="http://weblogs.asp.net/jtobler/archive/2003/10/01/30000.aspx">clisp</a> (Microsoft) </li>
<li><a href="http://www.richhickey.com/dotlisp.htm">DotLisp</a> (Rich Hickey) </li>
<li><a href="http://www.lsharp.org/">L# (L Sharp .NET) </a>(Rob Blackwell)           <br />LISP-based script language</li>
<li><a href="http://foil.sourceforge.net/">FOIL</a> (Rich Hickey and Eric Thorsen) </li>
<li><a href="http://www.weitz.de/rdnzl/">RDNZL </a>(Edi Weitz)           <br />.NET Layer for Common Lisp </li>
</ul>
</li>
<li>LISP-like
<ul>
<li><a href="http://www.meta-alternative.net/techpreview.html">MBase</a> (Meta Alternative) </li>
<li><a href="http://www.codeplex.com/IronLisp">IronLisp</a> (CodePlex Community) </li>
</ul>
</li>
<li>LOGO
<ul>
<li><a href="http://monologo.sourceforge.net/">MonoLOGO</a> (Richard Hestilow) </li>
<li><a href="http://www.mech.upatras.gr/~robgroup/logo/turtletracks/index.html">TurtleTracks.net Logo</a> (University of Patras) </li>
</ul>
</li>
<li>Lua
<ul>
<li><a href="http://www.lua.inf.puc-rio.br/luanet/">Lua.NET</a> (PUC-RIO)           <br />Integrating Lua with Rotor</li>
</ul>
</li>
<li>Mercury
<ul>
<li><a href="http://www.cs.mu.oz.au/research/mercury/dotnet.html">Mercury on .NET</a> (Unspecified) </li>
</ul>
</li>
<li>Mixal Assembly Language
<ul>
<li><a href="http://sourceforge.net/projects/mixnet/">MixNet </a>(SourceForge) </li>
</ul>
</li>
<li>Modrian
<ul>
<li><a href="http://www.mondrian-script.org/">Mondrian for .NET</a> (Nigel Perry) </li>
</ul>
</li>
<li>Modula-2
<ul>
<li><a href="http://plas.fit.qut.edu.au/gpm/online_compiler.aspx">GPM/CLR</a> (Queensland University of Technology) </li>
</ul>
</li>
<li>Nemerle
<ul>
<li><a href="http://nemerle.org/">Nemerle</a> (The University of Wroclaw) </li>
</ul>
</li>
<li>Oberon
<ul>
<li><a href="http://www.oberon.ethz.ch/oberon.net/">Active Oberon for .NET </a>(ETH Zuerich) </li>
</ul>
</li>
<li>Pan
<ul>
<li><a href="http://www.haskell.org/edsl/pansharp.html">Pan#</a> (Computer Languages for Secondary Education) </li>
</ul>
</li>
<li>Pascal
<ul>
<li><a href="http://www.tmt.com/net.htm">TMT .NET</a> (TMT)           <br />Pascal Compiler</li>
</ul>
</li>
<li>Pascal Variants
<ul>
<li><a href="http://www.chromesville.com/">Chrome </a>(RemObjects) </li>
<li><a href="http://www.borland.com/us/products/delphi/index.html">Delphi</a> (CodeGear/Borland) </li>
<li><a href="http://sourceforge.net/projects/delphinet">Delphi.NET </a>(Marcus Schmidt)           <br />Interoperability tools</li>
<li><a href="http://plas.fit.qut.edu.au/gpcp/NET.aspx">Component Pascal</a> (QUT) </li>
</ul>
</li>
<li>Perl
<ul>
<li><a href="http://aspn.activestate.com/ASPN/NET/">Perl for .NET, PerlNET</a> (ActiveState SRL.) </li>
<li><a href="http://taubz.for.net/code/perlsharp/">PerlSharp</a> (Joshua Tauberer) </li>
</ul>
</li>
<li>PHP
<ul>
<li><a href="http://php4mono.sourceforge.net/">PHP4Mono</a> (Raphael Romeikat) </li>
<li><a href="http://www.codeproject.com/csharp/php4apps.asp">PHP4Apps</a> (Daaron) </li>
<li><a href="http://www.akbkhome.com/wiki.php/Projects/PHP_Sharp">PHP Sharp</a> (Unspecified) </li>
<li><a href="http://www.php.net/~sterling/mono/">PHP Mono Extensions </a>(Sterling Hughes) </li>
<li><a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger">Phalanger </a>(CodePlex Community) </li>
<li><a href="http://ironphp.sourceforge.net/">IronPHP</a> (Ross Girshick) </li>
</ul>
</li>
<li>Processing
<ul>
<li><a href="http://dnetprocessing.sourceforge.net/index.html">Processing.NET</a> (Jonatan Rubio, etc. @ SourceForge) </li>
</ul>
</li>
<li>Prolog
<ul>
<li><a href="http://www.dcs.ed.ac.uk/home/jjc/psharp/psharp-1.1.3/dlpsharp.html">P#</a> (Jon Cook at Univ. of Edinburgh) </li>
<li><a href="http://prolog.hodroj.net/">Prolog.NET</a> (Oregon Institute of Technology) </li>
</ul>
</li>
<li>Python
<ul>
<li><a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython">IronPython</a> (Microsoft) </li>
<li><a href="http://www.dotnetpowered.com/">KOBRA</a> (Chetan Gadgil) </li>
<li><a href="http://starship.python.net/crew/mhammond/dotnet/">Python for .NET compiler</a> (Mark Hammond) </li>
<li><a href="http://pythonnet.sourceforge.net/">Python for .NET</a> (Brian Lloyd)           <br />.NET Integration with Python </li>
<li><a href="http://www.codeplex.com/IronPython">IronPython</a> (Microsoft) </li>
</ul>
</li>
<li>RPG
<ul>
<li><a href="http://www.asna.com/index/Products/VisualRPG/">Visual RPG for .NET</a> (ASNA) </li>
</ul>
</li>
<li>Ruby
<ul>
<li><a href="http://www.ironruby.net/">IronRuby</a> (Microsoft) </li>
<li><a href="http://jaen.saul.ee/rubynet/">Mono Ruby.NET</a> (Jaen,Mono Developers) </li>
<li><a href="http://www.geocities.co.jp/SiliconValley-PaloAlto/9251/ruby/nrb.html">NetRuby</a> (arton) </li>
<li><a href="http://www.castleproject.org/index.php/Rook">Rook</a> (Castle Project) </li>
<li><a href="http://www.saltypickle.com/rubydotnet/">Ruby/.NET Bridge</a> (Ben Schroeder, John Pierce) </li>
<li><a href="http://www.rubyclr.com/">RubyCLR</a> (John Lam) </li>
<li><a href="http://www.plas.fit.qut.edu.au/rubynet/">Ruby.NET</a> (Queensland University of Technology) </li>
</ul>
</li>
<li>Scala
<ul>
<li><a href="http://scala.epfl.ch/community/index.html">Scala on Microsoft.NET</a> (Martin Odersky, LAMP at EPFL) </li>
</ul>
</li>
<li>Scheme
<ul>
<li><a href="http://www.ccs.neu.edu/home/will/Larceny/">Common Larceny </a>(Northeastern University) </li>
<li><a href="http://www.rivendell.ws/dot-scheme/">Dot-Scheme</a> (Pedro Pinto)           <br />PLT Scheme Bridge</li>
<li><a href="http://www-sop.inria.fr/mimosa/fp/Bigloo/">Bigloo</a> (Inria Sophia-Antipolis) </li>
<li><a href="http://rover.cs.northwestern.edu/~scheme/">Hotdog</a> (Northwestern University) </li>
<li><a href="http://radio.weblogs.com/0101156/stories/2002/03/19/tachy.html">Tachy</a> (Ken Rawlings) </li>
<li><a href="http://www.cs.indiana.edu/~jgrinbla/index.htm">Scheme.NET</a> (Indiana University) </li>
<li><a href="http://www.codeplex.com/IronScheme">IronScheme</a> (CodePlex Community) </li>
</ul>
</li>
<li>Smalltalk
<ul>
<li><a href="http://www.smallscript.org/">S#</a> (SmallScript LLC) </li>
<li><a href="http://www.refactory.com/Software/SharpSmalltalk/">#Smalltalk</a> (John Brant &amp; Don Roberts) </li>
<li><a href="http://vmx-net.com/">VMX Smalltalk</a> (Robowiz Corporation) </li>
<li><a href="http://www.lesser-software.com/en/content/products/lswvst/lswvst-net.htm">LSWVST.NET</a> (Lesser Software) </li>
</ul>
</li>
<li>SML
<ul>
<li><a href="http://www.cl.cam.ac.uk/Research/TSG/SMLNET/">SML.NET</a> (MS Research, University of Cambridge) </li>
</ul>
</li>
<li>Spry
<ul>
<li><a href="http://spry-lang.org/">Spry </a>(Mark Hahn) </li>
</ul>
</li>
<li>Synergy
<ul>
<li><a href="http://www.synergex.com/oll_files/Synergex-2348.asp">Synergy</a> (Synergex) </li>
</ul>
</li>
<li>Tcl/Tk
<ul>
<li><a href="http://forge.novell.com/modules/xfmod/project/?ticklesharp">TickleSharp</a> (jscottb, Novell Forge) </li>
<li><a href="http://www.mailframe.net/Products/TCL/">Jacl.Net</a> (Mailframe) </li>
</ul>
</li>
<li>Visual Objects
<ul>
<li><a href="http://www.vulcandotnet.com/">Vulcan.NET</a> (GrafX Software Development) </li>
</ul>
</li>
<li>Zoon (Pascal, Modula-2 and Oberon family)
<ul>
<li><a href="http://www.cs.inf.ethz.ch/~zueff/ZonnonProject.htm">Zonnon</a> (Eugene Zueff) </li>
</ul>
</li>
</ul>
<p>&#160;</p>
<ul></ul>
<ul></ul>
<ul></ul>
<ul></ul>
<ul>Fuente: <a title="http://www.dotnetpowered.com/languages.aspx" href="http://www.dotnetpowered.com/languages.aspx">http://www.dotnetpowered.com/languages.aspx</a></ul>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/CZcIT5Ja05Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/03/09/listado-de-lenguajes-para-net-framework/</feedburner:origLink></item>
		<item>
		<title>Integrar cuentas de Gmail con Windows Live Hotmail</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/mnkWS9x-vDQ/</link>
		<comments>http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 15:50:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/</guid>
		<description><![CDATA[digg_url = "http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/";digg_title = "Integrar cuentas de Gmail con Windows Live Hotmail";digg_bgcolor = "#FAFAFA";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Si en un anterior post comentaba como ver las cuentas de Hotmail en Gmail, en este voy a contar como hacer exactamente lo contrario. Aunque realmente podemos utilizar/integrar cualquier tipo de [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/";digg_title = "Integrar cuentas de Gmail con Windows Live Hotmail";digg_bgcolor = "#FAFAFA";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<p>Si en un anterior post comentaba <a href="http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/" target="_blank">como ver las cuentas de Hotmail en Gmail</a>, en este voy a contar como hacer exactamente lo contrario. Aunque realmente podemos utilizar/integrar cualquier tipo de cuenta POP3.</p>
<p>1. Lo primero de todo es habilitar el POP en la cuenta de Gmail. Fijate que también en este mismo sitio se puede habilitar el acceso vía IMAP.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image11.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb11.png" width="590" height="305" /></a></p>
<p> 2. Ahora desde nuestra cuenta Windows Live, seleccionamos la opción de Agregar una cuenta de correo electrónico.</p>
<p align="center"><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image12.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb12.png" width="263" height="347" /></a></p>
<p align="left">3. Finalmente proporcionamos los datos de la cuenta y ya tenemos todo lo que necesitamos para aprovechar nuestras cuentas de Gmail desde el servicio Windows Live Hotmail.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb13.png" width="364" height="318" /><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb14.png" width="271" height="364" /></a></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/mnkWS9x-vDQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/02/12/integrar-cuentas-de-gmail-con-windows-live-hotmail/</feedburner:origLink></item>
		<item>
		<title>Configurar una cuenta de Windows Live en tu cliente de correo con POP3</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/NvNFN9PBFDg/</link>
		<comments>http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 15:16:00 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/</guid>
		<description><![CDATA[digg_url = "http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/";digg_title = "Configurar una cuenta de Windows Live en tu cliente de correo con POP3";digg_bgcolor = "#FAFAFA";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Ayer comentaba como Windows Live permite ahora configurar vía POP3 las cuentas de Hotmail. De esta manera ya no será necesario seguir utilizando “parches” tipo hotmail [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/";digg_title = "Configurar una cuenta de Windows Live en tu cliente de correo con POP3";digg_bgcolor = "#FAFAFA";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<p>Ayer <a href="http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/" target="_blank">comentaba</a> como <a href="http://windowslivewire.spaces.live.com/blog/cns%212F7EB29B42641D59%2132413.entry" target="_blank">Windows Live</a> permite ahora configurar vía POP3 las cuentas de Hotmail. </p>
<p>De esta manera ya no será necesario seguir utilizando “parches” tipo hotmail popper para ver el correo desde Outlook, Thunderbird, Mail, desde el Iphone, etc. </p>
<p>La configuración para tu cliente POP3 sería esta:</p>
<p><b>Servidor POP3</b>: pop3.live.com (Puerto 995)&#160;&#160; <br /><b>¿POP3 SSL requerido?</b> Sí    <br /><b>User</b>: Tu Windows Live ID, (<a href="mailto:nombre@hotmail.com">nombre@hotmail.com</a>, <a href="mailto:nombre@live.com">nombre@live.com</a>, <a href="mailto:nombre@tudominio.com">nombre@tudominio.com</a>* )    <br /><b>Password</b>: Tu password de Hotmail o Windows Live    <br /><b>Servidor SMTP</b>: smtp.live.com (Puerto 25)&#160;&#160; <br /><b>Se requiere autenticación? </b>Sí    <br /><b>¿TLS/SSL requerido?</b> Sí</p>
<blockquote><p>* <a href="mailto:nombre@tudominio.com">nombre@tudominio.com</a> tiene que estar dado de alta como Live ID, en un próximo post explico como se hace.</p>
</blockquote>
<p>Además de esto, existe <a href="http://office.microsoft.com/es-es/outlook/HA102225183082.aspx" target="_blank">Outlook Conector</a> que es lo que yo utilizo en mi Outlook 2007 porque:</p>
<ol>
<li>También permite Enviar y recibir desde buzones Windows Live, pero en lugar de usar POP3 utiliza cuentas <a href="http://en.wikipedia.org/wiki/MAPI" target="_blank">MAPI</a>.</li>
</ol>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" border="0" alt="Ver el correo electrónico de Windows Live Hotmail en Outlook" src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA102257023082" /></p>
<p>2. Da acceso a los contactos creados desde Windows Live en Oulook y a la inversa.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" border="0" alt="Ver los contactos de Windows Live Hotmail en Outlook" src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA102257013082" /></p>
</p>
<p>3. Al tener una cuenta Hotmail Plus (de pago) permite sincronizar también el calendario (Windows Live Calendar).</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/NvNFN9PBFDg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/02/11/configurar-una-cuenta-de-windows-live-en-tu-cliente-de-correo-con-pop3/</feedburner:origLink></item>
		<item>
		<title>Integrar cuentas de Hotmail con Gmail</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/RayaQEjrpGI/</link>
		<comments>http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:43:26 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/</guid>
		<description><![CDATA[digg_url = "http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/";digg_title = "Integrar cuentas de Hotmail con Gmail";digg_bgcolor = "#FAFAFA";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; Hace unos pocos días en el blog de Windows Live se anunció la disponibilidad del servicio POP3 para cuentas Hotmail. ¿Qué supone este servicio? A partir de ahora podemos utilizar este protocolo para [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/";digg_title = "Integrar cuentas de Hotmail con Gmail";digg_bgcolor = "#FAFAFA";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<p>Hace unos pocos días en el <a href="http://windowslivewire.spaces.live.com/blog/cns%212F7EB29B42641D59%2132413.entry" target="_blank">blog de Windows Live</a> se anunció la disponibilidad del servicio <strong>POP3</strong> para cuentas Hotmail.</p>
<p><strong>¿Qué supone este servicio?</strong></p>
<p>A partir de ahora podemos utilizar este protocolo para descargarnos mensajes desde los servidores de Hotmail a nuestros dispositivos como una cuenta normal, por ejemplo podemos configurar la cuenta en móviles, clientes de correo como Outlook, Thunderbird, … y también desde cualquier otro servicio que permita el uso de este tipo de cuentas como por ejemplo GMail.</p>
<p>En Gmail podemos configurar varias cuentas de correo de forma que veamos en “Recibidos” el listado de todos los mensajes que vayamos recibiendo independientemente de la cuenta a la que nos hayan enviado y liberándonos de entrar a diferentes webs y aplicaciones para ver las diferentes cuentas de correo que tengamos .</p>
<p>Los pasos que tenemos que seguir para configurar nuevas cuentas en Gmail son:</p>
<ol>
<li>Accede a Gmail &gt; Configuración &gt; Cuentas &gt; Recibir Mensajes de Otras Cuentas &gt; Añadir otra cuenta de correo. </li>
<li>Se te abrirá una ventana solicitando los datos de la nueva cuenta.</li>
</ol>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image8.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb8.png" width="364" height="353" /></a> </p>
<p>Una vez añadas la cuenta también te preguntará si deseas poder enviar a través de ella utilizando para ello los servidores de Gmail y te llegará un mail a la cuenta que estás configurando para que procedas a verificarlo.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image9.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb9.png" width="364" height="213" /></a> </p>
<p>Tras esto Gmail empieza a bajar el contenido de la cuenta.</p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image10.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb10.png" width="364" height="38" /></a></p>
</p>
<p>En el ejemplo podéis ver que utilizo mi cuenta con el dominio sergiosainz.com, realmente una cuenta de Hotmail no tiene porque ser del tipo @hotmail.com sino que puede ser @loquequieras.com. Pero esto lo dejo para otro post.</p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/RayaQEjrpGI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/02/10/integrar-cuentas-de-hotmail-con-gmail/</feedburner:origLink></item>
		<item>
		<title>Cliente de SSH para Windows, alternativa a Putty</title>
		<link>http://feedproxy.google.com/~r/SergioSainz/~3/6rOwscJ0094/</link>
		<comments>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:48:19 +0000</pubDate>
		<dc:creator>Sergio Sainz</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Sistemas]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/</guid>
		<description><![CDATA[digg_url = "http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/";digg_title = "Cliente de SSH para Windows, alternativa a Putty";digg_bgcolor = "#FAFAFA";digg_skin = "normal";digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined; La mayoría de la gente que conozco utiliza Putty como cliente SSH bajo Windows. En muchos casos puede ser más que suficiente, pero cuando te es necesario acceder simultáneamente a varios [...]]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/";digg_title = "Cliente de SSH para Windows, alternativa a Putty";digg_bgcolor = "#FAFAFA";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>
<p>La mayoría de la gente que conozco utiliza Putty como cliente SSH bajo Windows. En muchos casos puede ser más que suficiente, pero cuando te es necesario acceder simultáneamente a varios servidores a la vez me parece un engorro un cliente sin TABS y tan poco flexible a la hora de personalizar el aspecto de las ventanas.</p>
<p>Por eso, desde que mi compañero Ivan Pereiro me mostró esta herramienta no he dejado de usarla desde Windows.</p>
<p>Las principales características frente a Putty son:</p>
<p>- <strong>Integración con Cygwin</strong>: Si tienes instalado Cygwin, cuando instales Poderosa este se integrará de forma que puedas abrir shells Cygwin desde poderosa.</p>
<p>- <strong>Tabs</strong>: Tener varias shells abiertas no implica ejecutar nuevas instancias de la aplicación, se integran todas ellas en la misma ventana de Poderosa y se cambia de una a otra a través de pestañas.</p>
<p>- <strong>Dividir la ventana horizontal y verticalmente tantas veces como se desee para mostrar distintas shells:</strong> En la imagen se puede ver que la ventana se divide horizontalmente, en la parte inferior se puede ver un “top” a un server mientras la parte superior muestra a su vez una división vertical en la que a la izquierda se ve una sesión local con Cygwin y a la derecha una conexión SSH2 a un servidor remoto. </p>
<p><a href="http://www.sergiosainz.com/wp-content/uploads/2009/02/image7.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.sergiosainz.com/wp-content/uploads/2009/02/image-thumb7.png" width="364" height="244" /></a>&#160;</p>
<p>Además de esto, cuenta con más mejoras y se pueden desarrollar plugins para la aplicación. Lo que me sorprende es que la última versión es de Noviembre del 2006. Pero aún así no conozco otro cliente de SSH para Windows gratuito que sea mejor que este.</p>
<p>La página oficial de la aplicación es <a title="http://en.poderosa.org/" href="http://en.poderosa.org/">http://en.poderosa.org</a></p>
<img src="http://feeds.feedburner.com/~r/SergioSainz/~4/6rOwscJ0094" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.sergiosainz.com/2009/02/09/cliente-de-ssh-para-windows-alternativa-a-putty/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.300 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-31 02:32:10 -->
