Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
shell /
Delete
Unzip
Name
Size
Permission
Date
Action
builtin-command.rb
2.4
KB
-rw-r--r--
2014-08-22 09:02
command-processor.rb
18.54
KB
-rw-r--r--
2014-08-22 09:02
error.rb
573
B
-rw-r--r--
2011-05-19 05:37
filter.rb
2.56
KB
-rw-r--r--
2013-12-15 07:39
process-controller.rb
7.46
KB
-rw-r--r--
2014-08-26 08:14
system-command.rb
3.56
KB
-rw-r--r--
2014-07-26 23:14
version.rb
255
B
-rw-r--r--
2012-12-05 08:25
Save
Rename
# # shell/error.rb - # $Release Version: 0.7 $ # $Revision: 31641 $ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # # # require "e2mmap" class Shell module Error extend Exception2MessageMapper def_e2message TypeError, "wrong argument type %s (expected %s)" def_exception :DirStackEmpty, "Directory stack empty." def_exception :CantDefine, "Can't define method(%s, %s)." def_exception :CantApplyMethod, "This method(%s) does not apply to this type(%s)." def_exception :CommandNotFound, "Command not found(%s)." end end