-
Notifications
You must be signed in to change notification settings - Fork 1
vnc
For a stand alone Lubuntu 19.04 that was created on VMWare vSphere I was going to follow the instructions on https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04 to install a VNC Server.
However since I am using vSphere a much more convenient option is to simply use VMware Remote Console 10.0.6.
To get the vmrc://
link than can be saved open the Google Chrome developer tools when selecting to open the console from the Actions menu, the URL should look something like this:
VMWare tools are installed as normal:
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
By default Copy and Paste Options in VMRC is disabled, but it can be enabled by adding the Configuration Parameters below via Select VM > Edit Settings > VM Options > Advanced > Edit Configuration
Key | Value |
---|---|
isolation.tools.copy.disable | FALSE |
isolation.tools.paste.disable | FALSE |
The VM will have to be restarted for this settings to take effect.
- Lubuntu – installing VNC server - https://homecircuits.eu/blog/lubuntu-installing-vnc-server/
- How to Install and Configure VNC on Ubuntu 18.04 - https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-18-04
- VMware Remote Console 10.0.6 - https://my.vmware.com/web/vmware/details?productId=742&downloadGroup=VMRC1006
- Enable the Copy and Paste in VMRC (Virtual Machine Remote Console) - http://virtualization24x7.blogspot.com/2016/08/enable-copy-and-paste-in-vmrc-virtual.html