<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;C0MAQHg7fCp7ImA9WhBbGE4.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881</id><updated>2013-05-17T17:57:21.604-05:00</updated><category term="Coldfusion" /><category term="Errores" /><category term="snippets" /><category term="nodeJS" /><category term="mysql" /><category term="Ruby" /><category term="12.04" /><category term="php" /><category term="Linux" /><category term="CentOS" /><category term="Server" /><category term="Otros" /><category term="Ubuntu" /><category term="Diseño" /><category term="Utilerias" /><category term="Video" /><category term="Desarrollo" /><category term="Curiosidades" /><title>Blog de Luis Hernández Monroy</title><subtitle type="html">Muchas gracias por entrar a este blog. Publicaré notas de programación, tecnología, diseño grafico, linux y muchas cosas sobre el mundo Online. Espero que esta informacion sea de tu interés.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/BlogDeLuisHernndezMonroy" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="blogdeluishernndezmonroy" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">BlogDeLuisHernndezMonroy</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;C0EDRHc8eip7ImA9WhBSEk8.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-209909950195648278</id><published>2013-02-18T15:07:00.002-06:00</published><updated>2013-02-18T15:07:55.972-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-02-18T15:07:55.972-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="mysql" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><title>Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column - [RESUELTO]</title><content type="html">&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Por seguridad cuando se trabaja con &lt;b&gt;MySQL Workbench&lt;/b&gt; no se permite hacer un &lt;b&gt;DELETE,UPDATE o TRUNCATE&lt;/b&gt; sin usar la clausula &lt;b&gt;WHERE&lt;/b&gt;, si se intenta ejecutar alguna de las siguientes sentencias obtenemos el siguiente error:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Error Code: 1175&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Cuando se esta trabajando sobre una base de datos remota esta bien que la tengamos habilitada porque así podemos evitar una catastrofe en nuestra base de datos, &amp;nbsp;pero cuando estamos trabajando &amp;nbsp;sobre una base de datos local en nuestro entorno de desarrollo no necesitamos tanta seguridad, por ello hoy les comparto esta&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;sencilla forma de deshabilitar la opción por defecto:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Antes de usar &lt;b&gt;DELETE, UPDATE o TRUNCATE&lt;/b&gt;, escribimos:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;SQL_SAFE_UPDATES=0;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Listo !!! ahora ya podemos hacer Actualizar , eliminar o vaciar nuestra tabla.&lt;/span&gt;&lt;br /&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/209909950195648278/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2013/02/error-code-1175-you-are-using-safe.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/209909950195648278?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/209909950195648278?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2013/02/error-code-1175-you-are-using-safe.html" title="Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column - [RESUELTO]" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DUEHR3g5eSp7ImA9WhNUFkg.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-2602347701644960465</id><published>2012-12-31T16:03:00.001-06:00</published><updated>2013-01-08T09:07:16.621-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-08T09:07:16.621-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="php" /><title>Error Parse error: syntax error, unexpected $end en CentOS 6.3</title><content type="html">&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Hoy el último día del 2012 me encontraba programando una aplicación web con soporte para iniciar sesión con Google Apps, Gmail, Facebook y Twitter con PHP, pero me encontre con un problema que me quito un par de horas resolver ya que en el navegador solo aparecia el tan común error 500, revisando un poco más a fondo en los Logs de Apache encontre un poco más a detalle el error me mostraba lo siguiente:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;Error Parse error: syntax error, unexpected $end in /var/www/html/miproyecto/index.php&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;EL error indica que hay un error de sintaxis al final del código, pero revisando mi código veo que todo se encuentra bien, entonces porque el error???, muy simple... me encuentro usando CentOS como distro y por default esta distro se encuentra configurada para entornos productivos, así que para corregir el problema es muy sencillo (de verdad es muy sencillo), solo hay que modificar una directiva en el archivo &lt;b&gt;php.ini&lt;/b&gt; para corregir el problema.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;La directiva que hay que modificar es &lt;b&gt;short_open_tag&lt;/b&gt; que por dafault como comentaba en CentOS se encuentra desactivada, lo que tenemos que hacer es buscar la directiva short_open_tag y habilitarla.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Lo primero que tenemos que hacer es abrir el archivo php.ini con el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;sudo vi /etc/php.ini&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Enseguida buscar ela directiva short_open_tag y habilitarla con el valor on.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;short_open_tag = on&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Esta directiva determina cuando php reconoce los tags la forma en que deben de ser procesados entre &lt;b&gt;&amp;lt;? y ?&amp;gt;&lt;/b&gt; o &lt;b&gt;&amp;lt;?php ?&amp;gt;&lt;/b&gt;&amp;nbsp;,es recomendado no usar los tags cortos &amp;nbsp;de php, si no más bien usar , de esta forma evitar que php confunda y termine de analizar el código de forma incorrecta.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Espero les sea de ayuda este sencillo tip, este es mi último post del 2012.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h2&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Feliz año nuevo.&lt;/span&gt;&lt;/h2&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/2602347701644960465/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/error-parse-error-syntax-error.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2602347701644960465?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2602347701644960465?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/error-parse-error-syntax-error.html" title="Error Parse error: syntax error, unexpected $end en CentOS 6.3" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;C08NSX46eSp7ImA9WhNVGE4.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-3104000775827371381</id><published>2012-12-29T19:44:00.002-06:00</published><updated>2012-12-29T19:44:58.011-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-29T19:44:58.011-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Curiosidades" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><title>Autocompletar en la terminal en CentOS 6.3</title><content type="html">&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Después de 3 dias de usar CentOS todo iba &amp;nbsp;de maravilla,pero hoy me di cuenta de un detalle tan pequeño pero tan importante para mi productividad, cuando me encontraba en la terminal escribiendo no me autocompletaba los comandos al pulsar la tecla TAB.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Esto es debido a que las distros basadas en Red Hat no tienen activada/instalada la característica de autocompletado por default como las distros basadas en Debian que si lo tienen activo.&lt;/span&gt;&lt;/div&gt;

