Difference between revisions of "VNC"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 20: Line 20:
  
 
== Related terms ==
 
== Related terms ==
* <code>[[virt-install]]</code>: (<code>virt-install --install ubuntu20.04 --memory 500 --disk size=0.2 --graphics vnc,listen=0.0.0.0</code>)
+
* <code>[[virt-install]]</code>: <code>virt-install --install ubuntu20.10 --memory 2048 --disk size=2 --graphics vnc,listen=0.0.0.0</code>
 
* [[Virt-install Windows]]
 
* [[Virt-install Windows]]
  
Line 26: Line 26:
 
* <code>[[virsh vncdisplay]]</code>
 
* <code>[[virsh vncdisplay]]</code>
 
* [[spice]]
 
* [[spice]]
* macOS: fn+ctrl+option+delete.
+
* [[macOS]]: fn+ctrl+option+delete.
  
 
== See also ==
 
== See also ==

Revision as of 08:01, 4 April 2021

wikipedia:Virtual Network Computing

/etc/libvirt/qemu.conf 
virsh vncdisplay VM_NAME
:2

Ports:

:1 -> 5901
:2 -> 5902


VNC example configuration:

<graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'>
     <listen type='address' address='0.0.0.0'/>
</graphics>


Related terms

See also

Advertising: