martes, diciembre 06, 2016

Virtualbox + Wifi + Bridge

Si quieres saber porque el modo bridge no funciona en virtualbox, cuando usas la wifi (o si te funcionaba en tu antiguo portatil y ahora no).

La respuesta es porque tu tarjeta wifi no es capas de ponerse modo promiscuo...

Anki en Debian 9


Pues parece que...

http://ankisrs.net/

Note: Ubuntu 16.10 and Debian unstable/testing has removing WebKit from Qt4, which breaks Anki and other applications. Until we can get Anki functioning properly on newer versions of the toolkit, your options are to run Anki in Wine, or obtain a copy of Qt4/WebKit from somewhere else.

dpkg -i python-qt4_4.11.4+dfsg-1_amd64.deb

Eso "romperia" cosas como freecad.

lunes, noviembre 28, 2016

jueves, noviembre 24, 2016

Como escribir...

...seis caracteres en la barra que muestra el historial de commits en github en forma de matriz de pixels... https://github.com/joewalnes/greendots/blob/master/README.md.

Curioso algoritmo de transformación de caracteres a bitmap y de ahí al historial de commits.

lunes, noviembre 14, 2016

Local file protocol for java.net.URL

Ojito... :)

Unix

file://localhost/
file:///

Windows

file://localhost/|/
file:///|/
file://localhost/:/
file:///:/
 
via stackoverflow y el propio microsoft