Mostrando entradas con la etiqueta tips and tricks. Mostrar todas las entradas
Mostrando entradas con la etiqueta tips and tricks. Mostrar todas las entradas

4 jun 2011

VIM "command is not available" Ubuntu 10.04

On a "command is not available" error like this one:
E319: Sorry, the command is not available in this version: syntax on


First uninstall all vim instance
sudo apt-get remove vim vim-tiny


And reinstall it
sudo apt-get install vim

19 feb 2011

Android: no cover art in ogg vorbis files

...If the system fails to find cached art, and it fails to find embedded art, it will look in one more place: A file in the same folder as the audio file named "AlbumArt.jpg"...

source: http://androidcommunity.com/forums/189933-post2.html
---