Google Site SearchFN Site Search FN Blog Login FN Blog Login
Site Navigation:
 
 

Firefox Updates

by Thomas Chung

UPDATE 2004-08-15
How to launch FireFox ProfileManager:

$ firefox -ProfileManager

UPDATE 2004-08-09
Added History of Firefox Release

UPDATE 2004-08-08
Here are some useful links for Firefox:
Firefox Support Forum
Firefox FAQ
Firefox Shortcuts

UPDATE 2004-08-07
To share existing Mozilla plugins (Flash, Real, Acrobat, QuickTime) with Firefox broswer,

[tchung@localhost tchung]$ su -
Password:
[root@localhost root]# cd /usr/lib/firefox/
[root@localhost firefox]# ls -dF plugins
plugins/
[root@localhost firefox]# rm -rf plugins
[root@localhost firefox]# ln -s /usr/lib/mozilla/plugins/
[root@localhost firefox]# ls -dF plugins
plugins@
[root@localhost firefox]# ls -dl plugins
lrwxrwxrwx  1 root root 25 Aug  7 12:47 plugins -> /usr/lib/mozilla/plugins/

Now, you should able to see Flash content, Real content and so on with Firefox.