Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Created September 22, 2021 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankFang/1a08c7d8662c9ff83b60cbc6c7bb89ac to your computer and use it in GitHub Desktop.
Save FrankFang/1a08c7d8662c9ff83b60cbc6c7bb89ac to your computer and use it in GitHub Desktop.
x11 on headless server
apk add libx11-dev
apk add xvfb
Xvfb :99 -screen 0 1024x768x24
export DISPLAY=:99.0
xclip -selection clipboard -t image/png -i dog.jpg
echo "123" | xclip -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment