Created
February 21, 2024 14:04
-
-
Save koduki/962863f1d436ca12db135c5f8eb07b98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt install obs-studio | |
sudo apt install tightvncserver | |
vncpasswd | |
sudo apt install task-xfce-desktop -y | |
vi .vnc/xstartup | |
sudo apt-get install xfonts-base xfonts-75dpi xfonts-100dpi xfonts-scalable | |
vncserver -localhost :1 | |
vncserver -kill :1 | |
sudo apt install websockify novnc | |
websockify --web=/usr/share/novnc 6080 localhost:5901 | |
chmod a+x /home/pascalm3/.vnc/xstartup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment