amd64 https://www.keopx.net/ es Instalar flash player 64 bits en Debian/Ubuntu https://www.keopx.net/blog/instalar-flash-player-64-bits-en-debianubuntu <span>Instalar flash player 64 bits en Debian/Ubuntu</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Vamos a instalar de forma sencilla flash player 64 bits de forma nativa en Debian testing (Wheezy) y/o Ubuntu. Para ello el sistema operativo tiene que estar ser de 64 bits.</p> <pre>$ wget http://fpdownload.macromedia.com/get/flashplayer/pdc/11.0.1.152/install_flash_player_11_linux.x86_64.tar.gz $ tar xvzf install_flash_player_11_linux.x86_64.tar.gz $ mv libflashplayer.so ~/.mozilla/plugins/ $ sudo cp -r usr/* /usr/ $ rm -r usr/ </pre><p>De esta forma sencilla ya tendremos flash 64 bits de forma nativa en linux.</p> <p>Para conprobar que todo esta correcto podemos visitar la siguiente pagina:</p> <p><a href="http://www.adobe.com/software/flash/about/">http://www.adobe.com/software/flash/about/</a></p> </div> <span><span>keopx</span></span> <span><time datetime="2011-10-06T11:23:15+02:00" title="Jueves, Octubre 6, 2011 - 11:23">Jue, 06/10/2011 - 11:23</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/ubuntu" hreflang="es">Ubuntu</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/gnu-linux" hreflang="es">GNU Linux</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/ubuntu" hreflang="es">Ubuntu</a></div> <div class="field__item"><a href="/tag/flash" hreflang="es">Flash</a></div> <div class="field__item"><a href="/tag/amd64" hreflang="es">amd64</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=226&amp;2=field_comments&amp;3=comment" token="pbSmCa5Y2ipm15vC23YXVm3Bo3QRh45d0t4WB15Urd8"></drupal-render-placeholder> </div> </div> </section> Thu, 06 Oct 2011 09:23:15 +0000 keopx 226 at https://www.keopx.net https://www.keopx.net/blog/instalar-flash-player-64-bits-en-debianubuntu#comments Instalacion de Cisco AnyConnect en Debian 64 bits https://www.keopx.net/blog/instalacion-de-cisco-anyconnect-en-debian-64-bits <span>Instalacion de Cisco AnyConnect en Debian 64 bits</span> <div class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Descargar del portal que corresponde el cliente de cisco para vpn.</p> <p>Como veremos nos mostrara un error, esto se debe a que el programa esta diseñado para 32 bits y no para la arquitectura de 64 bits. Procedemos a dar la explicación de instalación.</p> <p>Una vez descargado cambiarle los permisos:</p> <pre class="terminal">$ chmod 755 vpnsetup.sh </pre><p>Ahora lo ejecutamos para que se instale:</p> <pre>$ sudo ./vpnsetup.sh </pre><p>Puede nos dara un error de librerias:</p> <pre>Installing Cisco AnyConnect VPN Client ... Removing previous installation... /opt/cisco/vpn/bin/manifesttool: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory vpnagentd: no process found Extracting installation files to /tmp/vpn.Na7eGw/vpninst114446196.tgz... Unarchiving installation files to /tmp/vpn.Na7eGw... Starting the VPN agent... /opt/cisco/vpn/bin/vpnagentd: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory </pre><p>Para solucionar este inconveniente instalamos lo siguiente:</p> <pre>sudo aptitude install ia32-libs lib32nss-mdns libcurl3 libxml2 </pre><p>Y ahora instamos de nuevo:</p> <pre>$ sudo ./vpnsetup.sh </pre><p>Y nos dirá que todo ha ido bien:</p> <pre>Installing Cisco AnyConnect VPN Client ... Removing previous installation... vpnagentd: no process found Extracting installation files to /tmp/vpn.zeQubZ/vpninst004198745.tgz... Unarchiving installation files to /tmp/vpn.zeQubZ... Starting the VPN agent... Done! </pre><p>Esto se debe a las diferentes arquitecturas.</p> <p><strong>Actulizazion</strong>:</p> <p>Si utilizamos otro entorno que no sea gnome, necesitaremos instalar el siguiente paquete:</p> <pre>sudo aptitude install ia32-libs-gtk </pre><p>De lo contrario nos dara el siguiente error:</p> <pre>error while loading shared libraries: libatk-1.0.so.0: cannot open </pre><p>Referencia:</p> <ul><li><a href="http://faq.oit.gatech.edu/content/cisco-anyconnect-installation-instructions-linux">http://faq.oit.gatech.edu/content/cisco-anyconnect-installation-instructions-linux</a></li> </ul></div> <span><span>keopx</span></span> <span><time datetime="2011-05-19T13:34:13+02:00" title="Jueves, Mayo 19, 2011 - 13:34">Jue, 19/05/2011 - 13:34</time> </span> <div class="field field--name-field-tax-cat field--type-entity-reference field--label-above"> <div class="field__label">Categoria</div> <div class="field__items"> <div class="field__item"><a href="/categoria/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/categoria/gnu-linux" hreflang="es">GNU Linux</a></div> </div> </div> <div class="field field--name-field-tax-tag field--type-entity-reference field--label-above"> <div class="field__label">Tag</div> <div class="field__items"> <div class="field__item"><a href="/tag/vpn" hreflang="es">VPN</a></div> <div class="field__item"><a href="/tag/debian" hreflang="es">Debian</a></div> <div class="field__item"><a href="/tag/amd64" hreflang="es">amd64</a></div> <div class="field__item"><a href="/tag/cisco" hreflang="es">Cisco</a></div> </div> </div> <section data-drupal-selector="comments" class="comments"> <h2 class="comments__title">Comentarios</h2> <div class="add-comment"> <div class="add-comment__form"> <drupal-render-placeholder callback="comment.lazy_builders:renderForm" arguments="0=node&amp;1=218&amp;2=field_comments&amp;3=comment" token="Zc2UsMlPlbk4IZMpxd5NpHlPdCIPI-b7q1DBHNqp1dk"></drupal-render-placeholder> </div> </div> </section> Thu, 19 May 2011 11:34:13 +0000 keopx 218 at https://www.keopx.net https://www.keopx.net/blog/instalacion-de-cisco-anyconnect-en-debian-64-bits#comments