29oct/100
How to : Fast converting of Youtube videos to mp3
If you want to download mp3 from the Youtube videos, you can use a website to do this for you.
The one I use is http://www.video2mp3.net.
You only have to copy/paste the video's url in the box, select LD or HD and click "Convert".
Enjoy
3août/100
Convert file to utf-8 on Unix based OS
A little snippet that I needed today. I didn't found what I needed so I wrote it.
-
cp originalFile backupFile
-
iconv -f fromEncoding -t utf-8 originalFile > originalFile
Cheers

