Decrease the size of data, typically to preserve space or reduce network bandwidth required while transmitting files. It can be applied to files, folders, disks, etc.
Questions tagged [compression]
418 questions
0
votes
2 answers
mod_deflate enabled for amf?
coldfusion 8,
apache 2.2
running locally on XP pro. sp 3
--
Im trying to get mod_deflate working for amf. I've seen acouple of post that mention this is possible. But I cannot seem to get it to work for myself.
eg.…
None
0
votes
2 answers
CRC Failed, File is broken, using php system command to tar a directory
Can anybody see a problem with the below PHP code? Or have any ideas to troubleshoot a solution as to why whenever I download the backup file.tar.gz and try to open it using 7zip on windows... that I keep being told CRC failed, file is…

darkAsPitch
- 1,931
- 4
- 25
- 42
0
votes
1 answer
Enable Http Compression in IIS 7.5
I'm trying to enable HTTP compression to my web site, my server is running Windows 2008R2 and IIS 7.5.
I followed these steps:
installed static and dynamic compression through the Serve manager.
Enable both static and dynamic option under my web…
indsoft
0
votes
2 answers
Compressing directories on server without ssh
Is there a way to compress directories on a server without ssh access? We are transferring many domains and there is no ssh available on the current server. We would like to secure copy the directories over after compressed using tar or zip.

jnolte
- 285
- 1
- 4
- 11
0
votes
2 answers
WinZip, 7zip, Winrar Command Line to Compress structure of folders
I have a Windows Server 2008R2 which has a massive file share of Video files, I need to run a zip command line in a batch script which will :
a) Compress / zip each video file inside each folder with the respective filename
b) then compress / zip…

Mutahir
- 2,357
- 2
- 32
- 42
0
votes
1 answer
Am I doing ubuntu 10.0.4 software installation correctly (packages and none-packages)?
Background:
I first installed everything using a terminal and "sudo su", i.e. as root.
Then I installed jenkins, and then the jenkins user could not run any android sdk tools in /root/androidsdk/tools folder due to "Permission denied"
I want to…

user27465
- 259
- 2
- 7
0
votes
1 answer
Which is better: Nginx compression or Apache Compression?
I have an nginx reverse proxy in front of my apache server.
How should I configure compression (gzip or deflate) to serve my website? Should it be from nginx or from mod_deflate from apache? My primary concern is performance and memory usage.

Quintin Par
- 4,373
- 11
- 49
- 72
0
votes
1 answer
gzip, deflate are not showing while accessing from a proxy
We enabled gzip and deflate in our local server and it shows correctly in phpinfo like shown below
HTTP_ACCEPT_ENCODING gzip,deflate,sdch
We installed the same in our client's server and there was not such entry in phpinfo in the client's server.…
Rt007
0
votes
1 answer
Possible to upload weblogs to Google Analytics?
It's always bothered me that Google Analytics (and similar embedded web traffic monitoring services) can only see a reflection of the traffic going to my server and can only see page visits. If I want to track real downloads of a software package,…

Eric Falsken
- 647
- 2
- 8
- 21
0
votes
2 answers
IIS6 wont compress js and css
So recently I configured IIS6 to compress files I now have most files compressing apart from my JavaScript and CSS files. Does anyone have an idea what maybe causing them not to be compressed.
I know this due to Yslow Add-on and the compression…

Matt
- 111
- 3
0
votes
1 answer
unzip into subdirectory in Linux
I have a zip file, and would like to unzip a subdirectory of it to another subdirectory, overwriting all existing files. How can this be done in Linux?
Example:
The zip file hi.zip has a "me" folder in it. I would like to extract only the…

Pee Wee
- 1
- 1
0
votes
3 answers
Script to search jars for class in Windows
I'm looking for a Windows script/batch file that will search a specified directory and subdirs (or possibly use the CLASSPATH?) for jar files, then search in those jars for a specified class.
It'd be best if it didn't need another package to run,…

billjamesdev
- 103
- 4
0
votes
1 answer
how do i turn on the Keep Alive and HTTP Compression in Apache server 2.2( centos)
how do I turn on the
KeepAlive and HTTP Compression
in Apache server 2.2(centos)

gourav
- 1
- 1
0
votes
3 answers
How to use bzdiff to find difference between 2 bzipped files with diff -I option?
I'm trying to do a diff on MySQL dumps (created with mysqldump and piped to bzip2), to see if there are changes between consecutive dumps. The followings are the tails of 2 dumps:
tmp1:
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET…

englebip
- 186
- 5
0
votes
2 answers
Linux script that will stop tomcat, archive log files and reboot the server
I'm just being lazy here, but does any one have already writen bash script for stopping tomcat service, archive it's log files (zip would be nice) and reboot the server?
(Using logrotate or any other tool)
I want create cron job with following…

MatBanik
- 379
- 3
- 7
- 28