Zing Chat on Linux using Pidgin
Ok, now we configure for pidgin to connect Zing Chat.
1. First , we try to find out your ID number by your username. Type this web address on your browser. Choose you_nick you exactly your nick of Zing Chat.
http://chat.zing.vn/wpa.php?name=your_nick
It will return your ID number. You will use this ID number and password to login Zing Chat.
2. Next, download libqq.so and replace libqq.so on /usr/lib/purple-2/libqq.so .Don’t forget exit pidgin before copy libqq.so to /usr/lib/purple-2
wget http://process.kapsule.info/libqq.so
mv /usr/lib/purple-2/libqq.so /usr/lib/purple-2/libqq.so.bk
cp libqq.so /usr/lib/purple-2
3. Ok, now restart pidgin. On QQ Options. Choose Select Server as image:
Or
Hope you successful connect to Zing Chat server. keke
Using TTS engines of Windows in Linux
For GUI, you can install TextAloud, eSpeak. Here is instruction of install TextAloud by using wine.
eSpeak also support command line to read text but i can’t choose specific TTS engines with it
Then i try using sapi2wav . Sapi2wav support reading from strings or text and output to wav file. But with neospeech TTS engines, output not good as i expected.
Finally, i found Say++. This tools quite simple, it’s allow read string from command line with default TTS engines. Voice quality quite good.
I try to change default TTS engine to Neospeech engine.
1. Try to find out list of TTS engine on Win$. Open regedit, go walk to HKEY_LOCAL_MACHINE\Software\Microsoft\Speech\Voices\Tokens. It will show you a list TTS engines.
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Speech\Voices and edit key DefaultTokenId to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\[TTS engines].

http://blog.ibeentoubuntu.com/2009/03/extra-repositories-for-ubuntu-810-you.html

Pidgin lastest
Latest Pidgin/Rhythmbox repository for Ubuntu
December 18th 2007 in Deb, Latest, Linux, Messenger, Open Source, Pidgin, Repository, Rhythmbox, Ubuntu, UncategorizedHere is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources
![]()
Steps to add the repository:
1. Open Terminal (Applications->Accessories->Terminal)
2. Type “gksu gedit /etc/apt/sources.list”
3. Go to the end of the file and add the following onto a new line:
## Latest Pidgin/Rhythmbox
deb http://www.telemail.fi/mlind/ubuntu gutsy main4. Save the file and close Gedit.
5. Add the public key so that apt does not complain about any authentication errors (type into terminal):
wget http://www.telemail.fi/mlind/ubuntu/937215FF.gpg -O- | sudo apt-key add -
6. Update your system (type in terminal)
sudo apt-get update && sudo apt-get dist-upgrade
7. Voila! You should now have the latest Pidgin and Rhythmbox!

Play & Rip video from DVD,VCD
mplayer dvd://N
mplayer -dumpstream vcd://N -dumpfile file.avi
Install VMware Server 1.0.6 on Ubuntu 8.04 “Hardy”
http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/
Add subscription to google reader
I wrote a macro to get a link to add feed to Google Reader or Google Homepage.
I tested it in Kmeleon 1.5beta. I think it would be work on old version.
I share it here for you guys who are interested.
Link here
Macro popup google application
In Firefox, there is sidebar that could use to display useful information. I was hearing in there, people using Google applications(Google Notebook,Gtalk,GReader,GMail,GDocument,GCalendar…) which has built for mobile application to display in sidebar. In K-Meleon, in this moment sidebar isn’t, i think about using javascripts to popup small windows to view page contents. That is very similar sidebar in firefox. Very usefuls.
Here is my macro GApplication.kmm . Hoping useful for you guys.
Use: To use this macro, you have to turn off function Popup blocker or add exceptions rule to popup except www.google.com address.
Download here

1 comment