Top "Gzip" questions

GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format.

How to copy symbolic link file from Linux to Windows and then back to Linux but still keeping it as a symbolic link

I have a symbolic link in my Linux machine. I want to copy just the symbolic link (not the target) …

linux windows gzip symlink winscp
Export to CSV and Compress with GZIP in postgres

I need to export a big table to csv file and compress it. I can export it using COPY command …

postgresql backup gzip compression
Which algorithm is used in standard ZIP?

I have googled, wikied and read the RFC of ZIP, but can't find any info about the exact algorithm which …

zip gzip tar lzma lzw
How can I pre-compress files with mod_deflate in Apache 2.x?

I am serving all content through apache with Content-Encoding: zip but that compresses on the fly. A good amount of …

apache http gzip mod-deflate content-encoding
WireShark doesn't decode gzip'ed http traffic on Windows

Do you guys know why WireShark may refuse to decode gzip'ed http traffic on Windows? My configuration WireShark 1.8.3 Windows 7 Ultimate …

http gzip wireshark network-analysis
How to Decompress nested GZip (TGZ) files in C#

I am receiving a TGZ file that will contain one plain text file along with possibly one or more nested …

c# nested gzip gzipstream
How to create tar.gz file in C#

I have tried SevenZipLib and SevenZipSharp, but without success. Can someone give me a working example of archiving a text …

c# tar gzip sevenzipsharp
GZipStream complains magic number in header is not correct

I'm attempting to use National Weather Service (U.S.) data, but something has changed recently and the GZip file no …

c# .net gzip gzipstream
Dealing with a large gzipped file in Spark

I have a large (about 85 GB compressed) gzipped file from s3 that I am trying to process with Spark on …

apache-spark gzip amazon-emr
MsgPack for compressing json data, why not using gzip/deflate?

I heard something about MsgPack that can be used for compressing json messages, but I have a question about that, …

compression gzip deflate msgpack