<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ubuntu &#38; Business for human beans &#187; Windows/Microsoft</title>
	<atom:link href="http://alejandrolaorden.wordpress.com/category/windowsmicrosoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://alejandrolaorden.wordpress.com</link>
	<description>he walks among us, but he is not one of us</description>
	<lastBuildDate>Sun, 22 Mar 2009 16:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='alejandrolaorden.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/868e9b8894e9fc3495d6c68a2d4e051c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Ubuntu &#38; Business for human beans &#187; Windows/Microsoft</title>
		<link>http://alejandrolaorden.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alejandrolaorden.wordpress.com/osd.xml" title="Ubuntu &amp; Business for human beans" />
		<item>
		<title>Creando Script para añadir usuarios WindowsNT</title>
		<link>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/</link>
		<comments>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 13:53:16 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/?p=130</guid>
		<description><![CDATA[Hola, amigos de la seguridad y de mi blog:
he estado explorando googling casi durante dos horas buscando un script para añadir usuarios, pues un cliente con 50 usuarios quiere implementar un sistema del trabajo y dar de alta 50 usuarios uno por uno es un rollo, la verdad que me he vuelto loco buscando, por [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=130&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, amigos de la seguridad y de mi blog:</p>
<p>he estado explorando googling casi durante dos horas buscando un script para añadir usuarios, pues un cliente con 50 usuarios quiere implementar un sistema del trabajo y dar de alta 50 usuarios uno por uno es un rollo, la verdad que me he vuelto loco buscando, por aquí por allí, sólo veía soluciones para sistemas con Directorio Activo, que por cierto aborrezco.</p>
<p>La solución es muy simple, simplemente con los comandos net user y net group estaría listo.</p>
<p>Es decir, para crear un usuario: pepe</p>
<p>contraseña: 32UFfs3</p>
<p>Grupo: Usuarios de Terminal Server</p>
<p>Los comandos serían:</p>
<p><strong>&#8220;net user pepe 32UFfs3 /add /expires:never /passwordchg:no</strong><strong>&#8220;</strong></p>
<p>Crea un usuario pepe con contraseña 32UFfs3, no caduca el password y no se puede cambiar password.</p>
<p><strong>&#8220;net localgroup &#8220;Usuarios de Escritorio Remoto&#8221; pepe /add&#8221;</strong></p>
<p>Agrega al grupo Usuarios de Escritorio Remoto el usuario pepe.</p>
<p>Con estos dos comandos, podemos fácilmente elaborar un script en cualquier lenguaje</p>
<p>Lo encontré en unos video-tutoriales de hacking para windows XP, una moda muy útil.</p>
<p><a title="Hacking Windows XP" href="http://www.revver.com/video/808922/how-to-hack-an-administrator-account-in-windows-xp/">http://www.revver.com/video/808922/how-to-hack-an-administrator-account-in-windows-xp/</a></p>
<p>Añado a este tutorial una entrada de registro para <strong><em>ocultar</em></strong> el usuario pepe:</p>
<p><strong>reg add &#8220;HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&#8221; /v pepe /t REG_DWORD /d 0</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=130&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2008/06/10/creando-script-para-anadir-usuarios-windowsnt/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>¿Microsoft ha muerto?</title>
		<link>http://alejandrolaorden.wordpress.com/2007/04/13/%c2%bfmicrosoft-ha-muerto/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/04/13/%c2%bfmicrosoft-ha-muerto/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 15:11:03 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/04/13/%c2%bfmicrosoft-ha-muerto/</guid>
		<description><![CDATA[Me adhiero a las ideas de Paul Graham, ensayista informático y programador, en que a microsoft le quedan dos días. El Windows Vista, sigue siendo una política errónea. Microsoft sigue los pasos de elefante del gigante azul, haciendo grandes sistemas propietarios, basados en tecnología propietaria, que al final van al cementerio de elefantes y quedarán [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=103&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Me adhiero a las ideas de <a href="http://es.wikipedia.org/wiki/Paul_Graham" title="Quién es Paul Graham">Paul Graham,</a> ensayista informático y programador, en que a microsoft le quedan dos días. El Windows Vista, sigue siendo una política errónea. Microsoft sigue los pasos de elefante del gigante azul, haciendo grandes sistemas propietarios, basados en tecnología propietaria, que al final van al cementerio de elefantes y quedarán sus huesos para museos.</p>
<p>Linux, para mi, es el joven vencedor, el chico listo que ha aprendido, que va a pasos de hormiga ha inundado el mundo de Ubuntu, Red Hat, y mil distribuciones.  Multiusuario, multiproceso, multilenguaje, multisesión y un montón de multis, versátil hasta el hartazgo.</p>
<p>Este es el comentario en español.</p>
<p><a href="http://freetrans.blogspot.com/2007/04/microsoft-ha-muerto.html" title="Blog traducido de cr�ticas a Microsoft">http://freetrans.blogspot.com/2007/04/microsoft-ha-muerto.html</a></p>
<p>En inglés:</p>
<p><a href="http://www.paulgraham.com/microsoft.html" title="Art�culo original de microsoft ha muerto">http://www.paulgraham.com/microsoft.html </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=103&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/04/13/%c2%bfmicrosoft-ha-muerto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Mensajes sms gratis en yahoo widgets (Win XP-2k-Vista MacOsX)</title>
		<link>http://alejandrolaorden.wordpress.com/2007/02/13/mensajes-sms-gratis-en-yahoo-widgets-win-xp-2k-vista/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/02/13/mensajes-sms-gratis-en-yahoo-widgets-win-xp-2k-vista/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 09:45:28 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[MacOsX]]></category>
		<category><![CDATA[Tutoriales / Manuales]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/02/13/mensajes-sms-gratis-en-yahoo-widgets-win-xp-2k-vista/</guid>
		<description><![CDATA[Bien, esto es muy interesante, lo cortarán si todos nos ponemos a mandar mensajitos pero, ahí va la explicación:
1.- Nos descargamos el Yahoo! widgets. http://widgets.yahoo.com/ Lo hay para mak y para pecé.
2.- Dejo una imagen como quedaría la instalación por defecto. Quitamos los widgets por defecto. Los que no no sean útiles, yo he quitado todos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=83&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Bien, esto es muy interesante, lo cortarán si todos nos ponemos a mandar mensajitos pero, ahí va la explicación:</p>
<p>1.- Nos descargamos el Yahoo! widgets. <a href="http://widgets.yahoo.com/">http://widgets.yahoo.com/</a> Lo hay para mak y para pecé.</p>
<p>2.- Dejo una imagen como quedaría la instalación por defecto. Quitamos los widgets por defecto. Los que no no sean útiles, yo he quitado todos menos el del tiempo.</p>
<p><img src="http://alejandrolaorden.files.wordpress.com/2007/02/escritorio.miniatura.JPG" alt="Escritorio con Widgets" /></p>
<p>4.-Botón derecho sobre el iconito de abajo de la derecha (las tuerkas) y damos a obtener más widgets. Buscamos callwave sms y lo instalamos.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=83&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/02/13/mensajes-sms-gratis-en-yahoo-widgets-win-xp-2k-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>

		<media:content url="http://alejandrolaorden.files.wordpress.com/2007/02/escritorio.miniatura.JPG" medium="image">
			<media:title type="html">Escritorio con Widgets</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalar FreeNX. Control remoto Ubuntu</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/31/instalar-freenx-control-remoto-ubuntu/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/31/instalar-freenx-control-remoto-ubuntu/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 20:00:07 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Linux_Ubuntu]]></category>
		<category><![CDATA[Sistemas operativos]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/31/instalar-freenx-control-remoto-ubuntu/</guid>
		<description><![CDATA[Está el radmin para windows (software propietario)
Está el vnc (software libre).
Me parecen magníficas herramienta para control remoto de sistema operativo Windows, pero sólo lo hacen a una conexión ya abierta. Vnc también funciona sobre linux.
Teniendo un subdominio, no necesitamos ip fija, que es útil también para este artículo:
http://no-ip.com/
http://www.dyndns.com/
Estos dos de arriba los he probado, con [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=82&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Está el <a title="Radmin" href="http://www.radmin.es">radmin</a> para windows (software propietario)</p>
<p>Está el <a title="VNC Sabor tight" href="http://www.tightvnc.com/">vnc</a> (software libre).</p>
<p>Me parecen magníficas herramienta para control remoto de sistema operativo Windows, pero sólo lo hacen a una conexión ya abierta. Vnc también funciona sobre linux.</p>
<p>Teniendo un subdominio, no necesitamos ip fija, que es útil también para este artículo:</p>
<p><a title="No-ip" href="http://no-ip.com/">http://no-ip.com/</a></p>
<p><a title="DynDns, tradicional y de los primeros" href="http://www.dyndns.com/">http://www.dyndns.com/</a></p>
<p>Estos dos de arriba los he probado, con éxito. Pongo otros que he visto por ahí y que pueden estar bien.</p>
<p><a title="Lista de DNS Dinámicas" href="http://www.noeld.com/services.htm">Aquí una lista de DNS Dinámicos http://www.noeld.com/services.htm</a></p>
<p>Para Ubuntu estuve buscando herramientas que crearan una sesión remota, me encontré con esta maravillosa herramienta, <a title="Página Oficial de FreeNX" href="http://freenx.berlios.de/">FreeNX,</a> parecida al <a href="http://es.wikipedia.org/wiki/Terminal_Server">terminal server</a>, pero gratis, abre una sesión en escritorio remoto.</p>
<p>Ayuda oficial en foros de Ubuntu <a title="Guia Ubuntu Mirror FreeNX" href="http://www.guia-ubuntu.org/index.php?title=FreeNX">aquí.</a></p>
<p>&#8220;Además al contrario de VNC no se trata de compartir una conexión, sino de crear una nueva sesión que se puede dejar abierta y retomarla otra vez.&#8221;</p>
<p>Si buscáis cómo conectarse a un servidor para compartir datos o acceder a él mediante vpn, podéis leer este artículo sobre tunneling-vpn con Hamachi:</p>
<p><a title="Tunneling con Hamachi" href="http://webyfoto.blogspot.com/2007/09/0929.html">http://webyfoto.blogspot.com/2007/09/0929.html</a></p>
<p><span class="a"><strong>FreeNX</strong> es un software que permite acceder remotamente y de forma gráfica a nuestro PC. Al contrario que VNC, en vez de usar el protocolo RFB (Remote Frame Bufer), <strong>FreeNX</strong> usa un nuevo esquema de compresión del entorno X-Window, que permite controlar un escritorio remoto incluso con una conexión de módem de 56 Kbps. El tráfico del servidor X se comprime y transmite por SSL usando una conexión SSH que puede ser resumida automáticamente en caso de ser interrumpida.</span></p>
<p>Además tiene la ventaja de que el programa guarda en caché los elementos gráficos ya mostrados (menús, iconos, decoraciones de ventanas&#8230;) por lo que en lugar de hacer una segunda petición para mostrar esos elementos, se muestran desde local.</p>
<p class="editsection" style="float:right;margin-left:5px;">[<a title="Instalar FreeNX (servidor)" href="http://www.guia-ubuntu.org/index.php?title=FreeNX&amp;action=edit&amp;section=1">editar</a>]</p>
<p><a name="Instalar_FreeNX_.28servidor.29"></a></p>
<h2>Instalar <strong>FreeNX</strong> (servidor)</h2>
<p>Para instalar <strong>FreeNX</strong> en <strong>Ubuntu</strong> debemos añadir el repositorio necesario:</p>
<pre>$ sudo gedit /etc/apt/sources.list</pre>
<p>Al final de dicho archivo añadimos la siguiente línea:</p>
<p>Para Dapper:</p>
<pre>deb <a class="external free" title="http://mirror.ubuntulinux.nl/" rel="nofollow" href="http://mirror.ubuntulinux.nl/">http://mirror.ubuntulinux.nl/</a> dapper-seveas custom extras <strong>freenx</strong> java seveas-meta all</pre>
<p>Para Edgy</p>
<pre>deb <a class="external free" title="http://mirror.ubuntulinux.nl/" rel="nofollow" href="http://mirror.ubuntulinux.nl/">http://mirror.ubuntulinux.nl/</a> edgy-seveas custom extras <strong>freenx</strong> java seveas-meta all</pre>
<p>Instalamos la claves de autenticación:</p>
<pre>$ sudo gpg --keyserver subkeys.pgp.net --recv-keys 1135D466 $ sudo gpg --export --armor 1135D466 | sudo apt-key add -</pre>
<p>Instalamos el servidor:</p>
<pre>$ sudo apt-get update $ sudo apt-get install <strong>freenx</strong></pre>
<p><strong>Configuración del Servidor</strong>:</p>
<p>Si queremos usar las no-machine keys ejecutamos:</p>
<pre>$ sudo nxsetup --install --setup-nomachine-key --clean --purge</pre>
<p>Si por el contrario, preferimos usar nuestras propias claves (mucho más seguro, pero con el inconveniente de que tenemos que llevarnos las claves haya donde vayamos):</p>
<pre>$ sudo nxsetup --install --clean</pre>
<p>NX necesita por defecto tener el demonio sshd escuchando el el puerto 22 y con las claves públicas activadas. Para ello debemos comprobar que en el fichero /etc/ssh/sshd_config tengamos las siguientes líneas:</p>
<pre>Port 22 PubkeyAuthentication yes</pre>
<p>Si por el contrario preferimos tener ssh en otro puerto, debemos indicárselo a NX. Para ello editamos el siguiente fichero:</p>
<pre>$ sudo gedit /etc/nxserver/node.conf</pre>
<p>Editamos la línea:</p>
<pre>#SSHD_PORT=22</pre>
<p>Y ponemos el puerto que queramos. Por ejemplo 1234:</p>
<pre>SSHD_PORT=1234</pre>
<p><strong>Firewall</strong>: NX utiliza el puerto del ssh y además el puerto 5000, por lo que si disponemos de firewall, tendremos que abrir dichos puertos.</p>
<p><a name="Instalar_el_cliente_NX"></a></p>
<h2>Instalar el cliente NX</h2>
<h2>Para instalar el cliente abrimos un terminal y escribimos:</h2>
<pre>$ sudo apt-get install nxclient</pre>
<p>Lo podremos localizar en el menú <strong>Aplicaciones &gt;&gt; Internet &gt;&gt; NX Client for Linux &gt;&gt; NX Client for Linux</strong>.</p>
<p>Si no aparece en el menú, reinstala nxclient desde Synaptic, y listo.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=82&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/31/instalar-freenx-control-remoto-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>ODBC Vendors (Vendedores de drivers ODBC)</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 16:37:40 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Programacion]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/</guid>
		<description><![CDATA[Hola, en el trabajo hemos tenido un serio problema.
Un señor tiene una base de datos en COBOL y en la BBDD que trabajamos nosotros es Paradox.
Al final, encontré una página que tenía todos los vendors de Odbc. El Proveedor de odbc de COBOL se llama liant.  Por cierto, es carísimo y al final nos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=76&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hola, en el trabajo hemos tenido un serio problema.</p>
<p>Un señor tiene una base de datos en <a href="http://es.wikipedia.org/wiki/Cobol" title="Explicación qué es COBOL">COBOL</a> y en la <a href="http://es.wikipedia.org/wiki/Base_de_datos" title="Qué es una base de datos">BBDD</a> que trabajamos nosotros es <a href="http://es.wikipedia.org/wiki/Paradox_%28base_de_datos%29" title="Qué es Paradox">Paradox</a>.</p>
<p>Al final, encontré una página que tenía todos los vendors de <a href="http://es.wikipedia.org/wiki/ODBC" title="Explicación qué es un odbc">Odbc</a>. El Proveedor de odbc de COBOL se llama <a href="http://www.liant.us/" title="Empresa Liant">liant</a>.  Por cierto, es carísimo y al final nos tocó parsear.</p>
<p><a href="http://alejandrolaorden.averok.com/blog/wp-content/uploads/odbc_vendors.doc" title="Listado de vendedores de ODBC">aquí</a> os dejo un link con todos los vendedores de odbc. Creo que puede ser útil en situaciones desesperadas.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=76&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/24/odbc-vendors-vendedores-de-drivers-odbc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>Steve Jobs Vs Bill Gates</title>
		<link>http://alejandrolaorden.wordpress.com/2007/01/10/steve-jobs-vs-bill-gates/</link>
		<comments>http://alejandrolaorden.wordpress.com/2007/01/10/steve-jobs-vs-bill-gates/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 22:33:32 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2007/01/10/steve-jobs-vs-bill-gates/</guid>
		<description><![CDATA[Estos dos líderes (¿mundiales?) han crecido juntos. Véase la película &#8220;Piratas de Silicon Valley&#8220;.
Os dejo el elink para que la podáis ver.
Mejor si la compráis. No he encontrado tienda, pero sí os dejo los 5 primeros minutos de la peli en inglés.

jeje, mirad la url de la peli, veís ¿¿libre?? Así me siento yo con [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=73&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Estos dos líderes (¿mundiales?) han crecido juntos. Véase la película &#8220;<a href="http://en.wikipedia.org/wiki/Pirates_of_Silicon_Valley" title="Entrada wiki en inglés sobre la peli">Piratas de Silicon Valley</a>&#8220;.</p>
<p>Os dejo el <a href="//%7Cfile%7CPiratas%20De%20Silicon%20Valley%20%5BDVDRip%20Xvid%5D%20%5Baudio%20spanish%20espa%C3%B1ol%5D%20avi%7C697249792%7C367F0DB5B00C064112CB9161DCEECFA6%7C/" title="Elink de la peli">elink</a> para que la podáis ver.</p>
<p>Mejor si la compráis. No he encontrado tienda, pero sí os dejo los 5 primeros minutos de la peli en inglés.</p>
<p><span style="text-align:center; display: block;"><a href="http://alejandrolaorden.wordpress.com/2007/01/10/steve-jobs-vs-bill-gates/"><img src="http://img.youtube.com/vi/2hKMbcL1bRE/2.jpg" alt="" /></a></span></p>
<p>jeje, mirad la url de la peli, veís ¿¿libre?? Así me siento yo con mi ubuntito. ;-)</p>
<p>En fin, la acabo de ver y estoy emocionado, porque la diferencia fundamental entre uno y otro es que Bill ve el mundo como una &#8220;gran manzana&#8221; a la que comer y el otro ve arte y poesía por todas partes.</p>
<p>La mezcla de los dos no pudo ser y el artista se sintió engañado por el empresario. Aún así, el artista, el poeta, el místico quiso ver que no era así, pero los hechos le negaron la razón.</p>
<p>El objetivo (era y sigue siendo) crear ordenadores con su sistema operativo para el gran público. Muchos se rieron de ellos, como veréis en la película.</p>
<p>Los dos robaron la idea a Xerox, cuyos ejecutivos regalaron la idea a estos &#8220;chavales&#8221;. Hoy en día, poco importa de todo aquello, pero ¿por qué ignorar la historia?</p>
<p>La historia nos enseña que por loca que sea una idea, es posible que guste a la gente, pues los críticos no tienen ni idea, pues sólo se basan en lo que han visto para juzgar lo que está por llegar.</p>
<p>Ahora, en <a href="http://presentationzen.blogs.com/presentationzen/2005/11/the_zen_estheti.html" title="Blog de diferencias entre lanzamiento de Zen(Microsoft) y iPod(Apple)">esta</a> entrada, si sabes inglés podrás ver en este blog, que ellos siguen igual: La simplicidad y el arte Vs negocio y espectativas de mercado.</p>
<p>Creo que Bill Gates tiene un punto de vista  muy mercadotécnico, con todas sus letras. Y que Steve Jobs un visionario místico de otra época que aún está por llegar.</p>
<p>Un saludo.</p>
<p>Ved el <a href="http://alejandrolaorden.wordpress.com/2006/09/23/vector-en-c/" title="Vector Genérico en C++">vector en c++</a>, pues lo estoy mejorando mucho.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=73&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2007/01/10/steve-jobs-vs-bill-gates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/2hKMbcL1bRE/2.jpg" medium="image" />
	</item>
		<item>
		<title>Instalar True Type (.ttf) en Ubuntu</title>
		<link>http://alejandrolaorden.wordpress.com/2006/11/07/instalar-true-type-ttf-en-ubuntu/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/11/07/instalar-true-type-ttf-en-ubuntu/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 00:01:26 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Linux_Ubuntu]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/11/07/instalar-true-type-ttf-en-ubuntu/</guid>
		<description><![CDATA[Mirad este jau tu, en inglés &#8220;how to&#8221;:
http://www.smorgasbord.net/how_to_install_true_type_fonts_ubuntu_linux 

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=53&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Mirad este jau tu, en inglés &#8220;how to&#8221;:</p>
<p><a href="http://www.smorgasbord.net/how_to_install_true_type_fonts_ubuntu_linux" title="Tutorial instalar True type en Ubuntu">http://www.smorgasbord.net/how_to_install_true_type_fonts_ubuntu_linux </a></p>
<p><img src="http://alejandrolaorden.files.wordpress.com/2006/11/papapatata.miniatura.png" alt="Mi patata preferida" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=53&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/11/07/instalar-true-type-ttf-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>

		<media:content url="http://alejandrolaorden.files.wordpress.com/2006/11/papapatata.miniatura.png" medium="image">
			<media:title type="html">Mi patata preferida</media:title>
		</media:content>
	</item>
		<item>
		<title>Convierte tu sistema operativo en una maquina virtual</title>
		<link>http://alejandrolaorden.wordpress.com/2006/11/02/convierte-tu-sistema-operativo-en-una-maquina-virtual/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/11/02/convierte-tu-sistema-operativo-en-una-maquina-virtual/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 18:16:11 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Sistemas operativos]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/11/02/convierte-tu-sistema-operativo-en-una-maquina-virtual/</guid>
		<description><![CDATA[Esto lo han hecho los chicos de VMWare, un alucinante trabajo que ahora mismo estoy haciendo en la partición de mi viejo windows equispé. Es una buena manera de congelar un sistema y tenerlo siempre disponible.
Seguid el link y suerte and namasté:
http://www.vmware.com/products/beta/converter/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=50&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Esto lo han hecho los chicos de VMWare, un alucinante trabajo que ahora mismo estoy haciendo en la partición de mi viejo windows equispé. Es una buena manera de congelar un sistema y tenerlo siempre disponible.</p>
<p>Seguid el link y suerte and namasté:</p>
<p><a href="http://www.vmware.com/products/beta/converter/">http://www.vmware.com/products/beta/converter/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=50&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/11/02/convierte-tu-sistema-operativo-en-una-maquina-virtual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware  vs Qemu</title>
		<link>http://alejandrolaorden.wordpress.com/2006/10/16/vmware-vs-qemu/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/10/16/vmware-vs-qemu/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 19:58:19 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Sistemas operativos]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/10/16/vmware-vs-qemu/</guid>
		<description><![CDATA[Definitivamente me quedo con VMWare con dolor de corazon por ser software propietario.
El rendimiento ni se le asemeja. Muchisimo mas potente VMWare.
He aqui una pagina para configurar samba con VMWare:
http://www.vmware.com/support/gsx3/doc/network_samba_gsx.html
Para novatos en samba, es fácil con esta página


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=44&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Definitivamente me quedo con VMWare con dolor de corazon por ser software propietario.<br />
El rendimiento ni se le asemeja. Muchisimo mas potente VMWare.</p>
<p>He aqui una pagina para configurar samba con VMWare:<br />
<a href="http://www.vmware.com/support/gsx3/doc/network_samba_gsx.html" title="Configurar Samba con VMWare">http://www.vmware.com/support/gsx3/doc/network_samba_gsx.html</a></p>
<p>Para novatos en samba, es fácil con esta <a href="http://samba.netfirms.com/index.htm" title="Cursito de Samba">página</a></p>
<p><img src="http://www.odairc.com/Alex/vmware_wxp.png" style="height:384px;" alt="ScreenShot de Windows XP con VMware" align="bottom" height="384" width="512" /><a href="http://www.vmware.com/support/gsx3/doc/network_samba_gsx.html" title="Configurar Samba con VMWare"><br />
</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=44&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/10/16/vmware-vs-qemu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>

		<media:content url="http://www.odairc.com/Alex/vmware_wxp.png" medium="image">
			<media:title type="html">ScreenShot de Windows XP con VMware</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows no microsoft?</title>
		<link>http://alejandrolaorden.wordpress.com/2006/10/08/windows-no-microsoft/</link>
		<comments>http://alejandrolaorden.wordpress.com/2006/10/08/windows-no-microsoft/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 17:10:00 +0000</pubDate>
		<dc:creator>alejandrolaorden</dc:creator>
				<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Windows/Microsoft]]></category>

		<guid isPermaLink="false">http://alejandrolaorden.wordpress.com/2006/10/08/windows-no-microsoft/</guid>
		<description><![CDATA[Te imaginas tener un sistema donde todos los programas windows funcionen y sin pagar licencias?
Bien, en una entrada anterior, expliqué el motivo de que todavía me gustara Windows. El Delphi. Bien, he encontrado un sistema open source 100 % donde puedes ejecutar tus aplicaciones preferidas&#8230; Es una implementación de la API de Windows para núcleo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=26&subd=alejandrolaorden&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Te imaginas tener un sistema donde todos los programas windows funcionen y sin pagar licencias?</p>
<p>Bien, en una entrada anterior, expliqué el motivo de que todavía me gustara Windows. El Delphi. Bien, he encontrado un sistema open source 100 % donde puedes ejecutar tus aplicaciones preferidas&#8230; Es una implementación de la <a href="http://es.wikipedia.org/wiki/API_de_Windows" title="Explicacion API Windows">API</a> de Windows para núcleo linux.</p>
<p><a href="http://es.wikipedia.org/wiki/WINE" title="WINE. Proyecto de WinAPI para Linux">Wine</a> es un proyecto que lanza la API de windows para linux. Es como un emulador pero no lo es exactamente. Lanza en <a href="http://es.wikipedia.org/wiki/XWindow" title="XWindow Sistema de Ventanas de Linux">XWindow</a> aplicaciones nativas de Windows sin necesidad de tener instalado windows.</p>
<p>Se llama <a href="http://es.wikipedia.org/wiki/ReactOS" title="Entrada Wiki para explicar ReactOS">React OS</a><span style="display:block;" class="down"></span><br />
<a href="http://www.reactos.org">http://www.reactos.org </a></p>
<p>Ver sus screenshots, son impresionante, además trae una imagen para qemu. Ahora mismo la estoy bajando para comprobar que todo funciona. :-D</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/alejandrolaorden.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/alejandrolaorden.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alejandrolaorden.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alejandrolaorden.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alejandrolaorden.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alejandrolaorden.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alejandrolaorden.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alejandrolaorden.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alejandrolaorden.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alejandrolaorden.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alejandrolaorden.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alejandrolaorden.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alejandrolaorden.wordpress.com&blog=466832&post=26&subd=alejandrolaorden&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://alejandrolaorden.wordpress.com/2006/10/08/windows-no-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4633af6b918749c0183bc2283a624c34?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alejandrolaorden</media:title>
		</media:content>
	</item>
	</channel>
</rss>