Building DVDs from command line

To burn a video DVD in command line with Ubuntu we need to follow the recipe below: Generate MPG file (I) The starting point is a file with any format (flv, mkv, etc). We work with an mpeg file of the same quality (same quality) than the original. Therefore we have ffmpeg ffmpeg-and-CaigudaDeLaBicicleta.flv sameq CaigudaDeLaBicicleta.mpg [...]

Pictures properly stored

This post was written using google translator. Refer to original post in catalan if you wish The digital photography involves a problem with an unclear solution: storage. We should be satisfied with our storage system if its security is comparable to the value we give to our collection. Therefore, photographs of family, which is seen [...]

Can’t find bundle for base name

A random day, fighting in the arenas of my own code, I first met this message: Can’t find bundle for base name org.eclipse.jdt.internal.compiler.problem.messages, locale ca_ES Glups. Does it mean anything? I guess so, but what, actually. Sometimes my laptop can afford less than other times. Sometimes is eclipse who can less. Sometimes, both. My app [...]

JBoss Message Sucker

When you get: WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this. Just check this out : $grep “CHANGE ME” [...]

Descarregar videos de youtube

Downloading youtube videos is easy using the (linux) console: For me, clive is the best approach to perform this in an easy, fast and non interfering way, directly to the dir you want to store it and with a descriptive name and the right extension. Thus, downloaded and ready to be transformed. $ clive http://www.youtube.com/watch?v=vJfFm1pij-4 [...]