Skip to content

geekdecoder

Linux, Windows and Other Tech Tips

  • Monitoring
  • Dedicated Servers
  • Optimization
  • Security
  • Migrations

Category: Gzip

Gzip Plesk

HOW-TO How-to enable gzip support on nginx

August 3, 2015August 22, 2015 The Geek Decoder

APPLIES TO: Plesk 12.0 for Linux Plesk 11.0 for Linux Plesk 11.5 for Linux How to enable gzip support on nginx? Create /etc/nginx/conf.d/gzip.conf with the following: gzip on; gzip_disable “MSIE [1-6]\.(?!.*SV1)”; gzip_proxied any; gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss…

Read More→

Gzip Tar

Linux command to open .gz files

June 3, 2015August 22, 2015 The Geek Decoder

How do I extract a gz file? Use gunzip command as follows: # gunzip filename.gz How do I extract a tar.gz file? # tar xvzf file.tar.gz

Administration Gzip Tar

Create or Extract a tar.gz File

July 17, 2014June 1, 2016 The Geek Decoder

Make an archive of a plesk httpdocs directory tar -cvzf domain.com_backup_7.17.14.tar.gz /var/www/vhosts/domain.com/httpdocs/ Result -rw-r–r– 1 root root 14482441 Jul 17 14:09 domain.com_backup_7.17.14.tar.gz Extract the same file tar -xf domain.com_backup_7.17.14.tar.gz

Search for Articles

Geekdecoder Services

Geekdecoder offers technical services from migrations, server monitoring, server security and hardware rental for dedicated and cloud servers.
See Services.

EZOSHosting Web Hosting

See EZOSHosting Web Hosting Plans and Domain Services.

Featured Articles

  • Great Article on Adding Proxmox Storage
  • Install Brave Browser on Ubuntu, MintDebian 9+, Ubuntu 14.04+ and Mint 17+
  • How to While List IP’s for Different Email Providers
  • Proxmox Resources
  • Installation of Yubikey KSM and Yubikey Validation Server on Ubuntu 16
  • Proxmox on Debian Install fails – Errors were encountered while processing: pve-manager proxmox-ve
  • Mount NTFS file system in Debian
  • Where Proxmox ISO Stored
  • Disable TCP Port 135 and Avoid WannaCry Windows 10
  • Setup of Self-hosted Yubico OTP Validation Server on Debian

Categories

PRIVACY   TERMS OF SERVICE   CONTACT
Copyright 2020 Geekdecoder LLC. © All rights reserved.
Artblog by iThemer
Go to top