¿Cómo correr OSX como una Máquina Virtual con VirtualBox?

Después de haber instalado VirtualBox, creado la máquina virtual para el sistema operativo OSX, se debe proceder del siguiente modo:
1. Cerrar la aplicación VirtualBox
2. Ir a la línea de comandos y ejecutar:
VBoxManage modifyvm osx --cpus 1 VBoxManage modifyvm osx --vram 128 VBoxManage setextradata osx VBoxInternal2/EfiGopMode 5
VBoxManage setextradata osx "VBoxInternal2/SmcDeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
Atención:
* cada comando es línea a línea.
* reemplazar osx por el nombre dado a la máquina virtual.

3. Abrir VirtualBox y Ejecutar la máquina virtual
4. Montar la imágen iso del sistema operativo OSX e instalar.
5. Luego de aproximadamente 30 minutos el sistema se reiniciará y quedará listo para su uso.

Fuente y  agradecimientos:
https://www.leaseweb.com/labs/2015/08/run-osx-vm-virtualbox/

Using hardware devices with Android SDK in Linux

I had some issues configuring a cheap cell phone, but after a deep searching along every forum and trying all kind of methods proposed I found a good and effective solution.

Cell phone model: BLU Star JR
Vendor ID 1782
Recognized in the Linux OS as Spreadtrum Communications Inc.

I added this universal rule in the /etc/udev/rules.d/51-android.rule
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:ff420?:*", MODE="0666"
 And manually added the Vendor ID (1782) to the  ~/.android/adb_usb.ini  file
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x1782
 After that I used the command to assign permission rules
sudo chmod a+r /etc/udev/rules.d/51-android.rules
 Reconnect the device and verify thet my device is connected with
adb devices 

Reapareciendo el menú de aplicaciones en Elementary OS

Reciente mente me encontré un incómodo bug en esta agradable distribución. Luego de ingresar al sistema operativo el menú de aplicaciones no aparece.

La solución:
Creé un pequeño script eliminando una referencia a lago llamado slingshot

#!/bin/bash
# solution to show applications menu when it's hiding in elementary OS
pkill slingshot

luego le dí las propiedades ejecutables  para ejecutarlo cada vez que se presente el inconveniente y hasta que una nueva distro solucione este bug.

chmod ugo+x filename

Anadiendo texto con fondo en GIMP

1. Escribir el texto
2. Ubicarlo en el sitio deseado
3. Duplicar capa de texto
4. Elegir capa original y seleccionar descartar información del texto
5. Aplicar color de fondo (Ctrl + .) (las tres teclas al tiempo)