Skip to content

Instantly share code, notes, and snippets.

@Synashida
Created August 6, 2018 01:40
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 Synashida/9a9d9c650832a114910468e17a1490fe to your computer and use it in GitHub Desktop.
Save Synashida/9a9d9c650832a114910468e17a1490fe to your computer and use it in GitHub Desktop.
[centOS7] Chrome headlessモードのSSでブランクページになってしまう件 ref: https://qiita.com/Syn256/items/18039a6a3d9d22c7b8c7
Xvfb -ac :99 -screen 0 1280x1024x16 &
export DISPLAY=:99
<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment