Web Browsers
Mozilla (open-source basis for Netscape Navigator 6.0 and higher)
- X11
- After installing a plug-in, delete $HOME/.mozilla/pluginreg.dat (it will automatically be recreated).
Java plug-in
- Download the JDK
- After installing the J2SDK, make a symbolic link to /usr/java/<version>/jre/plugin/i386/<version>/libjavaplugin_oji.so in the /usr/local/mozilla/plugins directory
Flash Player
Installmozplugger
- Download the plugin
- Unzip it
- Run "./flashplayer-installer"
- When prompted, enter the path for Mozilla (i.e. "/usr/local/mozilla")
- This installs the following files to the plugins directory (i.e. "/usr/local/mozilla/plugins")
Disable
- libflashplayer.so
- flashplayer.xpt
- Requires write-access to the directory containing the file libflashplayer.so
Disabling
Re-enabling
- mv libflashplayer.so libflashplayer.so.off
- mv libflashplayer.so.off libflashplayer.so
Launching mozilla from the command line
- Download it
Open a web page
Edit a web page
- mozilla -remote "openurl(URL,new-window)"
- mozilla -remote "openurl(URL,new-tab)"
- mozilla -remote "openurl(URL)" // existing window
Open the mail & newsgroups window
- mozilla -P <profile> -edit URL & // requires a separate profile for each page
Create a new message
- mozilla -remote "xfeDoCommand(openInbox)"
- mozilla -remote "mailto()"
- mozilla -remote "mailto(a,b,c,...)" // To: a,b,c,...
- mozilla -remote "xfeDoCommand(composeMessage)"