&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;div style="text-align: justify;"&gt;
Para instalar el paquete que nos permita el autocompletado realizamos los siguientes pasos:&lt;/div&gt;
&lt;/span&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;div style="text-align: justify;"&gt;
1.- Abrimos nuestra terminal&lt;/div&gt;
&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;2.- Como es una instalación, debemos hacerlo con un usuario root con privilegios escribiendo en la terminal el comando:&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;su&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;div style="text-align: justify;"&gt;
3.- Una vez cambiamos de usuario escribimos el siguiente comando para instalar el paquete:&lt;/div&gt;
&lt;/span&gt;&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;yum install bash-completion&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;div style="text-align: justify;"&gt;
4.- Por último solo tenemos que cerrar nuestra terminal para que los cambios se apliquen, enseguida volver a &amp;nbsp;abrir la terminal y escribimos una parte del comando y al presionar la tecla TAB nos realizara el autocompletado.&lt;/div&gt;
&lt;/span&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;div style="text-align: justify;"&gt;
Espero les sea de ayuda... es algo tan pequeño pero verdaderamente increible ya que nos ayuda a ser más productivos.&amp;nbsp;&lt;/div&gt;
&lt;/span&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/3104000775827371381/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/autocompletar-en-la-terminal-en-centos.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/3104000775827371381?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/3104000775827371381?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/autocompletar-en-la-terminal-en-centos.html" title="Autocompletar en la terminal en CentOS 6.3" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;CEIDQ38yeyp7ImA9WhNVF08.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-1933886159147209279</id><published>2012-12-28T13:22:00.003-06:00</published><updated>2012-12-28T13:22:52.193-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-28T13:22:52.193-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><title>Descomprimir archivos rar en CentOS 6.3</title><content type="html">&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Para descomprimir archivos rar en CentOS utilizaremos el paquete unrar,lo p&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rimero que tenemos que hacer es descargar el paquete usando el comando wget&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: left;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;wget ftp://rpmfind.net/linux/dag/redhat/el4/en/i386/dag/RPMS/unrar-4.1.4-1.el4.rf.i386.rpm&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Una vez que descargamos el paquete, nos posicionamos en el directorio donde lo descargamos y escribimos el siguiente comando para instalarlo&lt;/span&gt;&lt;/div&gt;
&lt;div style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; line-height: 20px; text-align: justify;"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;rpm -Uvh unrar-4.1.4-1.el4.rf.i386.rpm&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;Para ver el contenido del archivo rar sin descomprimir utilizamos el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;unrar l miarchivo.rar&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;Para descomprimir el contenido del rar en el mismo directorio utilizamos el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;unrar e miarchivo.rar&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;Para conocer más opciones del comando unrar solo tenemos que escribir lo siguiente en la terminal&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;man unrar&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: #444444; font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="background-color: white; color: #444444; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: x-small;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/1933886159147209279/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/descomprimir-archivos-rar-en-centos-63.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1933886159147209279?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1933886159147209279?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/descomprimir-archivos-rar-en-centos-63.html" title="Descomprimir archivos rar en CentOS 6.3" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;C0QMQX09eip7ImA9WhNVFkU.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-8608719839042713133</id><published>2012-12-28T01:56:00.001-06:00</published><updated>2012-12-28T01:56:20.362-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-28T01:56:20.362-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><title>Saber la versión de Centos</title><content type="html">&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;A veces necesitamos saber la versión de la distro que usamos.. es por eso que quiero compartir un comando muy sencillo pero verdaderamente útil.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;Si lo que necesitamos es conocer la versión de nuestro CentOS, solo tenemos que abrir la terminal y escribir el siguiente comando:&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq" style="text-align: justify;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;cat /etc/redhat-release&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Como resultado obtendremos la versión que usamos de CentOS, por ejemplo en mi caso me devuelve el siguiente resultado:&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/em&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;em style="background-color: white; font-size: 16px; line-height: 24px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;"&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;&lt;b&gt;CentOS release 6.3 (Final)"&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 24px;"&gt;&lt;i&gt;Espero les sea de mucha ayuda este simple comando.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/8608719839042713133/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/saber-la-version-de-centos.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8608719839042713133?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8608719839042713133?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/saber-la-version-de-centos.html" title="Saber la versión de Centos" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;A04DQnc-fyp7ImA9WhNVFko.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-3591090602069245702</id><published>2012-12-28T01:32:00.004-06:00</published><updated>2012-12-28T01:32:53.957-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-28T01:32:53.957-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Curiosidades" /><title>Instalar Rhythmbox en CentOS 6.3</title><content type="html">&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Con este post iniciare a escribir acerca de CentOS, específicamente sobre la versión 6.3, mi intención es contribuir a mejorar la cantidad de información en español acerca de CentOS, no me adentrare a explicar la instalación de esta distro ya que en internet existen algunos tutoriales muy bien explicados con el procedimiento de la instalación, &lt;a href="http://www.alcancelibre.org/staticpages/index.php/procedimiento-instalar-centos6" rel="" target="_blank"&gt;AQUÍ&lt;/a&gt; pueden leer uno en español.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Bueno pues como primer post de CentOS me gustaria explicarles como instalar&amp;nbsp;Rhythmbox Music Player.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Para los que ya estan familiarizados con otra distro, podran comprobar que es verdaderamente sencillo realizar instalaciones, por ejemplo el comando sudo sigue siendo utilizado para realizar tareas con privilegios, la diferencia es que en CentOS tenemos un comando llamado &lt;b&gt;YUM&lt;/b&gt;.. que nos servira para instalar, actualizar o eliminar paquetes de nuestra distro.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Lo primero que tenemos que hacer es abrir nuestra terminal y escribir el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;sudo yum install&amp;nbsp;rhythmbox&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;A continuación nos preguntara si aceptamos la instalación, para ello escribimos la letra &lt;b&gt;"y"&lt;/b&gt; &lt;b&gt;(SIN LAS COMILLAS)&lt;/b&gt; y presionamos la tecla enter para iniciar la instalación del paquete.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;Listo!!!&lt;/b&gt; ahora ya estamos listos para reproducir nuestra colección de música.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/3591090602069245702/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/instalar-rhythmbox-en-centos-63.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/3591090602069245702?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/3591090602069245702?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/instalar-rhythmbox-en-centos-63.html" title="Instalar Rhythmbox en CentOS 6.3" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;Ak4CQ30zeyp7ImA9WhNVFkk.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-6021070679322961993</id><published>2012-12-27T16:56:00.000-06:00</published><updated>2012-12-27T16:56:02.383-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-12-27T16:56:02.383-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="CentOS" /><category scheme="http://www.blogger.com/atom/ns#" term="Desarrollo" /><category scheme="http://www.blogger.com/atom/ns#" term="Coldfusion" /><title>Adios Ubuntu... Bienvenido CentOS [TUTORIALES Y MAS]</title><content type="html">&lt;div style="text-align: justify;"&gt;
Despues de usar Ubuntu por más de 5 años he tomado la decisión de que ya es hora de cambiar de distro... razones.. hay varias, pero una de las principales razones es unity, sigue sin convencerme y además de que me traido demasiados dolores de cabeza ya que frecuentemente tengo problemas con mi interfaz gráfica, ubuntu es maravilloso!!! probe con cinnamod un entorno muy ligero y padre, pero ya es tiempo de probar otras distros.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Es por eso que ahora decidi cambiar a CentOS como distro principal, porque CentOS se preguntaran muchos.. bueno pues elegí CentOS por una nueva oportunidad laboral que se me presento y pues CentOS es la distro por elección que se usa en m nuevo trabajo.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
En los siguientes dias estare publicando todo lo relacionado a CentOS, desde como instalar aplicaciones, configuraciones, pero sobre todo tutoriales de desarrollo web, desarrollo movíl &amp;nbsp;y nuevas tecnologías.&lt;/div&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/6021070679322961993/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/adios-ubuntu-bienvenido-centos.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6021070679322961993?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6021070679322961993?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/12/adios-ubuntu-bienvenido-centos.html" title="Adios Ubuntu... Bienvenido CentOS [TUTORIALES Y MAS]" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DUQBQnY9fCp7ImA9WhNRE0k.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-6979566005613608900</id><published>2012-11-07T22:02:00.001-06:00</published><updated>2012-11-07T22:02:33.864-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-11-07T22:02:33.864-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Convertir archivos XPS a PDF en Ubuntu 12.04</title><content type="html">&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Antes de comenzar con la explicación de como podemos convertir un archivo con formato XPS a PDF, explicare que es formato XPS.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style="background-color: white; color: #515151; line-height: 21px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;El formato XPS es un archivo desarrollado por Microsoft basado en el stándar XML.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; color: #515151; line-height: 21px;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style="background-color: white;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span style="color: #212121; line-height: 23px; text-align: left;"&gt;Este formato, muy similar al PDF&lt;/span&gt;&lt;qmcjx style="color: #212121; line-height: 23px; text-align: left;"&gt;&amp;nbsp;de Adobe, garantiza que cuando el archivo se ve en línea o se imprime, conserva exactamente el formato deseado y los datos del archivo no se pueden cambiar fácilmente&lt;/qmcjx&gt;&lt;qmcjx style="line-height: 21px; text-align: left;"&gt;&lt;span style="color: #515151;"&gt;.&lt;/span&gt;&lt;/qmcjx&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white;"&gt;&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;qmcjx style="line-height: 21px; text-align: left;"&gt;&lt;span style="color: #515151;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/qmcjx&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="color: #515151; font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 21px;"&gt;Bueno.. después de esta breve explicación ya estamos listos para instalar nuestro convertidor de formatos.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="color: #515151; font-family: Courier New, Courier, monospace;"&gt;&lt;span style="line-height: 21px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Y más fácil no podria ser.. abrimos nuestro terminal y escribimos el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;sudo apt-get install&amp;nbsp;libgxps-utils&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Actualizamos nuestros repositorios escribiendo:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;sudo apt-get update&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Listo!!! ya podemos convertir los documentos XPS a formato PDF, para ello solo necesitaremos escribir el siguiente comando:&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;xpstopdf /ruta_del_archivo_a_convertir/miarchivo.xps&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/6979566005613608900/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/11/convertir-archivos-xps-pdf-en-ubuntu.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6979566005613608900?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6979566005613608900?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/11/convertir-archivos-xps-pdf-en-ubuntu.html" title="Convertir archivos XPS a PDF en Ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;AkAHRX85cCp7ImA9WhJbFUU.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-9147754142230150702</id><published>2012-09-25T10:58:00.000-05:00</published><updated>2012-09-25T10:58:54.128-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-09-25T10:58:54.128-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Server" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Webmin en ubuntu server 12.04</title><content type="html">&lt;span style="font-family: Courier New, Courier, monospace;"&gt;El día de hoy explicare como instalar webmin en ubuntu server 12.04, existen varias formas de realizar la instalción, en este post explicare la forma más rápida.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Antes de comenzar con la instalación del webmin necesitamos instalar algunas dependencias para quue funcione de forma correcta, para ello escribimos lo siguiente en nuestra terminal:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;b&gt;git config core.sharedrepository 1 &amp;amp;&amp;amp; git config receive.denyNonFastforwards true &amp;amp;&amp;amp; find objects -type d -exec chmod 02770 {} \;&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Una vez que ya instalamos las dependencias ahora si ya estamos listos para instalar webmin, para ello descargaremos el arhivo .deb usando el comando wget..&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;wget http://www.webmin.com/download/deb/webmin-current.deb&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;en mi caso yo lo descargue en la ruta /home/miusuario/downloads , se puede guardar en la ruta que ustesdes quieran.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Una vez que descargamos el .deb, desde la terminal nos dirigimos al directorio donde lo guardamos y escribimos el siguiente comando:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;b&gt;sudo dpkg --install webmin-current.deb&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Listo!! ya tenemos instalado webmin en nuestro ubuntu server, para verificar que esta funcionando de forma correcta vamos a abrir el navegador web en otro equipo que este en nuestra red y escribimos en el navegador la dirección https://ipdelservidor:10000 si todo esta bien tendremos que ver en el navegador una pantalla como la siguiente en donde iniciaremos con las credenciales de acceso del servidor.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-fnIvop4C3as/UGHSc3iFCtI/AAAAAAAAFy0/8JX_o5LDJW0/s1600/Login+to+Webmin.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-fnIvop4C3as/UGHSc3iFCtI/AAAAAAAAFy0/8JX_o5LDJW0/s1600/Login+to+Webmin.png" height="133" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/9147754142230150702/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/09/instalar-webmin-en-ubuntu-server-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/9147754142230150702?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/9147754142230150702?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/09/instalar-webmin-en-ubuntu-server-1204.html" title="Instalar Webmin en ubuntu server 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-fnIvop4C3as/UGHSc3iFCtI/AAAAAAAAFy0/8JX_o5LDJW0/s72-c/Login+to+Webmin.png" height="72" width="72" /><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;CEQMSX0_fip7ImA9WhJVEks.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-7320933995535502125</id><published>2012-08-29T12:46:00.001-05:00</published><updated>2012-08-29T12:46:28.346-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-08-29T12:46:28.346-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Desarrollo" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="php" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar la última versión de PHP en ubuntu 12.04</title><content type="html">&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Bueno.. el día de hoy les comparto este post en el que explico como tener instalada la ultima versión de PHP en Ubuntu 12.04, este procedimiento funciona también en ubuntu&amp;nbsp;11.10.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Como siempre.. lo primero que tenemos que hacer es abrir nuestra terminal y escribimos lo siguiente:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Agregamos el repositorio parara tener al día PHP&lt;/span&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;sudo add-apt-repository ppa:ondrej/php5&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;/blockquote&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Actualizamos nuestros repositorios&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;sudo apt-get update&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;/blockquote&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Y por último... instalamos PHP&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;sudo apt-et install php5&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;/blockquote&gt;
&lt;em style="background-color: white; font-size: 14px; line-height: 21px;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Lo que hace el último comando que escribimos, si ya tenemos instalada alguna versión de PHP lo actualizara en caso contrario realizara la instalación desde cero.&lt;/span&gt;&lt;/em&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/7320933995535502125/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/instalar-la-ultima-version-de-php-en.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/7320933995535502125?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/7320933995535502125?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/instalar-la-ultima-version-de-php-en.html" title="Instalar la última versión de PHP en ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;CEUCQng4cSp7ImA9WhJXE0o.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-2525715920092628173</id><published>2012-08-07T15:44:00.001-05:00</published><updated>2012-08-07T15:44:23.639-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-08-07T15:44:23.639-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="snippets" /><category scheme="http://www.blogger.com/atom/ns#" term="mysql" /><title>Snippet - Crear usuarios con MySQL</title><content type="html">&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Cuando trabajamos con MySQL por buena practica es recomendado trabajar con diferentes usuarios y permisos para cada una de las base de datos de los proyectos,hay muchos desarrolladores que por descuido o rapidez usan el usuario root para conectarse a la base de datos en productivo, el usuario root se puede aplicar a un entorno de desarrollo de forma local pero cuando los proyectos se pasan a un entorno productivo lo ideal es que cada uno tenga su usuario y permisos especificos para la base de datos, el siguiente snippet que quiero compartir con ustesdes tiene como proposito crear un usuario diferente a root con todos los permisos asigandos.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Lo primero que tenemos hacer es crear al usuario y para ello escribiremos lo siguiente:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style="color: #0b5394; font-family: 'Courier New', Courier, monospace;"&gt;CREATE USER 'nombreUsuario'@'localhost' IDENTIFIED BY 'password';&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Una vez que ya se creo el usuario, procedemos a asignar los permisos que tendra, con la siguiente línea estamos asigando todos los permisos al usuario nombreUsuario, esto va a variar dependiendo las necesidades de cada uno.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style="color: #0b5394; font-family: 'Courier New', Courier, monospace;"&gt;GRANT ALL PRIVILEGES ON *.* TO 'nombreUsuario'@'localhost';&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Espero les sirvan estos pequeños snippets que en muchas ocaciones son una verdadera Joya.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/2525715920092628173/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/snippet-crear-usuarios-con-mysql.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2525715920092628173?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2525715920092628173?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/snippet-crear-usuarios-con-mysql.html" title="Snippet - Crear usuarios con MySQL" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;C0UGRXw7fCp7ImA9WhJXE0o.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-4585427335172858433</id><published>2012-08-07T15:27:00.000-05:00</published><updated>2012-08-07T15:27:04.204-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-08-07T15:27:04.204-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="snippets" /><category scheme="http://www.blogger.com/atom/ns#" term="mysql" /><title>Snippet - Clonando una tabla en MySQL</title><content type="html">&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;El siguiente Snippet tiene como finalidad el crear una tabla nueva con las mismas columnas de una tabla existente, el clonado de tablas lo podemos hacer con MySQl haciendo uso de la sentencia CREATE con LIKE y si queremos que la tabla nueva contenga los mismos registros utlizaremos la sentencia INSERT de forma compuesta.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Para clonar una tabla sin registros lo podemos hacer de la siguiente manera:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="color: #0b5394; font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;CREATE TABLE tabla_nueva like tabla_existente;&lt;/b&gt;&lt;/span&gt;&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Para copiar los registros de una tabla a otra lo podemos hacer de la siguiente manera:&lt;/span&gt;&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: #0b5394; font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;INSERT INTO tabla_nueva SELECT * FROM tabla_existente;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="color: #e06666; font-family: 'Courier New', Courier, monospace;"&gt;Nota: La estructura de la "tabla_nueva" será exactamente igual a la "tabla_existente" con 2 excepciones:&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;No copia las claves foráneas&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;No copia datos o indices de directorios que pueda tener uso de la tabla_existente&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/4585427335172858433/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/snippet-clonando-una-tabla-en-mysql.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/4585427335172858433?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/4585427335172858433?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/snippet-clonando-una-tabla-en-mysql.html" title="Snippet - Clonando una tabla en MySQL" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DUYCRXc9cSp7ImA9WhJXE0s.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-9178130783618737326</id><published>2012-08-07T14:19:00.000-05:00</published><updated>2012-08-07T14:19:24.969-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-08-07T14:19:24.969-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="snippets" /><category scheme="http://www.blogger.com/atom/ns#" term="php" /><title>Uso de Snippets</title><content type="html">&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Cuantas veces cuando estamos programando nos hemos encontrado con el pequeño detalle de que por alguna razón necesitamos escribir un pequeño script de forma rápida para realizar una tarea y en ese momento o no tenemos mucho tiempo o se nos olvido alguna sentencia o que se yo... algo sucede.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Por eso el día de hoy hablaremos de Snippets.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Que es un Snippet ?&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Es un término del idioma ingles que se utiliza en programación para referirse a pequeñas partes reusables de código fuente, texto o código binario.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Bien.. ahora que ya sabemos que es un snippet, es momento de crear nuestro primer snippet para ello escribiremos uno muy simple que realize un redireccionamiento para este ejemplo utilizare PHP pero puede ser cualquier otro.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;// Se define el nombre del sitio&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;Header( "Aquí va el nombre del sitio" );&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;// Se define la URL a donde se redireccionara&lt;br /&gt;&lt;b&gt;Header( "Location: https://interactivewebzone.com.mx/" );&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;code&gt;&lt;b&gt;
&lt;/b&gt;




