29
2011
Display hindi unicode fonts on Google Chrome on Ubuntu Linux
Google Chrome has problem displaying hindi/unicode and other Indian language fonts. For example bold hindi fonts might be displayed as square boxes. http://code.google.com/p/chromium/issues/detail?id=32109 http://code.google.com/p/chromium/issues/detail?id=21320 It is some kind of font selection bug. Lets try fixing it. 1. You may want to install the packages ttf-devanagari-fonts and ttf-indic-fonts. Also get that mangal.ttf thing from windows or somewhere. If that solves the problem , fine , otherwise continue. 2. Lets say for hindi , find which font [...]
28
2011
Ubuntu Convert vcd dat file to mpeg
To record or rip a vcd on ubuntu : 1. sudo apt-get install vcdimager 2. Insert vcd into drive. 3. run vcdxrip It will create the avseq**.mpg files in your home folder. Now the mpg files can be used with ffmpeg or to create other vcd etc. Run : mplayer vcd://1 It will show track information of the vcd : mencoder command can be used to record a particular track
Subscribe
Recent Posts
- C code to perform IP whois
- Turbotrace – a free multithreaded and visual traceroute utility for windows and linux
- Function pread for windows
- Quick Tip: Getting the Next and Previous Items or Posts
- Compile wxwebconnect on Ubuntu 11.04 64 bit
- Disqus Comments Importer Script in PHP
- Beginners’ guide to socket programming with winsock
- Handle multiple socket connections with fd_set and select on Linux
- Beginners guide to socket programming in C on Linux
- Gui whois client in python with wxpython
An article by Binary Tides