This is the command nbdkit-gzip-plugin that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
nbdkit-gzip-plugin - nbdkit gzip plugin
SYNOPSIS
nbdkit gzip file=FILENAME.gz
DESCRIPTION
"nbdkit-gzip-plugin" is a file serving plugin for nbdkit(1).
It serves the named "FILENAME.gz" over NBD, uncompressing it on the fly. The plugin only
supports read-only connections.
Note that gzip files are not very good for random access in large files because seeking to
a position in the gzip file involves uncompressing lots of data. A more practical method
to compress large disk images is to use the xz(1) format and nbdkit-xz-plugin(1).
Use nbdkit-gzip-plugin online using onworks.net services