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 /
ruby20 /
share /
ri /
2.0.0 /
system /
GDBM /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-i.ri
379
B
-rw-r--r--
2023-07-26 17:38
%5b%5d-i.ri
325
B
-rw-r--r--
2023-07-26 17:38
cachesize%3d-i.ri
360
B
-rw-r--r--
2023-07-26 17:38
cdesc-GDBM.ri
4.1
KB
-rw-r--r--
2023-07-26 17:38
clear-i.ri
330
B
-rw-r--r--
2023-07-26 17:38
close-i.ri
319
B
-rw-r--r--
2023-07-26 17:38
closed%3f-i.ri
361
B
-rw-r--r--
2023-07-26 17:38
delete-i.ri
456
B
-rw-r--r--
2023-07-26 17:38
delete_if-i.ri
440
B
-rw-r--r--
2023-07-26 17:38
each-i.ri
425
B
-rw-r--r--
2023-07-26 17:38
each_key-i.ri
396
B
-rw-r--r--
2023-07-26 17:38
each_pair-i.ri
435
B
-rw-r--r--
2023-07-26 17:38
each_value-i.ri
420
B
-rw-r--r--
2023-07-26 17:38
empty%3f-i.ri
334
B
-rw-r--r--
2023-07-26 17:38
fastmode%3d-i.ri
610
B
-rw-r--r--
2023-07-26 17:38
fetch-i.ri
445
B
-rw-r--r--
2023-07-26 17:38
has_key%3f-i.ri
430
B
-rw-r--r--
2023-07-26 17:38
has_value%3f-i.ri
440
B
-rw-r--r--
2023-07-26 17:38
include%3f-i.ri
430
B
-rw-r--r--
2023-07-26 17:38
invert-i.ri
375
B
-rw-r--r--
2023-07-26 17:38
key%3f-i.ri
422
B
-rw-r--r--
2023-07-26 17:38
key-i.ri
420
B
-rw-r--r--
2023-07-26 17:38
keys-i.ri
328
B
-rw-r--r--
2023-07-26 17:38
length-i.ri
364
B
-rw-r--r--
2023-07-26 17:38
member%3f-i.ri
428
B
-rw-r--r--
2023-07-26 17:38
new-c.ri
1.57
KB
-rw-r--r--
2023-07-26 17:38
open-c.ri
940
B
-rw-r--r--
2023-07-26 17:38
reject%21-i.ri
436
B
-rw-r--r--
2023-07-26 17:38
reject-i.ri
454
B
-rw-r--r--
2023-07-26 17:38
reorganize-i.ri
485
B
-rw-r--r--
2023-07-26 17:38
replace-i.ri
412
B
-rw-r--r--
2023-07-26 17:38
select-i.ri
413
B
-rw-r--r--
2023-07-26 17:38
shift-i.ri
442
B
-rw-r--r--
2023-07-26 17:38
size-i.ri
360
B
-rw-r--r--
2023-07-26 17:38
store-i.ri
383
B
-rw-r--r--
2023-07-26 17:38
sync-i.ri
635
B
-rw-r--r--
2023-07-26 17:38
syncmode%3d-i.ri
811
B
-rw-r--r--
2023-07-26 17:38
to_a-i.ri
348
B
-rw-r--r--
2023-07-26 17:38
to_hash-i.ri
354
B
-rw-r--r--
2023-07-26 17:38
update-i.ri
460
B
-rw-r--r--
2023-07-26 17:38
value%3f-i.ri
432
B
-rw-r--r--
2023-07-26 17:38
values-i.ri
336
B
-rw-r--r--
2023-07-26 17:38
values_at-i.ri
380
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::NormalClass[iI" GDBM:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[S:RDoc::Markup::Heading: leveli: textI"Summary;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph;[I"ORuby extension for GNU dbm (gdbm) -- a simple database engine for storing ;TI"key-value pairs on disk.;T@S; ; i;I"Description;T@o; ;[I"QGNU dbm is a library for simple databases. A database is a file that stores ;TI"Rkey-value pairs. Gdbm allows the user to store, retrieve, and delete data by ;TI"Okey. It furthermore allows a non-sorted traversal of all key-value pairs. ;TI"HA gdbm database thus provides the same functionality as a hash. As ;TI"Pwith objects of the Hash class, elements can be accessed with <tt>[]</tt>. ;TI"QFurthermore, GDBM mixes in the Enumerable module, thus providing convenient ;TI"0methods such as #find, #collect, #map, etc.;T@o; ;[ I"PA process is allowed to open several different databases at the same time. ;TI"QA process can open a database as a "reader" or a "writer". Whereas a reader ;TI"Phas only read-access to the database, a writer has read- and write-access. ;TI"RA database can be accessed either by any number of readers or by exactly one ;TI"writer at the same time.;T@S; ; i;I" Examples;T@o:RDoc::Markup::List: @type:NUMBER:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"COpening/creating a database, and filling it with some entries:;T@o:RDoc::Markup::Verbatim;[I"require 'gdbm' ;TI" ;TI"&gdbm = GDBM.new("fruitstore.db") ;TI"gdbm["ananas"] = "3" ;TI"gdbm["banana"] = "8" ;TI" gdbm["cranberry"] = "4909" ;TI"gdbm.close ;T:@format0o;;0;[o; ;[I"Reading out a database:;T@o;;[I"require 'gdbm' ;TI" ;TI"&gdbm = GDBM.new("fruitstore.db") ;TI"$gdbm.each_pair do |key, value| ;TI"" print "#{key}: #{value}\n" ;TI" end ;TI"gdbm.close ;T;0o; ;[I" produces;T@o;;[I"banana: 8 ;TI"ananas: 3 ;TI"cranberry: 4909 ;T;0S; ; i;I" Links;T@o;;:BULLET;[o;;0;[o; ;[I"&http://www.gnu.org/software/gdbm/;T: @fileI"ext/gdbm/gdbm.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [ U:RDoc::Constant[i I"READER;TI"GDBM::READER;T00o;;[o; ;[I"open database as a reader;F@;@W;0@W@cRDoc::NormalClass0U;[i I"WRITER;TI"GDBM::WRITER;T00o;;[o; ;[I"open database as a writer;F@;@W;0@W@@c0U;[i I"WRCREAT;TI"GDBM::WRCREAT;T00o;;[o; ;[I"Popen database as a writer; if the database does not exist, create a new one;F@;@W;0@W@@c0U;[i I" NEWDB;TI"GDBM::NEWDB;T00o;;[o; ;[I"Aopen database as a writer; overwrite any existing databases ;F@;@W;0@W@@c0U;[i I" FAST;TI"GDBM::FAST;T00o;;[o; ;[I"Cflag for #new and #open. this flag is obsolete for gdbm >= 1.8;T@;@W;0@W@@c0U;[i I" SYNC;TI"GDBM::SYNC;T00o;;[o; ;[I"2flag for #new and #open. only for gdbm >= 1.8;T@;@W;0@W@@c0U;[i I"NOLOCK;TI"GDBM::NOLOCK;T00o;;[o; ;[I"flag for #new and #open;T@;@W;0@W@@c0U;[i I"VERSION;TI"GDBM::VERSION;T00o;;[o; ;[I" version of the gdbm library;T@;@W;0@W@@c0[[I"Enumerable;To;;[ ;@W;0I"ext/gdbm/gdbm.c;T[[I" class;T[[:public[[I"new;T@�[I" open;T@�[:protected[ [:private[ [I" instance;T[[;[-[I"[];T@�[I"[]=;T@�[I"cachesize=;T@�[I" clear;T@�[I" close;T@�[I"closed?;T@�[I"delete;T@�[I"delete_if;T@�[I" each;T@�[I" each_key;T@�[I"each_pair;T@�[I"each_value;T@�[I"empty?;T@�[I"fastmode=;T@�[I" fetch;T@�[I" has_key?;T@�[I"has_value?;T@�[I" include?;T@�[I"invert;T@�[I"key;T@�[I" key?;T@�[I" keys;T@�[I"length;T@�[I"member?;T@�[I"reject;T@�[I"reject!;T@�[I"reorganize;T@�[I"replace;T@�[I"select;T@�[I" shift;T@�[I" size;T@�[I" store;T@�[I" sync;T@�[I"syncmode=;T@�[I" to_a;T@�[I"to_hash;T@�[I"update;T@�[I"value?;T@�[I"values;T@�[I"values_at;T@�[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@W@WcRDoc::TopLevel