File size: 195 Bytes
02e4713
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Start Xvfb
Xvfb :0 -screen 0 1024x768x24 &
export DISPLAY=:0

# Start XFCE4
startxfce4 &
xfce4-terminal &

# Start x11vnc
x11vnc -display :0 -passwdfile $HOME/.vnc/passwd -forever