Link to home
Start Free TrialLog in
Avatar of ahchong
ahchong

asked on

online speed (internet)

Hello, currently, I am using Redhat 6.1 with GNOME workstation, I got a problem with my internet, that is I feel that by using Linux to surfnet is much slower than Microsoft Windows, how can I configure it so that it's more faster ? (I am using Netscape 6.1, modem with 33.6 speed, Redhat Linux 6.1 GNOME workstation, Netscape 4.61 and i have configure my modem to the highest speed)
Avatar of hewey01
hewey01

Are you using gnome-ppp or command line ppp??? (with ifup ppp0? or usernet?) Some options may not be activated, especially crtcts (hardware flow control)

Hewey
Avatar of ahchong

ASKER

I am using gnome-ppp, anyway, how to use command line ppp ?
Hi ahchong,
posting here on this unrelated question, becuase the question about xfs is locked!
Anwyay, I'm glad I could help but I don't give out my email or anything like that though as I am pretty busy adminstrating 32 machines and writing my own code and posting here.  I already get about 80 emails a day.

The directories that you ask about are where the actual descriptions of the fonts are stored by default for X.  You can find out about this by looking at the HOWTO's at the LDP www.ldp.org  I can really recommend that you download some of these (use File->SaveAs in Netscape to store them) to read at your leisure with your web-browser (You can view files locally by typing in file:/home/ahchong/filename.html  instead of http://somesite.somedomain.com/somefile.html). There is lots of inforamtion there perfect for a newby.  Also look for linuxnewbie.org.  

best wishes,
modulus
Hi ahchong,
You say:
I am using gnome-ppp, anyway, how to use command line ppp ?

Well, strictly it's RHppp (the redhat ppp dialer - this is a graphical interface to the underlying ppp daemon pppd).  This daemon can be started in a text-console or on a terminal command-line using:
/sbin/ifup ppp0

The "ifup" is a script, you can do a :
more /sbin/ifup
to see what the script looks like, it just tests to see if other scripts are available and executable.  It's a relatively complex script, so don't bother too much about it until later.

One of the files that controls how the ppp daemon behaves is:

/etc/ppp/options

It may contain:
lock
crtscts
noauth
defaultroute
noipdefault
mtu
mru

It should at the least contain:
lock

These options are dependent to a large extent on the unique conditions created by your ISP.  You can read
man pppd
for an explanation of what each one does
I find it unlikely that it is "crtscts" that is your problem.  It is more likely to be that the mru and mtu need to be set to different values.

best wishes,
modulus

you might try comparing the speeds of an FTP download of the same file under Windows and under Linux.

If they are much different, modem and dialer settings may be the issue, and chaning them may help.  If they are not very different, you may be encountering the unfortunate fact that Netscape is not equally well optimized for all platforms, that all GUIs are not created equally fast, and that Web pages may simply display slower under Netscape/Gnome/Linux.  I don't know if KDE would help, or adding RAM.

If you were were a Netscape manager deciding where to focus your best developers, which platform would you pick?

Also...if you are in fact running Netscape 6 Preview release 1 on Windows, you may need to wait for a version 6 on Linux to get a fair comparison.  The new "gecko" Web page rendering engine introduced with 6 is supposed to be faster than previous Netscape versions, including 4.x.
ASKER CERTIFIED SOLUTION
Avatar of jaymz
jaymz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ahchong

ASKER

ok... no problem , after I fixed the problem, I am judge your answer :)
Avatar of ahchong

ASKER

Answer accepted