X11 question
sorry, bit of an odd question but hopefully someone will know...
i've got X11 running and its great (even using OpenOffice as my way of sticking 2 fingers up at M$)
where i work we have a linux webserver, and i want to be able to display the XWindows environment of the webserver on my mac. I know you can do this be using the display command, but not sure how...
i've got X11 running and its great (even using OpenOffice as my way of sticking 2 fingers up at M$)
where i work we have a linux webserver, and i want to be able to display the XWindows environment of the webserver on my mac. I know you can do this be using the display command, but not sure how...
Comments
Wonder if it will work?
its something like what you said but not quite it (cheers for the tip anyway)
do i need to log-in to the remote machine, then export the display back to mine?
export DISPLAY=IPADDR:0
not sure why the zero is required?
<strong>yeah that should work. i always have to log in then:
export DISPLAY=IPADDR:0
not sure why the zero is required?</strong><hr></blockquote>
yeah, thats it! bit it doesn't seem to work. nevermind i'll kepp trying...
thanks
also, this wont really let you see the webserver. instead, any programs you run on your computer that use X11 will not show up locally, but instead on that other x11 server.
if u want to see the webserver from afar, it'd probably be easiest to set up a vnc server. its a pretty simple install, and comes with many *nixes. on the webserver try: vncserver. it'll tell u what display u just opened up. to kill that server do 'vncserver -kill
Then any apps that you start on the server will display locally.