Skip to content

Instantly share code, notes, and snippets.

View abrahaobittar's full-sized avatar
💭
I may be slow to respond.

Abrahão abrahaobittar

💭
I may be slow to respond.
View GitHub Profile
# Install x-related to compile x11vnc from source code.
sudo apt-get update
sudo apt-get install -y libxtst-dev libssl-dev libjpeg-dev
# Grep source code.
wget http://x11vnc.sourceforge.net/dev/x11vnc-0.9.14-dev.tar.gz
gzip -dc x11vnc-0.9.14-dev.tar.gz | tar -xvf -
cd x11vnc-0.9.14/
./configure --prefix=/usr/local CFLAGS='-g -O2 -fno-stack-protector -Wall'