&lt;/code&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Con este post iniciare una nueva serie de post dedica a snippets de todo tipo.. espero les sean de utilidad.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/9178130783618737326/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/uso-de-snippets.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/9178130783618737326?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/9178130783618737326?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/08/uso-de-snippets.html" title="Uso de Snippets" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DkIMQXk6eyp7ImA9WhJQEko.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-8942477061333342029</id><published>2012-07-25T22:49:00.001-05:00</published><updated>2012-07-25T22:49:40.713-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-07-25T22:49:40.713-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Como usar ps2pdf en ubuntu 12.04</title><content type="html">&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;A veces mientras estamos trabajando (me incluyo) y requiere de hacer una tarea en específico, lo primero que hacemos es buscar algun software para apoyarnos a realizar esa tarea.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Pero.... cuantas de esas veces en lugar de ayudarnos lo único que pasa es que o el software no cumple nuestras expectativas o solo esta disponible para algunos sistemas operativos o hay que disponer de una licencia para poder usar todas las funcionalidades, yo se que no soy el único que a pasado por esto.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Por eso el día de hoy me gustaria compartir con todos los que como yo usan linux como sistema operativo, una herramienta llamada ps2pdf que ya se encuentra instalada por default en nuestro sistema.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Que es ps2pdf ?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="background-color: white; font-family: 'Courier New', Courier, monospace; font-size: 13px; text-align: justify;"&gt;Es una herramienta para convertir archivos PS y EPS a formato PDF, no depende de la tecnología del Controlador de Impresoras de Windows (Windows Printer Driver) ni de ningún otro producto. Postcript to PDF Converter puede ejecutarse como un programa de línea de comando y se lo puede incluir en archivos de lotes (scripts) muy fácilmente.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Bien !!! ahora que ya sabemos que es, explicare el funcionamiento.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Como mencioné anteriormente ps2pdf ya se encuentra instalado por default en linux, por lo cual para usarlo es simplemente fácil... lo único que tenemos que escribir en la terminal es lo siguiente&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Con el siguiente ejemplo lo que hacemos es obtener la ayuda del comando &lt;b&gt;SCP&lt;/b&gt; que nos proporciona el comando &lt;b&gt;man&lt;/b&gt;&amp;nbsp;desde la terminal, la diferencia es que obtendremos un archivo PDF.&lt;/span&gt;&lt;br /&gt;
&lt;b style="background-color: white;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style="background-color: white;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;man -t scp | ps2pdf -&amp;gt; /home/devkio/Documents/scpCommandHelp.pdf&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Espero les sea de ayuda este pequeño pero a la vez grandiosa herramienta.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/8942477061333342029/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/07/como-usar-ps2pdf-en-ubuntu-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8942477061333342029?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8942477061333342029?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/07/como-usar-ps2pdf-en-ubuntu-1204.html" title="Como usar ps2pdf en ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;A0IASHw7cSp7ImA9WhVaFk0.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-5121074995592239158</id><published>2012-06-13T12:45:00.001-05:00</published><updated>2012-06-13T12:45:49.209-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-06-13T12:45:49.209-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="Diseño" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar converseen en ubuntu 12.04</title><content type="html">&lt;h2&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;Que es converseen?&lt;/b&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Converseen es un herramienta que nos permite convertir, comprimir y cambiar el tamaño de las imagenes de forma masiva, ahora que ya sabemos que es converseen vamos a proceder con su instalación en ubuntu 12.04, como ya es costumbre la instalación la realizaremos vía PPA.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;Agregamos el PPA escribiendo el siguiente comando:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;span class="e" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;sudo &lt;/span&gt;&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;add&lt;/span&gt;&lt;span class="o" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;-&lt;/span&gt;&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;apt&lt;/span&gt;&lt;span class="o" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;-&lt;/span&gt;&lt;span class="e" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;repository &lt;/span&gt;&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;ppa&lt;/span&gt;&lt;span class="o" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;:&lt;/span&gt;&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;faster3ck&lt;/span&gt;&lt;span class="o" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;/&lt;/span&gt;&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;converseen&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div&gt;
&lt;span class="i" style="background-color: #fdfdfd; border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; line-height: 15px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; vertical-align: baseline; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;Actualizamos nuestros repositorios escribiendo&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;sudo apt-get update&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;Y por último instalamos converseen con el siguiente comando&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;sudo apt-get install converseen&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Listo!!! ya tenemos instalado converseen en nuestro ubuntu 12.04,para ejecutarlo abrimos el dashbord y buscamos el programa.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="line-height: 15px; white-space: pre;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Consolas, ConsolasRegular, 'Courier New', monospace;"&gt;&lt;span style="font-size: 12px; line-height: 15px; white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-x217RbMGxMg/T9jRgLwToUI/AAAAAAAAFJc/vFv5FpL6oN0/s1600/converseen1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="245" src="http://2.bp.blogspot.com/-x217RbMGxMg/T9jRgLwToUI/AAAAAAAAFJc/vFv5FpL6oN0/s400/converseen1.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-u4ofv2vixI4/T9jRgd9kC6I/AAAAAAAAFJg/MYj5I9plrRo/s1600/converseen2.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="255" src="http://3.bp.blogspot.com/-u4ofv2vixI4/T9jRgd9kC6I/AAAAAAAAFJg/MYj5I9plrRo/s400/converseen2.png" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Consolas, ConsolasRegular, 'Courier New', monospace;"&gt;&lt;span style="font-size: 12px; line-height: 15px; white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Consolas, ConsolasRegular, 'Courier New', monospace;"&gt;&lt;span style="font-size: 12px; line-height: 15px; white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/5121074995592239158/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/06/instalar-converseen-en-ubuntu-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/5121074995592239158?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/5121074995592239158?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/06/instalar-converseen-en-ubuntu-1204.html" title="Instalar converseen en ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-x217RbMGxMg/T9jRgLwToUI/AAAAAAAAFJc/vFv5FpL6oN0/s72-c/converseen1.png" height="72" width="72" /><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;D0UERn0zeip7ImA9WhVbFEo.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-1724011257484555990</id><published>2012-05-31T09:40:00.000-05:00</published><updated>2012-05-31T09:40:07.382-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-31T09:40:07.382-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="12.04" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Dropbox en Ubuntu 12.04</title><content type="html">&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Hoy explicare como instalar Drobox en ubuntu 12.04, como es costumbre la instalación la realizaremos desde nuestra terminal.&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Abrimos nuestra terminal &lt;b&gt;CTRL + ALT + T&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Ahora tenemos que agregar la llave escribiendo el siguiente comando&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b style="background-color: white; font-family: 'Courier New', Courier, monospace; line-height: 25px;"&gt;sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 5044912E&lt;/b&gt;&lt;br /&gt;
&lt;span style="background-color: white;"&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;A continuación agregamos el repositorio de Dropbox a nuestro Ubuntu&lt;/span&gt;&lt;/span&gt;&lt;b style="background-color: white; font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;br /&gt;sudo add-apt-repository "deb http://linux.dropbox.com/ubuntu $(lsb_release -sc) main"&lt;/b&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;Antes de instalar Dropbox necesitamos actualizar nuestra lista de repositorios con el siguiente comando&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;sudo apt-get update&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;br /&gt;Procedemos con la instalación de Dropbo&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;b&gt;sudo apt-get install nautilus-dropbox&lt;/b&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;Listo!!! si seguiste los pasos, al terminar de ejecutarse el comando de instalación veras una ventana como esta, damos click en el Restart Nautilus y enseguida click en el boton Next:&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;pre style="line-height: 25px; margin-bottom: 0em; margin-left: 0em; margin-right: 0em; margin-top: 0em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 575px;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-McmSV473gCw/T8eBDgmsmrI/AAAAAAAAE54/UryMp1L_pyo/s1600/restarNautilus.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="color: black; font-family: 'Courier New', Courier, monospace;"&gt;&lt;img border="0" height="200" src="http://2.bp.blogspot.com/-McmSV473gCw/T8eBDgmsmrI/AAAAAAAAE54/UryMp1L_pyo/s400/restarNautilus.png" width="400" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;Ya por último damos click en el boton Start Dropbox&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-VlSMhFVDyR0/T8eBEOpND5I/AAAAAAAAE6A/akKMu5TFNSc/s1600/restartNautilus1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="color: black; font-family: 'Courier New', Courier, monospace;"&gt;&lt;img border="0" height="201" src="http://2.bp.blogspot.com/-VlSMhFVDyR0/T8eBEOpND5I/AAAAAAAAE6A/akKMu5TFNSc/s400/restartNautilus1.png" width="400" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;Listo!!! ya puedes comenzar a usar dropbox si ya tienes una cuenta solo tienes que iniciar sesión con tus credenciales.. de lo contrario create una cuenta.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-e4hg9I9N8bQ/T8eBElx9znI/AAAAAAAAE6I/-05xY7UqTMw/s1600/restartNautilus2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span style="color: black; font-family: 'Courier New', Courier, monospace;"&gt;&lt;img border="0" height="396" src="http://1.bp.blogspot.com/-e4hg9I9N8bQ/T8eBElx9znI/AAAAAAAAE6I/-05xY7UqTMw/s400/restartNautilus2.png" width="400" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;pre style="font-family: consolas, 'Courier New', courier, monospace; margin-bottom: 0em; margin-left: 0em; margin-right: 0em; margin-top: 0em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 574px;"&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/1724011257484555990/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-dropbox-en-ubuntu-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1724011257484555990?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1724011257484555990?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-dropbox-en-ubuntu-1204.html" title="Instalar Dropbox en Ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-McmSV473gCw/T8eBDgmsmrI/AAAAAAAAE54/UryMp1L_pyo/s72-c/restarNautilus.png" height="72" width="72" /><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;CU8GRHk5eSp7ImA9WhVUGEo.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-2392563157866774163</id><published>2012-05-24T10:37:00.000-05:00</published><updated>2012-05-24T10:37:05.721-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-24T10:37:05.721-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Video" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Diseño" /><title>Instalar Kdenlive en ubuntu 12.04</title><content type="html">Uno de mis editores de video favoritos en Linux sin duda alguna es el tan ya conocido Kdenlive y hoy explicaré como instalarlo en Ubuntu 12.04. Los pasos que a continuación voy a describir también funcionan en Ubuntu 11.10.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Lo primero que tenemos que hacer es agregar el repositorio escribiendo el siguiente comando:&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="background-color: white; font-family: arial, helvetica, sans-serif; line-height: 18px; text-align: left;"&gt;&lt;b&gt;sudo add-apt-repository ppa:sunab/kdenlive-release&lt;/b&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;A continuación actualizamos nuestros repositorios:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;b&gt;sudo apt-get update&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;Y por último instalamos Kdenlive con el siguiente comando:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;b&gt;sudo apt-get install kdenlive&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;Listo !!! ahora ya debemos tener instalado Kdenlive, al ejecutarlo por primera vez nos mostrara un wizard en donde seleccionaremos la carpeta donde se guardaran los proyectos y donde podremos configurar las opciones de salida del video.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-V3dJRKT83DU/T75UhHRPMuI/AAAAAAAAEz8/uH07l_u4ij8/s1600/Screenshot+from+2012-05-24+10:31:13.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="197" src="http://2.bp.blogspot.com/-V3dJRKT83DU/T75UhHRPMuI/AAAAAAAAEz8/uH07l_u4ij8/s320/Screenshot+from+2012-05-24+10:31:13.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/2392563157866774163/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-kdenlive-en-ubuntu-1204.html#comment-form" title="3 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2392563157866774163?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/2392563157866774163?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-kdenlive-en-ubuntu-1204.html" title="Instalar Kdenlive en ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-V3dJRKT83DU/T75UhHRPMuI/AAAAAAAAEz8/uH07l_u4ij8/s72-c/Screenshot+from+2012-05-24+10:31:13.png" height="72" width="72" /><thr:total>3</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;A0ECQHk_cCp7ImA9WhVUF0w.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-300279095467321720</id><published>2012-05-22T15:47:00.003-05:00</published><updated>2012-05-22T15:47:41.748-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-22T15:47:41.748-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Desarrollo" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="nodeJS" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Creación de aplicaciones de escritorio con appJS</title><content type="html">Con &lt;a href="http://appjs.org/" target="_blank"&gt;&lt;b&gt;appJS&lt;/b&gt;&lt;/a&gt; podremos crear aplicaciones de escritorio sin tener que aprender un nuevo lenguaje de programación, &lt;b&gt;appJS&lt;/b&gt; trabaja con &lt;b&gt;HTML, CSS y Javascript&lt;/b&gt; por lo cual para los desarrolladores no va a ser un problema el crear aplicaciones.&lt;br /&gt;
&lt;br /&gt;
En este primer post explicaré como instalar &lt;b&gt;appJS&lt;/b&gt; en &lt;b&gt;Linux&lt;/b&gt;, como distro usaré Ubuntu 12.04.&lt;br /&gt;
&lt;br /&gt;
Existen 2 maneras de instalar &lt;b&gt;appJS&lt;/b&gt;, la primera de ellas es usando &lt;b&gt;npm&lt;/b&gt; y la segunda es usando el &lt;a href="https://github.com/milani/appjs/" target="_blank"&gt;repositorio en github&lt;/a&gt;, en este post lo explicaré usando &lt;b&gt;npm&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;b&gt;Que es npm?&lt;/b&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;b&gt;NPM (Node Package Manager) es un administrador de paquetes para node&lt;/b&gt;, se puede utilizar para instalar y publicar los programas que desarrolles.Ahora si.. una vez que sabemos que es y para que sirve &lt;b&gt;npm&lt;/b&gt; procedemos con la instalación.&lt;br /&gt;
&lt;br /&gt;
Para instalar &lt;b&gt;npm&lt;/b&gt; escribimos el siguiente comando:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;b&gt;sudo apt-get install npm&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
A continuación actualizamos nuestros repositorios con el siguiente comando:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;b&gt;sudo apt-get update&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Antes de proceder con la instalación de &lt;b&gt;appJS&lt;/b&gt; necesitamos instalar la librería &lt;b&gt;libgtk2.0-dev&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Para instalarla lo podemos hacer con el siguiente comando:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;b&gt;sudo apt-get install&amp;nbsp;libgtk2.0-dev&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Llego el momento de instalar &lt;b&gt;appJS&lt;/b&gt;, para ello usaremos &lt;b&gt;npm&lt;/b&gt; para instalarlo:&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;b&gt;npm install appjs&amp;nbsp;&lt;/b&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Listo!!! si seguiste los pasos debes de tener instalado &lt;b&gt;appJS&lt;/b&gt;, en el siguiente post crearemos nuestra primer aplicación.&lt;br /&gt;
&lt;br /&gt;
Tambén puedes descargar el codigo del repositorio en &lt;a href="https://github.com/milani/appjs/" target="_blank"&gt;github&lt;/a&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/300279095467321720/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/creacion-de-aplicaciones-de-escritorio.html#comment-form" title="2 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/300279095467321720?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/300279095467321720?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/creacion-de-aplicaciones-de-escritorio.html" title="Creación de aplicaciones de escritorio con appJS" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>2</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;D0MFSX88eyp7ImA9WhVUFk8.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-1248147805766437849</id><published>2012-05-21T13:36:00.005-05:00</published><updated>2012-05-21T13:36:58.173-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-21T13:36:58.173-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Utilerias" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Cairo Dock 3.0 en Ubuntu 12.04</title><content type="html">Para instalar Cairo Dock 3.0 e &amp;nbsp;Ubuntu 12.04 de una forma rápida y sencilla desde la terminal, realizamos lo siguiente:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Agregamos el repositorio con el siguiente comando:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="background-color: white; color: red; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;sudo add-apt-repository ppa:cairo-dock-team/ppa&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;Actualizamos nuestros repositorios:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="background-color: white; color: red; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;sudo apt-get update&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="background-color: white; color: red; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;Y por último instalamos Cairo Dock y sus Plugins:&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="background-color: white; color: red; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;sudo apt-get install cairo-dock cairo-dock-plug-ins&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="background-color: white; color: red; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; font-family: Arial, Verdana; font-style: italic; line-height: 20px; text-align: left;"&gt;LIsto!! ahora ya tenemos instalado la versión 3.0 de Cairo Dock en Ubuntu 12.04&lt;/span&gt;&lt;br /&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/1248147805766437849/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-cairo-dock-30-en-ubuntu-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1248147805766437849?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1248147805766437849?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-cairo-dock-30-en-ubuntu-1204.html" title="Instalar Cairo Dock 3.0 en Ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DEIHQHY8eCp7ImA9WhVUE0g.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-6779744877058392135</id><published>2012-05-18T10:55:00.000-05:00</published><updated>2012-05-18T10:55:31.870-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-18T10:55:31.870-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Diseño" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar GIMP 2.8 en ubuntu 12.04</title><content type="html">Para instalar GIMP 2.8 en Ubuntu 12.04 de una forma fácil y rápida vamos a hacerlo desde &lt;a href="http://en.wikipedia.org/wiki/Personal_Package_Archive" target="_blank"&gt;PPA&lt;/a&gt;&amp;nbsp;en tan solo 3 pasos:&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Abrir nuestra terminal y escribimos los siguientes comandos&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;b&gt;Primero agregamos el repositorio desde PPA con la siguiente línea&lt;/b&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="line-height: 20px; text-align: left;"&gt;&lt;span style="font-family: inherit;"&gt;sudo add-apt-repository ppa:otto-kesselgulasch/gimp&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="line-height: 20px; text-align: left;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;b&gt;A continuación actualizamos nuestros repositorios&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;sudo apt-get update&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;b&gt;Por último instalamos GIMP con la siguiente línea&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;sudo apt-get install gimp&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;Listo !!! Ahora ya tenemos instalado la última versión de GIMP, ya solo tienes que buscarlo en el Dashboard&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-o4J25YuiWw4/T7Zw0g1SAfI/AAAAAAAAEv8/HyY3ryLO6IM/s1600/Captura+de+pantalla+de+2012-05-11+11-45-25.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-o4J25YuiWw4/T7Zw0g1SAfI/AAAAAAAAEv8/HyY3ryLO6IM/s1600/Captura+de+pantalla+de+2012-05-11+11-45-25.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/6779744877058392135/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-gimp-28-en-ubuntu-1204.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6779744877058392135?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6779744877058392135?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2012/05/instalar-gimp-28-en-ubuntu-1204.html" title="Instalar GIMP 2.8 en ubuntu 12.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-o4J25YuiWw4/T7Zw0g1SAfI/AAAAAAAAEv8/HyY3ryLO6IM/s72-c/Captura+de+pantalla+de+2012-05-11+11-45-25.png" height="72" width="72" /><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;CUEBSHs8eSp7ImA9WhRTF0o.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-7036647219647791849</id><published>2011-11-08T11:28:00.002-06:00</published><updated>2011-11-08T11:34:19.571-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-08T11:34:19.571-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><category scheme="http://www.blogger.com/atom/ns#" term="Errores" /><category scheme="http://www.blogger.com/atom/ns#" term="Otros" /><title>Solución al error “Kernel driver not installed (rc=-1908) Virtualbox</title><content type="html">&lt;div style="text-align: justify;"&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #222222; font-family: Helvetica; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="Apple-style-span" style="color: #222222; font-family: Helvetica;"&gt;&lt;span class="Apple-style-span" style="line-height: 18px;"&gt;Despues de una semana que no use mi Virtualbox, hoy al tratar de arrancar mi maquina virtual de Windows 7 me salio el mensaje&amp;nbsp;&amp;nbsp;&lt;b&gt;“Kernel driver not installed (rc=-1908)".&lt;/b&gt;. a primera vista parece ser un problema grave, pero la solución es verdaderamente sencilla...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="Apple-style-span" style="color: #222222; font-family: Helvetica;"&gt;&lt;span class="Apple-style-span" style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="Apple-style-span" style="color: #222222; font-family: Helvetica; line-height: 18px;"&gt;Lo unico que hay que hacer es recompilar el Kernel, así que lo que hay que hacer, es abrir una terminal y ejecutar el siguiente comando:&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #222222; font-family: Helvetica; line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span class="Apple-style-span" style="background-color: white; color: #222222; font-family: Helvetica; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li style="text-align: justify;"&gt;&lt;b&gt;sudo /etc/init.d/vboxdrv setup&lt;/b&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Si después de ejecutar el comando se sigue teniendo el mismo problema se puede reinstalar VirtualBox sin ningún problema ya que esto no afecta a la configuración de las maquinas virtuales que estén instaladas, para reinstalar VirtualBox se usa el siguiente comando:&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li style="text-align: justify;"&gt;&lt;b&gt;sudo apt-get install --reinstall virtualbox&lt;/b&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Con esto ya debe estar solucionado el problema si tuviste que reinstalar VirtualBox y siguió el error simplemente vuelve a recompilar el Kernel como ya se explico.&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/7036647219647791849/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/11/solucion-al-error-kernel-driver-not.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/7036647219647791849?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/7036647219647791849?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/11/solucion-al-error-kernel-driver-not.html" title="Solución al error “Kernel driver not installed (rc=-1908) Virtualbox" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DUAGRH0zfip7ImA9WhdbGUk.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-34143048730312373</id><published>2011-10-18T09:08:00.002-05:00</published><updated>2011-10-18T09:22:05.386-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-18T09:22:05.386-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Firefox 7 en ubuntu 11.04</title><content type="html">&lt;br /&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;El día de hoy les mostrare como instalar Firefox 7 vía PPA, no escribiré un post muy largo ya  que a veces no necesitamos leer demasiado texto para instalar uno de nuestros navegadores favoritos, pues vamos al granos:&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;Solo necesitamos de las siguientes líneas de comando para tener instaldo Firefox en Ubuntu&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;&lt;b&gt;Agregamos el repositorio de versión estable:&lt;/b&gt;&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;&lt;ul&gt;
&lt;li&gt;sudo add-apt-repository ppa:mozillateam/firefox-stable&lt;/li&gt;
&lt;/ul&gt;
&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;div style="font-size: 12px; text-align: justify;"&gt;
&lt;b&gt;Actualizamos nuestros repositorios:&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: 12px;"&gt;sudo apt-get update&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;&lt;b&gt;Por último instalamos firefox:&lt;/b&gt;&lt;/pre&gt;
&lt;pre style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-size: 12px; margin-bottom: 20px; outline-color: initial; outline-style: initial; outline-width: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: justify; vertical-align: baseline;"&gt;&lt;ul&gt;
&lt;li&gt;sudo apt-get install firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
Como pueden ver, es realmente sencillo y rápido instalar Firefox 7.&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/pre&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/34143048730312373/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/10/instalar-firefox-7-en-ubuntu-1104.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/34143048730312373?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/34143048730312373?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/10/instalar-firefox-7-en-ubuntu-1104.html" title="Instalar Firefox 7 en ubuntu 11.04" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DUAESXczeyp7ImA9WhdbE0g.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-8490101250417455553</id><published>2011-10-11T13:27:00.002-05:00</published><updated>2011-10-11T13:28:28.983-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-11T13:28:28.983-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Java en Ubuntu 11.0 4 Natty Narwhal</title><content type="html">&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Para instalar Java en Ubuntu 11.04 realizamos lo siguiente:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;i&gt;Agregamos el siguiente PPA para Ubuntu Natty Narwhal, para estó abrimos la terminal y escribimos lo siguiente:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sudo add-apt-repository ppa:ferramroberto/java&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;i&gt;Escribimos lo siguiente para actualizar la lista de los repositorios:&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;sudo apt-get update&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Por ultimo instalamos Java con la siguiente línea de comando:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-style: italic; line-height: 21px;"&gt;&lt;span class="Apple-style-span" style="color: #333333; font-style: normal; line-height: 18px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;El comando anterior debería instalar todo lo necesario para activar Java. Durante la instalación tendrás que &lt;b&gt;“leer” y “aceptar”&lt;/b&gt; la licencia del software. Debes hacerlo o la instalación se cerrará sin completarse.&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Una vez finalizada la instalación estaras listo.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Pero, antes de asumir que todo está completo, vamos a comprobar nuestra instalación. La forma más fácil de probar la instalación es ejecutar el comando&amp;nbsp;&lt;code style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;b&gt;java -versión&lt;/b&gt;&lt;/code&gt;&amp;nbsp;y deberías ver algo como:&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;
&lt;code style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;br style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;&lt;span class="Apple-style-span" style="color: red;"&gt;java version “1.6.0.20″&lt;br style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;Java(TM) SE Runtime Environment (build 1.6.0_20-b02)&lt;br style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" /&gt;Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-family: Arial; font-size: 12px; font-style: italic; line-height: 21px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #666666; font-family: Arial; font-size: 12px; font-style: italic; line-height: 21px;"&gt;Espero les sea útil&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/8490101250417455553/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/10/instalar-java-en-ubuntu-110-4-natty.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8490101250417455553?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/8490101250417455553?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/10/instalar-java-en-ubuntu-110-4-natty.html" title="Instalar Java en Ubuntu 11.0 4 Natty Narwhal" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;A0UNRXo4cSp7ImA9WhRSE0s.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-1924434780381519538</id><published>2011-09-27T18:11:00.000-05:00</published><updated>2011-11-15T09:01:34.439-06:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-15T09:01:34.439-06:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Desarrollo" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Instalar Servidor Web en Ubuntu</title><content type="html">&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
Hola a todos...&amp;nbsp;el día de hoy les explicare como montar un servidor web para todos los que se estan iniciando en el mundo del desarrollo web o para los que a veces por extrañas razones lo olvidamos, en este tutorial explicare como en unos cuantos minutos podemos tener montado un servidor web LAMP de forma local, para los que van empezando más abajo les dejo los links de los sitios Oficiales para que puedan revisarlos.&lt;/div&gt;
&lt;br /&gt;
Bien...ahora sí podemos comenzar con la instalación de nuestro servidor web, lo primero que tenemos que realizar es abrir nuestra terminal&lt;br /&gt;
&lt;br /&gt;
Nota: Les recomiendo que no hagan copy/paste de los comandos, ya que en algunas ocaciones puede marcales un error en la terminal al ejecutar los comandos.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Instalación de servidor Apache&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;sudo apt-get install apache2&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Instalación de PHP&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;sudo apt-get install php5&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Instalación MYSQL&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;sudo apt-get install mysql-client mysql-server&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
Sobre la instalación de &lt;b&gt;MYSQL&lt;/b&gt; nos pedira que coloquemos un nombre de usuario y una contraseña para poder accesar, para poder gestionar nuestras bases de datos de una forma gráfica vamos a instalar un Gestor de Bases de datos llamado phpmyadmin, para instalarlo solo tenemos que escribir la siguiente línea de código:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Instalación phpmyadmin&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;sudo apt-get install phpmyadmin&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;br /&gt;
Ya solo probamos que todo este funcionando de forma correcta y para esto abrimos nuestro navegador favorito y escribimos&amp;nbsp;&lt;b&gt;http://localhost&lt;/b&gt;, si vemos el siguiente mensaje en pantalla, quiere decir que ya tenemos el &lt;b&gt;Apache&lt;/b&gt; y &lt;b&gt;PHP&lt;/b&gt; funcionando.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: 32px; font-weight: bold;"&gt;It works!&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This is the default web page for this server.&lt;br /&gt;
The web server software is running but no content has been added, yet.&lt;br /&gt;
&lt;br /&gt;
Para comprobar que MYSQL y el Gstor de Bases de datos están funcionando, abrimos nuestro navegador y escribimos&amp;nbsp;&lt;b&gt;http://localhost/phpmyadmin&amp;nbsp;&lt;/b&gt;, nos mostrara una&amp;nbsp;pantalla como la siguiente, ya solo escribimos el usuario y contraseña de MYSQL que definimos durante su instalación.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-ZM51-Jy2J20/TsJ9dqXsg7I/AAAAAAAABKI/m6PEl1BG7qo/s1600/screenshot24.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="245" src="http://2.bp.blogspot.com/-ZM51-Jy2J20/TsJ9dqXsg7I/AAAAAAAABKI/m6PEl1BG7qo/s320/screenshot24.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
Con estos simples pasos que realizamos tenemos funcionando un servidor web de forma local en nuestro equipo para hacer nuestras pruebas de desarrollos.&lt;/div&gt;
&lt;br /&gt;</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/1924434780381519538/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/09/instalar-servidor-web-en-ubuntu.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1924434780381519538?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/1924434780381519538?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/09/instalar-servidor-web-en-ubuntu.html" title="Instalar Servidor Web en Ubuntu" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-ZM51-Jy2J20/TsJ9dqXsg7I/AAAAAAAABKI/m6PEl1BG7qo/s72-c/screenshot24.png" height="72" width="72" /><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry><entry gd:etag="W/&quot;DkQHRH06cSp7ImA9WhdVGE0.&quot;"><id>tag:blogger.com,1999:blog-6490533361925226881.post-6835360196450427166</id><published>2011-09-23T13:58:00.001-05:00</published><updated>2011-09-23T13:58:55.319-05:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-23T13:58:55.319-05:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Ruby" /><title>Como instalar Ruby 1.9.2 usando rvm en Ubuntu 10.10</title><content type="html">&lt;div style="text-align: left;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="font-family: 'Times New Roman'; line-height: normal; text-align: left;"&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;El día de hoy les mostrare como instalar&amp;nbsp;&lt;b&gt;&lt;span class="Apple-style-span" style="color: orange;"&gt;Ruby&lt;/span&gt;&lt;/b&gt;&amp;nbsp;usando&amp;nbsp;&lt;b&gt;&lt;span class="Apple-style-span" style="color: orange;"&gt;rvm&lt;/span&gt;&amp;nbsp;&lt;/b&gt;en ubuntu 10.10&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="font-family: 'Times New Roman'; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px; white-space: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: 'Times New Roman'; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px; white-space: normal;"&gt;Para comenzar con la instalación, realizamos los siguientes pasos:&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Necesitas tener instaladas ciertas librerias:&lt;/b&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;sudo&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;apt-get &lt;/code&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;install&lt;/code&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;build-essential git-core curl&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;Descargas y e&lt;b&gt;jecutas la instalación de RVM&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;bash&lt;/code&gt;&lt;/span&gt;&lt;/span&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;&amp;lt; &amp;lt;(curl -s https:&lt;/code&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;//rvm&lt;/code&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;.beginrescueend.com&lt;/code&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;/releases/rvm-install-head&lt;/code&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;)&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;Agregas en ru archivo .bashrc la configuración de RVM&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;echo&lt;/code&gt; &lt;code class="bash string" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;'[[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;amp;&amp;amp; source "$HOME/.rvm/scripts/rvm"'&lt;/code&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;&amp;gt;&amp;gt; ~/.bashrc&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;En un nuevo terminal (se necesita para que cargar la configuración de RVM) ejecutas lo siguiente:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;rvm notes&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;Instalas los paquetes que te recomienda RVM&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;sudo&lt;/code&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;apt-get &lt;/code&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;install&lt;/code&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li style="font-family: 'Times New Roman'; line-height: normal;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;Instalas la versión de ruby que necesitas (en mi caso la 1.9.2)&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;&lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;rvm &lt;/code&gt;&lt;code class="bash functions" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;install&lt;/code&gt; &lt;code class="bash plain" style="background-attachment: initial !important; background-clip: initial !important; background-color: initial !important; background-image: none !important; background-origin: initial !important; border-bottom-left-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-width: 0px !important; border-color: initial !important; border-left-width: 0px !important; border-right-width: 0px !important; border-style: initial !important; border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-top-width: 0px !important; bottom: auto !important; box-sizing: content-box !important; float: none !important; font-style: normal !important; font-weight: normal !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-bottom: 0px !important; margin-left: 0px !important; margin-right: 0px !important; margin-top: 0px !important; min-height: inherit !important; outline-color: initial !important; outline-style: initial !important; outline-width: 0px !important; overflow-x: visible !important; overflow-y: visible !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important;"&gt;1.9.2&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;Para usar una versión en particular ejecuta lo siguiente:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;rvm use 1.9.2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;b&gt;Para hacerla la versión por defecto ejecuta lo siguiente:&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="line-height: 14px; white-space: pre;"&gt;rvm --default use 1.9.2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="color: orange; font-size: large;"&gt;NOTA: &amp;nbsp;No copies y pegues los comandos en la terminal... ya que podria ocurrir un error en la instalación. Es mucho mejor si los vas escribiendo.. además de ser una buena práctica para el uso de la terminal.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;
</content><link rel="replies" type="application/atom+xml" href="http://developer-luis-hernandez.blogspot.com/feeds/6835360196450427166/comments/default" title="Enviar comentarios" /><link rel="replies" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/09/como-instalar-ruby-192-usando-rvm-en.html#comment-form" title="0 comentarios" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6835360196450427166?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6490533361925226881/posts/default/6835360196450427166?v=2" /><link rel="alternate" type="text/html" href="http://developer-luis-hernandez.blogspot.com/2011/09/como-instalar-ruby-192-usando-rvm-en.html" title="Como instalar Ruby 1.9.2 usando rvm en Ubuntu 10.10" /><author><name>Luis Alberto Hernandez Monroy</name><uri>https://plus.google.com/118210396267598113024</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-vs16bk5AwG4/AAAAAAAAAAI/AAAAAAAAAAA/5mjdYonL9GU/s512-c/photo.jpg" /></author><thr:total>0</thr:total><gd:extendedProperty name="commentSource" value="1" /><gd:extendedProperty name="commentModerationMode" value="FILTERED_POSTMOD" /></entry></feed>
