15/10/2008

Clear Run window history

Delete all strings here:
HKCU\Software\Microsoft\Windows\CurrentVersions\Explorer\RunMRU
Log off & log in again.

15/09/2008

Firebird & FC6

If you want to install FB 2.1.1 on FC6 from rpm package but you receive the following error message:
libstdc++.so.5: cannot open shared object file: No such file or directory
Solution: You should install compat-libstdc++-33 by yum utility:
yum install compat-libstdc++-33

01/08/2008

How to get directory size by linux command?

To get directory size by linux command, you use the following command:
du -hs [your directory]
the size in KB, MB, GB, ...
or
du -s [your directory]
the size in byte.
If your directory is the current directory you can omit it.

02/07/2008

Why FB glues with AMD?

I have deployed my company's software which uses FB for my customer who is using Microsoft Windows 2003 64 bit server. So, I revisited the FB website to download the compatible version of FB. I found that FB havenot got any version for Win64 x86. It has only Win64 AMD. I wondered that Why FB glues with AMD while x86 is more popular than AMD.