From 6d1345957cb41770d63073cd5ddd93e64307d25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sat, 24 Feb 2024 03:25:11 +0000 Subject: Add files via upload --- -servervm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '-servervm.html') diff --git a/-servervm.html b/-servervm.html index 0b0787c..1264ac8 100644 --- a/-servervm.html +++ b/-servervm.html @@ -1 +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 +🖥️ 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