Actualmente, Autofirma sólo funciona bajo JAVA 8, por lo que tendremos que instalar esa versión: 1. Añadir un nuevo PPA al sistema: #add-apt-repository ppa:openjdk-r/ppa #sudo apt-get update 2. Instalar JAVA 8: #sudo apt-get install openjdk-8-jdk 3. Buscar la ruta...
This HowTo is valid for Linux Mint 17, 18 and Ubuntu 14.04, 16.04 and 16.10 in order to connect to the UMH VPN Network 1) Intall the required packages for Cisco VPN # apt-get install network-manager-gnome network-manager-pptp network-manager-pptp-gnome...
This atheros device could be installed on Lenovo E31-80 laptops: Try this: # apt-get install git # git clone https://github.com/kvalo/ath10k-firmware.git # cd ath10k-firmware/ # cp -a QCA9377 /lib/firmware/ath10k/ Reboot and voilà Share on...
You need to add spotify ppa repository in order to install 64 bits version: # nano /etc/apt/sources.list.d/spotify.list add this ppa: deb http://repository.spotify.com stable non-free # apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 94558F59 #...
Opción A: No tenemos repo ni en local ni en Bitbucket 1) Entrar en http://bitbucket.com y hacer login con nuestro usuario 2) Acceder al menú «Crear» –> «Crear repositorio»: 3) Rellenar todos los metadatos referentes al repo: 4) Una vez creado...
R release contained in the official Debian release will become outdated as time passes. The «stable» directory on CRAN contains so-called ‘backports’ of the current R binaries for the «stable» distribution of Debian. 1) Add this source to...
Broadcom BCM4313 WLAN installation in Debian Linux 8 (Jessie): https://gist.github.com/ub3d4/c3fa8c43dc70b95aed45 Share on...
https://gist.github.com/ub3d4/398927e1da61171ee848 Share on...
Repasando algunas ponencias que realicé con anterioridad, he encontrado ésta que impartí para las IEEE Sb Developer Days que se celebraron en la UMH en 2013. Quizás pueda resultaros de utilidad si queréis «enganchar» a alguien a GNU/Linux desde el minuto cero. En ella...
1. Download Oracle JDK8 for ARM on your RaspberryPi and get the resulting file to your ‘home’ folder on Raspbian: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html 2. UnTAR the file jdk-8u6-linux-arm-vfp-hflt.tar.gz: #...