Saturday, November 25, 2006

vsftp

With vsftpd started, I still can't login correct via ftp.
With error of "500 OOPS:...cannot change directory..." something.


To solve this problem, "Disable SELinux protection for ftpd daemon" in "System->Security Level and Firewall->", SELinux->FTP tag,

Eclipse on FC6


It's a good news for programmer on Linux. Eclipse 3.2.0 is bundled in FC6.


If you haven't select it when installation, you can add it from "Application->Add/Remove Software->Browse->Development" and check "Eclipse". It's much more easy then before.

Friday, November 24, 2006

Install Firefox 2.0 & Flash Player plug-ins

Downloaded and installed Firefox 2.0. But it cannot be started with the following error message:

/usr/local/firefox/firefox-bin: error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or directories
Then, have to install libstdc++ using the following command:

$yum install /usr/lib/libstdc++.so.5

Finally, install Flash Player for Firefox. Un-luckly, both the auto and manual installation cannot work on my set. Then, searched from internet and found it work:
$ wget http://macromedia.mplug.org/macromedia-i386.repo
$ sudo cp macromedia-i386.repo /etc/yum.repos.d/
$ sudo yum install flash-plugin


Now, both Firefox and Flash Player work fine. But...actually I don't know the commands used.

Wednesday, November 22, 2006

Re-install FC6


In order to run FC6, bought a Compaq notebook from second hand market, Armada 100, with upgraded hard-disk of 30G.

Just finished installation, look great.

Saturday, November 04, 2006

Port Blocked

Double checked my web page, found that it can be reached by other PC within my router, but can't be reached from outside. Finally, found that I have to change the Port# from outside, and set my router to forward it (say 1025) to Port 80 of my server. May be the Port 80 is blocked by the ISP.

Now, my server can be reached from outside, with port 1024 specified.
Such as: http://XXX.XXX.XXX.XXX:1024/

Thursday, November 02, 2006

gtk2 & glib installation !!!

I'm going to install GIMP. But I have to install the dependance, gtk2 & glib, first.

Can anybody tell me how to install glib and the dependance? I can't find any clear direction!