14 lines
324 B
Markdown
14 lines
324 B
Markdown
# Webgalen
|
|
|
|
A tool to dissect of websites (tribute to [Galen of Pergamon](https://en.wikipedia.org/wiki/Galen))
|
|
|
|
## Prerequisites
|
|
|
|
Install a few tools
|
|
|
|
apt-get install img2pdf imagemagick
|
|
|
|
Increase memory in imagemagick policy `/etc/ImageMagick-6/policy.xml`
|
|
|
|
<policy domain="resource" name="memory" value="2GiB"/>
|
|
|