From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- site/-servervm.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 site/-servervm.html (limited to 'site/-servervm.html') diff --git a/site/-servervm.html b/site/-servervm.html new file mode 100644 index 0000000..0b0787c --- /dev/null +++ b/site/-servervm.html @@ -0,0 +1 @@ +🖥️ ServerVM — C.C.M. Homepage

+>---------------------------<+

[About]--[Research]--[Projects]

+>---------------------------<+


🖥️ ServerVM

February 16, 2024

Graphical Interface for Servers with NoVnc

apt install novnc psmisc x11vnc tigervnc-standalone-server xterm terminator wget dbus-x11 python-py python3-pip xfce4 xorg -y

StartVnc Server

 tigervncserver -geometry 1366x768 -xstartup /usr/bin/terminator

Start NOVNC

/usr/share/novnc/utils/launch.sh --listen 8080 --vnc localhost:5901

Access Your Server:

 http://SERVERIP:8080/vnc.html

Kill the connection:

fuser -k 8080/tcp
\ No newline at end of file -- cgit v1.2.3