Export xterm to another system
The following command allows you to start a xterm and export its display to another system with a white foreground on a black background . Very useful when working on headless systems
/usr/X11R6/bin/xterm -display <IPaddress>:0.0 -fg white -bg black
- Suramya