Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:vnc [2022/09/14 15:57] – created darron | tools:vnc [2024/09/02 10:39] (current) – darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====VNC==== | ||
+ | |||
+ | <wrap right> | ||
+ | {{tools: | ||
+ | \\ \\ | ||
+ | {{tools: | ||
+ | </ | ||
+ | |||
===Server=== | ===Server=== | ||
+ | |||
+ | ==Install== | ||
< | < | ||
- | sudo apt install tightvncserver wmaker | + | sudo apt install tightvncserver wmaker |
</ | </ | ||
+ | ==First run== | ||
+ | |||
+ | < | ||
+ | tightvncserver | ||
+ | |||
+ | You will require a password to access your desktops. | ||
+ | |||
+ | Password: | ||
+ | Verify: | ||
+ | Would you like to enter a view-only password (y/n)? n | ||
+ | |||
+ | New ' | ||
+ | |||
+ | Creating default startup script / | ||
+ | Starting applications specified in / | ||
+ | Log file is / | ||
+ | </ | ||
+ | |||
+ | ==First stop== | ||
+ | |||
+ | < | ||
+ | tightvncserver -kill :1 | ||
+ | Killing Xtightvnc process ID 10798 | ||
+ | </ | ||
+ | |||
+ | ==Reconfigure .vnc/ | ||
+ | |||
+ | < | ||
+ | #! /bin/sh | ||
+ | xrdb " | ||
+ | export XKL_XMODMAP_DISABLE=1 | ||
+ | exec wmaker | ||
+ | </ | ||
+ | |||
+ | ==Restart== | ||
+ | |||
+ | < | ||
+ | tightvncserver -geometry 1280x1024 | ||
+ | </ | ||
===Client=== | ===Client=== | ||
[[https:// | [[https:// | ||
+ | |||
+ | Connect to hostname:1 | ||