Jannich Brendle on March 1st, 2010

Some time ago I read about random numbers and the linux kernel. The problem was (and still is) that the linux kernel uses things like network activity and keyboard/mouse interrupts to gather entropy for its random number generator. So.. What is entropy? Entropy is a measure of the uncertainty associated with a random variable. This [...]

Continue reading about Improving randomness and entropy in ubuntu 9.10

Jannich Brendle on February 28th, 2010

Do you know that you can extract sound from a flash video file in ubuntu/debian using just one command? You can. First, you must download the video file from YouTube (described here). Then, you must install mplayer: sudo apt-get install mplayer. Then, it’s simply a matter of playing the video file with mplayer, while [...]

Continue reading about Ripping audio from YouTube videos

Jannich Brendle on February 17th, 2010

Okay, this is a very short blogpost that will show you how to download videos from YouTube, using a command line tool found on debian and ubuntu. The program I’m talking about is youtube-dl and to install it, you should open a terminal window and type in the following:
sudo apt-get install youtube-dl
When youtube-dl is [...]

Continue reading about Downloading YouTube videos using Debian or Ubuntu

A test image