Hi!
I am new to Linux.
I wanted to load Linux on my PC.
The version I tried out was PCQLinux 7.1
(That was the only version I could lay my hands on.)
I tried loading Linux with graphics (GNOME & KDE both)
on my PC. The partition, formatting and preliminary
installation was so smooth, I could no
Before finding out a more long term solution for your problem, you can
try the vesa driver on your machine. Take a look at
http://www.exocore.com/technologies/linux/sis6215c/
... and think of all references to SIS out there as a reference to
your chipset. This should get you up and running.
M
Dear Friends,
i have installed netscape in /usr/local/netscape directory and i can open it by typing ./netscape on command line.
i set PATH to this directory but this path is vaild for only current session. when i uses other terminal , i couldn't access netscape bt typing netscape...
i export path
Hi,
>i export path but it
couldn't work i am using bash shell and mandrake 8.2.
There
must be a file called .bash_profile in your home directory, Just add the
netscape path there at the end of PATH command line.
(This
is just an illustration)
__
if you just wish to load netscape, then create a symlink in /usr/bin
directory
ln -s /usr/local/netscape/netscape /usr/bin/netscape
this will allow you to load netscape. make sure you do it as root
vivek
On Fri, 2002-07-19 at 09:45, D.Venkatasubramanian, Noida wrote:
> Hi,
>
> >i expor