Can the encryption option with Info-ZIP on Linux be used from the command line?
Can the encryption option on Info-ZIP be used from the command line? The zip man page says: -e –encrypt Encrypt the contents of the zip archive using a password which is entered on the terminal in...
View ArticleCan the encryption option with zip on Linux when used from the command line?
Can the encryption option on Info-ZIP be used from the command line? The zip man page says: -e –encrypt Encrypt the contents of the zip archive using a password which is entered on the terminal in...
View ArticleWhy is IIS7 not compressing my static files?
I am trying to get IIS to compress jquery.js (and all other static files, but using jquery as the example here) on my localhost, but something goes wrong. The funny part is that when I look in my...
View Articletext compression in postfix
I’m having the following arrangement. One server compiling emails in php and another server which run postfix (thus I have network latencies). Each email is about 300Kb and so as to send an email...
View ArticleIIS 7.5 – different file size for same compressed file served from two...
I’m facing the problem that our lengthy CSS file (129 KB) gets delivered by our ASP.NET web app (running on IIS 7.5 using .NET 4.0) compressed to 24 KB on my local server machine and 36 KB on both our...
View ArticleSSH compression
I want max compression on my ssh tunnel cos I’m on a dialup line At the man page can one can read: CompressionLevel …..The meaning of the values is the same as in gzip(1). Note that this option...
View ArticleRandom files are compressed on the disk
I am now managing Windows Server 2003 originally setup by someone else. What I noticed is that even though file compression is not turned on at the drive level (when I go to drive Properties “Compress...
View Articlehow to make rsync not uncompressing files?
I’m using rsync to copy files between servers, I’m using -z option what compresses data only for the network transfer stage. But I would like to leave compressed files on remote machine and I have not...
View ArticleHow can i handle huge log files?
I am running SSD servers because I have great experiences with performance. However I have webservers which serve lots of requests and the uncompresssed logfiles of one day tend to grow out the...
View Articletar: How to create a tar file with arbitrary leading directories w/o ‘cd’ing...
Say I have a directory of files at /home/user1/dir1 and I want to create a tar with only “dir1″ as the leading directory: /dir1/file1 /dir1/file2 I know I can first cd to the directory cd /home/user1/...
View Article