How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Surely not through telnet. It might get fired up if you start X from command line and then start netscape. But you won't be able to see anything. Try VNC. It comes with RH 7.1
Regards, Mayur
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Sometime on Aug 10, Mayur Joshi assembled some asciibets to say:
How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Surely not through telnet. It might get fired up if you start X from command line and then start netscape. But you won't be able to see anything. Try VNC. It comes with RH 7.1
Actually, netscape runs very well over telnet. That's the whole concept of Xclients and Xservers. Netscape on the remote machine is the Xclient. It connects to the Xserver on the local machine for its user input/output.
localmachine> xhost +remotemachine localmachine> telnet remotemachine remotemachine> export DISPLAY=localmachine:0 remotemachine> netscape &
works perfectly, and the same with other X apps.
Philip
Hi,
Can I run Netscape on a 286/386-Diskless with 4MB RAM ?
If so can someone direct me to the relevant pages...
I guess I will have to change only the Monitors.. The current 286/386 work on Mono[softwhite] monitors. I can simply upgrade to MonoVGA.
--LL
__________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
--- I Love luv_linux2000@yahoo.com wrote:
Hi,
Can I run Netscape on a 286/386-Diskless with 4MB RAM ?
286 - No, Linux is a 32 bit OS. 386 - yes, but AFAIK, X will not run under 4 MB RAM.
Krishnan
__________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
--- linux@ramshyam.com wrote:
What is AFAIK.... ?
An acronym for "As far as I know".
WHat is the minimum RAM ??
I've run it under 16 MB on a 486, but maybe 8 MB would work as well. Not sure though, maybe other list members could contribute.
Krishnan
__________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/
At 11:47 PM 8/11/01 -0700, you wrote:
WHat is the minimum RAM ??
I've run it under 16 MB on a 486, but maybe 8 MB would work as well. Not sure though, maybe other list members could contribute.
I have run Netscape on a AMD 80386DX 40Mhz with 8Mb of RAM. I think I used Fvwm. The load process took almost 3-5 minutes with tremendous swapping. After words every new window or new dialog box elicited more swapping. Not worth for serious work. Maybe if you use Opera, which is said to be much lighter... (never used it myself).
quasi p.s. Also as an aside, compiling the kernel had taken me almost 3-4 hours. (and the kernel source used to be much smaller that time)
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Sometime on Aug 12, Q u a s i assembled some asciibets to say:
I have run Netscape on a AMD 80386DX 40Mhz with 8Mb of RAM. I think I used Fvwm. The load process took almost 3-5 minutes with tremendous swapping. After words every new window or new dialog box
If you run netscape on a powerful server, and only export the display to the 386, it will run very smoothly. Everything will be fast. Even staroffice can be run smoothly. Try it. 386 with 4 MB RAM. It will work.
Philip
Sometime on Aug 11, I Love assembled some asciibets to say:
Can I run Netscape on a 286/386-Diskless with 4MB RAM
Yes.
If so can someone direct me to the relevant pages...
Same as the Xserver mail posted last week.
I guess I will have to change only the Monitors.. The current 286/386 work on Mono[softwhite] monitors. I can simply upgrade to
If X runs, then netscape will.
diskless -> xhost +host_with_netscape diskless -> telnet host_with_netscape host_with_netscape -> export DISPLAY=diskless:0 host_with_netscape -> netscape &
Philip
Hi, Can anyone with root access to MAILMAN help me...... I need the syntax to add users from a TXT file from shell promtp. I think its "addmembers" or "addlist"... Can someone please send me the usage for the above command. Thx sandeep
On Sat, 18 Aug 2001, linux@ramshyam.com spewed into the ether:
Hi, Can anyone with root access to MAILMAN help me...... I need the syntax to add users from a TXT file from shell promtp. I think its "addmembers" or "addlist"...
add_members --help. See in $MAILMAN/bin
Devdas Bhagat
On Aug 18, 2001 at 16:37, linux@ramshyam.com wrote:
Can anyone with root access to MAILMAN help me...... I need the syntax to add users from a TXT file from shell promtp. I think its "addmembers" or "addlist"... Can someone please send me the usage for the above command.
Check under mailman's bin directory. The filenames are obvious. Run any without parameters and help will be printed. Alternatively, view the file. The help text is near the top.