Mint 19. Доступ по VNC.
/ Просмотров: 3220

1. Устанавливаем Mint (linuxmint-19-cinnamon-64bit-v2.iso)
2. sudo apt-get update
3. sudo apt-get install vino -y
4. gsettings set org.gnome.Vino require-encryption false
5. gsettings set org.gnome.Vino prompt-enabled false
6. gsettings set org.gnome.Vino vnc-password "$(echo -n "password" | base64)"
7. sudo nano /etc/xdg/autostart/vino-server.desktop
[Desktop Entry] Name=Desktop Sharing Comment=GNOME Desktop Sharing Server Keywords=vnc;share;remote; NoDisplay=true Exec=/usr/lib/vino/vino-server --sm-disable Icon=preferences-desktop-remote-desktop Terminal=false Type=Application X-GNOME-Autostart-Phase=Applications X-GNOME-AutoRestart=true X-GNOME-UsesNotifications=true X-Ubuntu-Gettext-Domain=vino
8. reboot