HOTCAKES! Get your HOTCAKES!!

Stick_e_Mouse

Distinguished
Jun 28, 2001
20
0
18,560
Hot off the press, the latest release of <A HREF="http://www.mozilla.org/releases/" target="_new">Mozilla (version 1.1)</A>.
It just keeps getting better and better.

Disregard my previous post.
 

ejsmith2

Distinguished
Feb 9, 2001
59
0
18,580
Sweeeeeeeeeeeeet!

Good call.

Now if I can just figure out how to unzip it and install it. It'd be nice if I could figure out how to login as root with a xwindow session on another virtual terminal...

C@lling it like I c it...
 

Stick_e_Mouse

Distinguished
Jun 28, 2001
20
0
18,560
just open up a terminal, at the command prompt type:
<pre>su [hit enter]
[you'll then be prompted for your root password]
</pre><p>change to the directory to where you download the *.tar.gz file. as root type:
<pre>tar xvzf [name of mozilla file].tar.gz
</pre><p>then change to the newely created folder and run mozilla by typing:
<pre>./mozilla
</pre><p>

installation instructions are <A HREF="http://www.mozilla.org/releases/mozilla1.1/#install" target="_new">here</A> (just scroll down a little bit).

Disregard my previous post.