Misc / Tips
Here, i'll write some tips i use ...
To embed videos on my pages
- This web site use the wordpress CMS
- and there is a plugin that use flvplayer
- and other plugin to display code, with syntax highlighting igsyntax-hiliter
- I encode my videos using ffmpeg (build with mp3 encoding using lame) with the folowing options :
ffmpeg -i source.avi -ar 44100 -ab 64 -f flv -s 320x240 out.flv
Emacs
- Mark a whole function : C-M-h
Mailman
- discretly add an adress to a list ;
echo "adresse" | /usr/lib/mailman/bin/add_members -w n -a n -r - "liste"