-
It looks like gunzip, winrar and 7zip all can uncompress multiple gzip files concatenated into one (as this link shows https://stackoverflow.com/a/15660705/19437625), however I'm only getting the firs…
-
repodata is an ideal candidate for zopfli as it is compressed once and mirrored a lot. The compressed files are stream compatible with `gzip` and end users should only notice the files are themselves…
-
`ui.Assets` are unpacked during `init`,
```
//go:embed assets.tar.gz
var assets []byte
func init() {
fs, err := targz.AsFS(bytes.NewBuffer(assets))
if err != nil {
…
-
topics to include:
- [ ] performance
- [ ] content negotiation
- [ ] decompression bomb mitigation
- [ ] suggested use of intermediary (nginx)
-
some processes that use them can take gzipped input, for others we'll have to gunzip them within the process
-
![7020ccc6c0027b0868641e5be4682a0](https://user-images.githubusercontent.com/12832248/153352376-c403a548-74e0-4637-8a08-6c84df8034d7.png)
![b9dd460bb6c2e3033b2405c74d0d0a4](https://user-images.github…
-
I was just reading the NGINX documentation for the various directives in the nginx-proxy template because NGINX is all new to me (I've switched to nginx-proxy from a handcrafted Apache configuration).…
-
Check if resource path is gzipped
Importsnt for remote web servers.
-
### Name and Version
bitnami/discourse:latest
### What is the problem this feature will solve?
Currently using images, resources will be automatically compressed using gzip, but I want the co…
-
Hi,
I just downloaded the ScanNet-GSReg datatset but I can't seem to be able to unzip the files.
I get this eeror :
```
gzip -t ScanNet-GSReg.tar.gz.54
gzip: ScanNet-GSReg.tar.gz.54: not in g…