[EMAIL PROTECTED] said:
> Hi all,

> any idea's would be appreciative :)

if your going accross the internet, its a much better idea to
tunnel X over SSH. ssh with the -X option and be sure X11Forwarding
in ssh is enabled on the server. I also would reccomend connecting
with compression, this is the command line I use:

ssh -l USER -v -C host -X

you'll need the basic X libraries as well as xauth installed for it
to function. Another idea would be to tunnel VNC over SSH or SSL(via stunnel).

if your interested in monitoring your server in a more automated fashion
perhaps check out MRTG, I wrote up a substantial amount of docs on monitoring
systems with MRTG recently including disk space, load, network, memory, swap,
uptime etc. ..

http://howto.aphroland.de/HOWTO/MRTG/

that way you can see performance over time, and don't have to be watching
the screen all the time.

nate






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to