De nuevo tengo un ordenador para estrenar entre mis manos, así que de nuevo realizo el proceso de instalación manual. Esta vez, además, tenía como tarea cifrar el disco, así que, como en ocasiones anteriores, detallo los pasos para quien pueda ser útil.
[Leer más]ArchLinux, Android, MTP
Simple protip to connect new Androids to the computer, with the MTP (media transfer protocol).
- Install
libmtp
from official repositories - Install
siple-mtpfs
from AUR repositories - To use it, as a non-superuser:
$ simple-mtpfs /path/to/mount
$ cd /path/to/mount
It mounts device 0 in the indicated path. Enjoy!
ArchLinux installation
Two years ago (TWO YEARS!! auch) I wrote this tutorial of Archlinux installation (in Spanish). At that time, I kept using MBR instead of GPT (recommended).
Some weeks ago, Kaleidos renewed our computers, so I had to install ArchLinux again. It happened I tried several times before finding the “key” (dammed key!). So here is a new brand tutorial to install Archlinux with GPT to save some of your precious time.
[Leer más]
Archduino
Previously in Archduino, how to configure permissions to run Arduino IDE in an ArchLinux. Today a new protip related to the 1.5.8 version.
This error appeared to me when running Arduino IDE (1.5.8) with an Arduino Yun:
error while loading shared libraries: libtinfo.so.5: Well, if you RTFM (read the fine manual), in the ArchWiki, there is a simple solution:
Solve the dependency problem by creating a symbolic link $ cd /usr/lib $ sudo ln -s libncurses.
[Leer más]
DWM y programas gráficos de Java
Con el tema de probar arduino me encontré con que el IDE se renderizaba fatal con DWM. Para esto, RTFM, en la web oficial, https://wiki.archlinux.org/index.php/dwm, pone la solución:
-
Descargar e instalar el paquete wmname
-
Como usuario normal, ejecutar
wmname LG3D
Se puede añadir esta orden el fichero .xinitrc, justo antes de cargar DWM y voilá.
Mi entorno de trabajo
Normalmente me produce curiosidad conocer el entorno de trabajo de amigos y colegas. En Kaleidos, cuando un compañero prueba un nuevo sistema operativo, un nuevo entorno gráfico o simplemente un nuevo editor, ya tenemos flameamena conversación para unos días. Las herramientas que uno decide usar (cuando puede elegir) o la religiosa lealtad que les rendimos también describen nuestra forma de trabajar.
Mi entorno de trabajo ha cambiado muchísimo en los últimos 6 meses, junto con mi capacidad de adaptación y lo considero un buen síntoma.
[Leer más]