Skip to content

Instantly share code, notes, and snippets.

@scraimer
scraimer / x11vnc-stack-smashing-detected-solution.mk
Last active June 2, 2021 05:57 — forked from mangoliou/x11vnc-stack-smashing-detected-solution.mk
x11vnc `stack smashing detected` - disable detection, as a non-root user
# On my system, I don't have root access. So here's how I built it
# as a non-root user, without `sudo` or the ability to
# install packages, although many packages were already installed.
#
# In particular, I had to download and build LibVNCServer,
# and configure x11vnc to use it the one I had built
mkdir -p ~/bin/x11vnc
cd ~/bin/x11vnc