Skip to content

Instantly share code, notes, and snippets.

View thiagotcezar's full-sized avatar

Thiago Cezar thiagotcezar

  • FIQ Digital - Focus in Quality
  • São Paulo
View GitHub Profile
@ipepe
ipepe / install-chrome-headless.sh
Last active August 20, 2024 23:34
Installing headless chrome on Ubuntu.
#!/bin/bash
# from https://chromium.woolyss.com/
# and https://gist.github.com/addyosmani/5336747
# and https://chromium.googlesource.com/chromium/src/+/lkgr/headless/README.md
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:canonical-chromium-builds/stage
sudo apt-get update
sudo apt-get install chromium-browser
chromium-browser --headless --no-sandbox http://example.org/