Skip to content

Instantly share code, notes, and snippets.

View mghayour's full-sized avatar

M Ghayour mghayour

View GitHub Profile
@radiantly
radiantly / zimdump.sh
Last active January 30, 2023 20:22
Installing zimdump
# UPDATE: zim-tools is now available in Alpine linux Edge respository, so can be installed directly.
# See below https://gist.github.com/radiantly/34b7ec5d4750c5718b2e3db6a6818ecd#gistcomment-3236401 for more info
# Installing zimdump on ubuntu (in a Docker container, so that we don't clutter our ecosystem)
# If you need help installing docker, look here: https://gist.github.com/radiantly/0090d6cc65dc3d4b8eb4ce847050ed80
# Navigate to the folder where your zim file is located.
docker run –rm -it -v $(pwd):/workdir -w /workdir ubuntu:18.04 bash
# Installing dependencies