MichaelGissingNC
MichaelGissingNC
I just wanted to give jmxtrans a try and encountered the following stumbling blocks: * The download link (zip and tgz) at http://www.jmxtrans.org/ points to an archived version of the...
# docker create ``` docker create --name=calibre-web --restart=no \ -v `pwd`/data/books:/books \ -v `pwd`/data/app:/calibre-web/app \ -v `pwd`/data/kindlegen:/calibre-web/kindlegen \ -v `pwd`/data/config:/calibre-web/config \ -v /etc/localtime:/etc/localtime:ro \ -e PGID=`id -g` \ -e PUID=`id...
Hi, I was wondering if you could document the difference between AMD64 and X86 64 bit Debian packages. At https://github.com/mike-goodwin/owasp-threat-dragon-desktop/releases I can only see ``` Debian package for AMD64 :...
### Description I wanted to use `1.0.6`, but I get a HTTP error: `[ERROR]: failed to download the file: HTTP Error 300: Multiple Choices` ### Reproduction 1. Have this requirements...