Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
lib64 /
ruby /
1.9.1 /
irb /
cmd /
Delete
Unzip
Name
Size
Permission
Date
Action
chws.rb
462
B
-rw-r--r--
2009-10-02 08:04
fork.rb
557
B
-rw-r--r--
2010-05-23 04:48
help.rb
639
B
-rw-r--r--
2011-06-29 09:51
load.rb
1.1
KB
-rw-r--r--
2009-10-02 08:04
nop.rb
526
B
-rw-r--r--
2009-10-02 08:04
pushws.rb
586
B
-rw-r--r--
2009-10-02 08:04
subirb.rb
571
B
-rw-r--r--
2009-10-02 08:04
Save
Rename
# # help.rb - helper using ri # $Release Version: 0.9.6$ # $Revision: 32286 $ # # -- # # # require 'rdoc/ri/driver' require "irb/cmd/nop.rb" module IRB module ExtendCommand class Help<Nop begin Ri = RDoc::RI::Driver.new rescue SystemExit else def execute(*names) if names.empty? Ri.interactive return end names.each do |name| begin Ri.display_name(name.to_s) rescue RDoc::RI::Error puts $!.message end end nil end end end end end