summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Technology/index.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Technology/index.md b/Technology/index.md
index c97e6f7..bd84bd4 100644
--- a/Technology/index.md
+++ b/Technology/index.md
@@ -24,6 +24,24 @@ but dist-kernel useflag must be anabled ?
## Headless ib-gw instance
+# start by seting up ib-gw, ib-tws & ibc
+
+xvfb USE on xorg-server
+
+emerge x11-misc/x11vnc
+
+# setup screen simulator
+Xvfb :1 -ac -screen 0 1024x768x24 &
+export DISPLAY=:1
+x11vnc -ncache 10 -ncache_cr -display :1 -forever -shared -logappend /var/log/x11vnc.log -bg -noipv6
+
+# to start
+DISPLAY=:1 ~/ibcontroller.paper/IBControllerGatewayStart.sh
+or eventually
+DISPLAY=:1 ib-gw
+
+make sure port are open
+launch tightvnc (or vnc viewer) to verify instance up and running
##