|
RE: RE: RE: How to automatically update attack objects?
Posted: Sep 5, 2006 5:19 AM 121 views
In reply to: RE: RE: How to automatically update attack... — Thank you, Thomas. I create shell script that look like in IDP 3.2... posted by vtyurin on Aug 16, 2006 1:18 AM
Hello,
The DISPLAY and export DISPLAY are used to forward the output to a graphical interface such X11. If you are directly connected to the station, this line is not necessary. You can run the "who" command on your system. A list of the connected users will appear with the associated IP. Find your login in this list and export the DISPLAY as your IP:
who
user1 ...... (10.1.1.1)
user2 .......(10.1.1.2:0.0)
export DISPLAY=10.1.1.2:0.0
I never run the IDPScheduler but this kind of message is usually coming from Java (bad version, version mismatch,...). |