Remote
startup of Xwxtoimg using Linux
One of the
many useful features of the Linux operating system, is the ease with
which distant computers may be controlled. By logging in to a
remote computer via 'ssh', remote starts of Xwxtoimg may be achieved
with the command:
DISPLAY=unix:0.0
xwxtoimg &
The above
command directs Xwxtoimg's GUI output to the remote computer's display.
If the remote computer has critical CPU-intensive applications running,
one can downgrade Xwxtoimg's CPU allocation with the command:
renice 10 -p [current process id number of xwxtoing]
If one only has access to a Windows machine, ssh may be run via the Putty utility.