Skip to content

Instantly share code, notes, and snippets.

View az-iar's full-sized avatar

Azri Ismail az-iar

View GitHub Profile
@az-iar
az-iar / install wkhtmltopdf in ubuntu
Last active July 12, 2019 07:09 — forked from lobermann/sh
Install wkhtmltopdf on headless ubuntu 18 vps
sudo wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo apt install fontconfig libxrender1 xfonts-75dpi xfonts-base
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb