I am still new to Linux as I only play around with it every now and then. I want to use Mozilla as my default web browser and I am trying to figure out where the application is installed by default so I can create a link to it from my desktop?
While I am here:
1. Where can I find a good list of linux commands?
2. How do I uninstall a program?
I like playing around with Linux because it is challenging. Sometimes though after I have accomplished a task I still dont feel like I understand what I did.
For Example...I use atl.speakeasy.net to test my connection speed which uses a Java applet. I am assuming by default that Mozilla does not use Java since the applet did not load. So I downloaded Java from Sun's website and followed their instructions for installation and I created a "symbolic link?". I apparently did it right because now the java applet loads but I still do not know what a symbolic link is or does really.
This is what I think it did. I think the link I created told my Mozilla browser where I had installed Java so it could use it? I was told to cd to my /usr/lib/mozilla-1.1/plugins then create a symbolic link here by typing "ln -s /usr/java/j2sdk1.4.2_01/plugin/i386/ns610/libjavaplugin_oji.so libjavaplugin_oji.so
(replace with path to your Java installation)"...what does ln -s mean?
Sorry for so many questions