Trying to export display automatically in Linux ?
Can anyone tell me how I can automate the following :
I am using Linux to Linux export DISPLAY. Instead of typing the commands
(xhost + and export DISPLAY), I would like to find out if there is way
I can add this in a file so this commands are executed automatically everytime I reboot the Linux systems.
thanks, Kishore
Linux System A --------------------Linux System B
Usually I type xhost + on Linux A
and on Linux B, I type export DISPLAY=(IP address of A):0.0
|