Monday, August 24, 2009

How to fix ODBC Drivers cannot be found in Vista 64

32 bit odbcad32.exe in the syswow64 directory. They put the 64 bit odbcad32.exe in the system32 directory. 32 bit apps will pick up the 32 bit registry setting and 64 bit will pick up the 64 bit registry setting. system32 comes before syswow64 in the system path so the 64bit software runs before the 32 bit software.

So, when I manually ran odbcad32.exe in the syswow64 directory, I was able to configure my connections and everything worked hunky dory. I know have a shortcut to syswow64\odbcad32.exe on my desktop for working with 32 bit databases.

Enjoy ubuntu... ;)

Thursday, August 20, 2009

How to install AWN on Ubuntu

Open a terminal (Applications -> Accessories -> Terminal) and paste the following command:

Quote :
sudo apt-get install awn-manager-trunk awn-extras-applets-trunk

Hit the "Y" key when asked, and complete the installation. Close the terminal window and start the AWN dock from Applications -> Accessories -> Avant Window Navigator.

Review image
WARNING: Be aware that AWN will appear over your bottom GNOME panel, therefore you should delete the panel before launching AWN! See the third tip from the "Bonus tweaks" section below.

Tq http://news.softpedia.com/news/Install-AWN-on-Hardy-Heron-82611.shtml

Enjoy ubuntu... ;)

How to fix Yahoo Problem in Pidgin 2.5.7

This is for those that can not upgrade to Pidgin 2.5.7 or don't want to.

1· Open Pidgin and go to Accounts -> Manage Accounts...

Review image


2· Click on the Yahoo account and then on the "Modify" button...

Review image


3· Click on the "Advanced" tab and paste the following line in the "Pager server" field...

cn.scs.msg.yahoo.com

Review image

4. Click the "Save" button, then click the check box in front of the Yahoo account to connect.

Tq http://news.softpedia.com/news/How-to-Fix-Yahoo-problem-in-Pidgin-114754.shtml

Enjoy ubuntu... ;)

How to install gcc on ubuntu

Quote : kunkun@kunkun-laptop:~$ sudo apt-get install gcc build-essential

To check version of gcc

Quote : root@kunkun-laptop:/media/mozilla/proj/mozilla# gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)

Enjoy ubuntu... ;)

kunkun-laptop .... ;)