Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.227.21.218
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
erb
3.8
KB
-rwxr-xr-x
2023-07-26 13:45
gem
894
B
-rwxr-xr-x
2019-12-05 22:13
irb
384
B
-rwxr-xr-x
2023-07-26 13:45
rackup
459
B
-rwxr-xr-x
2019-12-05 22:13
rdoc
1.51
KB
-rwxr-xr-x
2023-07-26 13:45
ri
1.46
KB
-rwxr-xr-x
2023-07-26 13:45
ruby
7.94
KB
-rwxr-xr-x
2023-07-26 13:48
testrb
158
B
-rwxr-xr-x
2023-07-26 13:45
Save
Rename
#!/opt/alt/ruby18/bin/ruby # usage: # # ri name... # # where name can be # # Class | Class::method | Class#method | Class.method | method # # All names may be abbreviated to their minimum unbiguous form. If a name # _is_ ambiguous, all valid options will be listed. # # The form '.' method matches either class or instance methods, while # #method matches only instance and ::method matches only class methods. # # # == Installing Documentation # # 'ri' uses a database of documentation built by the RDoc utility. # # So, how do you install this documentation on your system? # It depends on how you installed Ruby. # # <em>If you installed Ruby from source files</em> (that is, if it some point # you typed 'make' during the process :), you can install the RDoc # documentation yourself. Just go back to the place where you have # your Ruby source and type # # make install-doc # # You'll probably need to do this as a superuser, as the documentation # is installed in the Ruby target tree (normally somewhere under # <tt>/usr/local</tt>. # # <em>If you installed Ruby from a binary distribution</em> (perhaps # using a one-click installer, or using some other packaging system), # then the team that produced the package probably forgot to package # the documentation as well. Contact them, and see if they can add # it to the next release. # require 'rdoc/ri/ri_driver' ###################################################################### ri = RiDriver.new ri.process_args