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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Zlib /
Delete
Unzip
Name
Size
Permission
Date
Action
BufError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
DataError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Deflate
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Error
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
GzipFile
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
GzipReader
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
GzipWriter
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
InProgressError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Inflate
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
MemError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
NeedDict
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
StreamEnd
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
StreamError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
VersionError
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
ZStream
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
adler32-c.ri
915
B
-rw-r--r--
2024-06-26 17:25
adler32_combine-c.ri
541
B
-rw-r--r--
2024-06-26 17:25
cdesc-Zlib.ri
10.16
KB
-rw-r--r--
2024-06-26 17:25
crc32-c.ri
708
B
-rw-r--r--
2024-06-26 17:25
crc32_combine-c.ri
519
B
-rw-r--r--
2024-06-26 17:25
crc_table-c.ri
330
B
-rw-r--r--
2024-06-26 17:25
deflate-c.ri
876
B
-rw-r--r--
2024-06-26 17:25
gunzip-c.ri
701
B
-rw-r--r--
2024-06-26 17:25
gzip-c.ri
919
B
-rw-r--r--
2024-06-26 17:25
inflate-c.ri
790
B
-rw-r--r--
2024-06-26 17:25
zlib_version-c.ri
341
B
-rw-r--r--
2024-06-26 17:25
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