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,
Saturday, November 25, 2006
Eclipse on FC6
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:
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:
/usr/local/firefox/firefox-bin: error while loading shared libraries:Then, have to install libstdc++ using the following command:
libstdc++.so.5: cannot open shared object file: No such file or directories
$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.
Labels:
FC6,
Firefox,
Flash player,
Macromedia,
plugin
Wednesday, November 22, 2006
Re-install FC6
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/
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!
Can anybody tell me how to install glib and the dependance? I can't find any clear direction!
Subscribe to:
Posts (Atom)