Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.169.138
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-IO-Compress-2.061 /
io /
gzip /
Delete
Unzip
Name
Size
Permission
Date
Action
gzappend
399
B
-rw-r--r--
2014-06-10 00:59
gzcat
498
B
-rw-r--r--
2014-06-10 00:59
gzgrep
796
B
-rw-r--r--
2014-06-10 00:59
gzstream
515
B
-rw-r--r--
2014-06-10 00:59
Save
Rename
#!/usr/bin/perl use IO::Compress::Gzip qw( $GzipError ); use strict ; use warnings ; die "Usage: gzappend gz-file file...\n" unless @ARGV ; my $output = shift @ARGV ; @ARGV = '-' unless @ARGV ; my $gz = new IO::Compress::Gzip $output, Merge => 1 or die "Cannot open $output: $GzipError\n" ; $gz->write( [@ARGV] ) or die "Cannot open $output: $GzipError\n" ; $gz->close;