Difference between revisions of "Vnc server"
From Hawk Wiki
(Created page with "== create VNC server on ubuntu == <pre> sudo apt install xfce4 xfce4-goodies sudo apt install tightvncserver vim ~/.vnc/xstartup # add gnome-panel & gnome-settings-daemon &...") |
(No difference)
|
Revision as of 14:38, 26 August 2023
create VNC server on ubuntu
sudo apt install xfce4 xfce4-goodies sudo apt install tightvncserver vim ~/.vnc/xstartup # add gnome-panel & gnome-settings-daemon & metacity & nautilus & # continue installation sudo apt install -y gnome-panel gnome-settings-daemon metacity nautilus chmod +x ~/.vnc/xstartup vncserver -kill :1 vncserver -localhost sudo apt install virtualbox # install ext pack sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.1.38-153438.vbox-extpack