send Xterm to other display
discover display variable : echo $DISPLAY vncserver = 1.0 be user that ran the X server xterm -display 10.10.20.1:1.0 X has security enabled, to disable : xhost + su admin -c “xterm -display 10.10.20.1:1.0 -e tail -f ./pofbribie.txt” &
Read Morevnc
1. If you dont’t indicate what interpreter to use for your script, then this has to be inferred and that process can produce incorrect results. 2. CRLF as line terminators can certainly cause this type of problem. So, first ensure that you have LF only not CRLF. There are many ways to do this, but one is in vim: Code: :set ff=unix :w And second, use a shebang as the first line of the...
Read Morevmware on squeeze
1. Prerequisites installation apt-get install linux-headers-`uname -r` build-essential bzip2 gcc-4.3 2. VMware-server-2.0.2 install In this step we will install vmware-server-2.0.2. This installation process does not include the actual compilation of vmware-modules. Extract VMware-server-2.0.2 installation package: # cd # tar xvzf VMware-server-2.0.2-203138.i386.tar.gz Enter the root directory of...
Read Morevmware command line
Startup Options on a Linux Host The following list describes various options available when you run VMware Workstation from the command line on a Linux host operating system. VMware [-x] [-X] [-q] [-s <variablename>=<value>] [-m] [-v] [/<path_to_config>/<config>.virtual machinex ] [X toolkit options ] You can type these commands manually in a terminal window, or create...
Read More