<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' 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'><id>tag:blogger.com,1999:blog-958419366539906800</id><updated>2021-10-25T08:03:27.685+02:00</updated><category term="INSTALACION"/><category term="INTERNET"/><category term="ADMINISTRACION"/><category term="SONIDO y VIDEO"/><category term="APARIENCIA"/><category term="COMPIZ efectos 3D"/><category term="GRUB arranque"/><category term="TRUCOS"/><category term="TERMINAL"/><category term="HERRAMIENTAS"/><category term="TARJETAS GRAFICAS"/><category term="TARJETAS SONIDO"/><category term="HARDWARE"/><category term="SEGURIDAD"/><category term="IMAGEN Y FOTOGRAFIA"/><category term="WINDOWS relación"/><title type='text'>ubuntu-guia</title><subtitle type='html'>Blog dedicado a GNU Linux Ubuntu, con tutoriales, consejos y trucos para aprender a utilizar este fantástico Sistema Operativo y todas sus aplicaciones y herramientas. Para buscar utilicen el cuadro de búsqueda o el &lt;a href=&quot;http://ubuntu-guia.blogspot.com/2009/06/indice-del-blog.html&quot;&gt;índice del Blog&lt;/a&gt;.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>190</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-3888394912670654836</id><published>2016-02-09T09:59:00.000+01:00</published><updated>2016-02-09T10:16:27.491+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SONIDO y VIDEO"/><title type='text'>Instalar libdvdcss para ver DVD CD originales</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s1600/vlc_media_player_orange.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s200/vlc_media_player_orange.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Hola a todos, hace tiempo os explique en &lt;a href=&quot;http://www.ubuntu-guia.com/2013/09/medibuntu-desaparece.html&quot;&gt;esta guía&lt;/a&gt;, como solucionar el tema de la desaparición de los repositorios de Medibuntu, añadiendo otros de Videolan.&lt;br /&gt;&lt;br /&gt;Recientemente, el servidor &quot;ftp&quot; que añadimos está dando el siguiente error al actualizar:&lt;br /&gt;&lt;b&gt;Imposible obtener ftp://ftp.videolan.org/pub/debian/stable/./es  No pude conectar un socket pasivo&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;No he encontrado en la red nada al respecto, pero creo que ha dejado de ser mantenido y he solucionando el tema cambiando el servidor &quot;ftp&quot; por el &quot;http&quot; que nos recomiendan en la &lt;a href=&quot;http://www.videolan.org/developers/libdvdcss.html&quot;&gt;página de Videolan&lt;/a&gt;, con la variante de que en lugar de añadirlo al archivo &quot;sources.list&quot;, donde están los repositorios originales, lo he añadido en el directorio &quot;sources.list.d&quot;, que es donde deben de estar los repositorios extras que añadimos nosotros mismos.&lt;br /&gt;&lt;br /&gt;Nota: Recomiendo con anterioridad &lt;a href=&quot;http://www.ubuntu-guia.com/2009/07/instalar-reproductor-multimedia-vlc-100.html&quot;&gt;instalar el reproductor VLC&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;1º Creamos el archivo &quot;libdvdcss.list&quot; en el directorio o carpeta &quot;/etc/apt/sources.list.d&quot;:&lt;br /&gt;&lt;pre&gt;gksu gedit /etc/apt/sources.list.d/libdvdcss.list&lt;/pre&gt;Si habíamos añadido los repositorios &quot;ftp://ftp.videolan.org/pub/debian/stable/&quot;, nos aparecerá esa línea. La borramos por completo y añadimos las siguientes líneas:&lt;br /&gt;&lt;blockquote&gt;deb http://download.videolan.org/pub/debian/stable/ /&lt;br /&gt;&lt;br /&gt;deb-src http://download.videolan.org/pub/debian/stable/ /&lt;/blockquote&gt;Guardamos y cerramos el archivo.&lt;br /&gt;&lt;br /&gt;2º Instalamos la llave pública de los repositorios con:&lt;br /&gt;&lt;pre&gt;wget -O - http://download.videolan.org/pub/debian/videolan-apt.asc | sudo apt-key add -&lt;/pre&gt;3º Actualizamos los repositorios con:&lt;br /&gt;&lt;pre&gt;sudo apt-get update&lt;/pre&gt;4º Instalamos la librería o biblioteca &quot;libdvdcss2&quot; con:&lt;br /&gt;&lt;pre&gt;sudo apt-get install libdvdcss2&lt;/pre&gt;&lt;br /&gt;5º Para los que ya seguimos la guía anterior, con esto bastaría, pero para una instalación limpia o nueva deberemos de instalar también la librería &quot;libdvdread4&quot;:&lt;br /&gt;&lt;br /&gt;Al instalar &quot;&lt;b&gt;ubuntu-restricted-extras&lt;/b&gt;&quot; se habrá instalado &quot;&lt;b&gt;libdvdread4&lt;/b&gt;&quot; en &quot;/usr/share/doc&quot; y nos queda ejecutarlo con:&lt;br /&gt;&lt;pre&gt;sudo /usr/share/doc/libdvdread4/install-css.sh&lt;/pre&gt;En Launchpad podéis seguir la evolución de los bugs encontrados en el cambio del archivo &quot;install-css.sh&quot; de Medibuntu a VideoLAN:&lt;br /&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/libdvdread/+bug/1223928&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/libdvdread/+bug/1223928&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;float: right; margin: 10px 33px;&quot;&gt;&lt;a class=&quot;twitter-share-button&quot; data-count=&quot;horizontal&quot; data-lang=&quot;es&quot; href=&quot;http://twitter.com/share&quot;&gt;Tweet&lt;/a&gt;&lt;script src=&quot;http://platform.twitter.com/widgets.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/div&gt;&lt;div style=&quot;float: right; margin: 10px 33px;&quot;&gt;&lt;g:plusone&gt;&lt;/g:plusone&gt;&lt;/div&gt;&lt;div style=&quot;float: right; margin: 10px 33px;&quot;&gt;&lt;div id=&quot;fb-root&quot;&gt;&lt;/div&gt;&lt;script src=&quot;http://connect.facebook.net/es_ES/all.js#xfbml=1&quot;&gt;&lt;/script&gt;&lt;fb:like font=&quot;&quot; href=&quot;&quot; layout=&quot;button_count&quot; send=&quot;false&quot; show_faces=&quot;false&quot; width=&quot;125px&quot;&gt;&lt;/fb:like&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/3888394912670654836/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2016/02/instalar-libdvdcss-para-ver-dvd-cd.html#comment-form' title='205 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3888394912670654836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3888394912670654836'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2016/02/instalar-libdvdcss-para-ver-dvd-cd.html' title='Instalar libdvdcss para ver DVD CD originales'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s72-c/vlc_media_player_orange.png" height="72" width="72"/><thr:total>205</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8583345552504351885</id><published>2014-05-19T10:15:00.001+02:00</published><updated>2014-05-20T10:26:02.331+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>Indicadores de aplicaciones en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-MESo2fUPW5M/TcBYfkuDjHI/AAAAAAAAAto/MBAPxSQugrs/s1600/unity.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-MESo2fUPW5M/TcBYfkuDjHI/AAAAAAAAAto/MBAPxSQugrs/s1600/unity.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;Aquí os dejo algunos Indicadores de aplicaciones (app-indicator) que yo suelo utilizar y que he testeado en Ubuntu 14.04 sin problemas. Hay muchísimos más y podéis ver un listado en &lt;a href=&quot;http://askubuntu.com/questions/30334/what-application-indicators-are-available&quot;&gt;AskUbuntu&lt;/a&gt;, donde encontrar más, pero tened cuidado porque el post es antiguo y algunos proyectos han sido desatendidos y no funcionan en Ubuntu 14.04.&lt;br&gt;&lt;br&gt;También veremos, al final de la guía, &lt;a href=&quot;http://www.ubuntu-guia.com/2014/05/indicadores-de-aplicaciones-en-panel.html#sec1&quot;&gt;como cambiar el orden en que se muestran estos indicadores&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/05/indicadores-de-aplicaciones-en-panel.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8583345552504351885/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/05/indicadores-de-aplicaciones-en-panel.html#comment-form' title='87 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8583345552504351885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8583345552504351885'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/05/indicadores-de-aplicaciones-en-panel.html' title='Indicadores de aplicaciones en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-MESo2fUPW5M/TcBYfkuDjHI/AAAAAAAAAto/MBAPxSQugrs/s72-c/unity.png" height="72" width="72"/><thr:total>87</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-5223405377182400197</id><published>2014-04-28T11:31:00.000+02:00</published><updated>2015-12-19T10:25:16.378+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HARDWARE"/><title type='text'>Instalar DNIe electrónico en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-0l92Ri8ZXZ4/U14iSyBvTBI/AAAAAAAACkk/_njMXAmRckk/s1600/dnie.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-0l92Ri8ZXZ4/U14iSyBvTBI/AAAAAAAACkk/_njMXAmRckk/s320/dnie.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;En nuestro país la utilización del DNI-e (electrónico) está poco extendida. Esto se debe al poco soporte que nos brinda la Administración, haciendo que su instalación sea complicada, incluso en Win2. Además hay que sumar que las Autoridades de certificación no acaban de ponerse en contacto con los distintos navegadores para añadir los certificados con las correspondientes excepciones de seguridad.&lt;br&gt;&lt;br&gt;Vamos ver como instalarlo en Ubuntu 14.04 (32 y 64 bits) y de esta forma poder acceder a páginas web oficiales y hacer todo tipo de trámites sin tener que ir de oficina en oficina.&lt;br&gt;&lt;br&gt;Aunque no lo he testeado aún en Debian y otras derivadas, esta instalación debe de funcionar también, sin mayores problemas. Solo hay que tener en cuenta las rutas de los directorios y/o archivos que pueden cambiar según distribución / versión:&lt;br&gt;&lt;ul&gt;&lt;li&gt;/etc/opensc&lt;/li&gt;&lt;li&gt;/usr/lib/pkcs11&lt;/li&gt;&lt;li&gt;/etc/opensc/opensc.conf&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/instalar-dni-electronico-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/5223405377182400197/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/instalar-dni-electronico-en-ubuntu.html#comment-form' title='203 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/5223405377182400197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/5223405377182400197'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/instalar-dni-electronico-en-ubuntu.html' title='Instalar DNIe electrónico en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-0l92Ri8ZXZ4/U14iSyBvTBI/AAAAAAAACkk/_njMXAmRckk/s72-c/dnie.png" height="72" width="72"/><thr:total>203</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8351454080206025430</id><published>2014-04-19T19:24:00.003+02:00</published><updated>2014-04-19T19:35:01.966+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET"/><title type='text'>Soporte H.264 para Firefox en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-Wv5QWuyN5ic/U1Kxsmp_a0I/AAAAAAAACiw/9v0D1uQKt2o/s1600/h264.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-Wv5QWuyN5ic/U1Kxsmp_a0I/AAAAAAAACiw/9v0D1uQKt2o/s320/h264.jpeg&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;En Ubuntu 14.04 se utiliza &amp;quot;&lt;b&gt;libav&lt;/b&gt;&amp;quot; en lugar de FFmpeg, que ya no está disponible en los repositorios, por lo que nos falta el plugin de FFmpeg para GStreamer 0.10 para que Firefox pueda reproducir el codec H.264&lt;br&gt;&lt;br&gt;Además puede haber problemas con algunas aplicaciones, como Amarok y algunas más que pueden verse afectadas.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/soporte-h264-para-firefox-en-ubuntu-1404_19.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8351454080206025430/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/soporte-h264-para-firefox-en-ubuntu-1404_19.html#comment-form' title='97 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8351454080206025430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8351454080206025430'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/soporte-h264-para-firefox-en-ubuntu-1404_19.html' title='Soporte H.264 para Firefox en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-Wv5QWuyN5ic/U1Kxsmp_a0I/AAAAAAAACiw/9v0D1uQKt2o/s72-c/h264.jpeg" height="72" width="72"/><thr:total>97</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-1195285875297567669</id><published>2014-04-18T20:13:00.000+02:00</published><updated>2014-04-19T08:52:26.218+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>Software y actualizaciones en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-8aZyopBTdTA/U1CzsYS_ZaI/AAAAAAAACgE/q55nTaCP0ls/s1600/biblioteca.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-8aZyopBTdTA/U1CzsYS_ZaI/AAAAAAAACgE/q55nTaCP0ls/s320/biblioteca.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Hola a todos, primero vamos a ver todo lo relacionado con los repositorios en Ubuntu y al final de la guía veremos como &lt;b&gt;solucionar posibles errores al actualizar el sistema&lt;/b&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;Pero no se trata de soluciones generalistas y hay que conocer como trabajan los repositorios, por lo que el sentido de esta guía no es dar una solución en concreto, sino intentar enseñar a que vosotros mismos podáis resolver este tipo de problemas. Así que empecemos por el principio: &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/software-y-actualizaciones-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/1195285875297567669/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/software-y-actualizaciones-en-ubuntu.html#comment-form' title='111 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1195285875297567669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1195285875297567669'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/software-y-actualizaciones-en-ubuntu.html' title='Software y actualizaciones en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-8aZyopBTdTA/U1CzsYS_ZaI/AAAAAAAACgE/q55nTaCP0ls/s72-c/biblioteca.png" height="72" width="72"/><thr:total>111</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-5534797455364912174</id><published>2014-04-18T09:12:00.001+02:00</published><updated>2016-02-09T10:24:39.300+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INSTALACION"/><title type='text'>Cosas que hacer despues de instalar ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACek/JQvLcMCUQfY/s1600/ubuntu1404.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACek/JQvLcMCUQfY/s320/ubuntu1404.jpg&quot;&gt;&lt;/a&gt;&lt;/div&gt;Ubuntu 14.04 Trusty LTS es una versión de larga duración, que tendrá soporte durante 5 años. &lt;br&gt;&lt;br&gt;Ubuntu trae por defecto todo lo necesario para un uso cotidiano, pero como nunca llueve a gusto de todos, vamos a ver las cosas que podemos hacer después de instalarlo. &lt;br&gt;&lt;br&gt;Esto es una sugerencia y cada cual puede instalar lo que desee o necesite según sus preferencias o necesidades:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/despues-de-instalar-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/5534797455364912174/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/despues-de-instalar-ubuntu.html#comment-form' title='191 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/5534797455364912174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/5534797455364912174'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/despues-de-instalar-ubuntu.html' title='Cosas que hacer despues de instalar ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACek/JQvLcMCUQfY/s72-c/ubuntu1404.jpg" height="72" width="72"/><thr:total>191</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-1954581815878301290</id><published>2014-04-09T12:19:00.000+02:00</published><updated>2014-04-09T12:35:57.737+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INSTALACION"/><title type='text'>Novedades en Ubuntu 14.04 Trusty Tahr LTS</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACeg/B2TflNB-DLU/s1600/ubuntu1404.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACeg/B2TflNB-DLU/s320/ubuntu1404.jpg&quot;&gt;&lt;/a&gt;&lt;/div&gt;Hola a todos, queda un poco más de una semana para el lanzamiento final de Ubuntu 14.04 LTS Trusty Tahr y vamos a ver las novedades que trae.&lt;br&gt;&lt;br&gt;A simple vista, no ha habido grandes cambios con respecto a la versión anterior (Ubuntu 13.10), pero una vez comenzamos a trabajar con Ubuntu 14.04, comprobaremos que si que ha habido cambios en el corazón de Ubuntu con un mejor comportamiento y estabilidad. Todo fluye de forma suave, se ve más pulido y apenas saltan errores.&lt;br&gt;&lt;br&gt;Si lo comparamos con Ubuntu 12.04 (la anterior LTS), si que se notan diferencias y mucho (dos años no pasan en balde).&lt;br&gt;&lt;br&gt;En esta versión se han centrado en Unity 7 y en el Escritorio, dejando &amp;quot;aparcado&amp;quot; Mir y Unity 8 para futuras versiones [convergencia entre Ubuntu Touch (móviles) y Ubuntu Desktop (escritorio)].&lt;br&gt;&lt;br&gt;Para mí, la mejor novedad es que &amp;quot;&lt;b&gt;se ha escuchado a la comunidad&lt;/b&gt;&amp;quot; ... y se han implementado funcionalidades que llevaban pidiéndose hace ya tres años.&lt;br&gt;&lt;br&gt;Bueno, vamos al tema que me desvío. Novedades:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/novedades-en-ubuntu-1404.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/1954581815878301290/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/novedades-en-ubuntu-1404.html#comment-form' title='142 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1954581815878301290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1954581815878301290'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/novedades-en-ubuntu-1404.html' title='Novedades en Ubuntu 14.04 Trusty Tahr LTS'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-3yEeNABVrL8/U0T3391VpgI/AAAAAAAACeg/B2TflNB-DLU/s72-c/ubuntu1404.jpg" height="72" width="72"/><thr:total>142</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-4251083766469567526</id><published>2014-04-08T11:12:00.001+02:00</published><updated>2014-04-08T11:27:51.310+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET"/><title type='text'>Conexión de red en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-XQjrQqdoaOw/U0JIRxJ9qDI/AAAAAAAACdM/ivx-vNfI8-I/s1600/Network-Manager.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-XQjrQqdoaOw/U0JIRxJ9qDI/AAAAAAAACdM/ivx-vNfI8-I/s1600/Network-Manager.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-XQjrQqdoaOw/U0JIRxJ9qDI/AAAAAAAACdM/ivx-vNfI8-I/s200/Network-Manager.jpg&quot;&gt;&lt;/a&gt;&lt;br&gt;Conectarse a internet en Ubuntu es realmente fácil, ya que el sistema detecta el hardware, instala el controlador y realiza la conexión automáticamente, en la mayoría de los casos. Pero no siempre es así, debido al tipo de conexión. &lt;br&gt;&lt;br&gt;Vamos a ver como activar y desactivar las conexiones de red, cableadas e inalámbricas desde un menú intuitivo en el panel superior, además de configurarlas y editarlas o modificarlas, según las necesidades.&lt;br&gt;&lt;br&gt;En Ubuntu, la herramienta utilizada para conectarse a internet se llama &amp;quot;Administrador de redes&amp;quot; o &amp;quot;Redes&amp;quot; (Network Manager).&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/como-conectarse-internet.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/4251083766469567526/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/como-conectarse-internet.html#comment-form' title='56 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4251083766469567526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4251083766469567526'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/como-conectarse-internet.html' title='Conexión de red en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-XQjrQqdoaOw/U0JIRxJ9qDI/AAAAAAAACdM/ivx-vNfI8-I/s72-c/Network-Manager.jpg" height="72" width="72"/><thr:total>56</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-2237079894934871339</id><published>2014-04-02T10:37:00.001+02:00</published><updated>2014-04-20T07:26:05.809+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>El Administrador de Archivos en ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-_te0F2bYaxA/Uzrq62iQ_vI/AAAAAAAACag/yRq8spueNDc/s1600/archivos-logo.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-_te0F2bYaxA/Uzrq62iQ_vI/AAAAAAAACag/yRq8spueNDc/s320/archivos-logo.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;El Administrador o Navegador de Archivos en Ubuntu se denomina &amp;quot;&lt;b&gt;Archivos&lt;/b&gt;&amp;quot; a secas, pero la aplicación en sí, se llama &amp;quot;&lt;b&gt;Nautilus&lt;/b&gt;&amp;quot; y es parte de Gnome.&lt;br&gt;&lt;br&gt;Recuerdo que allá por la versión 2.XX, algunos usuarios se quejaban de que Nautilus estaba &amp;quot;cargado de esteroides&amp;quot; y no era tan ágil como otros navegadores, incluso había post en la red de como aligerarlo. Con el tiempo, los de Gnome le han ido quitando funcionalidades y se ha convertido en un navegador muy ágil, pero esto no le ha gustado a todos y han salido varios fork (Caja, Nemo). Algunos echaran de menos algunas funcionalidades y otros, otras (nunca llueve a gusto de todos).&lt;br&gt;&lt;br&gt;Seguir por aquí sería entrar en un debate que no viene a cuento, vamos a centrarnos en la versión que trae Ubuntu 14.04.&lt;br&gt;&lt;br&gt;Para abrir &amp;quot;Archivos&amp;quot; hacemos clic izquierdo en el 2º icono de la barra de Lanzadores, con forma de cajón archivador.&lt;br&gt;&lt;br&gt;Si hacemos clic derecho sobre el icono, nos aparecerá la &amp;quot;&lt;b&gt;quicklist&lt;/b&gt;&amp;quot; o &amp;quot;&lt;b&gt;lista rápida&lt;/b&gt;&amp;quot; que nos da acceso a las distintas carpetas principales.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/04/administrador-de-archivos-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/2237079894934871339/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/04/administrador-de-archivos-en-ubuntu.html#comment-form' title='69 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/2237079894934871339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/2237079894934871339'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/04/administrador-de-archivos-en-ubuntu.html' title='El Administrador de Archivos en ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-_te0F2bYaxA/Uzrq62iQ_vI/AAAAAAAACag/yRq8spueNDc/s72-c/archivos-logo.png" height="72" width="72"/><thr:total>69</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-6334640495228501985</id><published>2014-03-29T19:00:00.002+01:00</published><updated>2014-04-09T12:58:09.315+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>El escritorio de ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-38DUz1Cz7ck/UzbvCYkoB1I/AAAAAAAACaA/2wzS15BVMZs/s1600/Ubuntu-unity.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-38DUz1Cz7ck/UzbvCYkoB1I/AAAAAAAACaA/2wzS15BVMZs/s200/Ubuntu-unity.jpeg&quot;&gt;&lt;/a&gt;&lt;/div&gt;Vamos a explicar las aplicaciones y los menús del Escritorio de Ubuntu para intentar que aquellos que comienzan adquieran los conocimientos suficientes para desenvolverse con soltura en su interfaz gráfica.&lt;br&gt;&lt;br&gt;Existe un variado abanico de &amp;quot;distribuciones&amp;quot; de GNU/Linux que utilizan distintos entornos de Escritorio. Ubuntu en concreto utiliza Unity, que es una variante de Gnome3.&lt;br&gt;&lt;br&gt;Después de instalar e iniciar sesión en Ubuntu, lo primero que veremos es:&lt;br&gt;- el fondo de escritorio,&lt;br&gt;- una barra horizontal en la parte superior del escritorio llamada &amp;quot;&lt;i&gt;barra de menús&lt;/i&gt;&amp;quot; o &amp;quot;&lt;i&gt;panel superior&lt;/i&gt;&amp;quot;,&lt;br&gt;- y otra barra vertical en el lado izquierdo de la pantalla, denominada &amp;quot;&lt;i&gt;barra de lanzadores&lt;/i&gt;&amp;quot; o simplemente &amp;quot;&lt;i&gt;lanzador&lt;/i&gt;&amp;quot; (launcher).&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/03/el-escritorio-de-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/6334640495228501985/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/03/el-escritorio-de-ubuntu.html#comment-form' title='68 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/6334640495228501985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/6334640495228501985'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/03/el-escritorio-de-ubuntu.html' title='El escritorio de ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-38DUz1Cz7ck/UzbvCYkoB1I/AAAAAAAACaA/2wzS15BVMZs/s72-c/Ubuntu-unity.jpeg" height="72" width="72"/><thr:total>68</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-3931093702133075821</id><published>2014-03-29T12:40:00.000+01:00</published><updated>2014-04-03T08:33:44.467+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>El tablero de Unity en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-9j0A-VvcjWo/UzUjUkYbyhI/AAAAAAAACWg/v_slzjBpnDk/s1600/unity1.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-9j0A-VvcjWo/UzUjUkYbyhI/AAAAAAAACWg/v_slzjBpnDk/s200/unity1.jpeg&quot;&gt;&lt;/a&gt;&lt;/div&gt;El tablero o Dash es el corazón de Unity y es una poderosa herramienta de búsqueda en Ubuntu.&lt;br&gt;&lt;br&gt;El Tablero permite buscar aplicaciones, archivos, música, vídeos, ... y muestra los elementos que ha usado recientemente. Además incluye búsquedas en línea o remotas (amazon, tweater, facebook, Google Docs, marcadores de navegadores, ...)&lt;br&gt;&lt;br&gt;Para empezar a utilizar el Tablero, pulsar en el icono superior del Lanzador con el logo de Ubuntu o pulsar la tecla de acceso rápido &lt;kbd&gt;Super&lt;/kbd&gt;.&lt;br&gt;&lt;br&gt;Con clic derecho sobre el lanzador con el logo de Ubuntu, se despliega la &amp;quot;&lt;b&gt;quicklist&lt;/b&gt;&amp;quot; o lista rápida para el acceso directo a las distintas lentes.&lt;br&gt;&lt;br&gt;Para ocultar el Tablero, hacer clic en el mismo icono de la parte superior o pulsar, de nuevo, la tecla &lt;kbd&gt;Super&lt;/kbd&gt;.&lt;br&gt;&lt;br&gt;Para maximizar/desmaximizar, pulsar en el correspondiente botón de la parte superior, izquierda.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2014/03/el-tablero-de-unity.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/3931093702133075821/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2014/03/el-tablero-de-unity.html#comment-form' title='38 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3931093702133075821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3931093702133075821'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2014/03/el-tablero-de-unity.html' title='El tablero de Unity en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-9j0A-VvcjWo/UzUjUkYbyhI/AAAAAAAACWg/v_slzjBpnDk/s72-c/unity1.jpeg" height="72" width="72"/><thr:total>38</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8524473574752531569</id><published>2013-10-18T21:10:00.001+02:00</published><updated>2014-03-29T13:02:40.838+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="TRUCOS"/><title type='text'>Activar Ctrl+Alt+Retroceso para reiniciar las X en Ubuntu 14.04</title><content type='html'>&lt;div class=&quot;dcha-gris&quot;&gt;Actualizado el 30 de Marzo de 2014&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-c0Zq_cMSoOk/UmGG7qL9JRI/AAAAAAAACQQ/dfijbYG14EM/s1600/X_Files.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-c0Zq_cMSoOk/UmGG7qL9JRI/AAAAAAAACQQ/dfijbYG14EM/s200/X_Files.jpg&quot;&gt;&lt;/a&gt;&lt;/div&gt;Hola a todos, hoy recién sacado del horno Ubuntu 13.10, vamos a ver como activar el atajo de teclado &lt;kbd&gt;Ctrl&lt;/kbd&gt;+&lt;kbd&gt;Alt&lt;/kbd&gt;+&lt;kbd&gt;Retroceso&lt;/kbd&gt;, para reiniciar las X en ubuntu 13.10.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: red;&quot;&gt;Actualización&lt;/span&gt;: Lo mismo para Ubuntu 14.04 LTS.&lt;br&gt;&lt;br&gt;Antes lo hacíamos desde &amp;quot;Configuración del Sistema &amp;gt; Distribución del tecaldo &amp;gt; &amp;quot;Opciones&amp;quot; y desplegando la opción &amp;quot;Secuencia de teclas para matar al servidor X&amp;quot;, activar la casilla &amp;quot;Ctrl + Alt + Retroceso&amp;quot;.&lt;br&gt;&lt;br&gt;Bien, pues en Ubuntu 13.10 esta opción la han escondido, pero no olvidemos que Ubuntu es Software libre y como tal lo podemos modificar según nuestros gustos o necesidades.&lt;br&gt;&lt;br&gt;Bueno al tema, que me desvío ...&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/10/reiniciar-las-x-ubuntu-13-10.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8524473574752531569/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/10/reiniciar-las-x-ubuntu-13-10.html#comment-form' title='81 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8524473574752531569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8524473574752531569'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/10/reiniciar-las-x-ubuntu-13-10.html' title='Activar Ctrl+Alt+Retroceso para reiniciar las X en Ubuntu 14.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-c0Zq_cMSoOk/UmGG7qL9JRI/AAAAAAAACQQ/dfijbYG14EM/s72-c/X_Files.jpg" height="72" width="72"/><thr:total>81</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-1164757544054840477</id><published>2013-10-13T19:48:00.000+02:00</published><updated>2014-02-07T09:34:05.246+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET"/><title type='text'>Instalar Xampp 1.8.3 en Ubuntu 13.10</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-dCh0ReOsmvA/ThP0FsaBCnI/AAAAAAAAAuE/dQ_NMbHG9Do/s1600/xampp.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-dCh0ReOsmvA/ThP0FsaBCnI/AAAAAAAAAuE/dQ_NMbHG9Do/s320/xampp.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;XAMPP es un servidor, para desarrollar aplicaciones en php, con conexión a base de datos sql (LAMPP= Linux + Apache + MySQL + PHP + Perl)&lt;br&gt;&lt;br&gt;XAMPP es una forma fácil de instalar y utilizar la distribución Apache que contiene MySQL, PHP y Perl. Es realmente simple de instalar y usar, pero hay que tener en cuenta que no está desarrollado para su uso en producción (lo veremos al final de la guía).&lt;br&gt;&lt;br&gt;Tiene licencia GNU y es multiplataforma, teniendo en estos momentos versiones para: GNU/Linux, Win2, Mac Os X y Solaris.&lt;br&gt;&lt;br&gt;Página oficial: &lt;a href=&quot;http://www.apachefriends.org/es/xampp.html&quot;&gt;http://www.apachefriends.org/es/xampp.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Aquellos que quieran instalar Xampp 1.8.0, pueden ver la siguiente guía, que ya hice hace algún tiempo:&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2011/07/instalar-xampp-en-ubuntu.html&quot;&gt;http://www.ubuntu-guia.com/2011/07/instalar-xampp-en-ubuntu.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ahora vamos a ver como instalar la versión más actual, Xampp 1.8.3, con PHP 5.5, aunque hay otra anterior, Xampp 1.8.2, con PHP 5.4 que también podéis instalar siguiendo las mismas instrucciones.&lt;br&gt;&lt;br&gt;Notas: Xampp 1.8.3, Testeado en Ubuntu 13.10 (64 bits) sin problemas&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/10/instalar-xampp-ubuntu-1404.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/1164757544054840477/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/10/instalar-xampp-ubuntu-1404.html#comment-form' title='93 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1164757544054840477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1164757544054840477'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/10/instalar-xampp-ubuntu-1404.html' title='Instalar Xampp 1.8.3 en Ubuntu 13.10'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-dCh0ReOsmvA/ThP0FsaBCnI/AAAAAAAAAuE/dQ_NMbHG9Do/s72-c/xampp.png" height="72" width="72"/><thr:total>93</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-4323461965557477896</id><published>2013-09-19T22:29:00.003+02:00</published><updated>2016-03-06T11:17:36.911+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SONIDO y VIDEO"/><title type='text'>Alternativa a Medibuntu que desaparecerá en breve</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s1600/vlc_media_player_orange.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s1600/vlc_media_player_orange.png&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Actualización&lt;/b&gt;: El servidor &amp;quot;ftp&amp;quot; que se añade en esta guía ha dejado de funcionar y da error. Seguir la nueva instalación en:&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2016/02/instalar-libdvdcss-para-ver-dvd-cd.html&quot;&gt;http://www.ubuntu-guia.com/2016/02/instalar-libdvdcss-para-ver-dvd-cd.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hola a todos.&lt;br&gt;&lt;br&gt;En la &lt;a href=&quot;https://launchpad.net/medibuntu/+announcement/11951&quot;&gt;página oficial de Medibuntu&lt;/a&gt; nos informan que:&lt;br&gt;&lt;br&gt;&lt;i&gt;&amp;quot;El repositorio Medibuntu ha dejado de mantenerse desde hace ya varios meses, al volverse más y más innecesario en los últimos años. &lt;br&gt;El proyecto ahora se considerará abandonada, y se recomienda deshabilitar el repositorio si lo estamos utilizando&amp;quot;.&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;El Metapaquete &amp;quot;&lt;b&gt;ubuntu-restricted-extras&lt;/b&gt;&amp;quot; (de los repositorios &amp;quot;restricted&amp;quot; de Ubuntu), nos permite tener a nuestra disposición, desde hace tiempo, todos los paquetes y codecs con licencias privativas o restringidas, pero siempre tuvimos que echar mano de Medibuntu para conseguir &amp;quot;&lt;b&gt;libdvdcss&lt;/b&gt;&amp;quot;, que nos permite ver DVD&amp;#39;s / CD&amp;#39;s originales o comerciales, que están encriptados con CSS (sistema de codificación de contenido) para restringir el software que puede reproducirlos. El motivo de que no esté en los repositorios oficiales es que en EEUU es ilegal.&lt;br&gt;&lt;br&gt;Jonathan Riddell se ha hecho cargo del mantenimiento de este paquete en &lt;a href=&quot;http://www.blue-systems.de/&quot;&gt;Blue Systems&lt;/a&gt; y está disponible en los repositorios de VideoLAN (VLC) &amp;quot;ftp://ftp.videolan.org/pub/debian/&amp;quot;, que tiene sus servidores en Europa, por lo que no inflige la ley de EEUU, tal y como hacía Medibuntu.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/09/medibuntu-desaparece.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/4323461965557477896/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/09/medibuntu-desaparece.html#comment-form' title='107 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4323461965557477896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4323461965557477896'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/09/medibuntu-desaparece.html' title='Alternativa a Medibuntu que desaparecerá en breve'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-QKnnyznNjD0/UjtepwiPfMI/AAAAAAAACOk/-hNYbqZXrJM/s72-c/vlc_media_player_orange.png" height="72" width="72"/><thr:total>107</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-1278204883863605024</id><published>2013-08-30T09:15:00.000+02:00</published><updated>2014-04-25T09:17:55.356+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET"/><title type='text'>Instalar Flash Player en Ubuntu (32 y 64 bits)</title><content type='html'>&lt;div class=&quot;dcha-gris&quot;&gt;Actualizado a 25 de Abril de 2014&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-D2FG8c063aQ/S92eUjaZWXI/AAAAAAAAAWQ/_8Mye0OjDXU/s1600/flash_player_50x50.gif&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-D2FG8c063aQ/S92eUjaZWXI/AAAAAAAAAWQ/_8Mye0OjDXU/s320/flash_player_50x50.gif&quot; height=&quot;100&quot; width=&quot;100&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Hola a todos, en el Foro y en el blog se han realizado varias preguntas que me hacen ver que hay cierta confusión en la nomenclatura de los paquetes y la arquitectura (32 y 64 bits). Voy a tratar de explicar con detalle la instalación y desinstalación del plugin, además de ofrecer alternativas libres.&lt;br&gt;&lt;br&gt;&lt;br&gt;Testeado en todas las versiones de Ubuntu con soporte en la actualidad (12.04, 12.10, 13.04, 13.10 y 14.04) y para ambas arquitecturas (32 y 64 bits).&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/08/instalar-flash-player-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/1278204883863605024/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/08/instalar-flash-player-en-ubuntu.html#comment-form' title='523 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1278204883863605024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/1278204883863605024'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/08/instalar-flash-player-en-ubuntu.html' title='Instalar Flash Player en Ubuntu (32 y 64 bits)'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-D2FG8c063aQ/S92eUjaZWXI/AAAAAAAAAWQ/_8Mye0OjDXU/s72-c/flash_player_50x50.gif" height="72" width="72"/><thr:total>523</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-4711747845894506085</id><published>2013-07-08T12:55:00.000+02:00</published><updated>2014-01-14T21:34:03.030+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ADMINISTRACION"/><title type='text'>Recuperar usuario administrador en Ubuntu</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-20kbDppgLo4/TIit9gGLRrI/AAAAAAAAAgM/0TWLirxtqhc/s1600/super+tux.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-20kbDppgLo4/TIit9gGLRrI/AAAAAAAAAgM/0TWLirxtqhc/s200/super+tux.png&quot; height=&quot;200&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/div&gt;Recientemente ha habido una &lt;a href=&quot;http://foro.ubuntu-guia.com/No-puedo-recuperar-cuenta-de-administrador-tp4032637.html&quot;&gt;pregunta&lt;/a&gt; en el Foro sobre como recuperar un usuario administrador. En concreto ha sido al abrir la aplicación &amp;quot;Configuración del sistema &amp;gt; Cuentas de usuario&amp;quot; y haber cambiado el tipo de cuanta a &amp;quot;Estándar&amp;quot;.&lt;br&gt;&lt;br&gt;Me dispongo a crear esta guía actualizada, ya que ha habido cambios en las versiones recientes de Ubuntu respecto al grupo &amp;quot;admin&amp;quot; y además haber otras causas que pueden hacer perder la elevación de privilegios para realizar tareas administrativas.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/07/recuperar-usuario-administrador.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/4711747845894506085/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/07/recuperar-usuario-administrador.html#comment-form' title='48 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4711747845894506085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4711747845894506085'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/07/recuperar-usuario-administrador.html' title='Recuperar usuario administrador en Ubuntu'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-20kbDppgLo4/TIit9gGLRrI/AAAAAAAAAgM/0TWLirxtqhc/s72-c/super+tux.png" height="72" width="72"/><thr:total>48</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-4636068516378514116</id><published>2013-04-28T05:29:00.000+02:00</published><updated>2013-04-28T21:03:14.887+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="APARIENCIA"/><title type='text'>Cambiar colores de temas gtk 3.x</title><content type='html'>&lt;a href=&quot;http://4.bp.blogspot.com/-lzPxO_chWTo/UXyEnEthJKI/AAAAAAAACFg/ZbLILV2apuQ/s1600/gtk+.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-lzPxO_chWTo/UXyEnEthJKI/AAAAAAAACFg/ZbLILV2apuQ/s320/gtk+.png&quot;&gt;&lt;/a&gt;&lt;br&gt;En GNOME 2 (y ahora en MATE), podíamos cambiar los colores de los Temas de Escritorio con una herramienta llamada Preferencias de Apariencia. &lt;br&gt;&lt;br&gt;Pero en GNOME 3 no tenemos una herramienta similar a ella. Existen herramientas como GNOME Tweak Tool, Ubuntu Tweak, Unity Tweak Tool o MyUnity para seleccionar los Temas, pero carecen de capacidad para cambiar los colores de los Temas.&lt;br&gt;&lt;br&gt;Como amante de la personalización que soy y a la espera de que algún desarrollador se lance a crear una &amp;quot;Gui&amp;quot; (aplicación gráfica) os dejo como hacerlo desde la todopoderosa Terminal (esa cosa tan rara) que nos permite hacer de todo y por ende desde el editor &lt;b&gt;dconf&lt;/b&gt; (gui de configuración de GNOME y el sistema). Para los noveles decir que los comandos lo que hacen es modificar directamente el dconf sin necesidad de abrirlo, pero podemos hacerlo de las 2 formas.&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/04/cambiar-colores-tema-gtk-3.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/4636068516378514116/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/04/cambiar-colores-tema-gtk-3.html#comment-form' title='36 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4636068516378514116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/4636068516378514116'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/04/cambiar-colores-tema-gtk-3.html' title='Cambiar colores de temas gtk 3.x'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-lzPxO_chWTo/UXyEnEthJKI/AAAAAAAACFg/ZbLILV2apuQ/s72-c/gtk+.png" height="72" width="72"/><thr:total>36</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8071522624792827900</id><published>2013-03-30T20:14:00.000+01:00</published><updated>2013-06-11T13:32:43.520+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="HERRAMIENTAS"/><title type='text'>Instalar Conky Control en Ubuntu</title><content type='html'>&lt;div class=&quot;dcha-gris&quot;&gt;Actualizado el 11 de Junio de 2013&lt;/div&gt;&lt;a href=&quot;http://1.bp.blogspot.com/--zEOvOgsWmg/UVczAxXt7GI/AAAAAAAACEw/VXULI5EzxI0/s1600/conky.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/--zEOvOgsWmg/UVczAxXt7GI/AAAAAAAACEw/VXULI5EzxI0/s320/conky.png&quot;&gt;&lt;/a&gt;&lt;br&gt;Algunos ya conocéis Voyager, una distro reciente basada en Xubuntu, con escritorio XFCE y para quien no lo conozca, esta es su Web:&lt;br&gt;&lt;a href=&quot;http://voyager.legtux.org/&quot;&gt;http://voyager.legtux.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Es una distro francesa y una de las cosas que más me llamó la atención fue su &amp;quot;Conky Control&amp;quot;, con el cual podías cambiar de conky, ya preinstalados, en un abrir y cerrar de ojos.&lt;br&gt;&lt;br&gt;Bueno, pues me he puesto manos a la obra para instalarla en Ubuntu 12.04 y 13.04 y ha sido un éxito total.&lt;br&gt;&lt;br&gt;Gracias al perezoso de Miguel K3b que nos dejó un link hacia el foro de Ubuntu Francia (clic &lt;a href=&quot;http://forum.ubuntu-fr.org/viewtopic.php?id=910161&amp;amp;p=1&quot;&gt;aquí&lt;/a&gt;) y sobre todo a los usuarios de dicho foro que nos dejan un Script en Bash para hacer su instalación de forma automática.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/03/conky-control-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8071522624792827900/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/03/conky-control-en-ubuntu.html#comment-form' title='119 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8071522624792827900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8071522624792827900'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/03/conky-control-en-ubuntu.html' title='Instalar Conky Control en Ubuntu'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/--zEOvOgsWmg/UVczAxXt7GI/AAAAAAAACEw/VXULI5EzxI0/s72-c/conky.png" height="72" width="72"/><thr:total>119</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-6702231022895914268</id><published>2013-03-20T18:26:00.003+01:00</published><updated>2013-03-20T19:41:11.082+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INSTALACION"/><title type='text'>Ubuntu 13.04, novedades y opinión</title><content type='html'>&lt;a href=&quot;http://3.bp.blogspot.com/-n6kjc4n9qwA/UUnpaHKZPeI/AAAAAAAACEY/OBuBEuTE9G4/s1600/ubuntu-13-04.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-n6kjc4n9qwA/UUnpaHKZPeI/AAAAAAAACEY/OBuBEuTE9G4/s320/ubuntu-13-04.jpeg&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ubuntu 13.04 “Raring Ringtail” está todavía en su etapa de &amp;quot;Daily Build&amp;quot; y se están notando las ventajas de optimizar el sistema operativo para dispositivos móviles con pocos recursos. &lt;br&gt;&lt;br&gt;El sistema consume menos Ram y se agiliza su utilización.&lt;br&gt;&lt;br&gt;&lt;br&gt;Los cambios más destacados, respecto al consumo son:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/03/ubuntu-1304-novedades-opinion.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/6702231022895914268/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/03/ubuntu-1304-novedades-opinion.html#comment-form' title='129 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/6702231022895914268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/6702231022895914268'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/03/ubuntu-1304-novedades-opinion.html' title='Ubuntu 13.04, novedades y opinión'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-n6kjc4n9qwA/UUnpaHKZPeI/AAAAAAAACEY/OBuBEuTE9G4/s72-c/ubuntu-13-04.jpeg" height="72" width="72"/><thr:total>129</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8038244481955944491</id><published>2013-03-16T12:20:00.001+01:00</published><updated>2013-03-16T13:41:42.235+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INSTALACION"/><title type='text'>Ubuntu GNOME es oficialmente un nuevo sabor de Ubuntu</title><content type='html'>&lt;a href=&quot;http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s1600/gnome3.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s320/gnome3.jpeg&quot;&gt;&lt;/a&gt;&lt;br&gt;Hola a todos.&lt;br&gt;&lt;br&gt;El compañero &amp;quot;Rafa-Linux&amp;quot;, me ha dejado &lt;a href=&quot;http://www.ubuntu-guia.com/2012/10/gnome-3-en-ubuntu-1210.html?showComment=1363040123557#c6479883154321119039&quot;&gt;un comentario en el blog&lt;/a&gt;, donde me dice que Ubuntu GNOME Remix se ha convertido de manera oficial en un sabor más de Ubuntu, pasando a llamarse &lt;b&gt;Ubuntu GNOME&lt;/b&gt; (No Gubuntu, como muchos creíamos):&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.phoronix.com/scan.php?page=news_item&amp;amp;px=MTMyMzg&quot;&gt;http://www.phoronix.com/scan.php?page=news_item&amp;amp;px=MTMyMzg&lt;/a&gt;&lt;br&gt;&lt;br&gt;Paso a traducir por encima la comunicación:&lt;br&gt;&lt;br&gt;&lt;br&gt;Tim Lunn en las listas de correo dio la noticia: &lt;br&gt;&lt;blockquote&gt;Estamos encantados de anunciar que Ubuntu GNOME es finalmente un sabor oficial de Ubuntu. Recientemente solicitamos al consejo técnico convertirnos en un sabor oficial y éste aprobó nuestra petición en su reunión más reciente.&lt;/blockquote&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2013/03/ubuntu-gnome-es-oficialmente-un-nuevo.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8038244481955944491/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2013/03/ubuntu-gnome-es-oficialmente-un-nuevo.html#comment-form' title='25 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8038244481955944491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8038244481955944491'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2013/03/ubuntu-gnome-es-oficialmente-un-nuevo.html' title='Ubuntu GNOME es oficialmente un nuevo sabor de Ubuntu'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s72-c/gnome3.jpeg" height="72" width="72"/><thr:total>25</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-7869940198684821951</id><published>2012-10-30T20:46:00.000+01:00</published><updated>2014-03-05T08:03:52.826+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INSTALACION"/><title type='text'>Instalar escritorio completo de gnome 3 y su shell en ubuntu 12.10</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s1600/gnome3.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;248&quot; src=&quot;http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s320/gnome3.jpeg&quot; width=&quot;203&quot;&gt;&lt;/a&gt;&lt;/div&gt;&amp;quot;&lt;a href=&quot;https://wiki.ubuntu.com/UbuntuGNOME/ReleaseNotes/12.10&quot;&gt;Ubuntu GNOME Remix 12.10&lt;/a&gt;&amp;quot;, es una distribución de Linux que pretende convertirse en un &amp;quot;sabor&amp;quot; oficial de Ubuntu que usa GNOME Shell por defecto en lugar de Unity, como &amp;quot;shell&amp;quot; y trata de proporcionar una &amp;quot;experiencia de escritorio GNOME 3 pura&amp;quot;. Está construida desde los repositorios de Ubuntu.&lt;br&gt;&lt;br&gt;Pero si estás usando Ubuntu 12.10 con Unity y deseas cambiar a una experiencia de escritorio GNOME 3 completa, sin necesidad de instalar Ubuntu GNOME Remix 12.10, puedes hacerlo instalando unos paquetes (simple y rápido).&lt;br&gt;&lt;br&gt;De esta forma no solo nos permitirá instalar GNOME Shell, sino también la configuración predeterminada y las aplicaciones que vienen con Ubuntu GNOME Remix. También hay algunos pasos opcionales para instalar las aplicaciones de GNOME 3 que faltan en Ubuntu GNOME Remix.&lt;br&gt;&lt;br&gt;Vamos a ver como hacerlo:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2012/10/gnome-3-en-ubuntu-1210.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/7869940198684821951/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2012/10/gnome-3-en-ubuntu-1210.html#comment-form' title='72 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/7869940198684821951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/7869940198684821951'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2012/10/gnome-3-en-ubuntu-1210.html' title='Instalar escritorio completo de gnome 3 y su shell en ubuntu 12.10'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-lei5xuhDz50/UJAuklJwKdI/AAAAAAAAB9A/s_Xk4S0WMCM/s72-c/gnome3.jpeg" height="72" width="72"/><thr:total>72</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-3550335671540303628</id><published>2012-10-27T10:19:00.001+02:00</published><updated>2013-04-08T14:40:17.848+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="TARJETAS GRAFICAS"/><title type='text'>Instalar controlador privativo Nvidia en Ubuntu 12.10</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_pv2PCwUS7Qg/TM76PS8VpuI/AAAAAAAAAkE/TYgr2RZMRuU/s1600/images.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;220&quot; src=&quot;http://4.bp.blogspot.com/_pv2PCwUS7Qg/TM76PS8VpuI/AAAAAAAAAkE/TYgr2RZMRuU/s1600/images.jpeg&quot; width=&quot;229&quot;&gt;&lt;/a&gt;&lt;/div&gt;Hola a todos, Ubuntu 12.10 ha sido liberado sin el paquete &amp;quot;linux-headers-generic&amp;quot;, que trae las cabeceras genéricas del núcleo o Kernel Linux.&lt;br&gt;&lt;br&gt;Esto no es un problema para un uso normal de Ubuntu, a menos que necesitemos compilar un módulo del kernel y aquí entra en juego la instalación de los controladores privativos.&lt;br&gt;&lt;br&gt;Al instalar el controlador privativo se configura el módulo de la gráfica mal, al faltar los headers y esto hace que la gráfica (Xorg) se &amp;quot;rompa&amp;quot;, provocando diversos errores (pantalla negra, pixelada, líneas moviéndose, ...)&lt;br&gt;&lt;br&gt;El bug ha sido reportado en:&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1068488&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1068488&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+bug/1068341&quot;&gt;https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-updates/+bug/1068341&lt;/a&gt;&lt;br&gt;&lt;br&gt;Ubuntu responde que el paquete ya no viene instalado por defecto y que deja en manos del usuario instalarlo o no. El problema es que al instalar el controlador privativo desde controladores adicionales no te avisa que necesitas como dependencia el paquete &amp;quot;linux-headers-generic&amp;quot; y eso es lo que se está pidiendo.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2012/10/instalar-controlador-nvidia-en-ubuntu.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/3550335671540303628/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2012/10/instalar-controlador-nvidia-en-ubuntu.html#comment-form' title='175 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3550335671540303628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3550335671540303628'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2012/10/instalar-controlador-nvidia-en-ubuntu.html' title='Instalar controlador privativo Nvidia en Ubuntu 12.10'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_pv2PCwUS7Qg/TM76PS8VpuI/AAAAAAAAAkE/TYgr2RZMRuU/s72-c/images.jpeg" height="72" width="72"/><thr:total>175</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-3868827406854702731</id><published>2012-08-13T13:45:00.001+02:00</published><updated>2014-01-24T11:37:52.215+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="TERMINAL"/><title type='text'>Como utilizar los comandos su y sudo</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-zZAKvvS06qk/UuJCchiGD8I/AAAAAAAACUI/iymzSRFs2SQ/s1600/sudo-logo-65.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-zZAKvvS06qk/UuJCchiGD8I/AAAAAAAACUI/iymzSRFs2SQ/s320/sudo-logo-65.png&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Ya me he visto en varias situaciones, en las que intentando explicar como hacerse root en la terminal, he intuido que hay cierta confusión entre los comandos sudo y su, creyendo algunos noveles, que &amp;quot;su&amp;quot; es un diminutivo de &amp;quot;sudo&amp;quot; y que hacen lo mismo.&lt;br&gt;&lt;br&gt;Estos comandos son totalmente distintos y cada uno sirve para una cosa muy distinta.&lt;br&gt;&lt;br&gt;También me he dado cuenta que el uso indiscriminado del &amp;quot;&lt;code&gt;sudo su&lt;/code&gt;&amp;quot; después de instalar Ubuntu para logearse como root e instalar todo tipo de aplicaciones sin necesidad de escribir el &amp;quot;sudo&amp;quot; constantemente, provoca algunas malas instalaciones y desconfiguraciones, por no eliminar las variables de entorno del usuario y cargar las del root (ver consejo al final de la guía).&lt;br&gt;&lt;br&gt;Para sacarnos de dudas, voy a tratar de explicar con detalle, el uso de estos dos comandos:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2012/08/comandos-su-y-sudo.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/3868827406854702731/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2012/08/comandos-su-y-sudo.html#comment-form' title='112 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3868827406854702731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/3868827406854702731'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2012/08/comandos-su-y-sudo.html' title='Como utilizar los comandos su y sudo'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-zZAKvvS06qk/UuJCchiGD8I/AAAAAAAACUI/iymzSRFs2SQ/s72-c/sudo-logo-65.png" height="72" width="72"/><thr:total>112</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-8460119446554135382</id><published>2012-07-23T11:14:00.000+02:00</published><updated>2013-10-25T08:23:42.697+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="TRUCOS"/><title type='text'>Restaurar Unity, Compiz y Gnome en Ubuntu 12.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/--RVh8s9DD1g/T-dKcdhgfDI/AAAAAAAABps/-ziP77vbSHo/s400/reset.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/--RVh8s9DD1g/T-dKcdhgfDI/AAAAAAAABps/-ziP77vbSHo/s400/reset.png&quot; height=&quot;221&quot; width=&quot;228&quot;&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;En esta guía vamos a tratar de solucionar los distintos problemas que nos podemos encontrar al configurar Compiz, Gnome o Unity.&lt;br&gt;&lt;br&gt;Os dejo una serie de problemas que pueden surgir, según las distintas situaciones en la que nos encontremos.&lt;br&gt;&lt;br&gt;&lt;b&gt;Nota&lt;/b&gt;: En cada modificación, si no funciona de inmediato, probad a cerrar la sesión y volver a abrirla o reiniciar el sistema, antes de probar con otra solución.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2012/07/restaurar-gnome-compiz-y-unity-en.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/8460119446554135382/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2012/07/restaurar-gnome-compiz-y-unity-en.html#comment-form' title='89 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8460119446554135382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/8460119446554135382'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2012/07/restaurar-gnome-compiz-y-unity-en.html' title='Restaurar Unity, Compiz y Gnome en Ubuntu 12.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/--RVh8s9DD1g/T-dKcdhgfDI/AAAAAAAABps/-ziP77vbSHo/s72-c/reset.png" height="72" width="72"/><thr:total>89</thr:total></entry><entry><id>tag:blogger.com,1999:blog-958419366539906800.post-2059866121002600565</id><published>2012-07-09T12:12:00.001+02:00</published><updated>2012-07-09T18:16:37.743+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GRUB arranque"/><title type='text'>Protección con contraseña del grub2 en Ubuntu 12.04</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-LMOFEi3YYoM/T-l9369qJpI/AAAAAAAABqs/gAALq8i_Tjc/s400/Grub_logo.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;105&quot; src=&quot;http://1.bp.blogspot.com/-LMOFEi3YYoM/T-l9369qJpI/AAAAAAAABqs/gAALq8i_Tjc/s400/Grub_logo.png&quot; width=&quot;125&quot;&gt;&lt;/a&gt;&lt;/div&gt;La contraseña de seguridad disponible con GRUB 2 proporciona una protección básica para evitar que un usuario no autorizado tenga acceso al sistema operativo a través del menú de GRUB 2. Recalcar que las personas con acceso físico a la computadora seguirán teniendo acceso a los archivos a través de otros métodos que GRUB 2 no puede prevenir, como por ejemplo, mediante un Live CD.&lt;br&gt;&lt;br&gt;Estas instrucciones son básicamente para la versión 1.99-x del grub2 (Ubuntu 12.04). Para saber qué versión del grub2 tenemos, ejecutar el comando:&lt;br&gt;&lt;pre&gt;grub-install -v&lt;/pre&gt;&lt;br&gt;&lt;a href=&quot;http://www.ubuntu-guia.com/2012/07/proteccion-por-contrasena-en-grub2-199.html#more&quot;&gt;.....Pulse aquí para ver el artículo completo.....&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.ubuntu-guia.com/feeds/2059866121002600565/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.ubuntu-guia.com/2012/07/proteccion-por-contrasena-en-grub2-199.html#comment-form' title='24 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/2059866121002600565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/958419366539906800/posts/default/2059866121002600565'/><link rel='alternate' type='text/html' href='http://www.ubuntu-guia.com/2012/07/proteccion-por-contrasena-en-grub2-199.html' title='Protección con contraseña del grub2 en Ubuntu 12.04'/><author><name>juanetebitel</name><uri>http://www.blogger.com/profile/09823220608334450803</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://2.bp.blogspot.com/-s792CRIIk4M/T45s1qZHSiI/AAAAAAAABFA/vNU4JrE9G3Q/s220/juanetebitel.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-LMOFEi3YYoM/T-l9369qJpI/AAAAAAAABqs/gAALq8i_Tjc/s72-c/Grub_logo.png" height="72" width="72"/><thr:total>24</thr:total></entry></feed>