summaryrefslogtreecommitdiff
path: root/Technology
diff options
context:
space:
mode:
Diffstat (limited to 'Technology')
-rw-r--r--Technology/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/Technology/index.md b/Technology/index.md
index bd84bd4..59be267 100644
--- a/Technology/index.md
+++ b/Technology/index.md
@@ -42,6 +42,25 @@ DISPLAY=:1 ib-gw
make sure port are open
launch tightvnc (or vnc viewer) to verify instance up and running
+#
+Xvfb :1 -ac -screen 0 1024x768x24 &
+export DISPLAY=:1
+x11vnc -ncache 10 -ncache_cr -display :1 -forever -shared -logappend ~/x11vnc.log -bg -noipv6
+DISPLAY=:1 ib-gw &
+
+sudo pacman -S tigervnc
+vncpasswd
+vim .config/tigervnc/config
+session=dwm
+geometry=1024x768
+localhost
+alwaysshared
+
+#start srv
+vncserver :1 # already running
+#view
+vncviewer localhost:5900
+
##