Skip to content

Instantly share code, notes, and snippets.

@byteface
Last active June 12, 2018 11:42
Show Gist options
  • Save byteface/f47d1f458646d2365b25 to your computer and use it in GitHub Desktop.
Save byteface/f47d1f458646d2365b25 to your computer and use it in GitHub Desktop.
i pulled an ubuntu12/nginx container with docker.
install a bunch of stuff...
sudo apt-get update
sudo apt-get -y install build-essential
sudo apt-get install xvfb
sudo apt-get install xfs xfonts-scalable xfonts-100dpi
sudo apt-get install libgl1-mesa-dri
sudo apt-get install subversion libqt4-webkit libqt4-dev g++
then ran it, worked could see the output...
xvfb-run --server-args="-screen 0, 1280x1200x24" cutycapt --url=http://www.cnn.com --out=cnn.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment