Changes

Mint Linux Distribution Reference

534 bytes added, 20:09, 15 February 2018
/* Useful system tools and software */
The following lines were added (+) and removed (-):
=== vncserver as a boot service === sudo apt-get -y remove vino sudo apt install x11vnc sudo mkdir /etc/x11vnc sudo x11vnc --storepasswd /etc/x11vnc/vncpwd sudo vi /lib/systemd/system/x11vnc.serviceNow you're in the text editor and you need to add the following lines: [Unit] Description=Start x11vnc at startup. After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -auth guess -forever -noxdamage -repeat -rfbauth /etc/x11vnc/vncpwd -rfbport 5900 -shared [Install] WantedBy=multi-user.target
Bureaucrat, administrator
16,192
edits