Enfin il arrive, le 2eme Film open-source, Big Buck Bunny à eu un coût de production de 150000 euros et une durée de réalisation de 6 mois.Ce qui magnifique c’est que les créateurs de ce film ont utilisé juste des logiciels libres genre:
Big Buck Bunny est disponible en plusieurs encodage comme: MP4, H.264, OGG, MSMP4. Ainsi en plusieurs résolutions : 1920×1080, 1280×720, 854×480, et même pour les PSPs 320×240.
Pour le Téléchargee vous n’avez qu’a suivre le lapin blanc Big Buck Bunny
Here is a funny trick to mess up with someone’s bash prompt: change it to look like a Windows one
To do so, add the following line to his ~/.bashrc file:
The exploit allow local users to gain root access using a “proof of concept” exploit. The exploit worked on my machine (Kernel 2.6.22-gentoo-r2).
The bug report:
Here’s a shell-script to help you automatize the process:
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bashif(( $# < 1 )); then
echo "usage: ${0} NUM [NUM]..."
exit 1
fi
manga="${PWD##*/}"for ep in"$@"; do
URL="http://stoptazmo.com/downloads/get_file.php?file_category=${manga}&mirror=1&file_name=${manga}_${ep}.zip"
wget -c -U Links "${URL}"
done
To use it, create a directory named with the exact name from the web site:
$ mkdir slamdunk
$ cd slamdunk
$ getmanga.sh 150 151
Pourquoi pas décorer son bureau?!! si vous êtes des utilisateurs d’une distribution linux, ou des funs de notre Cute tux, voila une maquette que vous pouvez monter vous même, faut juste avoir un ciseau et de la colle et un ti peux du temps libre.
PS: je l’ai pas encore fait car j’ai pas trouvé d la colle chez moi ^^
That key is just on the way. Whenever you want to use one of its neighbors (Tab, Shift, A, Q), there’s a good chance you’re gonna press that stupid key instead.
Lately I found out that I was not along, and others like me started a war against it.
[Edit:] If you care about your keyboard and you are using Linux (Under X) you can disable the caps key by creating a .xmodmap file in your home directory with the following:
remove Lock = Caps_Lock
and insert this line xmodmap ~/.xmodmap into your ~/.bash_profile
Sergey Brin and Steve Horowitz demonstration of the Android, Google’s mobile platform. More videos are available at youtube’s android developers page, and there’s also a blog.