<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog.JcAlonso.com &#187; Guías</title>
	<atom:link href="http://blog.jcalonso.com/category/guias/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcalonso.com</link>
	<description>Donde mi mundo inicia.</description>
	<lastBuildDate>Thu, 24 Mar 2011 06:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Easy way to upload files from a *nix server to a Synology NAS</title>
		<link>http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/</link>
		<comments>http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 12:31:42 +0000</pubDate>
		<dc:creator>Juan Carlos Alonso</dc:creator>
				<category><![CDATA[Guías]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[lftp]]></category>
		<category><![CDATA[rs409]]></category>
		<category><![CDATA[synology]]></category>

		<guid isPermaLink="false">http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/</guid>
		<description><![CDATA[Yesterday finally arrived the new NAS (Synology RS409) for the SEL Lab At UC3M. The first task was to configure and make a mirror of all the data on our old file server. There are several ways to do this by shell, for example, SCP with SSH or rsync. At least this 2 options where [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=7dda6126eecd20a9cc56f90dacabccaf&amp;default=http://blog.jcalonso.com/wp-content/themes/spotlight-13/images/grav.png' alt='No Gravatar' width=40 height=40/><p style="clear: both;"><img class="linked-to-original" style="display: inline; float: left; margin: 0 10px 10px 0;" src="http://blog.jcalonso.com/wp-content/uploads/2010/12/Photo_dic_17__3_41_46_p-thumb.m1..jpg" alt="" width="378" height="220" align="left" />Yesterday finally arrived the new NAS (<a href="http://www.synology.com/enu/products/RS409/index.php" target="_blank">Synology RS409</a>) for the <a href="http://sel.inf.uc3m.es" target="_blank">SEL Lab</a> At <a href="http://uc3m.es" target="_blank">UC3M</a>. The first task was to configure and make a mirror of all the data on our old file server.</p>
<p style="clear: both;">There are several ways to do this by shell, for example, <a href="http://en.wikipedia.org/wiki/Secure_copy" target="_blank">SCP</a> with <a href="http://en.wikipedia.org/wiki/Secure_Shell" target="_blank">SSH</a> or <a href="http://en.wikipedia.org/wiki/Rsync" target="_blank">rsync</a>. At least this 2 options where the first that came to my mind but they didn&#8217;t work nice.</p>
<p style="clear: both;">First, SCP seems to be the best way to do this, but what a surprise!, the Synology Software <a href="http://www.synology.com/enu/products/features/index.php" target="_blank">DSM</a> 3.0 have a &#8220;light&#8221; version of SSH that doesn&#8217;t support SCP.</p>
<p style="clear: both;">So the next move was rsync since it was supported I thought it will be a another good way, but the problem now was the speed, rsync spends a lot of CPU usage on the checksum verification (the NAS have a small ARM processor). So instead of having speeds about 25 &#8211; 30 mb/s I got an average of 5 mb/s.</p>
<p style="clear: both;">I did a little research and I found that the easiest way to do this (Without having to install anything via ssh on the NAS) was using <a href="http://en.wikipedia.org/wiki/Lftp" target="_blank">lftp</a> this way:</p>
<blockquote style="clear: both;">
<p style="clear: both;"><strong> </strong>#install lftp on the old server</p>
<p style="clear: both;"><strong>sudo apt-get install lftp</strong></p>
<p style="clear: both;"><strong></strong>#connect to the server</p>
<p style="clear: both;"><strong>lftp -d [remoteServer] &#8211; u [username]</strong></p>
<p style="clear: both;"><strong></strong>#make a reverse mirroring</p>
<p style="clear: both;"><strong>mirror -R [localFolder] [remoteFolderToPutTheFiles]</strong></p>
</blockquote>
<p style="clear: both;">And that&#8217;s all.</p>
<p style="clear: both;">Enjoy!</p>
<p><br class="final-break" style="clear: both;" /></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Easy+way+to+upload+files+from+a+%2Anix+server+to+a+Synology+NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Easy%20way%20to%20upload%20files%20from%20a%20%2Anix%20server%20to%20a%20Synology%20NAS&amp;link=http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/&amp;notes=Yesterday%20finally%20arrived%20the%20new%20NAS%20%28Synology%20RS409%29%20for%20the%20SEL%20Lab%20At%20UC3M.%20The%20first%20task%20was%20to%20configure%20and%20make%20a%20mirror%20of%20all%20the%20data%20on%20our%20old%20file%20server.%0D%0AThere%20are%20several%20ways%20to%20do%20this%20by%20shell%2C%20for%20example%2C%20SCP%20with%20SSH%20or%20rsync.%20At%20least%20this%202%20options%20where%20the%20first%20that%20came&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.jcalonso.com/2010/12/17/easy-way-to-upload-files-from-a-nix-server-to-a-synology-nas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error en la instalacion de Office 2007</title>
		<link>http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/</link>
		<comments>http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 15:28:27 +0000</pubDate>
		<dc:creator>Juan Carlos Alonso</dc:creator>
				<category><![CDATA[Guías]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.jcalonso.com/?p=205</guid>
		<description><![CDATA[Me ha tocado ya 2 veces que a la mitad de una instalación de Office 2007 algo sucede, se va la luz, se traba la computadora, y cuando quiero volver a instalar  me sale el siguiente error: El programa de instalación no puede continuar debido a los siguientes errores: El sistema 2007 Microsoft Office no [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=7dda6126eecd20a9cc56f90dacabccaf&amp;default=http://blog.jcalonso.com/wp-content/themes/spotlight-13/images/grav.png' alt='No Gravatar' width=40 height=40/><p>Me ha tocado ya 2 veces que a la mitad de una instalación de Office 2007 algo sucede, se va la luz, se traba la computadora, y cuando quiero volver a instalar  me sale el siguiente error:</p>
<p><em><strong>El programa de instalación no puede continuar debido a los siguientes errores:<br />
El sistema 2007 Microsoft Office no permite actualizar desde una versión preliminar del sistema 2007 Microsoft Office. Debe desinstalar primero cualquier versión preliminar de productos del sistema 2007 Microsoft Office y tecnologías asociadas.<br />
Solucione los problemas que se indican anteriormente y ejecute de nuevo el programa de instalación.</strong></em></p>
<p>Bueno pues con estos 2 links he resulto ese problema. Espero ustedes tambiénn lo puedan hacer si se les presenta.</p>
<p><a href="http://support.microsoft.com/kb/927222/es" target="_blank">http://support.microsoft.com/kb/927222/es</a></p>
<p>http://support.microsoft.com/kb/928218/es</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Error+en+la+instalacion+de+Office+2007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Error%20en%20la%20instalacion%20de%20Office%202007&amp;link=http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/&amp;notes=Me%20ha%20tocado%20ya%202%20veces%20que%20a%20la%20mitad%20de%20una%20instalaci%C3%B3n%20de%20Office%202007%20algo%20sucede%2C%20se%20va%20la%20luz%2C%20se%20traba%20la%20computadora%2C%20y%20cuando%20quiero%20volver%20a%20instalar%C2%A0%20me%20sale%20el%20siguiente%20error%3A%0D%0A%0D%0AEl%20programa%20de%20instalaci%C3%B3n%20no%20puede%20continuar%20debido%20a%20los%20siguientes%20errores%3A%0D%0AEl%20sistema%202007%20Microsoft%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.jcalonso.com/2009/07/30/error-en-la-instalacion-de-office-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problema al instalar impresoras en red con Windows vista</title>
		<link>http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/</link>
		<comments>http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:00:18 +0000</pubDate>
		<dc:creator>Juan Carlos Alonso</dc:creator>
				<category><![CDATA[Guías]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/</guid>
		<description><![CDATA[Este es uno de los problemas más comunes con Windows Vista con los que me ha tocado lidiar las ultima veces. El escenario es algo así: Computadora con Windows Xp y una Impresora compartida en red Computadora con Windows Vista Cuando entramos con Windows vista a los recursos compartidos de la computadora que tiene la [...]]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=7dda6126eecd20a9cc56f90dacabccaf&amp;default=http://blog.jcalonso.com/wp-content/themes/spotlight-13/images/grav.png' alt='No Gravatar' width=40 height=40/><p>Este es uno de los problemas más comunes con Windows Vista con los que me ha tocado lidiar las ultima veces.</p>
<p>El escenario es algo así:</p>
<p>Computadora con Windows Xp y una Impresora compartida en red</p>
<p>Computadora con Windows Vista</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Dibujo1" border="0" alt="Dibujo1" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/dibujo1.jpg" width="424" height="262" /> </p>
<p>Cuando entramos con Windows vista a los recursos compartidos de la computadora que tiene la impresora instalada y luego hacemos doble clic sobre la impresora, nos pueden salir alguno de estos 2 errores:</p>
<p>Error1</p>
<p>No hay memoria suficiente, para completar esta operación. cierre algunos programas e inténtelo de nuevo. </p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/0418080059errorwhenco12.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="041808-0059-errorwhenco12" border="0" alt="041808-0059-errorwhenco12" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/0418080059errorwhenco12-thumb.jpg" width="237" height="134" /></a> </p>
<p>&#160;</p>
<p>Error2</p>
<p>Windows no puede conectarse a la impresora. Acceso denegado.</p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura" border="0" alt="Captura" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura-thumb.jpg" width="510" height="364" /></a> </p>
<p>&#160;</p>
<p>Según entiendo, esto sucede porque las impresoras no son 100% compatibles con Windows Vista aunque los drivers existan.</p>
<p>Si buscamos en la pagina del fabricante de la impresora y encontramos los controladores para la impresora en Vista, entonces podríamos casi dar por hecho que haremos funcionar la impresora.</p>
<p>Una ves descargados los drivers de la impresora los descomprimimos en el escritorio. Ahora hacemos lo siguiente:</p>
<p>Nota: Todos los pasos se ejecutan sobre la computadora con Windows Vista</p>
<ul>
<li>Vamos al panel de control y damos doble clic sobre impresoras </li>
<li>Luego damos clic derecho y damos agregar impresora </li>
<li>Cuando salga el asistente seleccionamos agregar impresora <b>local</b>
<ul>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura2.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura2" border="0" alt="Captura2" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura2-thumb.jpg" width="244" height="185" /></a> </li>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura3.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura3" border="0" alt="Captura3" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura3-thumb.jpg" width="244" height="188" /></a>           </li>
</ul>
</li>
<li>Luego nos pedirá que seleccionemos la impresora a instalar, le damos clic en usar disco
<ul>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura4.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura4" border="0" alt="Captura4" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura4-thumb.jpg" width="244" height="193" /></a> </li>
</ul>
</li>
<li>Y le damos la ruta de la carpeta con los drivers de la impresora.
<ul>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura5.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura5" border="0" alt="Captura5" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura5-thumb.jpg" width="244" height="190" /></a> </li>
</ul>
</li>
<li>Después damos en finalizar y listo tendremos la impresora instalada.
<ul>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura6.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura6" border="0" alt="Captura6" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura6-thumb.jpg" width="244" height="160" /></a> </li>
<li>Puede que nos diga que el driver no está firmado digitalmente, así que aceptamos. </li>
<li><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura7.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura7" border="0" alt="Captura7" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura7-thumb.jpg" width="244" height="193" /></a> </li>
</ul>
</li>
</ul>
<p>&#160;</p>
<p>Hasta este momento la impresora está instalada como local por el puerto paralelo.</p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura8.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura8" border="0" alt="Captura8" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura8-thumb.jpg" width="244" height="179" /></a> </p>
<p>&#160;</p>
<p>Ahora viene el truco. Damos clic derecho sobre la nueva impresora y luego en propiedades.</p>
<p>Nos vamos a&#160; <strong>Puertos</strong> y en la lista de puertos seleccionamos agregar puerto y luego en agregar puerto local.</p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura9.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura9" border="0" alt="Captura9" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura9-thumb.jpg" width="244" height="231" /></a> </p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura10.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura10" border="0" alt="Captura10" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura10-thumb.jpg" width="244" height="232" /></a> </p>
<p>Aquí vamos es escribir el nombre de la maquina seguido del nombre de la impresora en red, de esta manera:</p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura11.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura11" border="0" alt="Captura11" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura11-thumb.jpg" width="244" height="235" /></a> </p>
<p><u><a href="http://http://nombre_equipo/nombre_impresora">\\nombre_equipo\nombre_impresora</a></u></p>
<p>Ej.;</p>
<p><u><a href="http://Oficina/HPDeskJet680">\\Oficina\HPDeskJet680</a></u></p>
<p>Y damos agregar.</p>
<p>Verificamos que el nuevo puerto seleccionado sea el nuevo que agregamos. Y damos clic en aceptar.</p>
<p><a href="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura12.jpg" rel="lightbox[204]"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Captura12" border="0" alt="Captura12" src="http://blog.jcalonso.com/wp-content/uploads/2009/01/captura12-thumb.jpg" width="244" height="238" /></a> </p>
<p>Y listo si todo salió bien ahora podemos mandar a imprimir una hoja de prueba.</p>
<p>Espero les funcione ustedes también!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.shareaholic.com/api/share/?title=Problema+al+instalar+impresoras+en+red+con+Windows+vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-mail">
			<a href="http://www.shareaholic.com/api/share/?title=Problema%20al%20instalar%20impresoras%20en%20red%20con%20Windows%20vista&amp;link=http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/&amp;notes=Este%20es%20uno%20de%20los%20problemas%20m%C3%A1s%20comunes%20con%20Windows%20Vista%20con%20los%20que%20me%20ha%20tocado%20lidiar%20las%20ultima%20veces.%20%20El%20escenario%20es%20algo%20as%C3%AD%3A%20%20Computadora%20con%20Windows%20Xp%20y%20una%20Impresora%20compartida%20en%20red%20%20Computadora%20con%20Windows%20Vista%20%20%20%20%20Cuando%20entramos%20con%20Windows%20vista%20a%20los%20recursos%20compartidos%20de%20l&amp;short_link=&amp;shortener=bitly&amp;shortener_key=juancarlos|R_378c0b2d1fbc63bd76599475dbdf1649&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.jcalonso.com/2009/01/28/problema-al-instalar-impresoras-en-red-con-windows-vista/feed/</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
	</channel>
</rss>

