Gzip Command

Jul 31, 2008

i am use to zip command but on this server gzip is only installed.

So I ran this command

gzip -r /domains/

instead of this

gzip -r /domains/ > backup.gz

Now wat it has done is instead of creating a single file with all the files in compressed format, it has created their gz copy there in the recursion.

How can I delete all those files in recursion? I have tried

rm -Rf /domains/*.gz

View 3 Replies


ADVERTISEMENT

Gzip

Jan 2, 2007

whether if its a good diea to enable GZIP?

Will it place additional load on the server with html/forum websites?

For example i have noticed that GZIP is disabled on WHT

View 5 Replies View Related

Gzip

Aug 29, 2007

is gzip better done thorugh php.ini or through a php script?

View 7 Replies View Related

Gzip Is Using More CPU In My Server

Sep 14, 2008

Gzip is using more CPU in my Server

i want to know what is Gzip!

Top Process %CPU 156 gzip
Top Process %CPU 98.6 gzip
Top Process %CPU 86.8 gzip

and what will happen if i Disable that!

View 1 Replies View Related

Pre GZIP Content

Feb 2, 2008

I am aware that modern-day browsers support decoding GZIP-encoded content, such as a GZIP-encoded JavaScript file.

Apache supports delivering content like so, however, the server-side must generate the file, then compress, and then deliver.

So I was wondering, is it possible to GZIP the files ahead of time and then allow Apache to deliver them in their compressed state.

I am planning to do this only for static content (images, css and javascript).

View 1 Replies View Related

Gzip Is Killing My Server

Jan 28, 2008

from top:

12478 root 35 19 2004 680 308 R 39 0.0 8:54.95 gzip


using anywhere from 30-50% of my cpu for nearly 10 min now. but, no memory usage.

any ideas? should i kill the pid?

site is running pretty slow as a result of this.

View 3 Replies View Related

Gzip And Load Cpu And Memory

Jul 28, 2007

I have one dedicated server i have problem with gzip in my server load cpu and memory server is very high

UserDomain%CPU%MEMMysql Processesroot
9.6425.562.0 Top Process%CPU 95.7gzip Top Process%CPU 72.5gzip Top Process%CPU 34.8gzip

View 7 Replies View Related

Plesk 12.x / Linux :: Verify If Gzip Is Enable?

Nov 1, 2014

How to can I verify if gzip is enable? And if not, how can I active/install mod deflate/gzip under plesk 12?

View 8 Replies View Related

Deflate / Gzip Don't Work With Nginx Or Apache

Feb 5, 2015

Whatever i try to modify configuration there is no way i can get file delivered by apache or NGINX to be deflate/gzip compressed.

OS: Debian 7.7
Plesk version: 12.0.18 Update #33

I've tried to add these lines to Nginx (Vhost directives) but it change nothing :
# Gzip Settings
gzip on;
gzip_buffers 16 8k;
gzip_comp_level 4;
gzip_http_version 1.1;
gzip_min_length 1100;
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/x-javascr$ application/xml application/xhtml+xml application/xml+rss;
gzip_vary on;
gzip_static on;
gzip_proxied any;
gzip_disable "MSIE [1-6].";

I also tried to disable Nginx and configure deflate in apache with following lines (Vhost directives then in a file in apache2/conf.d) but it is the same ...

<IfModule mod_deflate.c>
# Force deflate for mangled headers developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping/
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)s*,?s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding

[code]....

View 5 Replies View Related

Plesk 12.x / Linux :: Unable To Find Pigz / Trying Gzip

Jun 25, 2014

I'm migrating from Plesk 9.5 (Centos 5) to Plesk 12 (Centos 6).I found this in the migration.log file: [24124]: 2014-06-25 14:27:20 DEBUG Unable to find 'pigz', trying 'gzip'

I've installed pigz from Plesk repository and I can execute pigz in the shell, but definitely Plesk Panel doesn't use pigz.I tried with pigz from EPEL repo and the log showed the same error. I also tried to move the binary from /usr/bin/pigz to /bin/pigz and It didn't work.I'm interested in using Pigz to improve the speed of migration and backup.

View 4 Replies View Related

Plesk 12.x / Linux :: NGINX Does Not GZIP Scripts With Version Parameters

Jun 3, 2015

I'm using latest plesk with ubuntu 12.04, apache and nginx, gzip is enabled and working fine, except for JS and CSS files wich have version parameters in the URI, for example :

[URL] ....

here is my conf in /etc/nginx/conf.d/gzip.conf :

Code:
gzip on;
gzip_disable "MSIE [1-6].(?!.*SV1)";
gzip_proxied any;
gzip_types text/plain text/css application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript image/x-icon image/bmp image/svg+xml;
gzip_vary on;
Gzip is working fine for every other ressources loaded

I know i can strip these ?ver= using PHP, but if nginx could just enqueue them properly as they are...

View 3 Replies View Related

Command To Stop The Wget Command

Apr 30, 2007

Is there a command i can type into the ssh console to stop a current transfer that i started wit the wget command?

the file im wgeting always stuffs up at 51% but then the server just retries and starts again, its done it 3 times so far and i just want to completely cancle the process if possible....

View 9 Replies View Related

/usr/bin/gzip -p Correct Option To Unzip First File To Second File?

Nov 22, 2008

I'm trying to do this

/usr/bin/gzip -p /home/mysite/public_html/shop/feeds/myfile.xml.zip > /home/mysite/public_html/shop/feeds/myfile.xml

But it just tells me

/usr/bin/gzip: invalid option -- p
X-Powered-By: PHP/5.2.5
Content-type: text/html

How do I find the correct option to unzip first file to second file?

View 8 Replies View Related

SSH: What Does The 'last' Command Do

Jul 16, 2008

I tried to look up tutorials for basic commands, but none listed "last"

View 4 Replies View Related

Regarding Cp Command

May 3, 2007

i have a problem

for example my current path in server is
root@server [/home/user1/public_html/upload]#
and i wanna copy every thing inside directory upload to /home/user1/public_html/
but when i used this command
root@server [/home/user1/public_html/upload]#cp -r -f *.* /home/user1/public_html/

then it just copy files . is there is any way to copy folder as well?

View 8 Replies View Related

Top Command

Sep 14, 2007

Im using the 'top' command on my server to view the memory and cpu usage, to save me sitting in front of my pc for hours looking at it, is there any way I can save it to a text file for viewing later on

its a 1and1 business server 1

View 3 Replies View Related

Ssh Command To Do This

May 13, 2007

I want to delete all files named .ftpquota from the server, what's the ssh command to accomplish this?

View 3 Replies View Related

Ssh Command

May 11, 2007

Whats the command to search inside files on a server....

i know locate <name> locates files.

but how do i actually search inside all files...

i know it can take a while/resources....

View 5 Replies View Related

I/O Command

Feb 12, 2007

Can anyone please tell me if there is another command to get I/O HDD stats for FreeBSD except gstat?

View 3 Replies View Related

Command To See What Is Using All Of RAM

Jun 5, 2007

My server's ram keeps on spiking to 100%. And this causes this error:

Code:
SQL error: Out of memory

So far, the only way I can sort this problem out is to reboot it.

Is there any commands to find out what is eating up all of the ram?

View 5 Replies View Related

Command Not Foundline 438: KN:q?

Nov 17, 2006

i tried installing the APF firewall by following this thread:

http://www.webhostingtalk.com/showthread.php?t=327478

After configuring all the ports, i start the firewall with this command /usr/local/sbin/apf -s

and I got:

: command not foundline 438: kN:q
: command not foundline 438: kN:q
: command not foundline 438: kN:q
Development mode enabled!; firewall will flush every 5 minutes.
: command not foundline 438: kN:q

Is this normal?

View 4 Replies View Related

SSH Memory_limit - Command

May 20, 2009

how could I increase the memory limit on my server via SSH?

I have it currently on 30MB and need to increase it to 50MB.

View 3 Replies View Related

Clamscan Command

Apr 21, 2009

Can you please provide a clamscan ssh command for scan all sites public_html folder?
I know "clamscan -i -r --remove /home/" can scan all /home directrory and sub-directory, but its can have a heavy cpu process and serer load!

View 1 Replies View Related

Zip From Command Line

Feb 15, 2009

Im trying to zip up an sqlite database backup.

I execute this command

Code:
zip ../d/db/backup.zip ../d/db/09-02-15.sqlite
backup.zip never appears. Instead, I get some random filename in the directory. Like ziOHokOw

If I try to zip a smaller file(last weeks backup) everything runs fine?

Code:
zip ../d/db/backup.zip ../d/db/09-02-08.sqlite
So the 134mb file zips fine, but the 200mb one seems like its failing and im left with some type of temporary file. I tried downloading the weird filename and unzipping it. It has partial info like directory structure, the filename but the actual file inside is corrupt.

View 1 Replies View Related

Pscan2 Command

Aug 6, 2008

What is pscan2 command?

Its take a long process and cpu load on my server.

8986 root 25 0 1516 484 408 R 64 0.0 5:36.97 pscan2

View 1 Replies View Related

Apt-get Command Not Found

Apr 27, 2008

I have recently brought a VPS hosting package. At the moment I am going through the tutoritals on the net that I have researched before getting a VPS package to give me some understanding on what I need to do to securior the server and also how to install the software that I require.

For most of today, I have been trying to sort out a problem that I am currently having.

Of which is I am trying to sort out a part of the tutorial from a website that requires the use of apt commands.

But for every command I am getting the message back apt..... Command not found. I am currently using the ubuntu operating system. And through some research, I have got the feeling that I might have the bare installation done on my server to just make it work.

Would I be right, and with the bare installation apt commands wouldn't be installed?

If I am, how would I go about installing the Apt commands and anything else that I might require?

View 7 Replies View Related

Yum Remove Command

Jul 29, 2008

I had some issues with PHP compilation seems to be issue with zlib. So I decided to remove it. What happened then is something like nightmare...

The command yum remove zlib removed zlib + all dependencies without asking me what to remove. So it removed majority of packages including yum itself.

How can I force yum to not remove dependencies when I uninstall some package?

View 5 Replies View Related

Delete Command

Feb 24, 2008

can i activate the deletion command for 10 or 30 mins and then stop it? i think by this way we cant delete some files from the dir and not all the files so i can edit my files

i want to do this because my server doesnt respond to any file system command because my hardisk is full! so i need to remove some files by any way

View 13 Replies View Related

About TOP Command - Linux

Nov 12, 2008

is there a way to look which process/user used the most cpu in last 30min or in last hour.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved