2018년 12월 2일 일요일

RealVNC Connect on Ubuntu 16.04.4

https://boringtechtutorials.wordpress.com/2018/06/15/realvnc-connect-on-ubuntu-16-04-4/


To install RealVNC Connect run this terminal command.


$ sudo dpkg –i package name.deb

Once you install RealVNC Connect you need launch the setup wizard to login with your home subscription account.
In terminal run vnclicensewiz


$ vnclicensewiz
 
This will launch the wizard and you just need to login with your realvnc credentials. You will also need root password when requested.
To start RealVNC Connect service, run the following terminal command.


$ sudo systemctl start vncserver-x11-serviced.service

You will now see the RealVNC Connect icon on the Unity top bar.
You should now be able to connect to this system using RealVNC Viewer from another computer.
If you restart the computer RealVNC Connect will not atomically start. To make it start each time run the following command.


$ sudo systemctl enable vncserver-x11-serviced.service

This should complete the setup.

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...