GZip/gzip is both the name for a compressed data format and any of several software applications implementing this format. It is commonly used to compress HTTP requests and responses, and combined with the tar format for archival.
0
votes
1answer
12 views
unzip but extract only certain fileds using unix
I have a large text file 5-6 gigs 61,213,301 lines. it is in a comma delimited state.
field1,field2,,,field5,,,field8...
Since I don't want to extract the whole thing to a csv (more like I ...
0
votes
2answers
16 views
python 'function' object has no attribute 'GzipFile'
I write a function for compress file as following:
def gzip(filename):
'''Gzip the given file and then remove original file.'''
r_file = open(filename, 'r')
w_file = ...
0
votes
3answers
18 views
GZipStream with large files doesn't work well
I want to compress some very large GML files (1-10GB). I wrote a method for this, but it does not work well. If I decompress it using 7-zip for Windows (or something else), I get the file that looks ...
0
votes
1answer
26 views
Enabling GZIP compression for php script
I've enabled gzip on my php scripts by doing this:
<? ob_start("ob_gzhandler");
?>
<?php
header('Content-Type: application/json');
header('Accept-Encoding: gzip');
/* Request data, ...
2
votes
2answers
34 views
Compressing XML before writing file
I'm trying to save a large amount of data to a XML and the file ends up with a very large size. I've searched compression but all examples I found first write the file, then read it to compress to ...
2
votes
0answers
23 views
Tomcat 7 GZIP compression not working
I have added the following lines in tomcat's conf/server.xml file to enable gzip compression but its not working. Pages are still uncompressesd.
<Connector port="8080"
compression="on"
...
0
votes
1answer
29 views
PHP - Compress a txt file while maintaining the file extension
I want to compress a .txt file in PHP while maintaining the file extension. When I decompress the .gz file the extension (.txt) in the .gz file is removed. (test.txt becomes -> test)
Here's a example ...
0
votes
1answer
25 views
How to Specify a Vary: Accept-Encoding header?
Google and pingdom.com says i should
"Specify a Vary: Accept-Encoding header"
i do not know or understand how to do this. Can anyone explain what it is and what it does?
1
vote
1answer
24 views
How to read gzipped file from FTP server?
I want to read file from public FTP server, and can't seem to figure how to use gzip and urllib efficiently, without explicitely downloading the file then opening it with gzip.open(). Is there other ...
2
votes
1answer
36 views
Compress to tar.gz on Grunt
This is driving me crazy, I'm just trying to compress a folder like:
tar -czvf app.tar.gz ./app/
an obviously it works just fine, but https://npmjs.org/package/grunt-shell produces a corrupted ...
0
votes
0answers
13 views
Dealing with gzipped request body in Rails
I have two Rails applications that talk to each other. One of the parameter of the requests is usually a big string of data. I want to gzip this big parameter to improve de request time.
I'm using ...
1
vote
1answer
27 views
Decompressing a gzipped http response
Hello fellow java developers. I receive a response with headers and body as below, but when I try to decompress it using the code below, it fails with this exception:
java.io.IOException: Not in ...
0
votes
0answers
14 views
How to get nginx to uncompress gzip encoded pages
I have a few nginx servers for a pretty big website. I'm proxying an external site, who ONLY sends their content encoded as gzip, even if I send 'Accept-Encoding: ' headers with my request. It is ...
0
votes
1answer
30 views
questions about play framework 1.2.4 before production
hey all i want to place my play application in production,
i have some question and things i am not fully understand,hope u can help me there.
1) when using cache(play memcache) with out a memcache ...
0
votes
0answers
28 views
Tomcat is hanging randomly
We are using Tomcat 7.0.21 for production. Server is hanging randomly for last week.
It creates files like hs_err_pid4528.log under bin folder.
There are two parts in logs.
JRE version: 7.0_21-b11
...
0
votes
1answer
31 views
Compressing Javascript & CSS using Gzip
OK, the question may sound familiar - and I've read answers about it everywhere BUT (before you point me to some other answer) none of that has worked for me (htaccess modifications, gzip-ping ...
1
vote
0answers
24 views
Handling gzipped web content with WWW::Mechanize/::GZip
The question is simple, how to handle content that is gzipped. And not only handle that content but fill in forms and do all the stuff that you'd normally do with WWW::Mechanize. I'm trying to do a ...
2
votes
1answer
20 views
Returning gzipped content on a Sinatra app
I have a Sinatra app inside a RoR3 app.
I defined a Sinatra module and added the following redirect in my RoR3 routes
match '/v2', MySinatraModule, :anchor=>false
My Sinatra app is serving all ...
1
vote
1answer
66 views
Compress on the fly a directory in tar.gz format using PHP
I want to compress (on the fly) a directory in tar.gz format using PHP. I know it can be done with exec or using this code (using ZIP format) but my host doesn't support exec and hasn't installed the ...
-4
votes
0answers
40 views
Compile Gzip (GNU ZIP) source code in windows os [closed]
I downloaded gzip source code from Gzip for Windows
I want to change gzip source code to extract zip file without CRC and original file size
checking. I could not compile this source code.
My ...
0
votes
0answers
25 views
set up gzip in IIS 8 windows 8
I created the default MCV4 website and hosted in my local IIS8 in widows 8 system under default web site.
http://localhost/MyWesite
in IIS manager "Compression" enabled dynamic content compression ...
0
votes
1answer
23 views
How do i get rails to request the gzip static asset instead of the regular one?
I recently started pushing my static-assets to S3 via 'asset_sync' gem for my Heroku application.
rake assets:precompmile creates: 1) a regular version of the static asset and 2) a gzipped version of ...
0
votes
3answers
36 views
What exactly is DEFAULT_COMPRESSION?
Of the possible DEFLATE compression levels [0 .. 9], which one exactly Java's Deflater.DEFAULT_COMPRESSION correspond to? In the Java source code, I see it as public static final int ...
0
votes
0answers
5 views
Some files are not being gzipped in chrome
I am using gzip compression in jboss 5.1 as below.
<Connector protocol="HTTP/1.1" port="80" address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443" ...
0
votes
0answers
38 views
GWT/GAE 1MB .cache.js file is not gzip compressed
I'm using GWT's splitting method to split the code into multiple fragments. My app is served by a Google App engine server and uses gzip compression to send the fragments.
The problem is that one of ...
0
votes
1answer
54 views
AFNetworking Enable GZIP
I am looking on the AFNetworking site that GZIP compression is supported
" Gzip decompression from server responses is already built into AFNetworking, as NSURLConnection will automatically ...
0
votes
2answers
34 views
ob_start() works fine in local but giving error on hosting
I am using PHP addressbook for an web application with some additional features. Everything works fine when I tested it in my local machine using Xampp but when I hosted it in a online webserver it ...
0
votes
1answer
27 views
npm install not working for gzipped tarball
Hi I am trying to install a module globally which i made to a gzipped tarball.I downloaded the source from github and converted to a tar.gz and then i tried to install it using the following command
...
0
votes
1answer
25 views
Issues uncompressing a tar.gz file
I have been trying to uncompress the following file:
sudo wget http://download.oracle.com/otn-pub/java/jdk/7u21-b11/jdk-7u21-linux-x64.tar.gz
with the following:
sudo tar zxvf ...
0
votes
1answer
71 views
How to convert an image to a base64 string with gzip- android
I am trying to convert and compress an image taken from a filepath on android to be converted with base64's gzip (i am using this because my desktop version, written in java, is doing the same). Here ...
0
votes
0answers
14 views
SSH command gets terminated while compressing a directory
I am compressing a big directory about 50GB containing files and folder using putty SSH COMMAND LINE.i am using this command:
tar czspf file.tar.gz directory/
it starts work fine, but after some ...
-1
votes
2answers
58 views
Compress a folder UNIX tar/gzip [closed]
When I try to compress a folder using tar -zcvf directory.tar directory, I get the error message below.
Usage: tar {c|r|t|u|x}[BDeEFhilmnopPqTvw@[0-7]][bfk][X...]
[blocksize] [tarfile] [size] ...
0
votes
2answers
38 views
How to find and compress multiple directories with files to one archive?
I have over 200 different domains with wordpress installed on my server and want all of their uploaded files for year 2013 to be compressed into one file keeping the directory structure.
I need all ...
-1
votes
0answers
26 views
IIS7 Compression Not Working [closed]
I'm having a weird issue with the static compression on IIS7. I've done some research and can't find the issue, below are all the changes I've done to the server (applicationHost.config & Failed ...
0
votes
0answers
14 views
What is the difference in various commands for compressing files in linux? [migrated]
What are the commands for compressing files in linux and what are the difference between them? (for example: tar, gzip, rar).
I'm working on Linux Mint 11 and doing a script for compressing files. I ...
0
votes
2answers
90 views
compression and decompression of string data in java
I am using the following code to compress and decompress string data, but the problem which I am facing is, it is easily getting compressed without error, but decompress method throws following error. ...
0
votes
1answer
21 views
How to watch the struct of http package content in mac os?
I want to see what data does Flurry send.
So I using the charles(a package catcher tools) to catch the package which Flurry send. But the http package may compressed in Gzip format(I'm not sure. I ...
2
votes
0answers
59 views
Grep inside of multiple directories and zipped files
I have a lot of zipped files, where each contains json files and txt files in a directory.
I want to find the total number of json files in all the zipped files in the directory.
To drill it down, I ...
0
votes
0answers
25 views
Not getting browser caching or gzip to work
I'm trying to optimize a new redesign I'm ready to launch, but I'm having trouble getting the browser caching, proxy caching, and compression to work. I've never done it before so I apologize for my ...
0
votes
1answer
58 views
Inflate GZip string in Java and deflate again in iOS
I have a string in Java, that I want to encode with GZip, send the encoded string over a socket to an iOS app and decode the string there. This is not working, because I don't get the correct string ...
0
votes
1answer
41 views
Client side data compress/ decompress?
I'm looking for JavaScript implementation of string compress/decompress algorithms, data is created at the client side& stored in hidden fields within HTML forms.
I read about gzip, but it will ...
0
votes
0answers
31 views
GZIP compression in mvc3 results in binary output of page
I m having problem with the compression filter in MVC3.
YSLOW gives this
Grade C on Compress components with gzip
There are 2 plain text components that should be sent compressed
...
1
vote
3answers
60 views
How to create a Gzip archive in java, from strings?
I have 3 strings, each one of them representing a txt file content, not loaded from the computer, but generated by Java.
String firstFileCon = "firstContent"; //File in .gz: 1.txt
String ...
0
votes
1answer
76 views
Differ between header and content of http server response (sockets)
i want to know, is there a possibility to find out where in the response Stream the header ends?
The background of the question is as following, i am using sockets in c to get content from a website, ...
1
vote
2answers
51 views
Decompress remote .gz file in Python
i've a issue with Python.
My case: i've a gzipped file from a partner platform (i.e. h..p//....namesite.../xxx)
If i click the link from my browser, it will download a file like (i.e. ...
0
votes
1answer
42 views
can I dynamically reduce the page size by compressing / decompressing its HTML
I want to know if I can apply compression/decompression to my existing aspx page. What I want to say is that,
I must be able to compress the response send by the server in some compressed format . ...
0
votes
1answer
34 views
pass a string from php to java
I have a situation like this.
Some of my data was compressed using gzdeflate() function in php and stored in the database. Now I need to do some work with the data stored in database. I tried a lot ...
0
votes
1answer
14 views
Uncompress, edit, compress and concatenate files
I have a bunch of large compressed files that I want to concatenate. Problem is, the don't have newline characters at the end of the uncompressed version, so if I try to just cat them together and ...
2
votes
4answers
108 views
Why do people minify css and javascript, when we have gzip? [duplicate]
Why people go through all the pain of minifying javascript and css files if they can just turn on gzip compression on the web server? This will give the same (or even better) result in traffic ...
0
votes
1answer
29 views
Uncompressing a Gzip format?
I am facing a problem with Gzip uncompressing.
The situation is like this. I have some text in UTF-8 format. Now this text is compressed using gzdeflate() function in PHP and then stored in a blob ...



