-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvnc
31 lines (17 loc) · 748 Bytes
/
vnc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
install: apt install tightvncserver xtightvncviewer
edit xstartup file located on $HOME/.vnc/xstartup
#!/bin/sh
defhttps://github.com/unablem/Vnc-Server-Kali
export XKLXMODMAPDISABLE=1
unset SESSIONMANAGER
unset DBUSSESSIONBUSADDRESS
gnome-panel &
gnome-terminal &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &
----------------------------------------------------------------------------------------------------------------------------------
run vncserver with this command:
vncserver -localhost no -wmDecoration 1366x768 sometimes -localhost no is not necessery
----------------------------------------------------------------------------------------------------------------------------------