This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
сервис_vnc [2021/12/14 13:22] val created |
сервис_vnc [2024/05/19 12:50] (current) val |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Сервис VNC ====== | ====== Сервис VNC ====== | ||
- | ===== Krfb ===== | + | * [[https://habr.com/ru/post/709218/|TeamViewer из подручных материалов]] |
+ | |||
+ | ===== Windows ===== | ||
+ | |||
+ | ==== TightVNC ==== | ||
+ | |||
+ | * [[https://www.tightvnc.com/download.php|Download TightVNC]] | ||
+ | |||
+ | ===== Linux ===== | ||
+ | |||
+ | ==== TightVNC ==== | ||
+ | |||
+ | * [[https://invs.ru/support/chastie-voprosy/kak-ustanovit-vnc-na-debian/|Как установить VNC на Debian]] | ||
+ | |||
+ | <code> | ||
+ | # apt -y install xfce4 xfce4-terminal firefox-esr tightvncserver dbus-x11 | ||
+ | |||
+ | # vncserver -depth 24 -geometry 1280x800 | ||
+ | |||
+ | # ss -tupna | grep vnc | ||
+ | |||
+ | # vncserver -kill :1 | ||
+ | </code> | ||
+ | |||
+ | ==== x11vnc ==== | ||
+ | |||
+ | * [[https://losst.pro/nastrojka-x11vnc-na-ubuntu|Настройка x11vnc в Ubuntu]] | ||
+ | |||
+ | <code> | ||
+ | $ x11vnc -noxdamage -shared -dontdisconnect -many -noxfixes -rfbauth /etc/x11vnc.pass | ||
+ | </code> | ||
+ | |||
+ | ==== Krfb ==== | ||
* [[https://www.altlinux.org/VNC#С_помощью_Krfb]] | * [[https://www.altlinux.org/VNC#С_помощью_Krfb]] |